body {
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
  width: 14px !important;
}

.default-btn,
.btn-table {
  height: 30px;
  /* margin: 0 0 0 15px; */
  padding: 8px 12px;
  float: left;
  border: none;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: background 0.5s;
  border-radius: 10px;
}

.btn-table {
  margin: 0;
  float: none;
}

button {
  /* padding-top: 9px !important; */
  cursor: pointer;
}

#chatBot .chtflt-fechar {
  color: #fff;
}

#divBtnChtflt {
  display: flex;
  height: 100px !important;
  bottom: 100px;
  position: relative
}

strong {
  font-weight: 700;
}

/* h3 {
    padding: 0 0 35px 60px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #4F0072;
    position: relative;
} */

h3 .description {
  font-size: 0.9rem;
  color: #333;
  font-weight: 100;
}

@media screen and (max-width: 1024px) {
  h3 .description {
    display: none;
  }
}

#listaModulos #tool:nth-child(4) .box h3 {
  padding-bottom: 25px;
}

/* input[type=text]:focus,
select:focus {
	outline: 1px solid #4F0072;
	
}
 */

u {
  /* text-decoration-color: #333; */
  font-weight: 700;
}

i {
  font-style: italic;
  font-weight: 700;
}

/* @media(max-width: 1220px){
	.container {
		padding: 50px 25px;
	}
} */

.green-btn {
  background: #00805d;
}

.green-btn {
  background: #00805d;
}

.green-btn:hover {
  background: #025a42;
}

/* .light-green-btn {
	background: #008200;
} */

.light-green-btn {
    background: #ff005a;
    border-radius: 10px;
}

.light-green-btn:hover {
  background: #dd014e;
}

.blue-btn {
  background: #0068ae;
}

.blue-btn:hover {
  background: #034572;
}

.magenta-btn {
  background: #ce0058;
  border-radius: 0.625rem;
}

.magenta-btn:hover {
  background: #85023a;
}

.ghost-btn {
  border: 1px solid #fff;
}

.ghost-btn:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #333;
}

.ghost-blue-btn {
  border: 1px solid #ff005a;
  color: #ff005a;
  font-size: 0.9rem;
  background: #fff;
  border-radius: 10px;
}

.ghost-blue-btn:hover {
  background: #dd014e;
  border: 1px solid #fff;
  color: #fff;
}

.secondary-btn {
  border: 1px solid #ff005a;
  border-radius: 0.625rem;
  color: #ff005a;
}

.secondary-btn:hover {
  background: #ff005a;
  color: #fff;
}

.dark-secondary-btn {
  width: 100px;
  background: #427ca2;
  color: #fff;
}

.dark-secondary-btn:hover {
  background: #0077c8;
  color: #fff;
}

.blocked {
  opacity: 0.3;
  background: #999;
}

.blocked:hover {
  background: #999;
  cursor: not-allowed;
}

.estilizar select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("../imagens/angle-down-solid.svg") no-repeat scroll 88%
    center;
  background-position: 95% center;
  background-size: 15px 15px;
  width: 100%;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 10px;
}

.bounce {
  top: 50px !important;
  animation: up 2s none;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation: up 2s;
  -moz-animation: up 2s;
  -o-animation: up 2s;
}

@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes up {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes up {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes up {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 3;
}

.closedModal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 3;
}

.closedModalResumeCalendario {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 3;
}

.maskLoading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 998 !important;
}

#first-fold,
#second-fold,
#third-fold,
#fourth-fold,
#fifth-fold {
  padding: 60px 1rem;
}

/* #second-fold {
	padding-bottom: 80px;
}

#third-fold {
	padding-top: 116px;
	padding-bottom: 80px;
}
*/

#first-fold {
  margin-top: 110px;
}

@media screen and (max-width: 1024px) {
  #first-fold {
    width: 100%;
    padding: 50px 25px;
  }
}

@media screen and (max-width: 667px) {
  #first-fold {
    padding: 25px;
  }
}

#second-fold,
#fourth-fold {
  background: #ececec;
}

@media screen and (max-width: 823px) {
  #second-fold,
  #third-fold {
    width: 100%;
    padding: 50px 25px;
  }
}

@media screen and (max-width: 414px) {
  #fourth-fold {
    padding: 50px 25px;
  }
}

.square {
  width: 45px;
  height: 45px;
  padding-top: 10px;
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 1.5rem;
  text-align: center;
  color: #ffffff !important;
  background: #4f0072;
  border-radius: 10px !important;
}

#listaModulos .app .square {
  top: -5px;
}

@media screen and (max-width: 1024px) {
  #listaModulos #tool:nth-child(4) .square {
    top: -15px !important;
  }
}

/* .federal {
	background: #A52A2F;
}

.estadual {
	background: #2C8E6E;
}

.municipal {
	background: #00AE7D;
}

.trabalhista {
	background: #CB8737;
}

.contabil {
	background: #AA46B8;
}

.sped {
	background: #F35D00;
} */

.breadcrumb  {
  padding-bottom: 40px;
  margin-top: 20px;
  color: #999;
  font-size: 1rem;
}

@media screen and (max-width: 823px) {
  .breadcrumb {
    /* padding: 0 30px 40px;
    text-align: center; */
    line-height: 1.5rem;
  }
}

.breadcrumb a {
  color: #ff005a;
  text-decoration: none;
  font-weight: 700;
}

#regulations a {
  color: var(--primary);
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.master-title {
  /* padding-bottom: 40px; */
  /* padding-top: 4.375rem ; */
  text-align: center;
  color: #333;
}

.master-title-regulamento-icms {
  padding-bottom: 40px;
  padding-top: 4.375rem;
  text-align: center;
  color: #333;
}

.master-title-regulamento-icms h2 {
  padding-bottom: 10px;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
}

.master-title-regulamento-icms h3 {
  padding: 0 350px;
  font-size: 0.9rem;
  font-weight: 100;
  line-height: 1.08rem;
}

#procedures {
  margin-top: -70px;
}

.emalta {
  margin: 0px !important;
}
.master-title-especiais {
  padding-bottom: 40px;
  text-align: center;
  color: #333;
  margin-left: 31%;
}
#divDocumentoIntegraproc,
#divDocumentoIntegraperg {
  display: flex !important;
  flex-direction: column !important;
}
#divDocumentoIntegraproc .container {
  padding: 0 !important;
}
#divDocumentoIntegraproc.active {
  display: none !important;
}
#divDocumentoIntegraperg.active {
  display: none !important;
}
.conteudo_actions.active {
  display: none !important;
}
.master-title h2 {
  padding-bottom: 10px;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
}

.sumary ul li::before {
  content: "";
}

.master-title-especiais h2 {
  padding-bottom: 10px;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
}

.master-title h3 {
  padding: 0 350px;
  font-size: 0.9rem;
  font-weight: 100;
  line-height: 1.08rem;
}

.master-title-especiais h3 {
  padding: 0 30px;
  font-size: 0.9rem;
  font-weight: 100;
  line-height: 1.08rem;
}

@media screen and (max-width: 1024px) {
  .master-title h3 {
    padding: 0;
  }
  .master-title-especiais h3 {
    padding: 0;
  }
}

.go-home {
  width: 35px;
  height: 35px;
  padding-top: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #ce0058;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .go-home {
    display: none;
    visibility: visible;
  }
}

.go-top {
  width: 35px;
  height: 35px;
  padding-top: 9px;
  border-radius: 100%;
  background: #ff005a;
  position: fixed;
  bottom: 50px;
  right: 10px;
  text-align: center;
  color: #fff;
  display: none;
  cursor: pointer;
}

.jssocials-share-whatsapp {
  visibility: hidden !important;
}

@media screen and (max-width: 1024px) {
  .jssocials-share-whatsapp {
    visibility: visible !important;
  }
}

#no-content {
  width: 100%;
  float: left;
  padding: 50px 0;
}

#no-content .icon,
#no-content .texts {
  float: left;
}

#no-content .icon {
  width: 35%;
  margin-bottom: 5px;
}

#no-content .texts {
  width: 65%;
}

@media screen and (max-width: 1024px) {
  #no-content .icon,
  #no-content .texts {
    width: 100%;
    text-align: center;
  }
}

#no-content .message p {
  font-weight: 700;
  color: #003348;
}

#no-content .message p:first-of-type {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

#no-content .message p:last-of-type {
  font-size: 1.75rem;
}

#no-content .explanation {
  margin-top: 20px;
  color: #333;
}

#no-content .explanation p {
  font-size: 0.95rem;
  margin-bottom: 7px;
  line-height: 1.2rem;
}

.responsive-table {
  width: 100%;
  /* overflow: auto; */
}

.responsive-table::-webkit-scrollbar,
#tutorial-alexa .right::-webkit-scrollbar {
  width: 40px;
  height: 10px;
}

.responsive-table::-webkit-scrollbar-track,
#tutorial-alexa .right::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  border-radius: 10px;
  /* background-color: red; */
}

.responsive-table::-webkit-scrollbar-thumb,
#tutorial-alexa .right::-webkit-scrollbar-thumb {
  background-color: #999;
  outline: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
}

.responsive-table table {
  border: 1px solid #999;
}

.responsive-table td {
  padding: 0px 3px;
  border: 1px solid #999;
}

#procedures .responsive-table {
  overflow: auto;
}

.ArtigoTab {
  font-size: 12px !important;
}

.error {
  border: 2px solid #c8384f !important;
  background: url("../imagens/exclamation-circle-solid.svg") no-repeat 98%
    center !important;
  background-size: 20px 20px !important;
}

#divDocumentoIntegraproc {
  padding-bottom: 60px;
  display: block;
  text-align: justify;
}

.document-container {
  max-width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.notice,
.information {
  width: 100%;
  height: 100%;
  margin: 20px 0;
  float: left;
  border: 2px solid #c7384f;
}

.breadcrumb-js {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 667px) {
  .notice,
  .information {
    height: auto;
  }
}

.information {
  border: 2px solid #0077c8;
}

.notice .icon,
.information .icon {
  width: 32px;
  height: 100%;
  padding: 25px 0;
  float: left;
  background: #c7384f;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
}

.information .icon {
  background: #0077c8;
}

#resultadosCalculo .step-2 .notice .icon .fa-exclamation-circle {
  padding-top: 37px;
}

@media screen and (max-width: 667px) {
  .notice .icon,
  .information .icon {
    background: none;
  }
  .notice .icon {
    color: #c7384f;
  }
  .information .icon {
    color: #0077c8;
  }
}

.notice .message,
.information .message {
  height: 100%;
  padding: 12px;
  display: table;
}

.notice .message p,
.information .message p {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.9rem;
  line-height: 1.15rem;
}

/*Tooltip*/

#vtip {
  display: block;
  position: absolute;
  padding: 10px;
  left: 5px;
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: #333;
  z-index: 9999;
  color: #fff;
  text-align: left;
}

p#vtip #vtipArrow {
  position: absolute;
  top: -10px;
  left: 17px;
}

.vtip:hover {
  cursor: pointer;
}

.alert {
  color: #c7384f;
  font-weight: 700;
}

/**/

.doubt,
.infotip {
  color: #999;
  font-size: 1.25rem;
  cursor: pointer;
  transition: color 0.5s;
  color: #c7384f;
}

.doubt:hover,
.infotip:hover {
  color: #999;
}

/*recaptcha*/

.grecaptcha-badge {
  bottom: 75px !important;
}

.highlight {
  background-color: rgb(240, 230, 140);
}

.highlight:link {
  background-color: rgb(240, 230, 140);
}

.highlight:visited {
  background-color: rgb(240, 230, 140);
}

.highlight:hover {
  background-color: rgb(240, 230, 140);
}

.highlight:active {
  background-color: rgb(240, 230, 140);
}

@media print {
  #generic-modal,
  #modal-nps,
  #generic-modal-lead,
  #fixed,
  #tutorial,
  #tutorial-alexa,
  .mobile,
  .breadcrumb,
  footer,
  .go-top,
  .ReturnSumary,
  #comunicado,
  #comunicado-manutencao,
  #modalGenerico,
  #modalModeloContratos,
  #complementary,
  #video,
  #modal-discount,
  .tab-toast,
  .change-state,
  .table-modal-regulamento-btn,
  .tab-toast-calc,
  #trial-novo,
  #form-reinf {
    display: none !important;
  }
  .btnShowListNcm {
    display: none !important;
  }
  .green-text {
    color: #008200;
    font-weight: 700;
  }
}

#ocultar {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.documento-result {
  padding-bottom: 40px;
  padding-top: 4.375rem;
}

.results-migalha {
  margin-top: 100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 60px !important;
  max-width: 900px;
}
.back-to-top {
  background-color: #ffffff;
  border-radius: 65px;
  bottom: 14px;
  box-shadow: 2px 3px 19px -2px rgba(0, 0, 0, 0.75);
  color: #ff005a;
  cursor: pointer;
  height: 40px;
  position: fixed;
  right: 22px;
  width: 40px;
  z-index: 3;
}
.back-to-top:after {
  content: "▲";
  display: flex;
  justify-content: center;
  padding-left: 1px;
  padding-top: 10px;
}
.destaques-procedures {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  min-height: 100vh;
}
.destaques-title {
  margin-top: 6%;
}

/* Modal de tela cheia */
#modal-doc-tela-cheia,
#modal-compartilhar,
#modal__salvarpesquisa {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 90px;
  font-size: 0.9rem;
  box-shadow: 2px 2px 2px #333;
  z-index: 101;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  min-height: 100%;
}

#modal-doc-tela-cheia #div-doc-tela-cheia {
  background-color: white;
  padding: 80px 100px;
  border-radius: 16px;
}

.menu-icone-document {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 0.71875rem;
}

.menu-icone-document:not(:last-child)::after {
  content: "";
  height: 24px;
  width: 1px;
  background: #bcbebe;
  margin: 0 9px;
}

.conteudo_actions {
  display: flex;
  align-items: center;
  /* margin-bottom: 32px;
  margin-top: 24px; */
  gap: 10px;
}
.conteudo_actions h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: var(--primary);
}

#modal-doc-tela-cheia .close-modal-doc-tela-cheia {
  position: absolute;
  top: 46px;
  right: 106px;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 4;
}
.close-modal-doc-tela-cheia {
  display: block;
}
.close-modal-doc-tela-cheia svg {
  border: 2px solid rgba(145, 158, 171, 0.32);
  color: var(--primary);
  border-radius: var(--border-8);
}

/*Modal de compartilhar e favoritar */

.modal__container {
  background-color: white;
  padding: 16px;
  border-radius: var(--border-8);
  max-width: 600px;
  margin: 0 auto;
}

.modal__container_senha_acesso {
  position: relative !important;
  background-color: white;
  padding: 17px;
  max-width: 647px;
  margin: 0 auto;
  overflow-y: scroll;
  height: 90%;
  top: 5%;
}

.modal__container_senha_acesso h1 {
  margin-bottom: 32px;
}

#botao-favorito {
  padding: 0 !important;
  background: transparent !important;
  border: none;
}
.favoritado svg {
  transition: all 0.2s ease-in;
  fill: var(--primary);
}
.modal__container h1 {
  margin-bottom: 32px;
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.compartilhar__input,
.modal__input {
  width: 100%;
  padding: 8px 14px;
  border-radius: var(--border-8);
  border: 1px solid rgba(145, 158, 171, 0.32);

  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.modal__label textarea {
  height: 150px;
}

.modal__form button {
  align-self: end;
  padding: 6px 16px;
  height: 36px;
}

.modal__container {
  position: relative !important;
}

[data-close="modal"] {
  position: absolute;
  top: 2%;
  right: 5%;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 4;
}
[data-close="modal"] svg {
  border: 2px solid rgba(145, 158, 171, 0.32);
  color: var(--primary);
  border-radius: var(--border-8);
}
#meusAlertas,
#minhasBuscas {
  position: relative;
}
.tabela__container {
  position: relative;
}

.favoritoActive {
  opacity: 0.5;
  pointer-events: none;
}

.icon-save {
  color: var(--primary);
  font-size: 20px !important;
}

.messageLimitCharacter {
  padding-left: 5px;
  font-size: 13px;
  font-family: "Inter";
  font-weight: 500;
  color: red;
}

/* Loading padrao do iobonline */

.lds-ellipsis {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--primary);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

#modal__senhaacesso {
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 10000;
  height: 100vh;
  display: none;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
}

#modal__senhaacesso.active {
  display: block !important;
  pointer-events: auto !important;
  opacity: 1 !important;
}

.navegacao_controle {
  display: flex;
  align-items: center;
}

#link-anterior {
  border-top-left-radius: var(--border-8);
  border-bottom-left-radius: var(--border-8);
}
#voltar-pesquisa {
  border-top-right-radius: var(--border-8);
  border-bottom-right-radius: var(--border-8);
  display: flex;
  align-items: center;
}
#link-anterior,
#link-proximo {
  padding: 9px 18px;
  border: 1px solid rgba(145, 158, 171, 0.32);
  color: var(--primary);
  background: white;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 15px;
}

#voltar-pesquisa {
  padding: 7px 18px;
  border: 1px solid rgba(145, 158, 171, 0.32);
  color: var(--primary);
  background: white;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 15px;
}

.welcome--notification--button {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.notification__article a:hover {
  transition: all 0.2s linear !important;
}
.notification__article a:hover {
  background: #f8f8f8 !important;
}

.sidebarmenu {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  margin-top: 0 !important;
  z-index: 3 !important;
}

.new-tag {
  width: 36px;
  height: 14px;
  background-color: #ff005a;
  color: #fff;
  font-size: 8px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50px; /*Deixa a borda totalmente arredondada*/
  text-transform: uppercase;
  margin-left: 0px; /* Adiciona um espaço entre o texto e a tag */
  height: fit-content; /* Ajusta ao tamanho do conteúdo */
  display: inline-block; /* Garante que a tag fique alinhada com o texto */
  position: absolute;
  top: -2px;
}

#menu-reforma-tributaria {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 10px;
}

.filtro-padrao {
  display: flex;
  justify-content: start;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  margin-bottom: 20px;
}

.filtro-padrao input[type="search"] {
  width: 700px;
  padding: 16px 40px;
  border-radius: var(--border-8);
  border: 2px solid rgba(145, 158, 171, 0.32);
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #919eab;
}