﻿/*******************************/
/*     MONTE Design System     */
/*******************************/
/*******************************/
/*     MONTE Design System     */
/*           COLOR             */
/*******************************/
/*******************************/
/*            BASE             */
/*******************************/
/* REBRAND */
/* BRAND */
/* GRAY */
/* BLUE */
/* GREEN */
/* YELLOW */
/* RED */
/* PURPLE */
/* PINK */
/*******************************/
/*         CONTEXTUAL          */
/*******************************/
/* NEUTRAL */
/* INFO */
/* SUCCESS */
/* WARNING */
/* DANGER */
/*******************************/
/*     MONTE Design System     */
/*           BORDER            */
/*******************************/
/* SIZE */
/* RADIUS */
/*******************************/
/*     MONTE Design System     */
/*        TYPOGRAPHY           */
/*******************************/
@font-face {
  font-family: "Roca";
  src: url("https://cdn.nibo.com.br/brand/fonts/roca-400.ttf");
}
/* REBRAND */
/* FAMILY */
/* SIZE */
/* WEIGHT */
/*******************************/
/*     MONTE Design System     */
/*           SPACING           */
/*******************************/
/*******************************/
/*     MONTE Design System     */
/*******************************/
/*******************************/
/*     MONTE Design System     */
/*           COLOR             */
/*******************************/
/*******************************/
/*            BASE             */
/*******************************/
/* REBRAND */
/* BRAND */
/* GRAY */
/* BLUE */
/* GREEN */
/* YELLOW */
/* RED */
/* PURPLE */
/* PINK */
/*******************************/
/*         CONTEXTUAL          */
/*******************************/
/* NEUTRAL */
/* INFO */
/* SUCCESS */
/* WARNING */
/* DANGER */
/*******************************/
/*     MONTE Design System     */
/*           BORDER            */
/*******************************/
/* SIZE */
/* RADIUS */
/*******************************/
/*     MONTE Design System     */
/*        TYPOGRAPHY           */
/*******************************/
@font-face {
  font-family: "Roca";
  src: url("https://cdn.nibo.com.br/brand/fonts/roca-400.ttf");
}
/* REBRAND */
/* FAMILY */
/* SIZE */
/* WEIGHT */
/*******************************/
/*     MONTE Design System     */
/*           SPACING           */
/*******************************/
.d-flex {
  display: flex;
}

.d-flex-gap {
  gap: 20px;
}
.d-flex-gap-sm {
  gap: 12px;
}

.d-flex-grow {
  flex-grow: 1;
}

.align-items-center {
  align-items: center;
}

.align-items-top {
  align-items: start;
}

.mr-1 {
  margin-right: 5px;
}

.mr-2 {
  margin-right: 10px;
}

.mr-3 {
  margin-right: 15px;
}

.ml-1 {
  margin-left: 5px;
}

.ml-2 {
  margin-left: 10px;
}

.ml-3 {
  margin-left: 15px;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mt-3 {
  margin-top: 15px;
}

.mt-4 {
  margin-top: 20px;
}

.mt-6 {
  margin-top: 30px;
}

.mt-8 {
  margin-top: 40px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 15px;
}

.mb-4 {
  margin-bottom: 20px;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 5px;
}

.pt-2 {
  padding-top: 10px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 5px;
}

.pb-2 {
  padding-bottom: 10px;
}

.w-100 {
  width: 100%;
}

.no-float {
  float: none;
}

.text-color-default {
  color: #6F7072;
}

.text-medium {
  font-weight: 500;
}

.text-bold {
  font-weight: 600;
}

.text-small {
  font-size: 0.8em;
}

.text-right {
  text-align: right;
}

.text-medium {
  font-weight: 500;
}

.align-middle {
  vertical-align: middle;
}

.hidden {
  display: none !important;
}

.relative {
  position: relative;
}

/* fix bootstrap */
.h4 {
  font-weight: 400;
  font-size: 16px;
}

.mobile-show {
  display: none;
}

@media (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }
}
/*******************************/
/*     MONTE Design System     */
/*******************************/
/*******************************/
/*     MONTE Design System     */
/*           COLOR             */
/*******************************/
/*******************************/
/*            BASE             */
/*******************************/
/* REBRAND */
/* BRAND */
/* GRAY */
/* BLUE */
/* GREEN */
/* YELLOW */
/* RED */
/* PURPLE */
/* PINK */
/*******************************/
/*         CONTEXTUAL          */
/*******************************/
/* NEUTRAL */
/* INFO */
/* SUCCESS */
/* WARNING */
/* DANGER */
/*******************************/
/*     MONTE Design System     */
/*           BORDER            */
/*******************************/
/* SIZE */
/* RADIUS */
/*******************************/
/*     MONTE Design System     */
/*        TYPOGRAPHY           */
/*******************************/
@font-face {
  font-family: "Roca";
  src: url("https://cdn.nibo.com.br/brand/fonts/roca-400.ttf");
}
/* REBRAND */
/* FAMILY */
/* SIZE */
/* WEIGHT */
/*******************************/
/*     MONTE Design System     */
/*           SPACING           */
/*******************************/
.nb-badge.nb-badge-status {
  border: 1px solid #F9F9F9;
  border-radius: 4px;
  box-sizing: border-box;
  color: #969799;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  min-width: 22px;
  padding: 2px 4px;
  text-align: center;
}
.nb-badge.nb-badge-status-inactive {
  border-color: #B4B5B6;
  color: #B4B5B6;
}
.nb-badge.nb-badge-status-success {
  border-color: #48BB6C;
  color: #48BB6C;
}

/*******************************/
/*     MONTE Design System     */
/*******************************/
/*******************************/
/*     MONTE Design System     */
/*           COLOR             */
/*******************************/
/*******************************/
/*            BASE             */
/*******************************/
/* REBRAND */
/* BRAND */
/* GRAY */
/* BLUE */
/* GREEN */
/* YELLOW */
/* RED */
/* PURPLE */
/* PINK */
/*******************************/
/*         CONTEXTUAL          */
/*******************************/
/* NEUTRAL */
/* INFO */
/* SUCCESS */
/* WARNING */
/* DANGER */
/*******************************/
/*     MONTE Design System     */
/*           BORDER            */
/*******************************/
/* SIZE */
/* RADIUS */
/*******************************/
/*     MONTE Design System     */
/*        TYPOGRAPHY           */
/*******************************/
@font-face {
  font-family: "Roca";
  src: url("https://cdn.nibo.com.br/brand/fonts/roca-400.ttf");
}
/* REBRAND */
/* FAMILY */
/* SIZE */
/* WEIGHT */
/*******************************/
/*     MONTE Design System     */
/*           SPACING           */
/*******************************/
/* boostrap fix */
.alert {
  background-image: none;
  border: 0;
}
.alert strong {
  font-weight: 500;
}

.panel {
  box-shadow: none;
  border-radius: 12px;
}
.panel.panel-default {
  border-color: #EBEBEC;
  box-shadow: none;
}

.list-group {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.list-group .list-group-item {
  border: 0;
  padding: 16px 4px;
  box-shadow: none;
  border-top: 1px solid #EBEBEC;
}
.list-group .list-group-item:first-child {
  border-top: 0;
}

hr {
  border: 0;
  background: #EBEBEC;
  height: 1px;
  margin: 0 0;
}

/*******************************/
/*     MONTE Design System     */
/*******************************/
/*******************************/
/*     MONTE Design System     */
/*           COLOR             */
/*******************************/
/*******************************/
/*            BASE             */
/*******************************/
/* REBRAND */
/* BRAND */
/* GRAY */
/* BLUE */
/* GREEN */
/* YELLOW */
/* RED */
/* PURPLE */
/* PINK */
/*******************************/
/*         CONTEXTUAL          */
/*******************************/
/* NEUTRAL */
/* INFO */
/* SUCCESS */
/* WARNING */
/* DANGER */
/*******************************/
/*     MONTE Design System     */
/*           BORDER            */
/*******************************/
/* SIZE */
/* RADIUS */
/*******************************/
/*     MONTE Design System     */
/*        TYPOGRAPHY           */
/*******************************/
@font-face {
  font-family: "Roca";
  src: url("https://cdn.nibo.com.br/brand/fonts/roca-400.ttf");
}
/* REBRAND */
/* FAMILY */
/* SIZE */
/* WEIGHT */
/*******************************/
/*     MONTE Design System     */
/*           SPACING           */
/*******************************/
body.page.page-account-trial {
  background: linear-gradient(0deg, #0072ce 0%, #002d72 100%);
}
body.page.page-account-trial h1 {
  color: #FFFFFF;
  margin-top: 48px;
}
body.page.page-account-trial h2 {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Oxygen", "Open Sans", "Roboto", sans-serif;
  line-height: 1.4;
}
body.page.page-account-trial .highlights {
  padding: 0;
  margin: 40px 0;
  list-style: none;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.page.page-account-trial .highlights .highlight {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #002d72;
  border-radius: 50px;
  padding: 10px 12px;
  margin: 0;
  width: 100%;
}
body.page.page-account-trial .highlights .highlight > img {
  width: 50px;
  height: 50px;
}
body.page.page-account-trial .highlights .highlight > p {
  color: #FFFFFF;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Oxygen", "Open Sans", "Roboto", sans-serif;
}

@media (max-width: 768px) {
  body.page.page-account-trial h1 {
    font-size: 28px;
  }
  body.page.page-account-trial .highlights {
    display: none;
  }
  body.page.page-account-trial .form-box {
    margin-top: 30px;
    padding: 20px 30px;
    box-shadow: none;
    border-radius: 24px;
  }
}
/* ajusta autocomplete */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

body.page {
  background: #fff;
  margin: 50px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  overflow-y: overlay;
}
body.page a:not(.btn) {
  color: #0072ce;
}
body.page .logo {
  height: 30px;
  margin-bottom: 20px;
}
body.page h1 {
  font-weight: 300;
  font-size: 32px;
  font-family: "Roca", "Georgia";
  color: #002d72;
  margin-bottom: 20px;
  word-break: keep-all;
}
body.page h2 {
  font-weight: 300;
  font-size: 20px;
  color: #6F7072;
  line-height: 140%;
}
body.page .form-box {
  background: #FFFFFF;
  padding: 30px 30px 20px;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
  border-radius: 24px;
}
body.page .form-box .form-title {
  font-size: 20px;
  font-family: "Oxygen", "Open Sans", "Roboto", sans-serif;
  color: #002d72;
  font-weight: 400;
  margin-bottom: 16px;
  display: block;
}
body.page .form-control {
  border-radius: 6px;
  border: 1px solid #E5E5E5;
  padding: 12px;
  height: 40px;
  color: #313336;
  box-shadow: none;
}
body.page .form-control:focus {
  box-shadow: none;
}
body.page .form-control:read-only {
  background-color: #F2F2F2 !important;
}
body.page .form-group label {
  font-size: 14px;
  font-weight: 400;
  color: #787A7B;
}
body.page .external-login-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.page .btn {
  border-radius: 5px;
  text-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
}
body.page .btn.btn-xs {
  font-size: 12px;
  padding: 4px 12px;
  font-weight: 500;
  color: #787A7B;
}
body.page .btn:focus, body.page .btn:active:focus, body.page .btn.active:focus, body.page .btn.focus, body.page .btn:active.focus, body.page .btn.active.focus {
  outline-color: transparent;
}
body.page .btn.btn-primary {
  background: #0072ce;
  color: #FFFFFF;
}
body.page .btn.btn-default {
  background: #FFFFFF;
}
body.page .btn.btn-link {
  color: #0072ce;
}
body.page .btn.btn-lg {
  padding: 16px 32px;
}
body.page .btn.btn-external-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  font-weight: 400 !important;
  background: white !important;
  border: 1px solid #E1E1E2;
  font-size: 14px;
  padding: 16px 32px;
  color: #5A5C5E;
}
body.page .btn.btn-external-login i {
  font-size: 20px;
}
body.page .btn.btn-external-login span {
  margin: 0 4px;
  display: inline-block;
}
body.page.page-mfa .code-inputs, body.page.page-emailCode .code-inputs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 4px 0;
}
body.page.page-mfa .code-inputs .code-input, body.page.page-emailCode .code-inputs .code-input {
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 24px;
  border: 1px solid #E1E1E2;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.3s;
}
body.page.page-mfa .code-inputs .code-input:focus, body.page.page-emailCode .code-inputs .code-input:focus {
  border-color: #002d72;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
body.page.page-mfa .code-inputs .code-input::-webkit-inner-spin-button, body.page.page-mfa .code-inputs .code-input::-webkit-outer-spin-button, body.page.page-emailCode .code-inputs .code-input::-webkit-inner-spin-button, body.page.page-emailCode .code-inputs .code-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.page.page-account-create .form-control[readonly=readonly] {
  border-color: transparent;
  color: #313336;
  /*background-color: #F4FAFC;*/
  font-weight: 500;
  padding-left: 0;
}
body.page .highlight {
  margin-bottom: 24px;
}
body.page .highlight i {
  color: #28B3E0;
}
body.page .highlight p {
  color: #002d72;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25em;
}
body.page .next {
  display: none;
}
body.page #logo {
  max-width: 150px;
  max-height: 60px;
  display: none;
}
body.page #logo.auto-height {
  height: auto !important;
}
body.page #welcome-message .accountant-name {
  display: block;
}
body.page #app-download {
  display: none;
}
body.page #qrcode {
  height: 100px;
}
body.page #poweredby {
  margin-top: 20px;
  width: 100%;
  display: none;
}
body.page #poweredby > div {
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: center;
}
body.page #poweredby img {
  height: 20px;
}
body.page .store-logos {
  max-width: 150px;
}
body.page .store-logos img {
  width: 100%;
  max-width: 100%;
}
body.page .password-eye-label {
  position: absolute;
  top: 36px;
  right: 10px;
  cursor: pointer;
}
body.page .password-eye-addon {
  position: static;
  background-color: #FFFFFF;
  border-color: #E5E5E5;
  border-radius: 0 6px 6px 0;
  color: #6F7072;
}
body.page .password-eye-addon:hover {
  background-color: #F5F5F5;
}
body.page .form-terms {
  font-size: 14px;
  display: block;
}
body .validation-summary-errors {
  background-color: #FCECED;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-weight: 500;
}
body .validation-summary-errors ul {
  margin: 0;
}
body .toggle {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}
body .toggle .toggle-on {
  font-size: 24px;
  color: #0072ce;
}
body .toggle .toggle-off {
  font-size: 24px;
  color: #C3C4C4;
}

@media (max-width: 768px) {
  body.page {
    margin: 30px;
  }
  body.page h1 {
    font-size: 24px;
  }
  body.page h2 {
    font-size: 18px;
  }
  body.page .highlight {
    margin-bottom: 20px;
  }
  body.page .highlight i {
    margin-top: 10px;
  }
  body.page .highlight p {
    font-size: 16px;
  }
  body.page .form-box {
    padding: 30px 0 0;
    box-shadow: none;
    border-radius: 0;
  }
  body.page .next {
    display: block;
    margin-bottom: 20px;
  }
  body.page .store-logos {
    display: flex;
    gap: 20px;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.page #welcome-message .accountant-name {
    display: inline;
  }
  body.page.page-mfa .form-box, body.page.page-emailCode .form-box {
    padding-top: 20px;
  }
  body.page.page-mfa .code-inputs, body.page.page-emailCode .code-inputs {
    gap: 8px;
    margin: 12px 0;
  }
  body.page.page-mfa .code-inputs .code-input, body.page.page-emailCode .code-inputs .code-input {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

/* Checklist da política de senha (_PasswordRequirements.cshtml + setPasswordPolicy) */
.password-requirements {
    /* Oculto até o usuário digitar algo no campo de senha (setPasswordPolicy exibe). */
    display: none;
    list-style: none;
    padding-left: 0;
    margin: 8px 0 0;
    font-size: 13px;
    color: #8a94a0;
}

.password-requirements li {
    margin: 3px 0;
}

.password-requirements li i {
    width: 16px;
    text-align: center;
    margin-right: 4px;
}

.password-requirements li.is-ok {
    color: #1e8e5a;
}
