<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Daimoku*/
table tbody#daimoku-diario-col1 tr.registrado,
table tbody#daimoku-diario-col2 tr.registrado {
  background-color: #F3F4F7 !important;
}

table tbody#daimoku-diario-col1 td.sab,
table tbody#daimoku-diario-col2 td.sab {
  color: #0168fa !important;
}

table tbody#daimoku-diario-col1 td.dom,
table tbody#daimoku-diario-col2 td.dom {
  color: #F14A60 !important;
}


i.fa-red {
  color: #F24A5E !important;
} 

/*Card Posts*/
.nav-delete {
    color: #F14A60 !important;
}

/*Card Comments*/
.modal#modalComentario .modal-dialog{
    overflow-y: initial !important
}
.modal#modalComentario .modal-body{
    height: 500px;
    overflow-y: auto;
}
#modal-body-comments .media-body {
    margin-left: 20px;
}
.emojione {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.2ex .15em .2ex;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0;
  background-image: none;
}
.emojionearea.emojionearea-inline {
  height: auto !important;
}

/*CKEditor*/

.ck-editor__editable {
    min-height: 215px !important;
    max-height: 215px !important;
}

figcaption.ck-editor__editable {
    min-height: auto !important;
}

p.image a img,
figure.image img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

p.image a figcaption,
p.image figcaption,
figure.image figcaption {
    text-align: center;
    padding: 7px;
    font-size: 0.875rem;
    color: #8392a5;
}

/*Infinite Scroll*/

.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

/* Comparecimento */
td.deactivated {
  background-color: #F5F6FA;
}
/*DF jun/2020*/
td.bg-presenca-df {
  background-color: #E84F7F;
}</pre></body></html>