@font-face {
  font-family: BaiJamjuree;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/BaiJamjuree-Regular.ttf);
}
@font-face {
  font-family: BaiJamjureeMedium;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/BaiJamjuree-Medium.ttf);
}
@font-face {
  font-family: BaiJamjureeSemiBold;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/BaiJamjuree-SemiBold.ttf);
}
@font-face {
  font-family: BaiJamjureeBold;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/BaiJamjuree-Bold.ttf);
}
* {
  box-sizing: border-box;
}
body,
html {
  height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  height: 100%;
}
fieldset {
  border: none;
}
button {
  cursor: pointer;
}
.new-erp {
  font-family: BaiJamjuree;
}
.new-erp .flex {
  display: flex;
}
/* #region Banner Warning */
.new-erp .banner-warning-maintenance-bg {
  min-height: 5rem;
  background-color: #f68a2a;
  overflow: hidden;
}
.new-erp .banner-warning-maintenance-bg .banner-warning-maintenance {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}
.new-erp .banner-warning-maintenance-bg .banner-warning-maintenance .image {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 56px auto;
  padding-top: 15px;
  width: fit-content;
  margin: 0 auto;
}
.new-erp .banner-warning-maintenance-bg .banner-warning-maintenance .text-warning {
  color: white;
  font-weight: bold;
  line-height: 0;
  white-space: nowrap;
}
.new-erp .banner-warning-maintenance-bg .banner-warning-maintenance .text-maintenance {
  color: white;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 0;
}
.new-erp .banner-warning-maintenance-bg .banner-warning-maintenance .text {
  text-align: start;
  color: white;
}
.new-erp .banner-warning-maintenance-bg .banner-warning-maintenance p {
  color: white;
  line-height: 13px;
}

.new-erp .banner-warning-maintenance-bg .banner-warning-maintenance strong, .header-background .banner-warning-maintenance-bg .banner-warning-maintenance a {
  color: white;
  font-size: inherit !important;
}
.new-erp .banner-warning-maintenance-bg .banner-warning-maintenance .sub-line {
  font-size: 2.2rem;
}
.new-erp .banner-warning-maintenance-bg .banner-warning-maintenance a {
  text-decoration: underline;
}

@media only screen and (max-width: 900px) {
  .new-erp  .banner-warning-maintenance-bg .banner-warning-maintenance {
    flex-direction: column;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .new-erp  .banner-warning-maintenance-bg .banner-warning-maintenance .image {
    align-self: center;
  }
  .new-erp  .banner-warning-maintenance-bg .banner-warning-maintenance .text {
    text-align: center;
  }
}
/* #endregion */
/* #region Main Login */
.new-erp .main-login {
  width: 100%;
  height: 100%;
  background-size: cover;
  display: none;
  grid-template-rows: 65px 1fr;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login {
    grid-template-rows: 94px 1fr;
  }
}
.new-erp .main-login header {
  width: 100%;
  background-color: #2e2e2e;
  height: 65px;
  top: 0;
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login header {
    height: 94px;
    padding-right: 25px;
  }
}
.new-erp .main-login header .left {
  width: 100px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .new-erp .main-login header .left {
    width: 343px;
  }
}
@media screen and (min-width: 1440px) {
  .new-erp .main-login header .left {
    width: 415px;
  }
}
.new-erp .main-login header .left .plataform-content {
  flex: 1;
  height: 65px;
  position: relative;
  place-items: center;
  background-color: #005EB8;
  z-index: 5;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login header .left .plataform-content {
    width: 100%;
    height: 94px;
  }
}
.new-erp .main-login header .left .plataform-content .image-box {
  flex: 1;
  z-index: 7;
}
.new-erp .main-login header .left .plataform-content .image-box a.change-plataform {
  cursor: pointer;
}
.new-erp .main-login header .left .plataform-content .image-box a.change-plataform i.logo {
  display: block;
  background: url(../img/logo-sebrae-branco.png) no-repeat 0 0;
  width: 100px;
  height: 52px;
  margin: 0 auto;
  transform: scale(0.7);
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login header .left .plataform-content .image-box a.change-plataform i.logo {
    transform: scale(1);
  }
}
.new-erp .main-login header .right {
  flex: 1;
  justify-content: flex-end;
}
.new-erp .main-login header .right .datetime {
  color: #fff;
  align-items: center;
  font-family: BaiJamjureeBold;
}
.new-erp .main-login header .right .datetime .headerDate {
  font-size: 14px;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login header .right .datetime .headerDate {    
    font-size: 18px;
  }
}
.new-erp .main-login header .right .datetime .headerTime {
  font-size: 26px;
  margin: 0 10px;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login header .right .datetime .headerTime {    
    font-size: 36px;
    margin: 0 25px;
  }
}
.new-erp .main-login header .right .support i {
  filter: invert(21%) sepia(97%) saturate(2103%) hue-rotate(181deg) brightness(100%) contrast(88%);
}
.new-erp .main-login .login-content {
  background-color: #F5F7FA;
}
.new-erp .main-login .login-content .login-container {
  width: 100%;
  display: flex;
  padding: 0 24px;
  margin-top: 64px;
  align-items: center;
  flex-direction: column;
}
.new-erp .main-login .login-content .login-container .title {
  font-size: 20px;
  color: #0F438A;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login .login-content .login-container .title {
    font-size: 28px;
  }
}
.new-erp .main-login .login-content .login-container .subtitle {  
  font-size: 12px;
  margin-top: 5px;
  color: #617385;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login .login-content .login-container .subtitle {
    font-size: 16px;
  }
}
.new-erp .main-login .login-content .login-container .cards {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  max-width: 750px;
  margin-top: 24px;
  justify-content: center;
}
.new-erp .main-login .login-content .login-container .cards .card {
  width: 200px;
  height: 200px;
  cursor: pointer;
  min-width: 200px;
  min-height: 200px;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login .login-content .login-container .cards .card  {
    width: 234px;
    height: 234px;
    min-width: 234px;
    min-height: 234px;
  }
}
.new-erp .main-login .login-content .login-container .cards .card .stripe {
  width: 6px;
  height: 200px;
  position: absolute;
  border-radius: 8px 0 0 8px;
  background-color: #005EB8;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login .login-content .login-container .cards .card .stripe {
    height: 234px;
  }
}
.new-erp .main-login .login-content .login-container .cards .card .card-content {
  gap: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 18px 12px 10px 18px;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login .login-content .login-container .cards .card .card-content  {
    gap: 14px;
    padding: 24px 16px 14px 24px;
  }
}
.new-erp .main-login .login-content .login-container .cards .card .card-content .top {
  display: flex;
}
.new-erp .main-login .login-content .login-container .cards .card .card-content .top .square {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background-color: #F5F7FA;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login .login-content .login-container .cards .card .card-content .top .square {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }
}
.new-erp .main-login .login-content .login-container .cards .card .card-content .top .square .icon {
  scale: 0.8;
  width: 100%;
  height: 100%;
  background: url(../img/icon-building.svg) no-repeat center center;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login .login-content .login-container .cards .card .card-content .top .square .icon {
    scale: 1;
  }
}
.new-erp .main-login .login-content .login-container .cards .card .card-content .middle {
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.new-erp .main-login .login-content .login-container .cards .card .card-content .middle .alternativeName,
.new-erp .main-login .login-content .login-container .cards .card .card-content .middle .officialName {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.new-erp .main-login .login-content .login-container .cards .card .card-content .middle .alternativeName {
  font-size: 14px;
  color: #394D60;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login .login-content .login-container .cards .card .card-content .middle .alternativeName {
    font-size: 16px;
  }
}
.new-erp .main-login .login-content .login-container .cards .card .card-content .middle p {
  font-size: 10px;
  color: #617385;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login .login-content .login-container .cards .card .card-content .middle p {
    font-size: 11px;
  }
}
.new-erp .main-login .login-content .login-container .cards .card .card-content .bottom {
  display: flex;
}
.new-erp .main-login .login-content .login-container .cards .card .card-content .bottom .tag {
  width: 68px;
  height: 16px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  background-color: #C2EFD1;
}
.new-erp .main-login .login-content .login-container .cards .card .card-content .bottom .tag p {
  font-size: 10px;
  color: #00662A;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login .login-content .login-container .cards .card .card-content .bottom .tag p {
    font-size: 11px;
  }
}
.new-erp .main-login .login-content .login-container .button {
  gap: 5px;
  width: 175px;
  height: 35px;
  display: flex;
  margin: 32px 0;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  border: 1px solid #617385;
  background-color: #F5F7FA;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login .login-content .login-container .button {
    width: 205px;
    height: 40px;
  }
}
.new-erp .main-login .login-content .login-container .button span {
  width: 12px;
  height: 12px;
  background: url(../img/icon-plus.svg) no-repeat center center;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login .login-content .login-container .button span {
    width: 16px;
    height: 16px;
  }
}
.new-erp .main-login .login-content .login-container .button p {
  font-size: 12px;
  color: #617385;
}
@media screen and (min-width: 1920px) {
  .new-erp .main-login .login-content .login-container .button p {
    font-size: 14px;
  }
}
/* #endregion */
/* #region Import Docs */
.new-erp .import-docs {
  width: 100%;
  height: 100%;
  background-size: cover;
  display: none;
  grid-template-rows: 65px 1fr;
}
@media screen and (min-width: 1920px) {
  .new-erp .import-docs header {    
    grid-template-rows: 94px 1fr;
  }
}
.new-erp .import-docs header {
  width: 100%;
  background-color: #2e2e2e;
  height: 65px;
  top: 0;
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 1920px) {
  .new-erp .import-docs header {
    height: 94px;
    padding-right: 25px;
  }
}
.new-erp .import-docs header .left {
  height: 100%;
  display: none;
}
@media screen and (min-width: 1024px) {
  .new-erp .import-docs header .left {
    width: 250px;
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .new-erp .import-docs header .left {
    width: 415px;
  }
}
.new-erp .import-docs header .left .plataform-content {
  flex: 1;
  height: 65px;
  position: relative;
  place-items: center;
  background-color: #3b4aff;
  z-index: 5;
}
@media screen and (min-width: 1920px) {
  .new-erp .import-docs header .left .plataform-content {
    width: 100%;
    height: 94px;
  }
}
.new-erp .import-docs .container-sebrae {
  display: grid;
  grid-template-columns: auto;
}
@media screen and (min-width: 1024px) {
  .new-erp .import-docs .container-sebrae {
    grid-template-columns: 250px auto;
  }
}
@media screen and (min-width: 1440px) {
  .new-erp .import-docs .container-sebrae {
    grid-template-columns: 415px auto;
  }
}
.new-erp .import-docs .container-sebrae .aside {
  height: 100%;
  display: none;
  justify-content: center;
  background-image: linear-gradient(to bottom, #3b4aff, #5959fe, #6f68fc, #8276fb, #9285f9);
}
@media screen and (min-width: 1024px) {
  .new-erp .import-docs .container-sebrae .aside {
    width: 250px;
    display: flex;
    padding: 30px 0 0;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1440px) {
  .new-erp .import-docs .container-sebrae .aside {
    width: 415px;
  }
}
.new-erp .import-docs .container-sebrae .aside a.change-plataform {
  cursor: pointer;
}
.new-erp .import-docs .container-sebrae .aside a.change-plataform i.logo {
  display: block;
  background: url(../img/logo-emissor-sebrae.png) no-repeat 0 0;
  width: 240px;
  height: 80px;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
}
.new-erp .import-docs .container-sebrae .aside .woman-draw {
  width: 100%;
  height: 350px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/woman-draw.png);
}
@media screen and (min-width: 1440px) {
  .new-erp .import-docs .container-sebrae .aside .woman-draw {
    height: 575px;
  }
}
.new-erp .import-docs .container-sebrae .aside .woman-draw .woman-draw-icon {
  top: -10px;
  right: 40px;
  width: 70px;
  height: 70px;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/woman-draw-icon.png);
}
@media screen and (min-width: 1440px) {
  .new-erp .import-docs .container-sebrae .aside .woman-draw .woman-draw-icon {
    top: -20px;
    right: 70px;
    width: 120px;
    height: 120px;
  }
}
.new-erp .import-docs .container-sebrae .content {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 50px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.new-erp .import-docs .container-sebrae .content .box-content {
  gap: 30px;
  width: 100%;
  height: 100%;
  display: grid;
  max-width: 900px;
  max-height: 650px;
  flex-direction: column;
  grid-template-columns: 100%;
  justify-content: space-between;
  grid-template-rows: 40px 90px auto 50px;
}
.new-erp .import-docs .container-sebrae .content .box-content .title {
  gap: 10px;
  display: flex;
  color: #394D60;
  align-items: center;
  font-family: BaiJamjureeBold;
}
.new-erp .import-docs .container-sebrae .content .box-content .title .icon {
  width: 30px;
  height: 35px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/ic-file.png);
}
.new-erp .import-docs .container-sebrae .content .box-content .step-by-step {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.new-erp .import-docs .container-sebrae .content .box-content .step-by-step .numbers {
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.new-erp .import-docs .container-sebrae .content .box-content .step-by-step .numbers .number {
  display: flex;
  font-size: 14px;
  min-width: 45px;
  min-height: 45px;
  color: #B6BFC8;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 2px solid #B6BFC8;
}
.new-erp .import-docs .container-sebrae .content .box-content .step-by-step .numbers .number.finished {    
  color: #85E0A3;
  border: 2px solid #85E0A3;
}
.new-erp .import-docs .container-sebrae .content .box-content .step-by-step .numbers .number.active {    
  color: #005EB8;
  border: 2px solid #005EB8;
}
.new-erp .import-docs .container-sebrae .content .box-content .step-by-step .numbers .divider {
  width: 100%;
  height: 2px;
  background-color: #B6BFC8;
}
.new-erp .import-docs .container-sebrae .content .box-content .step-by-step .numbers .divider.finished {
  background-color: #85E0A3;
}
.new-erp .import-docs .container-sebrae .content .box-content .step-by-step .numbers .divider.active {
  background-color: #005EB8;
}
.new-erp .import-docs .container-sebrae .content .box-content .step-by-step .texts {
  gap: 5px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
}
.new-erp .import-docs .container-sebrae .content .box-content .step-by-step .texts .text {
  width: 40px;
  display: flex;
  font-size: 14px;
  color: #617385;
  align-items: center;
  justify-content: center;
}
.new-erp .import-docs .container-sebrae .content .box-content .step-by-step .texts .text.finished {
  color: #35B068;
}
.new-erp .import-docs .container-sebrae .content .box-content .step-by-step .texts .text.active {
  color: #005EB8;
}
.new-erp .import-docs .container-sebrae .content .box-content .step-by-step .texts .divider {
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  background-color: #F5F7FA;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content {
  gap: 20px;
  flex-direction: column;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step2 {
  width: 500px;
  display: flex;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step2 .buttons {
  gap: 30px;
  display: flex;
  justify-content: center;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step2 .buttons .btn {
  gap: 10px;
  width: 154px;
  height: 78px;
  display: flex;
  cursor: pointer;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #617385;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(20, 46, 82, 0.2);
  -moz-box-shadow: 2px 2px 4px 0px rgba(20, 46, 82, 0.2);
  box-shadow: 2px 2px 4px 0px rgba(20, 46, 82, 0.2);
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step2 .buttons .btn:hover {
  background-color: #F0F6FE;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step2 .buttons .btn.active {
  border: 1px solid #fff;
  background-color: #5C8FD6;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step2 .buttons .btn.active .icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7439%) hue-rotate(54deg) brightness(102%) contrast(100%);
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step2 .buttons .btn.active p {
  color: #fff;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step2 .buttons .btn .icon {
  width: 32px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step2 .buttons .btn.like .icon {
  background-image: url(../img/ic-hand.png);
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step2 .buttons .btn.dislike .icon {
  transform: rotate(180deg);
  background-image: url(../img/ic-hand.png);
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step2 .buttons .btn p {
  font-size: 20px;
  color: #617385;
  font-family: BaiJamjureeBold;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step3 {
  width: 650px;
  display: none;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step3 .buttons {
  gap: 30px;
  display: flex;
  justify-content: center;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step3 .buttons .btn {
  gap: 10px;
  width: 300px;
  height: 150px;
  display: flex;
  padding: 10px;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #617385;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(20, 46, 82, 0.2);
  -moz-box-shadow: 2px 2px 4px 0px rgba(20, 46, 82, 0.2);
  box-shadow: 2px 2px 4px 0px rgba(20, 46, 82, 0.2);
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step3 .buttons .btn:hover {
  background-color: #F0F6FE;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step3 .buttons .btn.active {
  border: 1px solid #fff;
  background-color: #5C8FD6;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step3 .buttons .btn.active .header .icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7439%) hue-rotate(54deg) brightness(102%) contrast(100%);
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step3 .buttons .btn.active .header p {
  color: #fff;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step3 .buttons .btn.active .text {
  color: #fff;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step3 .buttons .btn .header {
  gap: 20px;
  display: flex;
  align-items: center;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step3 .buttons .btn .header .icon {
  width: 60px;
  height: 65px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step3 .buttons .btn.xml .header .icon {
  background-image: url(../img/ic-xml.png);
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step3 .buttons .btn.zip .header .icon {
  background-image: url(../img/ic-zip.png);
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step3 .buttons .btn .header p {
  font-size: 28px;
  color: #617385;
  font-family: BaiJamjureeBold;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step3 .buttons .btn .text {
  font-size: 14px;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step3 .buttons .btn .tag {
  top: 0;
  right: 0;
  padding: 10px;
  position: absolute;  
  border-radius: 0 2px 0 4px;
  background-color: #35B068;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step3 .buttons .btn .tag p {
  color: #fff;
  font-size: 14px;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step4 {
  width: 600px;
  height: 275px;
  display: none;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step4 .buttons {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step4 .buttons .icon {
  width: 30px;
  height: 35px;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/ic-file.png);
  filter: brightness(0) saturate(100%) invert(97%) sepia(2%) saturate(673%) hue-rotate(181deg) brightness(95%) contrast(93%);
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step4 .buttons .button {
  width: 170px;
  height: 35px;
  margin: auto;
  display: flex;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background-color: #005EB8;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step4 .buttons .message {
  font-size: 12px;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step5 {
  gap: 50px;
  display: none;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step6 {
  display: none;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step6 .buttons {
  gap: 10px;
  display: flex;
  align-items: center;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step6 .buttons .icon{
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/ic-check.png);
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content.step6 .buttons .message {
  color: #00662A;
  font-family: BaiJamjureeBold;
}
.new-erp .import-docs .container-sebrae .content .box-content .box-card .box-card-content .question {
  color: #394D60;
  text-align: center;
}
.new-erp .import-docs .container-sebrae .content .box-content .buttons {
  gap: 20px;
  display: flex;
  justify-content: end;
}
.new-erp .import-docs .container-sebrae .content .box-content .buttons .btnStep {
  gap: 20px;
  width: 155px;
  height: 48px;
  display: flex;
  cursor: pointer;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  border: 1px solid #8B99A7;
}
.new-erp .import-docs .container-sebrae .content .box-content .buttons .btnStep.disabled {
  border: none;
  pointer-events: none;
  background-color: #E0E5EB;
}
.new-erp .import-docs .container-sebrae .content .box-content .buttons .btnStep.disabled p {
  color: #B6BFC8;
}
.new-erp .import-docs .container-sebrae .content .box-content .buttons .btnStep.disabled .icon {
  filter: brightness(0) saturate(100%) invert(86%) sepia(4%) saturate(530%) hue-rotate(169deg) brightness(87%) contrast(93%);
}
.new-erp .import-docs .container-sebrae .content .box-content .buttons .btnStep:hover {
  border: none;
  background-color: #005EB8;
}
.new-erp .import-docs .container-sebrae .content .box-content .buttons .btnStep:hover p {
  color: #fff;
}
.new-erp .import-docs .container-sebrae .content .box-content .buttons .btnStep:hover .icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(74%) saturate(34%) hue-rotate(151deg) brightness(111%) contrast(101%);
}
.new-erp .import-docs .container-sebrae .content .box-content .buttons .btnStep p {
  color: #8B99A7;
  font-family: BaiJamjureeBold;
}
.new-erp .import-docs .container-sebrae .content .box-content .buttons .btnStep .icon {  
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.new-erp .import-docs .container-sebrae .content .box-content .buttons .btnStep.finish {
  display: none;
}
.new-erp .import-docs .container-sebrae .content .box-content .buttons .btnStep.back .icon {
  background-image: url(../img/ic-arrow.png);
}
.new-erp .import-docs .container-sebrae .content .box-content .buttons .btnStep.next .icon {
  transform: rotate(180deg);
  background-image: url(../img/ic-arrow.png);
}
/* #endregion */
/* #region Geral */
.sprite-new-erp {
  background: url(../img/sprite-new-erp.png) no-repeat;
  display: block;
}
.sprite-new-erp.logo-plataform {
  width: 109px;
}
.sprite-new-erp.logo-plataform.mup {
  background-position: 0 0;
  height: 52px;
}
.sprite-new-erp.suporte {
  width: 45px;
  height: 45px;
  background-position: -235px -102px;
}
.sprite-new-erp.back {
  display: none;
  width: 35px;
  height: 35px;
  background-position: -206px -218px;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(180deg);
  z-index: 1;
}
.sprite-new-erp.email-warning {
  width: 32px;
  height: 28px;
  background-position: -99px -53px;
  margin: 0 auto 20px auto;
  transform: scale(1.5);
  filter: invert(66%) sepia(95%) saturate(1919%) hue-rotate(357deg) brightness(93%) contrast(116%);
}
.app-loader {
  overflow: hidden;
  z-index: 99999;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  opacity: 0.45;
  background: #000;
}
.app-loader:before {
  content: "";
  width: 140px;
  height: 140px;
  background-image: url('../img/loader_2.svg');
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: 140px 140px;
  -o-background-size: 140px 140px;
  -webkit-background-size: 140px 140px;
  background-size: 140px 140px;
  position: fixed;
  border-radius: 70px;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  -webkit-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.simple-loader {
  width: 50px;
  padding: 8px;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #5C8FD6;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}
button {
  background: none;
  border: none;
  padding: 0;
}

button i {
  display: block;
}
.logout  {
  width: 25px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_logout.png);
  position: absolute;
  right: 40px;
}

.logout-export {
  width: 25px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_logout.png);
  position: absolute;
  right: 40px;
  bottom: 15px; 
}
@media screen and (min-width: 1920px) {
  .logout {
    width: 40px;
    height: 60px;
  }
  .logout-export {
    width: 40px;
    height: 60px;
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 1000px #9ab96f inset !important;
    -webkit-text-fill-color: #fff !important;
}
/* #endregion */