@charset "UTF-8";
.form-inline {
  margin: 0 15px;
}

input[required] + .control-label:after {
  transition: all 0.2s linear;
  content: "*";
  position: absolute;
  right: 15px;
  color: red;
  z-index: 2;
}

.form-group {
  position: relative;
  padding: 0;
  margin-top: -1px;
}
.form-group:first-child .form-control {
  border-left-width: 1px;
}
.form-group .control-label {
  transition: all 0.2s linear;
  position: absolute;
  color: #98b7c4;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 12px;
  top: 5px;
  z-index: 2;
  width: 100%;
  left: 0;
  text-align: left;
}
.form-group .control-label i {
  margin-right: 6px;
  width: 10px;
  text-align: center;
}
.form-group .control-label .zmdi-key {
  transform: rotate(30deg);
}
.form-group .control-label .star-pin {
  position: absolute;
  font-size: 7px;
  left: 18px;
  top: 4px;
}
.form-group .form-control {
  transition: all 0.2s linear;
  border-radius: 0;
  height: 58px;
  padding-top: 20px;
  padding-left: 10px;
  padding-bottom: 0;
  margin: 0;
  width: 100%;
  border-left-width: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555 !important;
  font-weight: 300;
  border-color: #cad7e2;
}
.form-group .form-control:focus {
  position: relative;
  z-index: 1;
}
.form-group .form-control + .control-label + .error {
  display: none;
}
.form-group .form-control.input-validation-error {
  background-color: rgba(242.4, 216.6, 216.6, 0.6) !important;
  border-color: rgb(223.5, 159, 159) !important;
  color: rgb(223.5, 159, 159) !important;
}
.form-group .form-control.input-validation-error:focus {
  border-color: rgb(223.5, 159, 159);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(192, 63, 63, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(192, 63, 63, 0.6);
}
.form-group .form-control.input-validation-error + .control-label {
  color: #c03f3f;
}

.bloco-form {
  margin: 10px 0;
}

.row-submit {
  margin-top: 20px;
}

.switch__container {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-top: 6px;
  width: 147px;
}

.switch {
  visibility: hidden;
  position: absolute;
  margin-left: -9999px;
}

.switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

.switch--shadow + label {
  padding: 2px;
  margin: 0;
  width: 26px;
  height: 15px;
  background-color: #dddddd;
  border-radius: 20px;
}

.switch--shadow + label:before,
.switch--shadow + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

.switch--shadow + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 20px;
  transition: background 0.4s;
}

.switch--shadow + label:after {
  width: 11px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  margin: 1px;
}

.switch--shadow:checked + label:after {
  transform: translateX(11px);
  box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
}

.switch--shadow:checked + label:before {
  background-color: #2693c2;
}

.switch--text {
  width: 130px !important;
  display: inline-block;
  margin-left: 32px;
  font-weight: 300;
  font-size: 13px;
  color: #767676;
  text-align: left;
  top: -7px !important;
  position: relative;
}

.btn {
  transition: box-shadow 0.05s linear, background-color 0.1s linear;
  color: #FFF;
  border: 1px solid !important;
  border-radius: 0;
  height: 37px;
  font-size: 14px;
  outline: none !important;
  padding: 8px 13px;
  position: relative;
  z-index: 1;
}
.btn.btn-flat {
  background: none !important;
  border: none !important;
  color: #13496a;
}
.btn.btn-no-text {
  width: 36px;
  text-align: center;
  padding: 0;
  z-index: 5;
}
.btn.btn-no-text i:before {
  border-right: none;
  margin: 0;
  padding: 0;
}
.btn i:before {
  height: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 12px;
  margin-right: 10px;
}

.btn-default {
  border: 1px solid !important;
  color: rgb(68.6037735849, 102.9056603774, 133.3962264151) !important;
  background: #dce5ed;
  background: -moz-linear-gradient(top, #dce5ed, rgb(193.0566037736, 208.9849056604, 223.1433962264));
  background: -webkit-linear-gradient(top, #dce5ed, rgb(193.0566037736, 208.9849056604, 223.1433962264));
  background: linear-gradient(to bottom, #dce5ed, rgb(193.0566037736, 208.9849056604, 223.1433962264));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color, endColorstr=darken($color, 8%), GradientType=0);
  border-left-color: white !important;
  border-top-color: white !important;
  border-bottom-color: rgb(169.4811320755, 191.4716981132, 211.0188679245) !important;
  border-right-color: rgb(169.4811320755, 191.4716981132, 211.0188679245) !important;
  background-color: #dce5ed;
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -2px 0px rgb(169.4811320755, 191.4716981132, 211.0188679245);
}
.btn-default:after {
  transition: top 0.1s linear, bottom 0.1s linear, background-color 0.05s linear;
  content: "";
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
}
.btn-default.active:after {
  top: -8px;
  bottom: -8px;
  background-color: rgb(169.4811320755, 191.4716981132, 211.0188679245);
  outline: 1px solid rgb(169.4811320755, 191.4716981132, 211.0188679245);
}
.btn-default[disabled] {
  opacity: 0.6;
  box-shadow: inset 0 -2px 0px rgb(169.4811320755, 191.4716981132, 211.0188679245) !important;
}
.btn-default[disabled]:hover {
  background-color: white !important;
  box-shadow: inset 0 -2px 0px rgb(169.4811320755, 191.4716981132, 211.0188679245) !important;
}

.btn-default:hover {
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -38px 0px rgb(169.4811320755, 191.4716981132, 211.0188679245);
  background-color: rgb(169.4811320755, 191.4716981132, 211.0188679245) !important;
}
.btn-default:hover:active {
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), inset 0 -38px 0px rgb(169.4811320755, 191.4716981132, 211.0188679245);
}

.btn-primary {
  background: #2693c2;
  background: -moz-linear-gradient(top, #2693c2, rgb(31.3172413793, 121.1482758621, 159.8827586207));
  background: -webkit-linear-gradient(top, #2693c2, rgb(31.3172413793, 121.1482758621, 159.8827586207));
  background: linear-gradient(to bottom, #2693c2, rgb(31.3172413793, 121.1482758621, 159.8827586207));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color, endColorstr=darken($color, 8%), GradientType=0);
  border-left-color: rgb(129.150862069, 199.8599137931, 230.349137931) !important;
  border-top-color: rgb(129.150862069, 199.8599137931, 230.349137931) !important;
  border-bottom-color: rgb(25.4698275862, 98.5280172414, 130.0301724138) !important;
  border-right-color: rgb(25.4698275862, 98.5280172414, 130.0301724138) !important;
  background-color: #2693c2;
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -2px 0px rgb(25.4698275862, 98.5280172414, 130.0301724138);
}
.btn-primary:after {
  transition: top 0.1s linear, bottom 0.1s linear, background-color 0.05s linear;
  content: "";
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
}
.btn-primary.active:after {
  top: -8px;
  bottom: -8px;
  background-color: rgb(25.4698275862, 98.5280172414, 130.0301724138);
  outline: 1px solid rgb(25.4698275862, 98.5280172414, 130.0301724138);
}
.btn-primary[disabled] {
  opacity: 0.6;
  box-shadow: inset 0 -2px 0px rgb(25.4698275862, 98.5280172414, 130.0301724138) !important;
}
.btn-primary[disabled]:hover {
  background-color: rgb(129.150862069, 199.8599137931, 230.349137931) !important;
  box-shadow: inset 0 -2px 0px rgb(25.4698275862, 98.5280172414, 130.0301724138) !important;
}

.btn-primary:hover {
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -38px 0px rgb(25.4698275862, 98.5280172414, 130.0301724138);
  background-color: rgb(25.4698275862, 98.5280172414, 130.0301724138) !important;
}
.btn-primary:hover:active {
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), inset 0 -38px 0px rgb(25.4698275862, 98.5280172414, 130.0301724138);
}

.btn-danger {
  background: #c03f3f;
  background: -moz-linear-gradient(top, #c03f3f, rgb(161.28, 52.92, 52.92));
  background: -webkit-linear-gradient(top, #c03f3f, rgb(161.28, 52.92, 52.92));
  background: linear-gradient(to bottom, #c03f3f, rgb(161.28, 52.92, 52.92));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color, endColorstr=darken($color, 8%), GradientType=0);
  border-left-color: rgb(223.5, 159, 159) !important;
  border-top-color: rgb(223.5, 159, 159) !important;
  border-bottom-color: rgb(134.4, 44.1, 44.1) !important;
  border-right-color: rgb(134.4, 44.1, 44.1) !important;
  background-color: #c03f3f;
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -2px 0px rgb(134.4, 44.1, 44.1);
}
.btn-danger:after {
  transition: top 0.1s linear, bottom 0.1s linear, background-color 0.05s linear;
  content: "";
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
}
.btn-danger.active:after {
  top: -8px;
  bottom: -8px;
  background-color: rgb(134.4, 44.1, 44.1);
  outline: 1px solid rgb(134.4, 44.1, 44.1);
}
.btn-danger[disabled] {
  opacity: 0.6;
  box-shadow: inset 0 -2px 0px rgb(134.4, 44.1, 44.1) !important;
}
.btn-danger[disabled]:hover {
  background-color: rgb(223.5, 159, 159) !important;
  box-shadow: inset 0 -2px 0px rgb(134.4, 44.1, 44.1) !important;
}

.btn-danger:hover {
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -38px 0px rgb(134.4, 44.1, 44.1);
  background-color: rgb(134.4, 44.1, 44.1) !important;
}
.btn-danger:hover:active {
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), inset 0 -38px 0px rgb(134.4, 44.1, 44.1);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #edf3f8;
  border-radius: 5px;
  padding: 2px;
}

::-webkit-scrollbar-thumb {
  background-color: #aebfce;
  border: 1px solid #edf3f8;
  border-radius: 5px;
}

body {
  background: #edf3f8;
  height: auto;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, rgb(255, 106, 0) 0%, rgb(255, 145, 0) 50%, rgb(255, 106, 0) 100%);
}
body.login-page::before {
  display: none;
}
body.login-page .logotipo {
  display: none;
}
body.login-page .ui-container {
  height: calc(100vh - 60px);
}

.text-justify {
  text-align: justify;
}

.ui-box-content p,
.ui-box-content2 p,
.ui-box-content3 p {
  text-align: justify;
}

.ui-container {
  position: relative;
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
  width: 10%;
}

body:not(.login-page)::before {
  display: none;
}
body:not(.login-page) > .container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
body:not(.login-page) > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
body:not(.login-page) .ui-container {
  display: block;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 134px);
  vertical-align: top;
}
body:not(.login-page) .ui-modal-box {
  top: 0;
}

.ui-modal-box {
  width: 100%;
  position: relative;
  top: -20px;
}
.ui-modal-box .logotipo {
  margin: 1px 0 30px 0;
}
.ui-modal-box .logotipo img {
  max-width: 60%;
}

.ui-box-login {
  width: 85%;
  border-radius: 0;
  background: #FFF;
  -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.4);
  padding: 2px;
  display: inline-block;
}
.ui-box-login .user-header {
  background: #f6f9fb;
  border-bottom: 1px dotted #196382;
  padding: 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
  height: 100%;
}
.ui-box-login .user-header .icon-back {
  display: inline-block;
  border-radius: 50%;
  background: #196382;
  color: #f6f9fb;
  width: 35px;
  height: 35px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ui-box-login .user-header .user-icon {
  color: #196382;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 25px;
  width: 80px;
}
.ui-box-login .user-header .user-icon:before {
  content: "";
  position: absolute;
  right: 0;
  height: 60%;
  top: 20%;
  border-right: 1px solid #196382;
}
.ui-box-login .user-header .user-icon i {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ui-box-login .user-header .welcome {
  color: #819cb1;
  padding-left: 85px;
}
.ui-box-login .user-header .welcome h3 {
  margin: 7px 0;
  font-weight: 500 !important;
  font-size: 16px;
}
.ui-box-login .user-header .welcome h5 {
  margin: 7px 0;
  font-weight: 300 !important;
  font-size: 16px;
}
.ui-box-login .user-header .title-inside h3 {
  margin: 18px 0;
}
.ui-box-login .user-header .title-inside h4 {
  font-weight: 500 !important;
  font-size: 16px;
}
.ui-box-login .user-header .title-inside h6 {
  margin: 7px 0;
  font-weight: 300 !important;
  font-size: 14px;
}
.ui-box-login .user-header .title-inside h6 span {
  font-weight: 500;
}
.ui-box-login .user-footer {
  background: #f6f9fb;
  border-top: 1px dotted #196382;
  padding: 15px;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  text-align: right;
  position: relative;
  clear: both;
  line-height: 20px;
}
.ui-box-login .user-footer a {
  transition: all 0.1s ease-in-out;
  font-size: 12px;
  color: #819cb1;
  display: inline-block;
  text-decoration: underline;
  margin-right: 25px;
  position: relative;
}
.ui-box-login .user-footer a .icon {
  position: absolute;
  width: 20px;
  text-align: center;
  top: 0;
  right: -25px;
  color: #196382;
  transition: all 0.1s ease-in-out;
}
.ui-box-login .user-footer a:hover, .ui-box-login .user-footer a:hover .icon {
  color: #2693c2;
}

.ui-box-content {
  padding: 15px;
}
.ui-box-content .text {
  text-align: left;
  font-size: 14px;
  color: #767676;
  line-height: 18px;
  margin-bottom: 10px;
}

.scroll {
  max-height: 250px;
  overflow: auto;
  padding-right: 10px;
}
.scroll .form-group {
  margin-bottom: 1px;
  position: relative;
}
.scroll .radio {
  background: #edf3f8;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 1px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  color: #767676;
  line-height: 20px;
}
.scroll .radio:hover, .scroll .radio.active {
  background: #196382;
  color: #436b7d;
}
.scroll .radio:hover i, .scroll .radio.active i {
  opacity: 1;
  color: #f8842a;
  font-size: 22px;
  display: inline-block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.scroll .radio:hover i:before, .scroll .radio.active i:before {
  content: "\f26a";
  top: -3px !important;
  position: relative;
  left: -1px;
}
.scroll .radio label {
  display: block;
  padding: 10px 15px;
  padding-left: 45px;
  font-weight: 300 !important;
}
.scroll .radio label i.checkbox {
  border: 1px solid #196382;
  background: #FFF;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 15px;
}
.scroll .radio input {
  display: none;
}
.scroll .input-group {
  position: relative;
  display: inline-block;
  width: 100%;
}
.scroll .input-group input {
  background: #2b486e;
  border-bottom: 1px solid #42608b;
  color: #6c8ab5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scroll .input-group input::-moz-placeholder {
  color: #6c8ab5;
  opacity: 1;
}
.scroll .input-group input:-ms-input-placeholder {
  color: #6c8ab5;
}
.scroll .input-group input::-webkit-input-placeholder {
  color: #6c8ab5;
}

.alert {
  border-radius: 0px !important;
  margin-bottom: 0;
}

/*ASP.NET MVC FRAMEWORK STYLES*/
.validation-summary-valid {
  border-radius: 0px !important;
  margin-bottom: 0;
  display: none;
}

.alert-error,
.validation-summary-errors {
  width: fit-content;
  max-width: 100%;
  min-height: 40px;
  margin: 0 0 16px;
  padding: 10px;
  border: 1px solid #f0a8a8;
  border-radius: 4px !important;
  background: #fff5f5;
  color: #8f1d1d;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.alert-error ul,
.validation-summary-errors ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.alert-error li,
.validation-summary-errors li {
  margin: 0;
}
.alert-error li:before,
.validation-summary-errors li:before {
  content: none;
  display: none;
}

/*ASP.NET MVC FRAMEWORK STYLES*/
.splash-screen {
  background: #fff;
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.4);
  position: relative;
}
.splash-screen .logotipo {
  margin: 80px 10px 40px 10px;
}
.splash-screen .loader {
  background: #FFF;
  position: relative;
  border-radius: 50px;
  padding: 10px 15px;
  bottom: -10px;
  -webkit-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.4);
  display: inline-block;
}
.splash-screen .loader img {
  width: 30px;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .ui-box-login {
    width: 100% !important;
  }
  .form-group {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 480px) {
  .user-icon {
    display: none;
  }
  .welcome {
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logotipo img {
    max-width: 80% !important;
  }
}
.jq-toast-wrap {
  width: 460px !important;
  margin-left: -230px !important;
  left: 50% !important;
}

.jq-toast-heading {
  font-weight: 700 !important;
}

.jq-toast-single h2 {
  margin: 0px !important;
  font-size: 15px !important;
}

.close-jq-toast-single {
  top: 0 !important;
}

.jq-toast-single {
  color: #FFF !important;
  border-radius: 0px !important;
  display: block;
  padding: 11px 15px;
  opacity: 1;
  z-index: 9999 !important;
  /* position: relative; */
  -webkit-animation: easeTop linear 0.1s;
  animation: easeTop linear 0.1s;
  box-shadow: 0 35px 20px -30px rgba(0, 0, 0, 0.2);
  border-width: 2px;
  border-style: solid;
  padding-left: 120px !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 300 !important;
  z-index: 2;
}
.jq-toast-single:before {
  content: "";
  margin: 0;
  padding: 10px 0 0;
  height: 100%;
  width: 90px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  display: inline;
  line-height: 80px;
  font: normal normal normal 14px/1 Material-Design-Iconic-Font;
  font-size: 50px;
}
.jq-toast-single:after {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  left: calc(-50vw + 220px);
  box-shadow: 0px 0px 120px 42px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.jq-icon-warning {
  background: #e06666 !important;
  background: linear-gradient(180deg, #e06666, #d94444) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e06666, endColorstr=#d94444, GradientType=0) !important;
  border-color: #dc7f7f #b93535 #b93535 #dc7f7f !important;
}
.jq-icon-warning:before {
  content: "\f136";
  background: #e06666 !important;
  background: linear-gradient(180deg, #e06666, #d94444) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e06666, endColorstr=#d94444, GradientType=0) !important;
  box-shadow: inset -1px 0 0 0 #b93535, inset -2px 0 0 0 #dc7f7f !important;
  color: #ffbebe !important;
}
.jq-icon-warning .close-jq-toast-single {
  color: #ffbebe !important;
}

.jq-icon-success {
  background: rgba(66, 182, 76, 0.9) !important;
  background: linear-gradient(180deg, rgba(66, 182, 76, 0.9), rgba(55, 152, 63, 0.9)) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(66,182,76,.9), endColorstr=rgba(55,152,63,.9), GradientType=0) !important;
  border-color: #7dd885 #35861c #35861c #7dd885 !important;
}
.jq-icon-success:before {
  content: "\f26b";
  background: #42b64c;
  background: linear-gradient(180deg, #42b64c, #37983f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#42b64c, endColorstr=#37983f, GradientType=0);
  box-shadow: inset -1px 0 0 0 #298030, inset -2px 0 0 0 #85d88f;
  color: #7dd885;
}
.jq-icon-success .close-jq-toast-single {
  color: #7dd885;
}

.app-header {
  width: 100%;
  height: 78px;
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #ffffff;
  border-bottom: 3px solid #cf9b36;
  font-family: "Roboto", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.app-header__content {
  width: auto;
  max-width: none;
  height: 78px;
  margin: 0 140px;
  padding: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  gap: 24px;
}

.app-header__brand,
.app-header__court,
.app-header__actions a {
  text-decoration: none;
}

.app-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0d2856;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  justify-self: start;
}
.app-header__brand:hover, .app-header__brand:focus {
  color: #0d2856;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.app-header__brand-icon {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

.app-header__court {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.app-header__court img {
  display: block;
  width: 202px;
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
}

.app-header__actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.app-header__icon-button {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0d2856;
  font-size: 22px;
}
.app-header__icon-button img {
  display: block;
  width: 25px;
  height: 25px;
}
.app-header__icon-button:hover, .app-header__icon-button:focus {
  background: #f3f5f8;
  color: #0d2856;
}

.app-header__logout {
  min-width: 41px;
  height: 30px;
  padding: 6px 15px;
  border-radius: 5px;
  background: #e73f49;
  color: #fcfcfc;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.app-header__logout:hover, .app-header__logout:focus {
  background: #c9343d;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .app-header__content {
    margin-left: 64px;
    margin-right: 64px;
  }
}
@media (max-width: 991px) {
  .app-header__content {
    margin-left: 32px;
    margin-right: 32px;
    grid-template-columns: minmax(120px, 1fr) auto minmax(80px, 1fr);
    grid-template-areas: "brand court actions";
    gap: 16px;
  }
  .app-header__brand {
    grid-area: brand;
  }
  .app-header__court {
    grid-area: court;
  }
  .app-header__actions {
    grid-area: actions;
  }
}
@media (max-width: 640px) {
  .app-header__content {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    min-height: 70px;
    grid-template-columns: auto auto;
    grid-template-areas: "brand actions";
    justify-content: space-between;
    justify-items: initial;
    row-gap: 0;
  }
  .app-header__court {
    display: none;
  }
  .app-header__brand {
    justify-self: start;
  }
  .app-header__actions {
    justify-self: end;
  }
}
.cadastre-se {
  padding: 5px 5px 5px 5px;
  width: 100% !important;
  color: #fff;
  background: #c03f3f;
  background: -webkit-linear-gradient(top, #c03f3f, #a13535);
  background: linear-gradient(to bottom, #c03f3f, #a13535);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c03f3f, endColorstr=#a13535, GradientType=0);
  border-left-color: #e09f9f !important;
  border-top-color: #e09f9f !important;
  border-bottom-color: #862c2c !important;
  border-right-color: #862c2c !important;
  background-color: #c03f3f;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: inset 0 7px 17px -5px transparent, inset 0 -2px 0 #862c2c;
}

.cadastre-se:hover {
  box-shadow: inset 0 7px 17px -5px transparent, inset 0 -38px 0 #862c2c;
  background-color: #862c2c !important;
}

/*
 * ================================================
 * NOVO LAYOUT DE LOGIN - Duas Colunas
 * ================================================
 */
.login-container {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: visible;
  max-width: 1050px;
  margin: 40px auto;
  padding: 16px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .login-container {
    flex-direction: row;
    min-height: 580px;
  }
}

.login-panel-left {
  background-color: #0d2856;
  color: #fff;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .login-panel-left {
    flex: 1;
    min-width: 380px;
    padding: 50px 40px;
  }
}
.login-panel-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/bg-half-tjmt-logo.svg");
  background-position: right center;
  background-size: 60%;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: 0;
}
.login-panel-left .login-logo {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.login-panel-left .login-logo img {
  max-width: 280px;
  width: 100%;
  filter: brightness(0) invert(1);
}
.login-panel-left .login-cta {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.login-panel-left .login-cta p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0.95;
}
.login-panel-left .login-cta p b {
  font-weight: 600;
}
.login-panel-left .login-cta .btn-cadastre {
  display: inline-block;
  background: #fff;
  color: #0d2856;
  padding: 14px 80px;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
  min-width: 280px;
  text-align: center;
}
.login-panel-left .login-cta .btn-cadastre:hover {
  background: #f0f0f0;
  color: rgb(6.303030303, 19.3939393939, 41.696969697);
  text-decoration: none;
}

.login-panel-right {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .login-panel-right {
    width: 52%;
    max-width: 480px;
    padding: 40px 50px;
  }
}
.login-panel-right .login-title {
  font-size: 24px;
  font-weight: 600;
  color: #0d2856;
  margin-bottom: 20px;
}
.login-panel-right .login-form .form-group {
  margin-bottom: 15px;
}
.login-panel-right .login-form .form-group + .form-group {
  margin-top: 24px;
}
.login-panel-right .login-form .form-label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
  font-size: 14px;
}
.login-panel-right .login-form .form-input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  background: #f9f9f9;
  transition: all 0.3s ease;
}
.login-panel-right .login-form .form-input:focus {
  outline: none;
  border-color: #bbb;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(13, 40, 86, 0.1);
}
.login-panel-right .login-form .form-input::placeholder {
  color: #aaa;
}
.login-panel-right .login-form .password-wrapper {
  position: relative;
}
.login-panel-right .login-form .password-wrapper .form-input {
  padding-right: 48px;
}
.login-panel-right .login-form .password-wrapper .toggle-password {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
  padding: 0 4px;
}
.login-panel-right .login-form .password-wrapper .toggle-password:hover {
  color: #555;
}
.login-panel-right .login-form .password-wrapper .toggle-password svg {
  width: 20px;
  height: 20px;
  display: block;
}
.login-panel-right .login-form .form-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  font-size: 13px;
}
.login-panel-right .login-form .form-links a {
  color: #0d2856;
  text-decoration: none;
}
.login-panel-right .login-form .form-links a:hover {
  text-decoration: underline;
}
.login-panel-right .login-form .form-links a.font-bold {
  font-weight: 600;
}
.login-panel-right .login-form .form-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  font-size: 14px;
}
.login-panel-right .login-form .form-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
  accent-color: #0d2856;
  cursor: pointer;
}
.login-panel-right .login-form .form-checkbox label {
  margin: 0;
  line-height: 1.2;
  cursor: pointer;
  color: #333;
}
.login-panel-right .login-form .btn-entrar {
  width: 100%;
  background: #0d2856;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.login-panel-right .login-form .btn-entrar:hover {
  background: rgb(7.6424242424, 23.5151515152, 50.5575757576);
  box-shadow: 0 4px 15px rgba(13, 40, 86, 0.3);
}
.login-panel-right .login-divider {
  text-align: center;
  margin: 20px 0;
  position: relative;
}
.login-panel-right .login-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #e0e0e0;
}
.login-panel-right .login-divider span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  color: #0d2856;
  font-size: 13px;
  font-weight: 600;
}
.login-panel-right .login-providers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.login-provider-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d4a017;
  border-radius: 6px;
  background: #fff;
  color: #444;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.login-provider-btn:hover {
  background: #f5f5f5;
  border-color: #ccc;
  text-decoration: none;
  color: #333;
}
.login-provider-btn .provider-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.login-provider-btn .provider-icon img {
  max-width: 100%;
  max-height: 100%;
}
.login-provider-btn .provider-icon i {
  font-size: 18px;
}
.login-provider-btn .provider-text {
  flex: 1;
  text-align: left;
}

@media (max-width: 767px) {
  .login-container {
    padding: 16px;
  }
  .login-panel-right {
    order: 1;
  }
  .login-panel-left {
    order: 2;
    width: 100%;
    box-sizing: border-box;
  }
  .login-panel-left .login-cta .btn-cadastre {
    width: 100%;
    min-width: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
}
body.login-2fa-page {
  background: #ffffff;
  color: #0c101a;
  min-height: 100vh;
  height: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
body.login-2fa-page > .container {
  width: 100%;
  min-height: 0;
  padding: 0;
  margin: 0;
  flex: 1 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: visible;
}
body.login-2fa-page > .container > .row {
  width: 100%;
  min-height: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  overflow: visible;
}
body.login-2fa-page .ui-container,
body.login-2fa-page .ui-modal-box {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: block;
  top: 0;
  overflow: visible;
}
body.login-2fa-page .app-footer {
  margin-top: auto;
}

.login-2fa-shell {
  width: 100%;
  padding: 32px 20px 56px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.login-2fa-panel {
  width: min(716px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  text-align: left;
}

.login-2fa-intro {
  width: 100%;
}
.login-2fa-intro h1 {
  margin: 0 0 8px;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0;
}
.login-2fa-intro p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: justify;
}

.login-2fa-form {
  width: 100%;
}
.login-2fa-form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.login-2fa-code-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}

.login-2fa-code-input {
  width: 48px;
  height: 64px;
  padding: 16px 0;
  border: 1px solid #dbe4ed;
  border-radius: 5px;
  background: #ffffff;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  box-shadow: none;
}
.login-2fa-code-input:focus {
  outline: none;
  border-color: #0d2842;
  box-shadow: 0 0 0 3px rgba(13, 40, 66, 0.12);
}
.login-2fa-code-input:nth-child(4) {
  margin-left: 16px;
}

.login-2fa-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.login-2fa-button {
  min-width: 104px;
  height: 40px;
  padding: 10px 20px;
  border: 0;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.login-2fa-button:hover, .login-2fa-button:focus {
  text-decoration: none;
}

.login-2fa-button-primary {
  background: #0d2842;
  color: #f5f5f5;
}
.login-2fa-button-primary:hover, .login-2fa-button-primary:focus {
  background: #081c30;
  color: #f5f5f5;
}

.login-2fa-button-primary--danger {
  background: #e73f49;
  color: #fcfcfc;
}
.login-2fa-button-primary--danger:hover, .login-2fa-button-primary--danger:focus {
  background: #d73640;
  color: #fcfcfc;
}

.login-2fa-button-secondary {
  border: 1px solid #adb4c4;
  background: transparent;
  color: #0d2842;
}
.login-2fa-button-secondary:hover, .login-2fa-button-secondary:focus {
  background: #f7f9fc;
  color: #0d2842;
}

.login-2fa-reset-form {
  width: 100%;
  margin: 0;
}

.login-2fa-reset-button {
  width: 100%;
  min-height: 30px;
  padding: 6px 15px;
  border: 1px solid #adb4c4;
  border-radius: 5px;
  background: transparent;
  color: #0d2842;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}
.login-2fa-reset-button:hover, .login-2fa-reset-button:focus {
  background: #f7f9fc;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {
  .login-2fa-shell {
    padding: 24px 16px 48px;
  }
  .login-2fa-panel {
    gap: 28px;
  }
  .login-2fa-intro h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .login-2fa-code-group {
    width: 100%;
    gap: 6px;
    justify-content: space-between;
    margin-bottom: 28px;
  }
  .login-2fa-code-input {
    width: calc((100vw - 84px) / 6);
    min-width: 38px;
    max-width: 48px;
    height: 56px;
    font-size: 22px;
  }
  .login-2fa-code-input:nth-child(4) {
    margin-left: 8px;
  }
  .login-2fa-actions {
    width: 100%;
    gap: 10px;
  }
  .login-2fa-button {
    min-width: 0;
    flex: 1;
  }
  .login-2fa-reset-button {
    min-height: 40px;
    white-space: normal;
  }
}
.configurar-2fa-page {
  background: #fff;
  color: #0c101a;
  font-family: "Roboto", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.configurar-2fa-page > .container {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.configurar-2fa-page > .container > .row {
  flex: 1 0 auto;
  display: flex;
}
.configurar-2fa-page .ui-modal-box {
  width: 100%;
}
.configurar-2fa-page .app-breadcrumb__nav {
  max-width: 1084px;
  padding-left: 0;
  padding-right: 0;
}
.configurar-2fa-page .validation-summary-errors {
  margin-top: 24px;
  margin-bottom: 0;
}

body.configurar-2fa-page:not(.login-page) .ui-container {
  min-height: 0;
  flex: 1 0 auto;
}

.configurar-2fa {
  width: min(1084px, 100% - 48px);
  margin: 0 auto;
  padding: 32px 0 56px;
  text-align: left;
}

.configurar-2fa__title {
  margin: 0 0 16px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0;
}

.configurar-2fa__intro {
  max-width: 1084px;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: justify;
}

.configurar-2fa__form {
  width: 100%;
  margin-top: 32px;
}
.configurar-2fa__form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.configurar-2fa__steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.configurar-2fa__step {
  min-width: 0;
}

.configurar-2fa__step-copy {
  margin-bottom: 24px;
}
.configurar-2fa__step-copy h2 {
  margin: 0 0 8px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
}
.configurar-2fa__step-copy p {
  max-width: 440px;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: justify;
}

.configurar-2fa__divider {
  width: 1px;
  background: #f2f4fb;
}

.configurar-2fa__qr-row {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.configurar-2fa__qr-code {
  display: block;
  width: 160px;
  height: 160px;
  flex: 0 0 160px;
  padding: 8px;
  border: 1px solid #dbe4ed;
  border-radius: 12px;
  background: #fff;
  object-fit: contain;
}

.configurar-2fa__secret-group {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.configurar-2fa__secret {
  width: 100%;
  height: 48px;
  padding: 14px 12px;
  border: 1px solid #dbe4ed;
  border-radius: 5px;
  background: #f0f5f9;
  color: #91a3ba;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.configurar-2fa__copy-button {
  min-height: 30px;
  padding: 6px 15px;
  border: 1px solid #adb4c4;
  border-radius: 5px;
  background: #fff;
  color: #0d2842;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.configurar-2fa__copy-button:hover, .configurar-2fa__copy-button:focus {
  background: #f6f8fb;
  border-color: #8f98ab;
  color: #0d2842;
  outline: none;
  text-decoration: none;
}
.configurar-2fa__copy-button:focus {
  box-shadow: 0 0 0 3px rgba(13, 40, 66, 0.12);
}

.configurar-2fa__copy-icon {
  display: inline-flex;
  width: 15px;
  height: 20px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.configurar-2fa__copy-icon svg {
  display: block;
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.configurar-2fa__field {
  width: 100%;
}

.configurar-2fa__input {
  width: 100%;
  height: 48px;
  padding: 14px 12px;
  border: 1px solid #dbe4ed;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  box-shadow: none;
}
.configurar-2fa__input::placeholder {
  color: #000;
  opacity: 1;
}
.configurar-2fa__input:focus {
  border-color: #0d2842;
  outline: none;
  box-shadow: 0 0 0 3px rgba(13, 40, 66, 0.12);
}

.configurar-2fa__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 56px;
}

.configurar-2fa__button {
  min-width: 84px;
  height: 40px;
  padding: 10px 20px;
  border: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.configurar-2fa__button:hover, .configurar-2fa__button:focus {
  text-decoration: none;
  outline: none;
}
.configurar-2fa__button:focus {
  box-shadow: 0 0 0 3px rgba(13, 40, 66, 0.16);
}

.configurar-2fa__button--primary {
  background: #0d2842;
  color: #f5f5f5;
}
.configurar-2fa__button--primary:hover, .configurar-2fa__button--primary:focus {
  background: #081c30;
  color: #f5f5f5;
}

.configurar-2fa__button--secondary {
  background: #e0e7ff;
  color: #0d2842;
}
.configurar-2fa__button--secondary:hover, .configurar-2fa__button--secondary:focus {
  background: #d2dcff;
  color: #0d2842;
}

@media (max-width: 1199px) {
  .configurar-2fa-page .app-breadcrumb__nav {
    width: min(1084px, 100% - 48px);
  }
}
@media (max-width: 991px) {
  .configurar-2fa__steps {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .configurar-2fa__divider {
    display: none;
  }
  .configurar-2fa__step-copy {
    margin-bottom: 20px;
  }
  .configurar-2fa__step-copy p {
    max-width: none;
  }
  .configurar-2fa__actions {
    margin-top: 40px;
  }
}
@media (min-width: 992px) and (max-height: 820px) {
  .configurar-2fa {
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .configurar-2fa__title {
    margin-bottom: 12px;
  }
  .configurar-2fa__form {
    margin-top: 24px;
  }
  .configurar-2fa__step-copy {
    margin-bottom: 18px;
  }
  .configurar-2fa__qr-code {
    width: 144px;
    height: 144px;
    flex-basis: 144px;
  }
  .configurar-2fa__actions {
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .configurar-2fa-page .app-breadcrumb__nav {
    width: calc(100% - 32px);
  }
  .configurar-2fa {
    width: calc(100% - 32px);
    padding: 32px 0 56px;
  }
  .configurar-2fa__title {
    font-size: 22px;
    line-height: 30px;
  }
  .configurar-2fa__intro,
  .configurar-2fa__step-copy p {
    font-size: 15px;
    line-height: 24px;
  }
  .configurar-2fa__qr-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .configurar-2fa__secret-group {
    width: 100%;
  }
  .configurar-2fa__actions {
    width: 100%;
    gap: 10px;
  }
  .configurar-2fa__button {
    flex: 1;
    min-width: 0;
  }
}
.alterar-senha-page {
  background: #fff;
  color: #0c101a;
  font-family: "Roboto", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.alterar-senha-page > .container {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.alterar-senha-page > .container > .row {
  flex: 1 0 auto;
  display: flex;
}
.alterar-senha-page .ui-modal-box {
  width: 100%;
}
.alterar-senha-page .app-breadcrumb {
  background: #f2f4f7;
  border: 0;
}
.alterar-senha-page .app-breadcrumb__nav {
  max-width: 1084px;
  min-height: 40px;
  padding: 10px 0;
}
.alterar-senha-page .app-breadcrumb__current {
  color: #0d2856;
}
.alterar-senha-page .validation-summary-errors {
  margin: 16px 0 0;
  text-align: left;
}

body.alterar-senha-page:not(.login-page) .ui-container {
  min-height: 0;
  flex: 1 0 auto;
}

.alterar-senha {
  width: min(1084px, 100% - 48px);
  margin: 0 auto;
  padding: 32px 0 56px;
  text-align: left;
}

.alterar-senha__title {
  margin: 0 0 20px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0;
}

.alterar-senha__form {
  width: 100%;
}
.alterar-senha__form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.alterar-senha__notice {
  width: 100%;
  margin: 0 0 20px;
  padding: 12px 14px;
  border: 1px solid #dbe4ed;
  border-radius: 5px;
  background: #f0f5f9;
  color: #4a5565;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: justify;
}
.alterar-senha__notice strong {
  font-weight: 600;
}

.alterar-senha__notice--rede {
  border-color: #a3caff;
  background: #f4f9ff;
  color: #0b3565;
}

.alterar-senha__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 20px;
  align-items: start;
}

.alterar-senha__field {
  position: relative;
  min-width: 0;
}

.alterar-senha__field--code {
  grid-column: 1/-1;
  max-width: calc((100% - 20px) / 2);
}

.alterar-senha__input {
  width: 100%;
  height: 48px;
  padding: 14px 12px;
  border: 1px solid #dbe4ed;
  border-radius: 5px;
  background: #fff;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  box-shadow: none;
}
.alterar-senha__input::placeholder {
  color: transparent;
  opacity: 0;
}
.alterar-senha__input:focus {
  border-color: #0d2856;
  outline: none;
  box-shadow: 0 0 0 3px rgba(13, 40, 86, 0.12);
}
.alterar-senha__input:disabled, .alterar-senha__input[readonly] {
  background: #f0f5f9;
  color: #91a3ba;
  opacity: 1;
}

.alterar-senha__input--with-label {
  padding-top: 18px;
  padding-bottom: 6px;
}

.alterar-senha__floating-label {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 12px;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  pointer-events: none;
  transform-origin: left center;
  transition: top 0.16s ease, left 0.16s ease, padding 0.16s ease, font-size 0.16s ease, line-height 0.16s ease, color 0.16s ease;
}

.alterar-senha__field:focus-within .alterar-senha__floating-label,
.alterar-senha__field--filled .alterar-senha__floating-label {
  top: -6px;
  left: 6px;
  padding: 0 5px;
  color: #000;
  font-size: 10px;
  line-height: 12px;
  pointer-events: auto;
}

.alterar-senha__password-control {
  position: relative;
}

.alterar-senha__input--password {
  padding-right: 44px;
}

.alterar-senha__visibility {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 28px;
  height: 28px;
  padding: 4px;
  border: 0;
  background: transparent;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
}
.alterar-senha__visibility:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(13, 40, 86, 0.12);
  border-radius: 5px;
}
.alterar-senha__visibility svg {
  display: block;
  width: 20px;
  height: 20px;
}

.alterar-senha__requirements {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  margin-top: 12px;
}

.alterar-senha__requirement {
  min-width: 0;
  color: #4a5565;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
}

.alterar-senha__requirement-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.alterar-senha__requirement-icon::before, .alterar-senha__requirement-icon::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 10px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
}
.alterar-senha__requirement-icon::before {
  transform: rotate(45deg);
}
.alterar-senha__requirement-icon::after {
  transform: rotate(-45deg);
}

.alterar-senha__requirement--valid {
  color: #43a047;
}
.alterar-senha__requirement--valid .alterar-senha__requirement-icon::before {
  top: 8px;
  left: 3px;
  width: 5px;
  transform: rotate(45deg);
}
.alterar-senha__requirement--valid .alterar-senha__requirement-icon::after {
  top: 7px;
  left: 6px;
  width: 9px;
  transform: rotate(-45deg);
}

.alterar-senha__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.alterar-senha__button {
  min-width: 84px;
  height: 40px;
  padding: 10px 20px;
  border: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.alterar-senha__button:hover, .alterar-senha__button:focus {
  text-decoration: none;
  outline: none;
}
.alterar-senha__button:focus {
  box-shadow: 0 0 0 3px rgba(13, 40, 86, 0.16);
}

.alterar-senha__button--primary {
  background: #0d2856;
  color: #f5f5f5;
}
.alterar-senha__button--primary:hover, .alterar-senha__button--primary:focus {
  background: #091d3f;
  color: #f5f5f5;
}

.alterar-senha__button--secondary {
  background: #e0e7ff;
  color: #0d2856;
}
.alterar-senha__button--secondary:hover, .alterar-senha__button--secondary:focus {
  background: #d2dcff;
  color: #0d2856;
}

.gerar-nova-senha .validation-summary-errors {
  margin-bottom: 16px;
}

.gerar-nova-senha__form {
  max-width: none;
}

.gerar-nova-senha__notice {
  margin-bottom: 24px;
}
.gerar-nova-senha__notice p {
  margin: 0 0 6px;
}
.gerar-nova-senha__notice p:last-child {
  margin-bottom: 0;
}

.gerar-nova-senha__grid {
  grid-template-columns: 1fr;
  gap: 0;
}

.gerar-nova-senha__channels {
  margin-top: 24px;
  color: #4a5565;
  font-size: 14px;
  line-height: 20px;
}
.gerar-nova-senha__channels:empty {
  display: none;
}
.gerar-nova-senha__channels p {
  margin: 0 0 12px;
}
.gerar-nova-senha__channels .alert {
  margin: 0;
  border-radius: 5px;
  text-align: left;
}
.gerar-nova-senha__channels .form-group {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px 8px;
  align-items: center;
}
.gerar-nova-senha__channels input[type=radio] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #0d2856;
}
.gerar-nova-senha__channels label {
  margin: 0;
  color: #0c101a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.gerar-nova-senha__channels br {
  display: none;
}

.gerar-nova-senha__actions {
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-top: 36px;
}

.gerar-nova-senha__button {
  white-space: nowrap;
}
.gerar-nova-senha__button:disabled {
  background: #dbe4ed;
  color: #718096;
  cursor: not-allowed;
  opacity: 1;
}

@media (max-width: 1199px) {
  .alterar-senha-page .app-breadcrumb__nav {
    width: min(1084px, 100% - 48px);
  }
}
@media (max-width: 767px) {
  .alterar-senha-page .app-breadcrumb__nav {
    width: calc(100% - 32px);
  }
  .alterar-senha {
    width: calc(100% - 32px);
    padding: 32px 0 56px;
  }
  .alterar-senha__title {
    font-size: 22px;
    line-height: 30px;
  }
  .alterar-senha__grid,
  .alterar-senha__requirements {
    grid-template-columns: 1fr;
  }
  .alterar-senha__field--code {
    max-width: none;
  }
  .alterar-senha__actions {
    width: 100%;
    gap: 10px;
  }
  .alterar-senha__button {
    flex: 1;
    min-width: 0;
  }
  .gerar-nova-senha__button {
    flex: 1;
    min-width: 0;
    white-space: normal;
  }
}
body.lotacao-page {
  background: #ffffff;
  color: #0c101a;
  font-family: "Poppins", "Roboto", sans-serif;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
body.lotacao-page > .container {
  width: 100%;
  min-height: 0;
  padding: 0;
  margin: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}
body.lotacao-page > .container > .row {
  width: 100%;
  min-height: 0;
  margin-right: 0;
  margin-left: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}
body.lotacao-page .ui-container,
body.lotacao-page .ui-modal-box {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  overflow: hidden;
}
body.lotacao-page .app-footer {
  flex: 0 0 auto;
  margin-top: auto;
}

.lotacao-select {
  --lotacao-page-margin-top: clamp(24px, 5vh, 48px);
  --lotacao-page-margin-bottom: clamp(18px, 4vh, 36px);
  --lotacao-reserved-height: 390px;
  width: min(840px, 100% - 48px);
  margin: var(--lotacao-page-margin-top) auto var(--lotacao-page-margin-bottom);
  color: #0c101a;
  text-align: left;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lotacao-select__header {
  margin-bottom: 20px;
}
.lotacao-select__header h1 {
  margin: 0 0 6px;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0;
}
.lotacao-select__header p {
  margin: 0;
  color: #586779;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.lotacao-select__form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.lotacao-select__search {
  position: relative;
  margin-bottom: 14px;
}
.lotacao-select__search i {
  position: absolute;
  top: 50%;
  left: 14px;
  color: #718096;
  font-size: 18px;
  transform: translateY(-50%);
  pointer-events: none;
}
.lotacao-select__search input {
  width: 100%;
  height: 48px;
  padding: 0 16px 0 42px;
  border: 1px solid #dbe4ed;
  border-radius: 6px;
  background: #ffffff;
  color: #0c101a;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  box-shadow: 0 1px 2px rgba(13, 40, 86, 0.04);
}
.lotacao-select__search input::placeholder {
  color: #718096;
  opacity: 1;
}
.lotacao-select__search input:focus {
  border-color: #0d2856;
  outline: none;
  box-shadow: 0 0 0 3px rgba(13, 40, 86, 0.12);
}

.lotacao-select__list {
  min-height: 120px;
  max-height: max(120px, 100vh - var(--lotacao-reserved-height));
  padding: 12px;
  border-radius: 6px;
  background: #f8fafc;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  scrollbar-color: #c8d2df transparent;
  scrollbar-width: thin;
}

.lotacao-select__item {
  position: relative;
  min-height: 46px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #dbe4ed;
  border-radius: 6px;
  background: #ffffff;
  color: #0c101a;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}
.lotacao-select__item:hover, .lotacao-select__item:focus-within {
  border-color: #0d2856;
  box-shadow: 0 0 0 3px rgba(13, 40, 86, 0.08);
}
.lotacao-select__item.is-selected {
  border-color: #0d2856;
  background: #f4f8fc;
  box-shadow: 0 0 0 3px rgba(13, 40, 86, 0.1);
}
.lotacao-select__item.is-hidden {
  display: none;
}

.lotacao-select__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.lotacao-select__indicator {
  width: 18px;
  height: 18px;
  border: 2px solid #8aa0b7;
  border-radius: 50%;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}
.lotacao-select__indicator::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0d2856;
  opacity: 0;
  transform: scale(0.72);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.lotacao-select__radio:checked + .lotacao-select__indicator {
  border-color: #0d2856;
}
.lotacao-select__radio:checked + .lotacao-select__indicator::after {
  opacity: 1;
  transform: scale(1);
}

.lotacao-select__radio:focus-visible + .lotacao-select__indicator {
  box-shadow: 0 0 0 3px rgba(13, 40, 86, 0.16);
}

.lotacao-select__name {
  min-width: 0;
  color: #0c101a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.lotacao-select__tag {
  max-width: 180px;
  padding: 4px 8px;
  border-radius: 5px;
  background: #0d2856;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lotacao-select__empty {
  margin: 0;
  padding: 14px;
  border: 1px solid #dbe4ed;
  border-radius: 6px;
  background: #ffffff;
  color: #586779;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.lotacao-select__actions {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.lotacao-select__submit {
  min-width: 240px;
  min-height: 44px;
  padding: 11px 24px;
  border: 1px solid #0d2856;
  border-radius: 6px;
  background: #0d2856;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}
.lotacao-select__submit:hover, .lotacao-select__submit:focus {
  border-color: #0a2045;
  background: #0a2045;
  outline: none;
  box-shadow: 0 0 0 3px rgba(13, 40, 86, 0.14);
}
.lotacao-select__submit:disabled {
  border-color: #dbe4ed;
  background: #dbe4ed;
  color: #718096;
  cursor: not-allowed;
  box-shadow: none;
}

@media (max-width: 767px) {
  .lotacao-select {
    --lotacao-page-margin-top: 28px;
    --lotacao-page-margin-bottom: 24px;
    --lotacao-reserved-height: 340px;
    width: min(100% - 32px, 840px);
  }
  .lotacao-select__item {
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
    column-gap: 10px;
    row-gap: 5px;
    height: auto;
    min-height: 0;
    padding: 10px;
  }
  .lotacao-select__indicator {
    margin-top: 1px;
  }
  .lotacao-select__name {
    display: block;
    line-height: 18px;
    white-space: normal;
  }
  .lotacao-select__tag {
    grid-column: 2;
    justify-self: start;
    max-width: 112px;
    padding: 3px 7px;
    font-size: 11px;
    line-height: 15px;
  }
  .lotacao-select__item--long .lotacao-select__tag {
    max-width: 100%;
  }
  .lotacao-select__list {
    min-height: 96px;
    padding: 10px;
  }
  .lotacao-select__submit {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 360px) {
  .lotacao-select__tag {
    max-width: 100%;
  }
}
.perfil-home {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 40px 140px 80px 188px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  color: #0c101a;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.perfil-home__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 36px;
}

.perfil-home__identity {
  display: flex;
  align-items: stretch;
  gap: 12px;
  max-width: 744px;
  min-width: 0;
}

.perfil-home__identity-marker {
  width: 3px;
  min-height: 50px;
  background: #cf9b36;
  flex: 0 0 3px;
}

.perfil-home__identity h1 {
  margin: 0;
  color: #0d2856;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0;
}

.perfil-home__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 2px;
  color: #0c101a;
  font-size: 14px;
  line-height: 20px;
}

.perfil-home__meta strong {
  font-weight: 400;
}

.perfil-home__account-level {
  --account-level-color: #adb4c4;
  width: 240px;
  min-height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background: #ffffff;
  color: #0c101a;
  padding: 10px;
  display: flex;
  flex: 0 0 240px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  font-family: "Poppins", "Roboto", sans-serif;
  text-align: left;
  transform: translateY(-8px);
}
.perfil-home__account-level:hover, .perfil-home__account-level:focus {
  border-color: #d7dce5;
  box-shadow: 0 8px 24px rgba(13, 40, 86, 0.08);
  outline: none;
}

.perfil-home__account-level--bronze {
  --account-level-color: #cf7c2c;
}

.perfil-home__account-level--prata {
  --account-level-color: #9ca3b3;
}

.perfil-home__account-level--ouro {
  --account-level-color: #f0ba4e;
}

.perfil-home__account-level--diamante {
  --account-level-color: #007bff;
}

.perfil-home__account-level-row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  line-height: 20px;
}

.perfil-home__account-level-row span {
  min-width: 0;
}

.perfil-home__account-level-row strong {
  color: var(--account-level-color);
  font-weight: 600;
  white-space: nowrap;
}

.perfil-home__account-level-bars,
.perfil-account-level-drawer__bars {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}

.perfil-home__account-level-bars span,
.perfil-account-level-drawer__bars span {
  height: 5px;
  min-width: 0;
  flex: 1 1 0;
  border-radius: 10px;
  background: #ebebeb;
}

.perfil-home__account-level-bars span.is-filled {
  background: var(--account-level-color);
}

.perfil-home__section {
  margin-top: 30px;
}

.perfil-home__section-title {
  margin: 0 0 16px;
  color: #0d2856;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
}

.perfil-home__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.perfil-home__section-header .perfil-home__section-title {
  margin-bottom: 0;
}

.perfil-home__section-header a {
  color: #0c101a;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.perfil-home__section-header a:hover, .perfil-home__section-header a:focus {
  color: #0c101a;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.perfil-home__systems-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(264px, 1fr));
  column-gap: 24px;
  row-gap: 16px;
}

.perfil-home__system-card {
  position: relative;
  min-height: 140px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background: #ffffff;
  padding: 25px 20px 20px;
  color: #0c101a;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.perfil-home__system-card:hover,
.perfil-home__system-card:focus-visible {
  border-color: #0d2856;
  box-shadow: 0 0 0 2px rgba(13, 40, 86, 0.16);
  outline: none;
  transform: translateY(-1px);
}

.perfil-home__system-card.is-favorite:hover,
.perfil-home__system-card.is-favorite:focus-visible {
  border-color: #cf9b36;
  box-shadow: 0 0 0 2px rgba(207, 155, 54, 0.18);
}

.perfil-home__system-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: #0d2856;
}

.perfil-home__system-card.is-favorite::before {
  background: #cf9b36;
}

.perfil-home__system-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: nowrap;
}

.perfil-home__system-icon {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
}

.perfil-home__system-logo-crop {
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
}

.perfil-home__system-logo-crop img {
  display: block;
  width: 503.7%;
  max-width: none;
  height: 100%;
}

.perfil-home__system-custom-icon {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.perfil-home__system-card--with-image {
  justify-content: center;
  gap: 0;
}

.perfil-home__system-card--with-image .perfil-home__system-top {
  align-items: center;
}

.perfil-home__system-card--with-image .perfil-home__system-icon {
  width: 150px;
  max-width: 100%;
  height: 76px;
  border-radius: 0;
  justify-content: flex-start;
  overflow: visible;
}

.perfil-home__system-card--with-image .perfil-home__system-custom-icon {
  width: 100%;
  height: 100%;
}

.perfil-home__system-tag {
  min-width: 21px;
  flex: 0 0 auto;
  border-radius: 5px;
  background: #cf9b36;
  color: #ffffff;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
}

.perfil-home__system-card h3 {
  margin: 0;
  color: #0c101a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.perfil-home__security-card {
  min-height: 88px;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  background: #ffffff;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.perfil-home__security-card--attention {
  border-color: #e5e5e5;
  box-shadow: 0 1px 2px rgba(12, 16, 26, 0.04);
}

.perfil-home__security-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e6fae7;
  color: #20b83b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex: 0 0 auto;
}

.perfil-home__security-card--attention .perfil-home__security-icon {
  background: #fde2e2;
}

.perfil-home__security-icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.perfil-home__security-copy {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
}

.perfil-home__security-copy strong,
.perfil-home__security-copy span {
  font-size: 14px;
  line-height: 20px;
}

.perfil-home__security-copy strong {
  font-weight: 600;
}

.perfil-home__security-copy span {
  font-weight: 400;
}

.perfil-home__security-action {
  flex: 0 0 auto;
  margin-left: auto;
}

.perfil-home__security-action form {
  margin: 0;
}

.perfil-home__button {
  height: 30px;
  border-radius: 5px;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.perfil-home__button:hover, .perfil-home__button:focus {
  text-decoration: none;
}

.perfil-home__button--outline {
  border: 1px solid #adb4c4;
  background: #ffffff;
  color: #0d2856;
}
.perfil-home__button--outline:hover, .perfil-home__button--outline:focus {
  background: #f6f8fb;
  color: #0d2856;
}

.perfil-home__button--danger {
  height: 30px;
  border-radius: 5px;
  padding: 6px 15px;
  background: #e73f49;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.perfil-home__button--danger:hover, .perfil-home__button--danger:focus {
  background: #c9343d;
  color: #ffffff;
}

.perfil-home__settings-grid {
  display: grid;
  grid-template-columns: repeat(3, 264px);
  gap: 24px;
  justify-content: start;
}

.perfil-home__settings-card {
  min-height: 100px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  color: #0c101a;
  text-decoration: none;
}

.perfil-home__settings-card:hover,
.perfil-home__settings-card:focus,
.perfil-home__device-card:hover,
.perfil-home__device-card:focus {
  border-color: #d7dce5;
  box-shadow: 0 8px 24px rgba(13, 40, 86, 0.08);
  color: #0c101a;
  text-decoration: none;
  outline: none;
}

.perfil-home__settings-card img {
  display: block;
  width: 20px;
  height: 20px;
}

.perfil-home__settings-card span {
  font-size: 14px;
  line-height: 20px;
}

.perfil-home__devices-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(168px, 1fr));
  gap: 24px;
}

.perfil-home__device-card {
  min-height: 128px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background: #ffffff;
  padding: 20px;
  color: #0c101a;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.perfil-home__device-top,
.perfil-home__device-name {
  width: 100%;
  display: flex;
  align-items: center;
}

.perfil-home__device-top {
  justify-content: space-between;
  margin-bottom: 12px;
}

.perfil-home__device-icon {
  display: block;
  width: 20px;
  height: 20px;
}

.perfil-home__tag {
  min-width: 41px;
  border-radius: 5px;
  background: #dbf7bc;
  color: #045604;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}

.perfil-home__device-name {
  gap: 4px;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 20px;
}

.perfil-home__current-icon {
  display: block;
  width: 16px;
  height: 16px;
}

.perfil-home__device-label,
.perfil-home__device-date {
  color: #808080;
  font-size: 12px;
  line-height: 16px;
}

.perfil-home__empty-state {
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: 20px;
  color: #808080;
  background: #ffffff;
}

.perfil-account-level-drawer {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  visibility: hidden;
}
.perfil-account-level-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}
.perfil-account-level-drawer.is-open .perfil-account-level-drawer__overlay {
  opacity: 1;
}
.perfil-account-level-drawer.is-open .perfil-account-level-drawer__panel {
  transform: translateX(0);
}

.perfil-account-level-drawer-open {
  overflow: hidden;
}

.perfil-account-level-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.perfil-account-level-drawer__panel {
  position: relative;
  z-index: 1;
  width: min(557px, 100vw);
  min-height: 100vh;
  background: #ffffff;
  color: #0c101a;
  box-shadow: -18px 0 42px rgba(12, 16, 26, 0.16);
  transform: translateX(100%);
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  outline: none;
  font-family: "Poppins", "Roboto", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.perfil-account-level-drawer__header {
  height: 78px;
  border-bottom: 1px solid #f2f4fb;
  display: flex;
  align-items: center;
  padding: 0 30px;
  flex: 0 0 auto;
}

.perfil-account-level-drawer__close {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #0d2856;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 36px;
  line-height: 1;
}
.perfil-account-level-drawer__close:hover, .perfil-account-level-drawer__close:focus {
  background: #f2f4fb;
  outline: none;
}

.perfil-account-level-drawer__body {
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  overflow-y: auto;
}

.perfil-account-level-drawer__intro h2 {
  margin: 0 0 8px;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.perfil-account-level-drawer__intro p {
  margin: 0;
  color: #0c101a;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.perfil-account-level-drawer__levels {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.perfil-account-level-drawer__card {
  --account-level-card-color: #adb4c4;
  min-height: 132px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background: #ffffff;
  padding: 24px 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.perfil-account-level-drawer__card--bronze {
  --account-level-card-color: #cf7c2c;
}

.perfil-account-level-drawer__card--prata {
  --account-level-card-color: #9ca3b3;
}

.perfil-account-level-drawer__card--ouro {
  --account-level-card-color: #f0ba4e;
}

.perfil-account-level-drawer__card--diamante {
  --account-level-card-color: #007bff;
}

.perfil-account-level-drawer__card.is-disabled {
  --account-level-card-color: #adb4c4;
}

.perfil-account-level-drawer__card h3 {
  margin: 0;
  color: var(--account-level-card-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.perfil-account-level-drawer__bars span.is-filled {
  background: var(--account-level-card-color);
}

.perfil-account-level-drawer__card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.perfil-account-level-drawer__card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #0c101a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.perfil-account-level-drawer__card li::before {
  content: "✓";
  color: #adb4c4;
  flex: 0 0 auto;
}

.perfil-account-level-drawer__card li.is-complete::before {
  color: #2ca044;
}

.perfil-account-level-drawer__card li.is-pending {
  color: #808080;
}

.perfil-account-level-drawer__empty {
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background: #ffffff;
  padding: 24px 25px;
  color: #808080;
  font-size: 14px;
  line-height: 20px;
}

.perfil-device-drawer {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  visibility: hidden;
}
.perfil-device-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}
.perfil-device-drawer.is-open .perfil-device-drawer__overlay {
  opacity: 1;
}
.perfil-device-drawer.is-open .perfil-device-drawer__panel {
  transform: translateX(0);
}

.perfil-device-drawer-open {
  overflow: hidden;
}

.perfil-device-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.perfil-device-drawer__panel {
  position: relative;
  z-index: 1;
  width: min(557px, 100vw);
  min-height: 100vh;
  background: #ffffff;
  color: #000000;
  box-shadow: -18px 0 42px rgba(12, 16, 26, 0.16);
  transform: translateX(100%);
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  outline: none;
  font-family: "Poppins", "Roboto", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.perfil-device-drawer__header {
  height: 78px;
  border-bottom: 1px solid #f2f4fb;
  display: flex;
  align-items: center;
  padding: 0 30px;
  flex: 0 0 auto;
}

.perfil-device-drawer__close {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #0d2856;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 36px;
  line-height: 1;
}
.perfil-device-drawer__close:hover, .perfil-device-drawer__close:focus {
  background: #f2f4fb;
  outline: none;
}

.perfil-device-drawer__slot {
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.perfil-device-drawer__body {
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  overflow-y: auto;
}

.perfil-device-drawer__summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.perfil-device-drawer__summary h2 {
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
}

.perfil-device-drawer__status {
  flex: 0 0 auto;
}

.perfil-device-drawer__status--inactive {
  background: #ffe6e5;
  color: #800004;
}

.perfil-device-drawer__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.perfil-device-drawer__device {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.perfil-device-drawer__device-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #f2f4fb;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.perfil-device-drawer__device-icon img {
  width: 32px;
  height: 32px;
  display: block;
}

.perfil-device-drawer__device-copy {
  min-width: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.perfil-device-drawer__device-copy p {
  margin: 0 0 4px;
  overflow-wrap: anywhere;
}
.perfil-device-drawer__device-copy p:last-child {
  margin-bottom: 0;
}

.perfil-device-drawer__divider {
  width: 100%;
  height: 1px;
  background: #f2f4fb;
  flex: 0 0 auto;
}

.perfil-device-drawer__section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.perfil-device-drawer__section h3 {
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}

.perfil-device-drawer__table {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.perfil-device-drawer__table-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  align-items: start;
  color: #000000;
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}
.perfil-device-drawer__table-row:nth-child(even) {
  background: #fafafa;
}
.perfil-device-drawer__table-row:last-child {
  border-bottom: 0;
}
.perfil-device-drawer__table-row span {
  min-width: 0;
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  overflow-wrap: anywhere;
}
.perfil-device-drawer__table-row span:last-child {
  text-align: left;
  white-space: nowrap;
}

.perfil-device-drawer__table-row--header {
  background: #ffffff;
  border-bottom: 0;
}
.perfil-device-drawer__table-row--header span {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #626b80;
  font-size: 12px;
  line-height: 18px;
}
.perfil-device-drawer__table-row--header span:last-child {
  text-align: left;
}

.perfil-device-drawer__empty,
.perfil-device-drawer__loading,
.perfil-device-drawer__error {
  margin: 0;
  color: #626b80;
  font-size: 14px;
  line-height: 21px;
}

.perfil-device-drawer__loading,
.perfil-device-drawer__error {
  padding: 30px;
}

.perfil-device-drawer__browser {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.perfil-device-drawer__browser-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  background: #f2f4fb;
  display: inline-block;
}

.perfil-device-drawer__browser-icon.navegador-chrome {
  background: no-repeat url(https://www.gstatic.com/identity/boq/accountsettingssecuritycommon/images/sprites/browsers-7aaa748b21991550f4cff35726a2e195.png) 0 -50px;
  background-size: 24px 200px;
}

.perfil-device-drawer__browser-icon.navegador-firefox {
  background: no-repeat url(https://www.gstatic.com/identity/boq/accountsettingssecuritycommon/images/sprites/browsers-7aaa748b21991550f4cff35726a2e195.png) 0 -100px;
  background-size: 24px 200px;
}

.perfil-device-drawer__browser-icon.navegador-safira {
  background: no-repeat url(https://www.gstatic.com/identity/boq/accountsettingssecuritycommon/images/sprites/browsers-7aaa748b21991550f4cff35726a2e195.png) 0 -126px;
  background-size: 24px 200px;
}

.perfil-device-drawer__footer {
  min-height: 60px;
  padding: 16px 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex: 0 0 auto;
}

.perfil-device-drawer__toggle:disabled {
  opacity: 0.65;
  cursor: wait;
}

.perfil-device-drawer__current {
  min-height: 28px;
  border-radius: 100px;
  background: #007bff;
  color: #ffffff;
  padding: 4px 8px 4px 4px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}
.perfil-device-drawer__current img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

@media (max-width: 1199px) {
  .perfil-home {
    padding-left: 64px;
    padding-right: 64px;
  }
  .perfil-home__devices-grid {
    grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
  }
  .perfil-home__systems-grid {
    grid-template-columns: repeat(auto-fill, minmax(264px, 1fr));
  }
}
@media (max-width: 991px) {
  .perfil-home__summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .perfil-home__account-level {
    width: 100%;
    max-width: 320px;
    flex-basis: auto;
    transform: none;
  }
  .perfil-home__settings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .perfil-home__devices-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .perfil-home {
    width: 100%;
    margin: 0;
    padding: 28px 16px 56px;
  }
  .perfil-home__summary {
    margin-bottom: 30px;
  }
  .perfil-home__account-level {
    max-width: none;
  }
  .perfil-home__security-card {
    align-items: flex-start;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
  }
  .perfil-home__security-action {
    grid-column: 1/-1;
    width: auto;
    margin-left: 0;
  }
  .perfil-home__button--danger {
    font-size: 14px;
  }
  .perfil-home__devices-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .perfil-home__systems-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
  }
  .perfil-home__system-card {
    min-height: 140px;
    padding: 19px 14px 14px;
    gap: 14px;
  }
  .perfil-home__system-card--with-image {
    gap: 0;
  }
  .perfil-home__system-card--with-image .perfil-home__system-icon {
    height: 68px;
  }
  .perfil-home__system-card h3 {
    font-size: 12px;
    line-height: 16px;
  }
  .perfil-home__settings-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .perfil-home__settings-card {
    min-height: 104px;
    padding: 14px 10px;
    gap: 14px;
  }
  .perfil-home__settings-card span {
    font-size: 12px;
    line-height: 16px;
  }
  .perfil-home__meta {
    flex-direction: column;
    gap: 2px;
  }
  .perfil-account-level-drawer__panel {
    width: 100vw;
  }
  .perfil-account-level-drawer__header {
    height: 64px;
    padding: 0 20px;
  }
  .perfil-account-level-drawer__body {
    padding: 24px 20px;
  }
  .perfil-account-level-drawer__intro h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .perfil-account-level-drawer__intro p {
    font-size: 16px;
    line-height: 25px;
  }
  .perfil-account-level-drawer__card {
    padding: 20px;
  }
  .perfil-device-drawer__panel {
    width: 100vw;
  }
  .perfil-device-drawer__header {
    height: 64px;
    padding: 0 20px;
  }
  .perfil-device-drawer__body {
    padding: 24px 20px;
  }
  .perfil-device-drawer__device {
    gap: 14px;
  }
  .perfil-device-drawer__device-copy {
    font-size: 14px;
    line-height: 21px;
  }
  .perfil-device-drawer__table-row {
    grid-template-columns: minmax(0, 1fr) minmax(130px, auto);
  }
  .perfil-device-drawer__table-row span {
    font-size: 13px;
    line-height: 19px;
  }
  .perfil-device-drawer__footer {
    padding: 14px 20px 20px;
    align-items: stretch;
    flex-direction: column-reverse;
  }
  .perfil-device-drawer__footer .perfil-home__button,
  .perfil-device-drawer__current {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 420px) {
  .perfil-home__settings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 360px) {
  .perfil-home__systems-grid {
    grid-template-columns: 1fr;
  }
}
body.seguranca-devices-page .app-header__content,
body.seguranca-devices-page .app-breadcrumb__nav {
  width: min(1084px, 100% - 48px);
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
}
body.seguranca-devices-page .app-breadcrumb {
  background: #f2f4f7;
  border: 0;
}
body.seguranca-devices-page .app-breadcrumb__nav {
  min-height: 40px;
  padding: 10px 0;
}
body.seguranca-devices-page .app-breadcrumb__current {
  color: #0d2856;
}

.seguranca-devices {
  width: min(1084px, 100% - 48px);
  margin: 32px auto 80px;
  color: #0c101a;
  font-family: "Poppins", "Roboto", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.seguranca-devices__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.seguranca-devices__header h1 {
  margin: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0;
}

.seguranca-devices__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 8px;
  flex: 0 0 auto;
}

.seguranca-devices__action {
  border: 0;
  background: transparent;
  color: #0c101a;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  cursor: pointer;
}
.seguranca-devices__action:hover, .seguranca-devices__action:focus {
  color: #0d2856;
  text-decoration: underline;
  outline: none;
}
.seguranca-devices__action:disabled {
  color: #9aa3af;
  cursor: not-allowed;
  text-decoration: none;
}

.seguranca-devices__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  gap: 20px;
}

.seguranca-devices__section {
  margin-bottom: 56px;
}
.seguranca-devices__section h2 {
  margin: 0 0 16px;
  color: #0d2856;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
}

.seguranca-devices__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.seguranca-devices__section-header h2 {
  margin: 0;
}

.seguranca-devices__section-action {
  border: 0;
  background: transparent;
  color: #0d2856;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  cursor: pointer;
  white-space: nowrap;
}
.seguranca-devices__section-action:hover, .seguranca-devices__section-action:focus {
  color: #071a3a;
  text-decoration: underline;
  outline: none;
}

.seguranca-devices__section--inactive {
  margin-top: 8px;
}

.seguranca-devices__card {
  position: relative;
  min-height: 128px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  background: #ffffff;
  color: #0c101a;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  padding: 20px;
  text-decoration: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}
.seguranca-devices__card:hover, .seguranca-devices__card:focus {
  border-color: #d4d9e2;
  box-shadow: 0 8px 22px rgba(12, 16, 26, 0.08);
  color: #0c101a;
  outline: none;
  text-decoration: none;
  transform: translateY(-1px);
}
.seguranca-devices__card:focus-visible {
  box-shadow: 0 0 0 3px rgba(13, 40, 86, 0.16);
}

.seguranca-devices__card[hidden] {
  display: none;
}

.seguranca-devices__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  min-height: 20px;
}

.seguranca-devices__icon {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

.seguranca-devices__tag {
  min-width: 21px;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}

.seguranca-devices__tag--active {
  background: #dbf7bc;
  color: #045604;
}

.seguranca-devices__tag--inactive {
  background: #ffe6e5;
  color: #800004;
}

.seguranca-devices__name {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #0c101a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.seguranca-devices__name span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seguranca-devices__current-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.seguranca-devices__meta,
.seguranca-devices__date {
  color: #808080;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.seguranca-devices__date {
  overflow-wrap: anywhere;
}

.seguranca-devices__select-indicator {
  display: none;
  width: 20px;
  height: 20px;
  border: 1px solid #b7c0ce;
  border-radius: 5px;
  background: #ffffff;
  flex: 0 0 auto;
}

.seguranca-devices.is-selection-mode .seguranca-devices__card[data-device-selectable=true] {
  cursor: pointer;
}
.seguranca-devices.is-selection-mode .seguranca-devices__card[data-device-selectable=true] .seguranca-devices__select-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.seguranca-devices.is-selection-mode .seguranca-devices__card[data-device-selectable=true] .seguranca-devices__icon {
  display: none;
}
.seguranca-devices.is-selection-mode .seguranca-devices__card[data-device-selectable=false] {
  opacity: 0.72;
}

.seguranca-devices__card.is-selected {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.12);
}
.seguranca-devices__card.is-selected .seguranca-devices__select-indicator {
  border-color: #007bff;
  background: #007bff;
}
.seguranca-devices__card.is-selected .seguranca-devices__select-indicator::after {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg) translate(1px, -1px);
}

.seguranca-devices__empty-state {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  background: #ffffff;
  padding: 20px;
  color: #626b80;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1440px) {
  .seguranca-devices__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (max-width: 1180px) {
  .seguranca-devices__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  body.seguranca-devices-page .app-header__content,
  body.seguranca-devices-page .app-breadcrumb__nav {
    width: calc(100% - 32px);
  }
  .seguranca-devices {
    width: min(100% - 32px, 640px);
    margin-top: 24px;
  }
  .seguranca-devices__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .seguranca-devices__actions {
    width: 100%;
    justify-content: flex-start;
  }
  .seguranca-devices__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 460px) {
  .seguranca-devices {
    width: calc(100% - 24px);
  }
  .seguranca-devices__grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
  }
  .seguranca-devices__actions {
    column-gap: 18px;
    row-gap: 8px;
  }
}
@media (max-width: 360px) {
  .seguranca-devices__grid {
    grid-template-columns: 1fr;
  }
}
body.seguranca-systems-page .app-header__content,
body.seguranca-systems-page .app-breadcrumb__nav {
  width: min(1084px, 100% - 48px);
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
}
body.seguranca-systems-page .app-breadcrumb {
  background: #f2f4f7;
  border: 0;
}
body.seguranca-systems-page .app-breadcrumb__nav {
  min-height: 40px;
  padding: 10px 0;
}
body.seguranca-systems-page .app-breadcrumb__current {
  color: #0d2856;
}

.seguranca-systems {
  width: min(1084px, 100% - 48px);
  margin: 32px auto 80px;
  color: #0c101a;
  font-family: "Poppins", "Roboto", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.seguranca-systems__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.seguranca-systems__header h1 {
  margin: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0;
}

.seguranca-systems__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 8px;
  flex: 0 0 auto;
}

.seguranca-systems__action {
  border: 0;
  background: transparent;
  color: #0c101a;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  cursor: pointer;
}
.seguranca-systems__action:hover, .seguranca-systems__action:focus {
  color: #0d2856;
  text-decoration: underline;
  outline: none;
}
.seguranca-systems__action:disabled {
  color: #9aa3af;
  cursor: not-allowed;
  text-decoration: none;
}

.seguranca-systems__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(264px, 1fr));
  column-gap: 24px;
  row-gap: 16px;
}

.seguranca-systems__section {
  margin-bottom: 56px;
}

.seguranca-systems__card {
  --system-card-accent: #0d2856;
  --system-card-selection-shadow: rgba(13, 40, 86, .16);
  position: relative;
  min-height: 140px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background: #ffffff;
  padding: 25px 20px 20px;
  color: #0c101a;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}
.seguranca-systems__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--system-card-accent);
}
.seguranca-systems__card.is-favorite {
  --system-card-accent: #cf9b36;
  --system-card-selection-shadow: rgba(207, 155, 54, .18);
}
.seguranca-systems__card h2 {
  margin: 0;
  color: #0c101a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}
.seguranca-systems__card:focus-visible {
  border-color: var(--system-card-accent);
  box-shadow: 0 0 0 3px var(--system-card-selection-shadow);
  outline: none;
}
.seguranca-systems__card:hover {
  border-color: var(--system-card-accent);
  box-shadow: 0 0 0 2px var(--system-card-selection-shadow);
  transform: translateY(-1px);
}

.seguranca-systems__card-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.seguranca-systems__identity {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.seguranca-systems__icon {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
}

.seguranca-systems__logo-crop {
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
}
.seguranca-systems__logo-crop img {
  display: block;
  width: 503.7%;
  max-width: none;
  height: 100%;
}

.seguranca-systems__custom-icon {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.seguranca-systems__card--with-image {
  justify-content: center;
  gap: 0;
}
.seguranca-systems__card--with-image .seguranca-systems__identity {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}
.seguranca-systems__card--with-image .seguranca-systems__icon {
  width: 150px;
  max-width: 100%;
  height: 76px;
  border-radius: 0;
  justify-content: flex-start;
  overflow: visible;
}
.seguranca-systems__card--with-image .seguranca-systems__custom-icon {
  width: 100%;
  height: 100%;
}
.seguranca-systems__card--with-image .seguranca-systems__tag {
  grid-column: 2;
}

.seguranca-systems__tag {
  display: none;
  min-width: 21px;
  grid-column: 3;
  justify-self: end;
  border-radius: 5px;
  background: #cf9b36;
  color: #ffffff;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
}

.seguranca-systems__card.is-favorite .seguranca-systems__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.seguranca-systems__select-indicator {
  display: none;
  width: 20px;
  height: 20px;
  border: 1px solid #b7c0ce;
  border-radius: 5px;
  background: #ffffff;
  flex: 0 0 auto;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: start;
}

.seguranca-systems__empty-state {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  background: #ffffff;
  padding: 20px;
  color: #626b80;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 820px) {
  body.seguranca-systems-page .app-header__content,
  body.seguranca-systems-page .app-breadcrumb__nav {
    width: calc(100% - 32px);
  }
  .seguranca-systems {
    width: min(100% - 32px, 640px);
    margin-top: 24px;
  }
  .seguranca-systems__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .seguranca-systems__actions {
    width: 100%;
    justify-content: flex-start;
  }
  .seguranca-systems__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 460px) {
  .seguranca-systems {
    width: calc(100% - 24px);
  }
  .seguranca-systems__grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
  }
  .seguranca-systems__card {
    min-height: 140px;
    padding: 19px 14px 14px;
    gap: 14px;
  }
  .seguranca-systems__card--with-image {
    gap: 0;
  }
  .seguranca-systems__card--with-image .seguranca-systems__icon {
    height: 68px;
  }
  .seguranca-systems__identity {
    grid-template-columns: 54px minmax(0, 1fr) auto;
  }
  .seguranca-systems__card--with-image .seguranca-systems__identity {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .seguranca-systems__tag {
    grid-column: 3;
    justify-self: end;
  }
  .seguranca-systems__card h2 {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 360px) {
  .seguranca-systems__grid {
    grid-template-columns: 1fr;
  }
}
.app-breadcrumb {
  background-color: #f8f9fa;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  width: 100%;
  position: sticky;
  top: 78px;
  z-index: 1029;
}

.app-breadcrumb__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 14px;
  flex-wrap: wrap;
  max-width: 1050px;
  margin: 0 auto;
  padding: 14px 40px;
}

.app-breadcrumb__link {
  color: #6c757d;
  text-decoration: none;
  font-weight: 400;
  transition: color var(--transition-fast);
}
.app-breadcrumb__link:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.app-breadcrumb__separator {
  color: #adb5bd;
  font-size: 10px;
  user-select: none;
  display: flex;
  align-items: center;
}
.app-breadcrumb__separator svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.app-breadcrumb__current {
  color: #2c3e50;
  font-weight: 600;
}

.app-breadcrumb__item {
  color: #6c757d;
}

.app-confirm-dialog {
  position: fixed;
  inset: 0;
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
  visibility: hidden;
}
.app-confirm-dialog.is-open {
  pointer-events: auto;
  visibility: visible;
}
.app-confirm-dialog.is-open .app-confirm-dialog__overlay {
  opacity: 1;
}
.app-confirm-dialog.is-open .app-confirm-dialog__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.app-confirm-dialog-open {
  overflow: hidden;
}

.app-confirm-dialog__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.app-confirm-dialog__dialog {
  position: relative;
  z-index: 1;
  width: min(320px, 100%);
  border-radius: 12px;
  background: #ffffff;
  color: #0c101a;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  box-shadow: 0 18px 48px rgba(12, 16, 26, 0.18);
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  transition: opacity 0.18s ease, transform 0.18s ease;
  outline: none;
}

.app-confirm-dialog__copy {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 14px;
  line-height: 20px;
}
.app-confirm-dialog__copy h2,
.app-confirm-dialog__copy p {
  margin: 0;
  letter-spacing: 0;
}
.app-confirm-dialog__copy h2 {
  color: #0c101a;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.app-confirm-dialog__copy p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.app-confirm-dialog__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.app-confirm-dialog__button {
  height: 30px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  cursor: pointer;
  white-space: nowrap;
}
.app-confirm-dialog__button:focus {
  outline: none;
}
.app-confirm-dialog__button:focus-visible {
  box-shadow: 0 0 0 3px rgba(13, 40, 86, 0.16);
}
.app-confirm-dialog__button:disabled {
  opacity: 0.68;
  cursor: wait;
}

.app-confirm-dialog__button--secondary {
  border: 1px solid #adb4c4;
  background: #ffffff;
  color: #0d2856;
}
.app-confirm-dialog__button--secondary:hover {
  background: #f8f9fb;
}

.app-confirm-dialog__button--danger {
  border: 1px solid #e73f49;
  background: #e73f49;
  color: #fcfcfc;
}
.app-confirm-dialog__button--danger:hover {
  background: #cf3039;
  border-color: #cf3039;
}

@media (max-width: 460px) {
  .app-confirm-dialog__actions {
    align-items: stretch;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .app-confirm-dialog__button {
    width: 100%;
  }
}
.app-footer {
  background: #fff;
  text-align: center;
  padding: 16px 20px;
  width: 100%;
}
.app-footer p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

body.login-page:not(.login-2fa-page) .login-footer {
  background: #edf3f8;
}

body.login-page.login-2fa-page .app-footer.login-footer {
  background: #fff;
}

@media (max-width: 767px) {
  .login-container {
    margin: 10px;
    border-radius: 0;
  }
  .login-panel-left {
    padding: 30px 20px;
  }
  .login-panel-left .login-logo img {
    max-width: 200px;
  }
  .login-panel-right {
    padding: 25px 20px;
  }
  .login-panel-right .form-links {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .app-footer {
    padding: 15px 10px;
  }
  .app-footer p {
    font-size: 11px;
  }
}
#pjeModal .modal-dialog {
  margin-top: 12vh;
  max-width: 340px;
}
#pjeModal .pje-modal-content {
  border-radius: 12px;
  overflow: hidden;
  border: none;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}
#pjeModal .pje-modal-header {
  background: #fff;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pjeModal .pje-modal-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0d2856;
  font-size: 15px;
  font-weight: 600;
}
#pjeModal .pje-modal-title .pje-modal-icon {
  flex-shrink: 0;
}
#pjeModal .pje-modal-close {
  background: none;
  border: none;
  padding: 6px;
  margin: -6px;
  cursor: pointer;
  color: #999;
  border-radius: 6px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pjeModal .pje-modal-close:hover {
  background: #f0f0f0;
  color: #666;
}
#pjeModal .pje-modal-close:focus {
  outline: none;
}
#pjeModal .pje-modal-body {
  padding: 16px;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#pjeModal .pje-modal-body .login-provider-btn .provider-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#pjeModal .pje-modal-body .login-provider-btn .provider-text strong {
  font-size: 14px;
  font-weight: 600;
  color: #0d2856;
  line-height: 1.3;
}
#pjeModal .pje-modal-body .login-provider-btn .provider-text small {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  line-height: 1.3;
}

:root {
  --color-primary: #0d2856;
  --color-primary-hover: #196382;
  --color-primary-light: rgba(13, 40, 86, 0.1);
  --color-success: #28a745;
  --color-success-bg: #f8fff8;
  --color-success-bg-light: #d4edda;
  --color-error: #dc3545;
  --color-error-light: rgba(220, 53, 69, 0.1);
  --color-warning: #ffc107;
  --color-warning-bg: #fff3cd;
  --color-warning-text: #856404;
  --color-text: #333;
  --color-text-light: #666;
  --color-text-muted: #888;
  --color-placeholder: #aaa;
  --color-border: #e0e0e0;
  --color-border-light: #eee;
  --color-bg-page: #f0f4f8;
  --color-bg-input: #f9f9f9;
  --color-bg-disabled: #f0f0f0;
  --color-bg-card: #fff;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 20px;
  --spacing-xl: 30px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 10px;
  --shadow-card: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-modal: 0 10px 40px rgba(0, 0, 0, 0.2);
  --transition-fast: 0.2s ease;
  --transition-default: 0.3s ease;
  --input-height: 48px;
  --btn-padding-y: 14px;
  --btn-padding-x: 50px;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body.cadastro-page:not(.login-page) {
  margin: 0;
  padding: 0;
  background-color: var(--color-bg-page);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: var(--color-text);
  height: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
body.cadastro-page:not(.login-page) .login-footer {
  background: var(--color-bg-page);
  text-align: center;
  padding: 20px;
  width: 100%;
}
body.cadastro-page:not(.login-page) .login-footer p {
  margin: 0;
  font-size: 14px;
  color: var(--color-text);
}

.cadastro-main {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.cadastro-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-cadastro {
  background: var(--color-bg-card);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: var(--spacing-xl) 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
}

body.cadastro-page.cadastro-form-page {
  background: #fff;
  color: #0c101a;
  font-family: "Roboto", sans-serif;
  align-items: stretch;
}
body.cadastro-page.cadastro-form-page .cadastro-main {
  max-width: none;
  padding: 0;
  align-items: stretch;
  justify-content: flex-start;
}
body.cadastro-page.cadastro-form-page .cadastro-content {
  align-items: stretch;
}
body.cadastro-page.cadastro-form-page .app-breadcrumb {
  background: #f2f4f7;
  border: 0;
}
body.cadastro-page.cadastro-form-page .app-breadcrumb__nav {
  max-width: 1084px;
  min-height: 40px;
  padding: 10px 0;
}
body.cadastro-page.cadastro-form-page .app-breadcrumb__current {
  color: #0d2856;
}
body.cadastro-page.cadastro-form-page .login-footer {
  background: #fff;
}

body.cadastro-page .secao-titulo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px 0 20px 0;
}
body.cadastro-page .secao-titulo:first-child {
  margin-top: 0;
}
body.cadastro-page .secao-titulo .bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-primary);
  flex-shrink: 0;
}
body.cadastro-page .secao-titulo h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}
body.cadastro-page .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  overflow: visible;
  align-items: flex-start;
}
body.cadastro-page .row.row-senha {
  align-items: center;
}
body.cadastro-page .col-md-3,
body.cadastro-page .col-md-4,
body.cadastro-page .col-md-5,
body.cadastro-page .col-md-6,
body.cadastro-page .col-md-8 {
  padding: 0 10px;
  margin-bottom: 15px;
  overflow: visible;
}
body.cadastro-page .col-md-3 {
  width: 25%;
}
body.cadastro-page .col-md-4 {
  width: 33.333%;
}
body.cadastro-page .col-md-5 {
  width: 41.666%;
}
body.cadastro-page .col-md-6 {
  width: 50%;
}
body.cadastro-page .col-md-8 {
  width: 66.666%;
}
body.cadastro-page .form-group {
  margin-bottom: 20px;
}
body.cadastro-page .form-label {
  display: block !important;
  width: 100% !important;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 8px;
  font-size: 14px;
}
body.cadastro-page .form-input {
  width: 100%;
  height: var(--input-height);
  padding: var(--spacing-sm) var(--spacing-md);
  border: 2px solid var(--color-border);
  border-radius: var(--radius-md);
  font-size: 15px;
  background: var(--color-bg-input);
  transition: all var(--transition-default);
  box-sizing: border-box;
}
body.cadastro-page .form-input:focus {
  outline: none;
  border-color: #bbb;
  background: var(--color-bg-card);
  box-shadow: 0 0 0 4px var(--color-primary-light);
}
body.cadastro-page .form-input::placeholder {
  color: var(--color-placeholder);
}
body.cadastro-page .form-input:disabled, body.cadastro-page .form-input[readonly] {
  background-color: var(--color-bg-disabled);
  color: var(--color-text-light);
  cursor: not-allowed;
}
body.cadastro-page .form-input.validado {
  border-color: var(--color-success);
  background-color: var(--color-success-bg);
}
body.cadastro-page .form-input.validado:disabled, body.cadastro-page .form-input.validado[readonly] {
  border-color: var(--color-success);
  background-color: var(--color-success-bg);
}
body.cadastro-page .form-input.input-erro {
  border-color: var(--color-error);
  background-color: var(--color-bg-card);
}
body.cadastro-page .form-input.input-erro:focus {
  border-color: var(--color-error);
  box-shadow: 0 0 0 4px var(--color-error-light);
}
body.cadastro-page .input-com-botao {
  position: relative;
}
body.cadastro-page .input-com-botao .form-input {
  padding-right: 144px;
}
body.cadastro-page .input-com-botao.loading .btn-validar-inline {
  display: none !important;
}
body.cadastro-page .input-com-botao.loading .form-input {
  padding-right: 40px;
}
body.cadastro-page .input-com-botao.contato-validado .form-input {
  padding-right: 168px;
}
body.cadastro-page .contato-validado-icon {
  position: absolute;
  right: var(--spacing-xs);
  top: 50%;
  transform: translateY(-50%);
  width: 148px;
  height: 32px;
  padding: 0 10px;
  border-radius: var(--radius-sm);
  background-color: var(--color-success-bg-light);
  color: var(--color-success);
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}
body.cadastro-page .contato-validado-icon::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 1;
}
body.cadastro-page .btn-validar-inline {
  position: absolute;
  right: var(--spacing-xs);
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-primary);
  color: var(--color-bg-card);
  border: none;
  height: 32px;
  padding: 0 12px;
  border-radius: var(--radius-sm);
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color var(--transition-fast);
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
}
body.cadastro-page .btn-validar-inline:hover {
  background-color: var(--color-primary-hover);
}
body.cadastro-page .btn-validar-inline:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
body.cadastro-page .btn-validar-inline.codigo-enviado {
  background-color: transparent;
  color: var(--color-success);
  border: none;
  padding: 10px 0;
  font-weight: 600;
  cursor: default;
}
body.cadastro-page .btn-validar-inline.codigo-enviado:hover {
  background-color: transparent;
}
body.cadastro-page .input-codigo-wrapper {
  position: relative;
}
body.cadastro-page .input-codigo-wrapper .form-input {
  padding-right: 40px;
}
body.cadastro-page .input-codigo-wrapper .icon-erro {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-error);
  font-size: 18px;
  display: none;
}
body.cadastro-page .input-codigo-wrapper .icon-erro.visible {
  display: block;
}
body.cadastro-page .input-codigo-wrapper .icon-erro::before {
  content: "\f00d";
  font-family: FontAwesome;
}
body.cadastro-page .input-cpf-wrapper {
  position: relative;
}
body.cadastro-page .input-cpf-wrapper .form-input {
  padding-right: 40px;
}
body.cadastro-page .spinner {
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-border);
  border-top-color: var(--color-primary);
  border-radius: 50%;
  display: none;
  animation: spinner-rotate 0.8s linear infinite;
}
body.cadastro-page .spinner.visible {
  display: block;
}

body.cadastro-page.cadastro-form-page .cadastro-form {
  padding: 32px 0 56px;
}
body.cadastro-page.cadastro-form-page #form-novo-cadastro {
  width: 100%;
}
body.cadastro-page.cadastro-form-page .secao-titulo {
  margin: 28px 0 20px;
}
body.cadastro-page.cadastro-form-page .secao-titulo:first-of-type {
  margin-top: 0;
}
body.cadastro-page.cadastro-form-page .secao-titulo h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
}
body.cadastro-page.cadastro-form-page .row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 20px;
  margin: 0 0 8px;
  overflow: visible;
}
body.cadastro-page.cadastro-form-page .row::before, body.cadastro-page.cadastro-form-page .row::after {
  display: none;
}
body.cadastro-page.cadastro-form-page .row.row-senha {
  align-items: start;
}
body.cadastro-page.cadastro-form-page .col-md-3,
body.cadastro-page.cadastro-form-page .col-md-4,
body.cadastro-page.cadastro-form-page .col-md-5,
body.cadastro-page.cadastro-form-page .col-md-6,
body.cadastro-page.cadastro-form-page .col-md-8,
body.cadastro-page.cadastro-form-page .col-md-12 {
  width: auto;
  min-width: 0;
  padding: 0;
  margin-bottom: 0;
  overflow: visible;
  float: none;
}
body.cadastro-page.cadastro-form-page .col-md-3 {
  flex: 0 0 calc(25% - 15px);
}
body.cadastro-page.cadastro-form-page .col-md-4 {
  flex: 0 0 calc(33.333% - 14px);
}
body.cadastro-page.cadastro-form-page .col-md-5 {
  flex: 0 0 calc(41.666% - 12px);
}
body.cadastro-page.cadastro-form-page .col-md-6 {
  flex: 0 0 calc(50% - 10px);
}
body.cadastro-page.cadastro-form-page .col-md-8 {
  flex: 0 0 calc(66.666% - 7px);
}
body.cadastro-page.cadastro-form-page .col-md-12 {
  flex: 0 0 100%;
}
body.cadastro-page.cadastro-form-page .form-group {
  position: relative;
  margin-bottom: 0;
}
body.cadastro-page.cadastro-form-page .form-label {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 12px;
  width: auto !important;
  max-width: calc(100% - 24px);
  margin: 0;
  padding: 0;
  background: transparent;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: top 0.16s ease, left 0.16s ease, padding 0.16s ease, font-size 0.16s ease, line-height 0.16s ease, color 0.16s ease;
}
body.cadastro-page.cadastro-form-page .form-group:focus-within .form-label,
body.cadastro-page.cadastro-form-page .form-group--filled .form-label {
  top: -6px;
  left: 6px;
  padding: 0 5px;
  background: #fff;
  color: #000;
  font-size: 10px;
  line-height: 12px;
  pointer-events: auto;
}
body.cadastro-page.cadastro-form-page .form-input {
  width: 100%;
  height: 48px;
  padding: 18px 12px 6px;
  border: 1px solid #dbe4ed;
  border-radius: 5px;
  background: #fff;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  box-shadow: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}
body.cadastro-page.cadastro-form-page .form-input::placeholder {
  color: transparent;
  opacity: 0;
}
body.cadastro-page.cadastro-form-page .form-input:focus {
  border-color: #0d2856;
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(13, 40, 86, 0.12);
}
body.cadastro-page.cadastro-form-page .form-input:disabled, body.cadastro-page.cadastro-form-page .form-input[readonly] {
  background: #f0f5f9;
  color: #4a5565;
  opacity: 1;
  cursor: not-allowed;
}
body.cadastro-page.cadastro-form-page .form-input.validado {
  border-color: #43a047;
  background: #f0f8f0;
}
body.cadastro-page.cadastro-form-page .form-input.validado:disabled, body.cadastro-page.cadastro-form-page .form-input.validado[readonly] {
  border-color: #43a047;
  background: #f0f8f0;
}
body.cadastro-page.cadastro-form-page .form-input.input-erro {
  border-color: #dc3545;
  background: #fff;
}
body.cadastro-page.cadastro-form-page .form-input.input-erro:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.12);
}
body.cadastro-page.cadastro-form-page .input-com-botao,
body.cadastro-page.cadastro-form-page .input-codigo-wrapper,
body.cadastro-page.cadastro-form-page .input-cpf-wrapper,
body.cadastro-page.cadastro-form-page .password-wrapper {
  position: relative;
}
body.cadastro-page.cadastro-form-page .input-com-botao .form-input {
  padding-right: 148px;
}
body.cadastro-page.cadastro-form-page .input-com-botao.loading .form-input {
  padding-right: 44px;
}
body.cadastro-page.cadastro-form-page .input-com-botao.contato-validado .form-input {
  padding-right: 168px;
}
body.cadastro-page.cadastro-form-page .btn-validar-inline {
  right: 8px;
  height: 32px;
  border-radius: 5px;
  background: #0d2856;
  color: #f5f5f5;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  box-shadow: none;
}
body.cadastro-page.cadastro-form-page .btn-validar-inline:hover, body.cadastro-page.cadastro-form-page .btn-validar-inline:focus {
  background: #091d3f;
  color: #f5f5f5;
  outline: none;
}
body.cadastro-page.cadastro-form-page .btn-validar-inline:focus {
  box-shadow: 0 0 0 3px rgba(13, 40, 86, 0.16);
}
body.cadastro-page.cadastro-form-page .btn-validar-inline:disabled {
  background: #dbe4ed;
  color: #718096;
}
body.cadastro-page.cadastro-form-page .btn-validar-inline.codigo-enviado {
  color: #43a047;
}
body.cadastro-page.cadastro-form-page .texto-ajuda,
body.cadastro-page.cadastro-form-page .texto-reenviar {
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 0;
  color: #4a5565;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
}
body.cadastro-page.cadastro-form-page .texto-ajuda.texto-validado {
  color: #2e7d32;
  font-weight: 600;
}
body.cadastro-page.cadastro-form-page .texto-ajuda.texto-erro {
  color: #dc3545;
}
body.cadastro-page.cadastro-form-page .campo-nome-social-wrapper {
  margin: 8px 0 24px;
}
body.cadastro-page.cadastro-form-page .campo-nome-social-wrapper .label-titulo {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
}
body.cadastro-page.cadastro-form-page .radio-group {
  gap: 20px;
}
body.cadastro-page.cadastro-form-page .radio-label {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
body.cadastro-page.cadastro-form-page .radio-label input[type=radio] {
  accent-color: #0d2856;
}
body.cadastro-page.cadastro-form-page .campo-nome-social {
  margin: 0 0 24px;
  max-width: none;
  width: 100%;
}
body.cadastro-page.cadastro-form-page .password-wrapper .form-input {
  padding-right: 44px;
}
body.cadastro-page.cadastro-form-page .row-senha {
  margin-top: 36px;
  gap: 14px 20px;
}
body.cadastro-page.cadastro-form-page .row-contato-atualizacao {
  gap: 28px 28px;
  margin-top: 24px;
}
body.cadastro-page.cadastro-form-page .row-contato-email,
body.cadastro-page.cadastro-form-page .row-contato-telefone {
  margin-bottom: 24px;
}
body.cadastro-page.cadastro-form-page .password-wrapper .toggle-password {
  top: 50%;
  bottom: auto;
  right: 10px;
  width: 28px;
  height: 28px;
  padding: 4px;
  color: #000;
  transform: translateY(-50%);
}
body.cadastro-page.cadastro-form-page .password-wrapper .toggle-password:hover, body.cadastro-page.cadastro-form-page .password-wrapper .toggle-password:focus {
  color: #000;
  outline: none;
}
body.cadastro-page.cadastro-form-page .password-wrapper .toggle-password:focus {
  border-radius: 5px;
  box-shadow: 0 0 0 3px rgba(13, 40, 86, 0.12);
}
body.cadastro-page.cadastro-form-page .password-wrapper .toggle-password svg {
  width: 20px;
  height: 20px;
}
body.cadastro-page.cadastro-form-page .requisitos-senha {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: flex-start;
  gap: 8px 48px;
  margin-top: 2px;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
body.cadastro-page.cadastro-form-page .requisito {
  min-width: 0;
  color: #4a5565;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
}
body.cadastro-page.cadastro-form-page .requisito .requisito-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
body.cadastro-page.cadastro-form-page .requisito .requisito-icon::before, body.cadastro-page.cadastro-form-page .requisito .requisito-icon::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 10px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
}
body.cadastro-page.cadastro-form-page .requisito .requisito-icon::before {
  transform: rotate(45deg);
}
body.cadastro-page.cadastro-form-page .requisito .requisito-icon::after {
  transform: rotate(-45deg);
}
body.cadastro-page.cadastro-form-page .requisito.invalido {
  color: #4a5565;
}
body.cadastro-page.cadastro-form-page .requisito.valido {
  color: #43a047;
}
body.cadastro-page.cadastro-form-page .requisito.valido .requisito-icon::before {
  top: 8px;
  left: 3px;
  width: 5px;
  transform: rotate(45deg);
}
body.cadastro-page.cadastro-form-page .requisito.valido .requisito-icon::after {
  top: 7px;
  left: 6px;
  width: 9px;
  transform: rotate(-45deg);
}

@keyframes spinner-rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-rotate-centered {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
body.cadastro-page .cpf-spinner,
body.cadastro-page .codigo-spinner,
body.cadastro-page .input-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-border);
  border-top-color: var(--color-primary);
  border-radius: 50%;
  display: none;
  position: absolute;
  right: var(--spacing-sm);
  top: 50%;
  transform: translateY(-50%);
  animation: spinner-rotate-centered 0.8s linear infinite;
}
body.cadastro-page .cpf-spinner.visible,
body.cadastro-page .codigo-spinner.visible,
body.cadastro-page .input-spinner.visible {
  display: block;
}
body.cadastro-page .password-wrapper {
  position: relative;
}
body.cadastro-page .password-wrapper .form-input {
  padding-right: 48px;
}
body.cadastro-page .password-wrapper .toggle-password {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: var(--color-text-muted);
  cursor: pointer;
  padding: 0 4px;
}
body.cadastro-page .password-wrapper .toggle-password:hover {
  color: #555;
}
body.cadastro-page .password-wrapper .toggle-password svg {
  width: 20px;
  height: 20px;
  display: block;
}
body.cadastro-page .texto-ajuda {
  font-size: 12px;
  color: var(--color-text-muted);
  margin-top: -12px;
  margin-bottom: 0;
  line-height: 1.4;
  padding-left: 2px;
  text-align: justify;
}
body.cadastro-page .texto-ajuda.texto-erro {
  color: var(--color-error);
  display: none;
}
body.cadastro-page .texto-ajuda.texto-erro.visible {
  display: block;
}
body.cadastro-page .secao-validacao-texto {
  text-align: justify;
}
body.cadastro-page .texto-reenviar {
  display: block;
  font-size: 12px;
  color: var(--color-text-muted);
  margin-top: -12px;
  padding-left: 2px;
}
body.cadastro-page .texto-reenviar a {
  color: var(--color-primary-hover);
  text-decoration: none;
  font-weight: 500;
}
body.cadastro-page .texto-reenviar a:hover {
  text-decoration: underline;
}
body.cadastro-page {
  /* Campo nome social */
}
body.cadastro-page .campo-nome-social-wrapper {
  margin: 0 0 15px 0;
}
body.cadastro-page .campo-nome-social-wrapper .label-titulo {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
body.cadastro-page .radio-group {
  display: flex;
  gap: 25px;
  align-items: center;
}
body.cadastro-page .radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #444;
}
body.cadastro-page .radio-label input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: var(--color-primary);
  margin: 0;
}
body.cadastro-page .campo-nome-social {
  display: none;
  margin-top: 15px;
}
body.cadastro-page .campo-nome-social.visible {
  display: block;
}
body.cadastro-page .requisitos-senha {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 6px;
  margin-top: 0;
  height: fit-content;
  align-self: center;
}
body.cadastro-page .requisito {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--color-text-muted);
}
body.cadastro-page .requisito .requisito-icon::before {
  font-family: FontAwesome;
}
body.cadastro-page .requisito.invalido {
  color: #c03f3f;
}
body.cadastro-page .requisito.invalido .requisito-icon::before {
  content: "\f00d";
}
body.cadastro-page .requisito.valido {
  color: var(--color-success);
}
body.cadastro-page .requisito.valido .requisito-icon::before {
  content: "\f00c";
}

body.cadastro-page.cadastro-form-page .requisito .requisito-icon::before,
body.cadastro-page.cadastro-form-page .requisito .requisito-icon::after {
  content: "";
  font-family: inherit;
}
body.cadastro-page.cadastro-form-page .requisito.invalido {
  color: #4a5565;
}
body.cadastro-page.cadastro-form-page .requisito.invalido .requisito-icon::before,
body.cadastro-page.cadastro-form-page .requisito.invalido .requisito-icon::after {
  content: "";
}
body.cadastro-page.cadastro-form-page .requisito.valido {
  color: #43a047;
}
body.cadastro-page.cadastro-form-page .requisito.valido .requisito-icon::before,
body.cadastro-page.cadastro-form-page .requisito.valido .requisito-icon::after {
  content: "";
}

body.cadastro-page .secao-validacao {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--color-border-light);
}
body.cadastro-page .secao-validacao p {
  font-size: 15px;
  color: #444;
  margin-bottom: 25px;
}
body.cadastro-page .secao-validacao p strong {
  color: var(--color-primary);
}
body.cadastro-page .botoes-validacao {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
body.cadastro-page .btn-metodo {
  padding: var(--btn-padding-y) 28px;
  border: 2px solid var(--color-primary);
  background: var(--color-bg-card);
  color: var(--color-primary);
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all var(--transition-fast);
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
}
body.cadastro-page .btn-metodo:hover {
  background: var(--color-primary);
  color: var(--color-bg-card);
}
body.cadastro-page .btn-metodo .btn-spinner {
  display: none;
}
body.cadastro-page .btn-metodo.loading {
  background: transparent;
  border-color: transparent;
  pointer-events: none;
}
body.cadastro-page .btn-metodo.loading .btn-texto {
  display: none;
}
body.cadastro-page .btn-metodo.loading .btn-spinner {
  display: block;
}
body.cadastro-page .link-pular-wrapper {
  margin-top: 15px;
}
body.cadastro-page .link-pular-wrapper a,
body.cadastro-page .link-com-spinner:not(.btn-metodo) {
  color: var(--color-text-muted);
  text-decoration: none;
}
body.cadastro-page .link-pular-wrapper a:hover,
body.cadastro-page .link-com-spinner:not(.btn-metodo):hover {
  text-decoration: underline;
  color: var(--color-primary-hover);
}
body.cadastro-page .link-pular-wrapper a {
  font-size: 13px;
}
body.cadastro-page .link-com-spinner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
body.cadastro-page .link-com-spinner .link-spinner {
  display: none;
  width: 14px;
  height: 14px;
  border-width: 2px;
}
body.cadastro-page .link-com-spinner.loading {
  pointer-events: none;
  color: var(--color-text-muted);
}
body.cadastro-page .link-com-spinner.loading .link-texto {
  display: none;
}
body.cadastro-page .link-com-spinner.loading .link-spinner {
  display: inline-block;
}
body.cadastro-page .modal-termo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
body.cadastro-page .modal-termo.visible {
  display: flex;
}
body.cadastro-page .modal-termo-content {
  background: var(--color-bg-card);
  max-width: 550px;
  width: 90%;
  max-height: 80vh;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-modal);
}
body.cadastro-page .modal-termo-header {
  padding: 25px 30px;
  border-bottom: 1px solid var(--color-border-light);
}
body.cadastro-page .modal-termo-header h2 {
  margin: 0;
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 600;
}
body.cadastro-page .modal-termo-body {
  padding: 25px 30px;
  overflow-y: auto;
  flex: 1;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}
body.cadastro-page .modal-termo-body p {
  margin: 0 0 15px 0;
  text-align: justify;
}
body.cadastro-page .modal-termo-body ul {
  padding-left: 20px;
  margin: 15px 0;
}
body.cadastro-page .modal-termo-body li {
  margin-bottom: 10px;
  text-align: justify;
}
body.cadastro-page .modal-termo-footer {
  padding: 25px 30px;
  border-top: 1px solid var(--color-border-light);
  text-align: center;
  background: #fafafa;
}
body.cadastro-page .checkbox-aceite {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
body.cadastro-page .checkbox-aceite input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: var(--color-primary);
  cursor: pointer;
}
body.cadastro-page .checkbox-aceite label {
  margin: 0;
  font-size: 14px;
  cursor: pointer;
  color: var(--color-text);
}
body.cadastro-page .btn-primary,
body.cadastro-page .btn-continuar {
  background-color: var(--color-primary);
  color: var(--color-bg-card);
  border: none;
  padding: var(--btn-padding-y) var(--btn-padding-x);
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color var(--transition-fast), opacity var(--transition-fast);
}
body.cadastro-page .btn-primary:hover:not(:disabled),
body.cadastro-page .btn-continuar:hover:not(:disabled) {
  background-color: var(--color-primary-hover);
}
body.cadastro-page .btn-primary:disabled,
body.cadastro-page .btn-continuar:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.7;
}

body.cadastro-page.cadastro-form-page .secao-validacao {
  margin-top: 28px;
  padding-top: 0;
  border-top: 0;
  text-align: left;
}
body.cadastro-page.cadastro-form-page .secao-validacao p {
  margin: 0 0 20px;
  color: #4a5565;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
body.cadastro-page.cadastro-form-page .secao-validacao p strong {
  color: #0d2856;
  font-weight: 600;
}
body.cadastro-page.cadastro-form-page .botoes-validacao {
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
body.cadastro-page.cadastro-form-page .btn-metodo,
body.cadastro-page.cadastro-form-page .btn-primary,
body.cadastro-page.cadastro-form-page .btn-continuar {
  min-width: 84px;
  height: 40px;
  padding: 10px 20px;
  border: 0;
  border-radius: 10px;
  background: #0d2856;
  color: #f5f5f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
body.cadastro-page.cadastro-form-page .btn-metodo:hover, body.cadastro-page.cadastro-form-page .btn-metodo:focus,
body.cadastro-page.cadastro-form-page .btn-primary:hover,
body.cadastro-page.cadastro-form-page .btn-primary:focus,
body.cadastro-page.cadastro-form-page .btn-continuar:hover,
body.cadastro-page.cadastro-form-page .btn-continuar:focus {
  background: #091d3f;
  color: #f5f5f5;
  text-decoration: none;
  outline: none;
}
body.cadastro-page.cadastro-form-page .btn-metodo:focus,
body.cadastro-page.cadastro-form-page .btn-primary:focus,
body.cadastro-page.cadastro-form-page .btn-continuar:focus {
  box-shadow: 0 0 0 3px rgba(13, 40, 86, 0.16);
}
body.cadastro-page.cadastro-form-page .btn-metodo:disabled,
body.cadastro-page.cadastro-form-page .btn-primary:disabled,
body.cadastro-page.cadastro-form-page .btn-continuar:disabled {
  background: #dbe4ed;
  color: #718096;
  cursor: not-allowed;
  opacity: 1;
}
body.cadastro-page.cadastro-form-page .btn-metodo.loading,
body.cadastro-page.cadastro-form-page .btn-primary.loading,
body.cadastro-page.cadastro-form-page .btn-continuar.loading {
  background: transparent;
  color: #0d2856;
  border-color: transparent;
  pointer-events: none;
}
body.cadastro-page.cadastro-form-page .btn-metodo .link-spinner,
body.cadastro-page.cadastro-form-page .btn-primary .link-spinner,
body.cadastro-page.cadastro-form-page .btn-continuar .link-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border-width: 2px;
}
body.cadastro-page.cadastro-form-page .btn-metodo.loading .link-texto,
body.cadastro-page.cadastro-form-page .btn-primary.loading .link-texto,
body.cadastro-page.cadastro-form-page .btn-continuar.loading .link-texto {
  display: none;
}
body.cadastro-page.cadastro-form-page .btn-metodo.loading .link-spinner,
body.cadastro-page.cadastro-form-page .btn-primary.loading .link-spinner,
body.cadastro-page.cadastro-form-page .btn-continuar.loading .link-spinner {
  display: inline-block;
}
body.cadastro-page.cadastro-form-page .btn-metodo--secondary {
  background: #e0e7ff;
  color: #0d2856;
}
body.cadastro-page.cadastro-form-page .btn-metodo--secondary:hover, body.cadastro-page.cadastro-form-page .btn-metodo--secondary:focus {
  background: #d2dcff;
  color: #0d2856;
}
body.cadastro-page.cadastro-form-page #secao-salvar {
  margin-top: 28px;
}
body.cadastro-page.cadastro-form-page #secao-salvar .botoes-validacao {
  gap: 16px;
}
body.cadastro-page.cadastro-form-page #secao-salvar .btn-metodo {
  min-width: 84px;
}
body.cadastro-page.cadastro-form-page .link-pular-wrapper {
  margin-top: 12px;
}
body.cadastro-page.cadastro-form-page .link-pular-wrapper a,
body.cadastro-page.cadastro-form-page .link-com-spinner:not(.btn-metodo) {
  color: #0d2856;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-decoration: none;
}
body.cadastro-page.cadastro-form-page .link-pular-wrapper a:hover, body.cadastro-page.cadastro-form-page .link-pular-wrapper a:focus,
body.cadastro-page.cadastro-form-page .link-com-spinner:not(.btn-metodo):hover,
body.cadastro-page.cadastro-form-page .link-com-spinner:not(.btn-metodo):focus {
  color: #091d3f;
  text-decoration: underline;
  outline: none;
}
body.cadastro-page.cadastro-form-page .modal-termo-content {
  border-radius: 8px;
}
body.cadastro-page.cadastro-form-page .modal-termo-header h2 {
  color: #0d2856;
  letter-spacing: 0;
}
body.cadastro-page.cadastro-form-page .modal-termo-footer {
  background: #fff;
}

@media (max-width: 768px) {
  body.cadastro-page .cadastro-main {
    padding: 20px 15px;
  }
  body.cadastro-page .card-cadastro {
    padding: 20px;
  }
  body.cadastro-page .col-md-3,
  body.cadastro-page .col-md-4,
  body.cadastro-page .col-md-5,
  body.cadastro-page .col-md-6,
  body.cadastro-page .col-md-8 {
    width: 100%;
  }
  body.cadastro-page .input-com-botao .form-input {
    padding-right: 16px;
  }
  body.cadastro-page .input-com-botao .btn-validar-inline {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 10px;
    padding: 12px;
  }
  body.cadastro-page .requisitos-senha {
    grid-template-columns: 1fr;
  }
  body.cadastro-page .botoes-validacao {
    flex-direction: column;
  }
  body.cadastro-page .btn-metodo {
    width: 100%;
  }
  body.cadastro-page .radio-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
@media (max-width: 1199px) {
  body.cadastro-page.cadastro-form-page .app-breadcrumb__nav {
    width: min(1084px, 100% - 48px);
  }
}
@media (max-width: 768px) {
  body.cadastro-page.cadastro-form-page .app-breadcrumb__nav {
    width: calc(100% - 32px);
  }
  body.cadastro-page.cadastro-form-page .cadastro-form {
    width: calc(100% - 32px);
    padding: 32px 0 56px;
  }
  body.cadastro-page.cadastro-form-page .alterar-senha__title {
    font-size: 22px;
    line-height: 30px;
  }
  body.cadastro-page.cadastro-form-page .row {
    gap: 24px;
    margin-bottom: 24px;
  }
  body.cadastro-page.cadastro-form-page .col-md-3,
  body.cadastro-page.cadastro-form-page .col-md-4,
  body.cadastro-page.cadastro-form-page .col-md-5,
  body.cadastro-page.cadastro-form-page .col-md-6,
  body.cadastro-page.cadastro-form-page .col-md-8,
  body.cadastro-page.cadastro-form-page .col-md-12 {
    flex: 0 0 100%;
    width: auto;
  }
  body.cadastro-page.cadastro-form-page .campo-nome-social {
    max-width: none;
  }
  body.cadastro-page.cadastro-form-page .input-com-botao .form-input {
    padding-right: 12px;
  }
  body.cadastro-page.cadastro-form-page .input-com-botao .btn-validar-inline {
    position: static;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    transform: none;
    font-size: 12px;
  }
  body.cadastro-page.cadastro-form-page .requisitos-senha {
    grid-template-columns: 1fr;
  }
  body.cadastro-page.cadastro-form-page .botoes-validacao {
    width: 100%;
    gap: 10px;
    flex-direction: row;
    align-items: stretch;
  }
  body.cadastro-page.cadastro-form-page .btn-metodo {
    flex: 1;
    min-width: 0;
    width: auto;
  }
}
@media (max-width: 480px) {
  body.cadastro-page.cadastro-form-page .cadastro-form {
    width: calc(100% - 32px);
  }
  body.cadastro-page.cadastro-form-page .radio-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
@media (max-width: 480px) {
  body.cadastro-page .cadastro-main {
    padding: 15px 10px;
  }
  body.cadastro-page .card-cadastro {
    padding: 15px;
    border-radius: 6px;
  }
  body.cadastro-page .modal-termo-content {
    width: 95%;
    max-height: 90vh;
  }
  body.cadastro-page .modal-termo-header,
  body.cadastro-page .modal-termo-body,
  body.cadastro-page .modal-termo-footer {
    padding: 20px;
  }
}
/* ===== Pagina de Sucesso ===== */
body.cadastro-page {
  /* Icone de sucesso */
}
body.cadastro-page .sucesso-icon-container {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
body.cadastro-page .sucesso-icon-outer {
  width: 96px;
  height: 96px;
  background-color: #d4edda;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.cadastro-page .sucesso-icon-inner {
  width: 64px;
  height: 64px;
  background-color: #28a745;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.cadastro-page .sucesso-checkmark {
  width: 32px;
  height: 32px;
  color: #fff;
}
body.cadastro-page {
  /* Titulo de sucesso */
}
body.cadastro-page .sucesso-titulo {
  font-size: 22px;
  font-weight: 600;
  color: #28a745;
  margin: 0 0 20px 0;
}
body.cadastro-page {
  /* Descricao */
}
body.cadastro-page .sucesso-descricao {
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: justify;
}
body.cadastro-page .sucesso-descricao p {
  margin: 0 0 8px 0;
}
body.cadastro-page .sucesso-descricao p:last-child {
  margin-bottom: 0;
}
body.cadastro-page {
  /* Card de informacoes do usuario */
}
body.cadastro-page .sucesso-info-card {
  background: #fff;
  border: 1px solid #cad7e2;
  border-radius: 8px;
  padding: 25px 30px;
  margin-bottom: 30px;
  display: inline-block;
}
body.cadastro-page .sucesso-info-grid {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 12px 20px;
  text-align: left;
}
body.cadastro-page .sucesso-info-label {
  font-weight: 600;
  color: #0d2856;
  text-align: right;
}
body.cadastro-page .sucesso-info-valor {
  color: #333;
}
body.cadastro-page .sucesso-info-nao-informado {
  color: #888;
  font-style: italic;
}
body.cadastro-page {
  /* Botao acessar SSO */
}
body.cadastro-page .sucesso-actions {
  margin-top: 10px;
}
body.cadastro-page .btn-acessar-sso {
  display: inline-block;
  background-color: #0d2856;
  color: #fff;
  text-decoration: none;
  padding: 14px 40px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.2s;
}
body.cadastro-page .btn-acessar-sso:hover {
  background-color: #196382;
  color: #fff;
  text-decoration: none;
}
body.cadastro-page {
  /* Responsividade pagina sucesso */
}
@media (max-width: 768px) {
  body.cadastro-page .sucesso-icon-outer {
    width: 80px;
    height: 80px;
  }
  body.cadastro-page .sucesso-icon-inner {
    width: 56px;
    height: 56px;
  }
  body.cadastro-page .sucesso-checkmark {
    width: 28px;
    height: 28px;
  }
  body.cadastro-page .sucesso-titulo {
    font-size: 20px;
  }
  body.cadastro-page .sucesso-info-card {
    display: block;
    padding: 20px;
  }
  body.cadastro-page .sucesso-info-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  body.cadastro-page .sucesso-info-label {
    text-align: left;
    margin-top: 8px;
  }
  body.cadastro-page .sucesso-info-label:first-child {
    margin-top: 0;
  }
  body.cadastro-page .sucesso-info-valor {
    padding-left: 10px;
  }
}

@media (max-width: 480px) {
  body.cadastro-page .btn-acessar-sso {
    width: 100%;
    padding: 14px 20px;
  }
}
body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .cadastro-sucesso-form {
  padding-top: 32px;
}
body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .alterar-senha__title {
  text-align: center;
}
body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .cadastro-sucesso-content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .sucesso-icon-container {
  justify-content: center;
  margin: 0 0 16px;
}
body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .sucesso-icon-outer {
  width: 72px;
  height: 72px;
}
body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .sucesso-icon-inner {
  width: 48px;
  height: 48px;
}
body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .sucesso-checkmark {
  width: 24px;
  height: 24px;
}
body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .sucesso-titulo {
  margin: 0 0 16px;
  color: #20a842;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .sucesso-descricao {
  max-width: 680px;
  margin: 0 0 24px;
  color: #4a5565;
  line-height: 20px;
  text-align: center;
}
body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .sucesso-info-card {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 28px;
  padding: 20px 24px;
  border: 1px solid #dbe4ed;
  border-radius: 8px;
  box-shadow: none;
}
body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .sucesso-info-grid {
  gap: 10px 18px;
}
body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .sucesso-info-label {
  color: #0d2856;
  font-size: 14px;
  line-height: 20px;
}
body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .sucesso-info-valor,
body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .sucesso-info-nao-informado {
  color: #4a5565;
  font-size: 14px;
  line-height: 20px;
}
body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .sucesso-actions {
  display: flex;
  justify-content: flex-start;
  width: fit-content;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
}
body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .btn-acessar-sso {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  width: auto;
  height: 40px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #0d2856;
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: none;
  text-decoration: none;
}
body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .btn-acessar-sso:hover,
body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .btn-acessar-sso:focus {
  background: #091d3f;
  color: #f5f5f5;
  text-decoration: none;
  outline: none;
}

@media (max-width: 768px) {
  body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .cadastro-sucesso-content {
    max-width: 100%;
  }
  body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .sucesso-info-card {
    width: 100%;
  }
  body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .sucesso-actions {
    width: 100%;
    justify-content: flex-start;
  }
  body.cadastro-page.cadastro-form-page.cadastro-sucesso-page .btn-acessar-sso {
    flex: 1;
    min-width: 0;
  }
}
/* ===== Pagina de Validacao por Documento ===== */
body.cadastro-page .instrucoes-container {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px 25px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
body.cadastro-page .instrucoes-ilustracao {
  width: 160px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.cadastro-page .face-scanner-svg {
  width: 140px;
  height: 160px;
}
body.cadastro-page .instrucoes-foto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 30px;
  flex: 1;
}
body.cadastro-page .instrucao-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #444;
}
body.cadastro-page .instrucao-bullet {
  width: 8px;
  height: 8px;
  background: #FF7C00;
  border-radius: 50%;
  margin-top: 5px;
  flex-shrink: 0;
}
body.cadastro-page {
  /* Upload sections */
}
body.cadastro-page .upload-sections {
  margin-bottom: 20px;
}
body.cadastro-page .upload-section {
  margin-bottom: 15px;
}
body.cadastro-page .upload-titulo {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px 0;
}
body.cadastro-page .upload-card {
  background: #fff;
  border: 2px dashed #e0e0e0;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
}
body.cadastro-page .upload-card:hover {
  border-color: #0d2856;
  background-color: #fafafa;
}
body.cadastro-page .upload-card.enviado {
  border-color: #28a745;
  border-style: solid;
  background-color: #f8fff8;
}
body.cadastro-page .upload-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
body.cadastro-page .upload-icon {
  width: 56px;
  height: 56px;
  background: #f5f5f5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
}
body.cadastro-page .upload-icon svg {
  width: 24px;
  height: 24px;
}
body.cadastro-page .upload-descricao {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}
body.cadastro-page .upload-descricao p {
  margin: 0;
}
body.cadastro-page .upload-status {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
body.cadastro-page .upload-status.pendente {
  background: #f5f5f5;
  color: #888;
}
body.cadastro-page .upload-status.enviado {
  background: #d4edda;
  color: #28a745;
}
body.cadastro-page .upload-status .icon-check {
  display: none;
}
body.cadastro-page .upload-status.enviado .icon-upload {
  display: none;
}
body.cadastro-page .upload-status.enviado .icon-check {
  display: block;
}
body.cadastro-page {
  /* Aviso box */
}
body.cadastro-page .aviso-box {
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 8px;
  padding: 15px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 25px 0;
}
body.cadastro-page .aviso-icon {
  color: #856404;
  flex-shrink: 0;
  margin-top: 2px;
}
body.cadastro-page .aviso-texto {
  color: #856404;
  font-size: 14px;
  margin: 0;
  text-align: justify;
}
body.cadastro-page {
  /* Aviso estilo info (amarelo/warning suave) */
}
body.cadastro-page .aviso-box.aviso-info {
  background: transparent;
  border: none;
  padding: 10px 0;
  margin: 10px 0;
  align-items: center;
  gap: 8px;
}
body.cadastro-page .aviso-box.aviso-info .aviso-icon {
  color: #d4a300;
  margin-top: 0;
}
body.cadastro-page .aviso-box.aviso-info .aviso-texto {
  color: #666;
}
body.cadastro-page {
  /* ===== Estilos para página de Validação por Certificado ===== */
  /* Card de aviso amarelo */
}
body.cadastro-page .aviso-box-cert {
  background: #fef9e7;
  border: 1px solid #e6c65a;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 0 auto 32px auto;
  max-width: 480px;
}
body.cadastro-page {
  /* Header do aviso: ícone + título na mesma linha */
}
body.cadastro-page .aviso-header-cert {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
body.cadastro-page {
  /* Ícone do aviso */
}
body.cadastro-page .aviso-icon-cert {
  color: #d4a300;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
body.cadastro-page {
  /* Título "Atenção" */
}
body.cadastro-page .aviso-titulo-cert {
  font-size: 16px;
  font-weight: 600;
  color: #d4a300;
  margin: 0;
}
body.cadastro-page {
  /* Texto do aviso */
}
body.cadastro-page .aviso-texto-cert {
  font-size: 14px;
  color: #333;
  margin: 0;
  line-height: 1.6;
  text-align: justify;
}
body.cadastro-page .aviso-texto-cert strong {
  font-weight: 700;
}
body.cadastro-page {
  /* Container dos botões */
}
body.cadastro-page .cert-actions {
  text-align: center;
  margin-bottom: 20px;
}
body.cadastro-page {
  /* Botão certificado digital */
}
body.cadastro-page .btn-cert-digital {
  background-color: var(--color-primary);
  color: var(--color-bg-card);
  border: none;
  padding: 16px 40px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color var(--transition-fast), opacity var(--transition-fast);
  padding: 16px 40px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
body.cadastro-page .btn-cert-digital:hover {
  background-color: #1a4a7a;
}
body.cadastro-page .btn-cert-digital svg {
  width: 22px;
  height: 22px;
}
body.cadastro-page .validacao-actions {
  text-align: center;
  margin-top: 30px;
}
body.cadastro-page .btn-validar-identidade {
  background-color: var(--color-primary);
  color: var(--color-bg-card);
  border: none;
  padding: 14px 40px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color var(--transition-fast), opacity var(--transition-fast);
}
body.cadastro-page .btn-validar-identidade:hover:not(:disabled) {
  background-color: var(--color-primary-hover);
}
body.cadastro-page .btn-validar-identidade:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
body.cadastro-page .btn-validar-identidade.loading {
  background: transparent;
  border-color: transparent;
  pointer-events: none;
}
body.cadastro-page .btn-validar-identidade.loading .btn-texto {
  display: none;
}
body.cadastro-page .btn-validar-identidade.loading .btn-spinner {
  display: block;
  border-color: var(--color-border);
  border-top-color: var(--color-primary);
}

body.cadastro-page.cadastro-form-page.validacao-documento-page .validacao-documento-form {
  padding-top: 32px;
}
body.cadastro-page.cadastro-form-page.validacao-documento-page .instrucoes-container {
  margin-bottom: 24px;
}
body.cadastro-page.cadastro-form-page.validacao-documento-page .upload-sections {
  margin-bottom: 20px;
}
body.cadastro-page.cadastro-form-page.validacao-documento-page .aviso-box.aviso-info {
  margin: 18px 0 24px;
}
body.cadastro-page.cadastro-form-page.validacao-documento-page .validacao-actions {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 0;
  text-align: left;
}
body.cadastro-page.cadastro-form-page.validacao-documento-page .btn-validar-identidade,
body.cadastro-page.cadastro-form-page.validacao-documento-page .validacao-actions .btn-metodo {
  min-width: 84px;
  height: 40px;
  padding: 10px 20px;
  border: 0;
  border-radius: 10px;
  background: #0d2856;
  color: #f5f5f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
body.cadastro-page.cadastro-form-page.validacao-documento-page .btn-validar-identidade:hover:not(:disabled), body.cadastro-page.cadastro-form-page.validacao-documento-page .btn-validar-identidade:focus:not(:disabled),
body.cadastro-page.cadastro-form-page.validacao-documento-page .validacao-actions .btn-metodo:hover:not(:disabled),
body.cadastro-page.cadastro-form-page.validacao-documento-page .validacao-actions .btn-metodo:focus:not(:disabled) {
  background: #091d3f;
  color: #f5f5f5;
  text-decoration: none;
  outline: none;
}
body.cadastro-page.cadastro-form-page.validacao-documento-page .btn-validar-identidade:focus,
body.cadastro-page.cadastro-form-page.validacao-documento-page .validacao-actions .btn-metodo:focus {
  box-shadow: 0 0 0 3px rgba(13, 40, 86, 0.16);
}
body.cadastro-page.cadastro-form-page.validacao-documento-page .btn-validar-identidade:disabled,
body.cadastro-page.cadastro-form-page.validacao-documento-page .validacao-actions .btn-metodo:disabled {
  background: #dbe4ed;
  color: #718096;
  cursor: not-allowed;
  opacity: 1;
}
body.cadastro-page.cadastro-form-page.validacao-documento-page .btn-validar-identidade.loading,
body.cadastro-page.cadastro-form-page.validacao-documento-page .validacao-actions .btn-metodo.loading {
  background: transparent;
  color: #0d2856;
  border-color: transparent;
  pointer-events: none;
}
body.cadastro-page.cadastro-form-page.validacao-documento-page .btn-validar-identidade.loading .btn-texto,
body.cadastro-page.cadastro-form-page.validacao-documento-page .btn-validar-identidade.loading .link-texto,
body.cadastro-page.cadastro-form-page.validacao-documento-page .validacao-actions .btn-metodo.loading .btn-texto,
body.cadastro-page.cadastro-form-page.validacao-documento-page .validacao-actions .btn-metodo.loading .link-texto {
  display: none;
}
body.cadastro-page.cadastro-form-page.validacao-documento-page .btn-validar-identidade.loading .btn-spinner,
body.cadastro-page.cadastro-form-page.validacao-documento-page .btn-validar-identidade.loading .link-spinner,
body.cadastro-page.cadastro-form-page.validacao-documento-page .validacao-actions .btn-metodo.loading .btn-spinner,
body.cadastro-page.cadastro-form-page.validacao-documento-page .validacao-actions .btn-metodo.loading .link-spinner {
  display: inline-block;
  border-color: #dbe4ed;
  border-top-color: #0d2856;
}
body.cadastro-page.cadastro-form-page.validacao-documento-page .validacao-actions .btn-metodo.btn-metodo--secondary {
  background: #e0e7ff;
  color: #0d2856;
}
body.cadastro-page.cadastro-form-page.validacao-documento-page .validacao-actions .btn-metodo.btn-metodo--secondary:hover:not(:disabled), body.cadastro-page.cadastro-form-page.validacao-documento-page .validacao-actions .btn-metodo.btn-metodo--secondary:focus:not(:disabled) {
  background: #d2dcff;
  color: #0d2856;
}
body.cadastro-page.cadastro-form-page.validacao-documento-page .validacao-actions .link-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border-width: 2px;
}

body.cadastro-page.cadastro-form-page.validacao-certificado-page .validacao-certificado-form {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.cadastro-page.cadastro-form-page.validacao-certificado-page .aviso-box-cert {
  width: 100%;
  max-width: 640px;
  margin: 0 0 28px;
  padding: 20px 24px;
  border-radius: 8px;
  box-shadow: none;
}
body.cadastro-page.cadastro-form-page.validacao-certificado-page .aviso-texto-cert {
  color: #4a5565;
  line-height: 20px;
  text-align: left;
}
body.cadastro-page.cadastro-form-page.validacao-certificado-page .cert-actions {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  max-width: 640px;
  gap: 16px;
  margin: 0;
  text-align: left;
}
body.cadastro-page.cadastro-form-page.validacao-certificado-page .btn-cert-digital,
body.cadastro-page.cadastro-form-page.validacao-certificado-page .cert-actions .btn-metodo {
  min-width: 84px;
  height: 40px;
  padding: 10px 20px;
  border: 0;
  border-radius: 10px;
  background: #0d2856;
  color: #f5f5f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
body.cadastro-page.cadastro-form-page.validacao-certificado-page .btn-cert-digital:hover:not(:disabled), body.cadastro-page.cadastro-form-page.validacao-certificado-page .btn-cert-digital:focus:not(:disabled),
body.cadastro-page.cadastro-form-page.validacao-certificado-page .cert-actions .btn-metodo:hover:not(:disabled),
body.cadastro-page.cadastro-form-page.validacao-certificado-page .cert-actions .btn-metodo:focus:not(:disabled) {
  background: #091d3f;
  color: #f5f5f5;
  text-decoration: none;
  outline: none;
}
body.cadastro-page.cadastro-form-page.validacao-certificado-page .btn-cert-digital:focus,
body.cadastro-page.cadastro-form-page.validacao-certificado-page .cert-actions .btn-metodo:focus {
  box-shadow: 0 0 0 3px rgba(13, 40, 86, 0.16);
}
body.cadastro-page.cadastro-form-page.validacao-certificado-page .btn-cert-digital:disabled,
body.cadastro-page.cadastro-form-page.validacao-certificado-page .cert-actions .btn-metodo:disabled {
  background: #dbe4ed;
  color: #718096;
  cursor: not-allowed;
  opacity: 1;
}
body.cadastro-page.cadastro-form-page.validacao-certificado-page .cert-actions .btn-metodo.btn-metodo--secondary {
  background: #e0e7ff;
  color: #0d2856;
}
body.cadastro-page.cadastro-form-page.validacao-certificado-page .cert-actions .btn-metodo.btn-metodo--secondary:hover:not(:disabled), body.cadastro-page.cadastro-form-page.validacao-certificado-page .cert-actions .btn-metodo.btn-metodo--secondary:focus:not(:disabled) {
  background: #d2dcff;
  color: #0d2856;
}
body.cadastro-page.cadastro-form-page.validacao-certificado-page .cert-actions .link-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border-width: 2px;
}
body.cadastro-page.cadastro-form-page.validacao-certificado-page .cert-actions .link-com-spinner.loading {
  background: transparent;
  color: #0d2856;
  border-color: transparent;
  pointer-events: none;
}
body.cadastro-page.cadastro-form-page.validacao-certificado-page .cert-actions .link-com-spinner.loading .link-texto {
  display: none;
}
body.cadastro-page.cadastro-form-page.validacao-certificado-page .cert-actions .link-com-spinner.loading .link-spinner {
  display: inline-block;
  border-color: #dbe4ed;
  border-top-color: #0d2856;
}

/* Responsividade paginas de validacao */
@media (max-width: 768px) {
  body.cadastro-page .instrucoes-container {
    flex-direction: column;
    gap: 20px;
  }
  body.cadastro-page .instrucoes-ilustracao {
    width: 100%;
  }
  body.cadastro-page .instrucoes-foto {
    grid-template-columns: 1fr;
  }
  body.cadastro-page .upload-card {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  body.cadastro-page .upload-info {
    flex-direction: column;
  }
  body.cadastro-page.cadastro-form-page.validacao-documento-page .validacao-actions {
    width: 100%;
    gap: 10px;
  }
  body.cadastro-page.cadastro-form-page.validacao-documento-page .validacao-actions .btn-metodo {
    flex: 1;
    min-width: 0;
  }
  body.cadastro-page.cadastro-form-page.validacao-certificado-page .cert-actions {
    width: 100%;
    gap: 10px;
  }
  body.cadastro-page.cadastro-form-page.validacao-certificado-page .cert-actions .btn-metodo {
    flex: 1;
    min-width: 0;
  }
}
@media (max-width: 480px) {
  body.cadastro-page .instrucoes-container {
    padding: 15px;
  }
  body.cadastro-page .upload-card {
    padding: 15px;
  }
}
*:focus,
*:focus-visible,
*:active,
a:focus,
a:focus-visible,
a:active,
button:focus,
button:focus-visible,
button:active,
input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible,
summary:focus,
summary:focus-visible,
[role=button]:focus,
[role=button]:focus-visible,
[role=button]:active,
[tabindex]:focus,
[tabindex]:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
