
.ql-editor {
  height: 100% !important;
}

.info-adicional {
  min-width: 385px;
  display: inline-block;
}

#expandableDiv {
  transition: all 0.5s ease;
}

.fullScreen {
  width: 100vw !important;
  height: 100vh !important;
  top: 0px !important;
  left: 0 !important;
  position: fixed !important;
  overflow-y: scroll;
  z-index: 10000;
}

.shepherd-has-cancel-icon.shepherd-has-title.shepherd-element.shepherd-enabled {
  z-index: 20000;
}

/*Popup de sucesso ou de erro*/
.swal2-container.swal2-center.swal2-backdrop-show {
  z-index: 30000;
}

.esconder {
  display: none !important;
}

.container-de-artigo {
  background: #f5f5f9;
  color: #030303;
  max-width: 800px !important;
  margin: auto;
  flex: 1;
  padding: 0 !important;
}

  .container-de-artigo h2 {
    color: #4f4c4d;
    font-size: 26px !important;
    margin-top: 30px;
  }

  .container-de-artigo h1 {
    font-size: 28px !important;
  }

  .container-de-artigo img {
    width: 100%;
  }

.artigo-nao-lido {
  font-weight: bold;
}

.btnCategoria, .btAnuncio {
  word-wrap: break-word !important;
  font-size: 12px !important;
  width: 75px !important;
  color: #d9d8d8;
}


.btBotao {
  font-weight: bold;
  margin-right: 6px;
  border-radius: 11px;
  height: 30px !important;
  min-width: 200px !important;
  width: auto !important;
  text-transform: uppercase;
  font-size: 13px;
}

.btnCategoria {
  margin-left: 16px;
}

.area-do-botao {
  padding: 40px;
  background: #fff;
  border-radius: 4px;
}

/*
    .conteudo-do-artigo
*/
.conteudo-do-artigo a {
  text-decoration: none !important;
  display: block !important;
  text-align: center !important;
  font-weight: bold !important;
  width: 100% !important;
  border-radius: 32px !important;
  line-height: 54px;
  font-size: 18px;
  overflow-x: hidden;
}

/*  .conteudo-do-artigo a strong,*/
  .conteudo-do-artigo a span {
    display: block;
    border-radius: 32px !important;
    border-width: 3px;
  }

.conteudo-do-artigo .categorias {
  border-radius: 4px;
  background: #ddd;
  color: darkgrey;
  padding-left: 20px;
  padding-top: 65px;
  width: 670px;
  height: 160px;
  overflow-x: hidden;
}

.conteudo-do-artigo .anuncio {
  text-align: center;
  border-radius: 4px;
  background: #ddd;
  color: darkgrey;
  height: 250px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 115px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  overflow-x: hidden;
}

  .conteudo-do-artigo .anuncio::before {
    content: "Publicidade";
    display:block;
    margin-top: -20px;
    position: relative;
    top: -110px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    color: #999;
  }

/*
    .conteudo-do-artigo
*/
.botaoCategoria {
  display: block !important;
  line-height: 54px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 32px;
  text-transform: uppercase;
}

.btn-remover-link-adicionado {
  margin-top: 30px;
  background: transparent !important;
  cursor: pointer;
}

.ql-tooltip {
  left: 20px !important;
  width: 100% !important;
}

.ql-toolbar {
  z-index: 2 !important;
  overflow-y: unset !important;
  white-space: normal !important;
  padding: 5px 5px 5px 5px !important;
}

.preview-imagem-de-destaque {
  height: 24px;
}

  .preview-imagem-de-destaque:hover {
    transform: scale(25);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 65000;
    position: fixed;
  }

.ortografia-errada {
  text-decoration: underline;
  color: red;
}

.ortografia-ignorada {
  text-decoration: underline;
  color: darkslateblue
}
