.message .message-content {
  max-width: 90% !important;
}

.message-content p {
  margin-bottom: 0;
}

.fila-dot {
  border-radius: 100%;
  height: 0.7rem;
  width: 0.7rem;
  top: 2px;
}

.green-dot {
  background-color: #00ff00;
}

.pulsered {
  -webkit-animation: pulsered 1s ease-in-out infinite alternate;
  -moz-animation: pulsered 1s ease-in-out infinite alternate;
  animation: pulsered 1s ease-in-out infinite alternate;
}

@-webkit-keyframes pulsered {
  from {
    background-color: #dd0000;
    box-shadow: 0 0 2px #fff0, 0 0 3px #fff0, 0 0 4px #dd0000, 0 0 5px #dd0000,
      0 0 6px #dd0000, 0 0 7px #dd0000, 0 0 8px #dd0000;
  }

  to {
    background-color: #ff1100;
    box-shadow: 0 0 3px #fff0, 0 0 4px #ff1100, 0 0 5px #ff1100, 0 0 6px #ff1100,
      0 0 7px #ff1100, 0 0 8px #ff1100, 0 0 9px #ff1100;
  }
}

.attachment > div {
  border-right: 1px solid #dddfe1;
}

.attachment > div:last-child {
  border-right: 0px;
}

.chat-footer textarea {
  background: #fbfbfd;
  color: #abafb3;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0.625rem 1.25rem;
}

.nav .nav-item .nav-link:hover {
  color: #dedcff;
}

.scrolling::-webkit-scrollbar {
  width: 8px;
}

.scrolling::-webkit-scrollbar-thumb {
  visibility: hidden;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  transition: visibility 0s;
}

.scrolling:hover::-webkit-scrollbar-thumb {
  visibility: visible;
  transition: visibility 0s;
}

.scrolling:hover::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

@media (hover: none) and (pointer: coarse) {
  .scrolling::-webkit-scrollbar-thumb {
    visibility: visible;
    transition: visibility 0s;
  }
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline {
  max-height: 300px !important;
  padding-right: 4rem;
  min-height: 70px;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline::-webkit-scrollbar {
  width: 8px;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline::-webkit-scrollbar-thumb {
  visibility: hidden;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  transition: visibility 0s;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline:hover::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline:hover::-webkit-scrollbar-thumb {
  visibility: visible;
  transition: visibility 0s;
}

.chat-body .chat-footer .attachment {
  left: 1rem;
  top: 1.25rem;
}

.chat-body .chat-footer .form-control {
  border: 1px solid #e5e9f2;
}

.chat-body .chat-footer > textarea {
  padding: 1.5rem 3.5rem 1.5rem 6.5rem;
}

.chat-body .chat-footer .send-icon {
  top: unset;
  bottom: 20px;
  right: 25px;
}

.send-button {
  right: 10px;
  bottom: 5px;
}

textarea#messageInput {
  width: calc(100% - 24px);
  max-height: 200px;
  min-height: 71px;
  background-color: inherit;
  border-radius: 4px;
}

.ck-content blockquote {
  border-left: 3px solid #ccc;
}

.ck.ck-reset.ck-editor {
  max-width: 92vw;
}

button.btn.btn-primary.btn-icon.send-icon.rounded-circle.text-light.mb-1 {
  position: fixed;
}

.justify-content-xl-center {
  justify-content: space-evenly !important;
}

.vw-50 {
  width: 50vw !important;
}

.pl-new {
  padding-left: 0.75rem !important;
  width: 16vh !important;
}

/* Icaro Css Atendimento Start */

.atendimento-appbar {
  display: none;
}

.vf-16 {
  width: 16vh !important;
}

.timeline {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline .timeline-line {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #665dfe;
  /*left: 0;
    right: 0;
    margin: auto;
    */
}

.timeline .timeline-item {
  position: relative;
  width: 50%;
  display: inline-block;
}

.timeline .timeline-item:nth-child(odd) {
  float: left;
  padding: 0 0 3rem 3rem;
  margin-top: 6rem;
  padding-bottom: 0px;
}

.timeline .timeline-item:nth-child(2n) {
  float: left;
  padding: 0 0 3rem 2rem;
  margin-top: 1rem;
  padding-bottom: 0px;
}

.timeline .timeline-item:nth-child(odd) .timeline-badge {
  right: calc(100% - 24px);
}

.timeline .timeline-item .timeline-badge {
  position: absolute;
  width: 48px;
  height: 48px;
  right: calc(100% - 24px);
}

.timeline .timeline-item .badge-img {
  display: inline-block;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.card {
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%);
  box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%);
  border: 0;
  /* background-color: #dae7ff; */
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.buscaAtendimento .modal-content {
  width: 100vh !important;
}

@media only screen and (max-width: 768px) {
  .buscaAtendimento .modal-content {
    width: 100% !important;
  }
  .input-group-append {
    margin-top: 8px;
  }
}

img {
  max-width: 100%;
}

/*.text-muted {
    color: #4b5563!important;
}*/

/* Icaro Css Atendimento End */

@media (min-width: 1200px) {
  .ck.ck-reset.ck-editor {
    max-width: calc(100vw - (26.25rem + 160px));
  }

  button.btn.btn-primary.btn-icon.send-icon.rounded-circle.text-light.mb-1 {
    position: relative;
  }

  .atendimento-container {
    display: none !important;
  }

  .hide-appbar-btn {
    display: none !important;
  }

  .atendimento-appbar {
    display: block;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  bottom: 25px;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.instant-messages {
  position: absolute;
  top: -205px;
  background: white;
  border-radius: 5px;
  border: 1px solid lightgray;
}

.Vue-Toastification__toast--warning {
  background-color: #ffaa00 !important;
}

.main-layout {
  height: 100vh;
}

.atendimento-container {
  background-color: rgb(244, 244, 255);
  border: 1px solid rgb(229, 233, 242);
}

#atendimento-container {
  height: 0.5rem !important;
  left: 0;
  top: 4.5rem;
  z-index: 1000;
}

#atendimento-container > .atendimento-div {
  display: none !important;
}

#atendimento-container.open {
  height: 60vh !important;
}

#atendimento-container.open > .atendimento-div {
  display: block !important;
}

.data-toggle-appbarmobile > .arrowdown {
  display: block !important;
}

.data-toggle-appbarmobile > .arrowup {
  display: none !important;
}

.data-toggle-appbarmobile.active > .arrowdown {
  display: none !important;
}

.data-toggle-appbarmobile.active > .arrowup {
  display: block !important;
}

.introjs-tooltip {
  max-width: unset;
}

.introjs-tooltipbuttons > a.introjs-disabled {
  color: #9e9e9e;
}

.introjs-tooltipbuttons > a.introjs-disabled:hover {
  color: #9e9e9e;
}

.customIntroBox-lg {
  max-width: 50vw !important;
  width: 50vw;
}

.introjs-overlay {
  max-width: 100vw;
  max-height: 100vh;
  width: 100vw;
  height: 100vh;
}

/*.chip {
    display: inline-block;
    padding: 0 10px;
    height: 2rem;
    font-size: 1rem;
    line-height: 2rem;
    border-radius: 25px;
    background-color: #f1f1f1;
}
*/
.tag-custom {
  max-width: 1000% !important;
  border-bottom: 1px solid #ced4da;
  border-top: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-radius: 0.25rem;
  line-height: 1.5;
}

.vue-tags-input .ti-valid.ti-tag {
  background-color: transparent;
  border-radius: 50rem !important;
  padding: 0 0 !important;
}

.ti-input {
  border: none !important;
}

.vue-tags-input .ti-item.ti-selected-item {
  background: #ebebeb;
}
.vue-tags-input .ti-item {
  font-size: 13px;
  color: #fff;
  padding-left: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.vue-tags-input .ti-autocomplete {
  overflow-y: auto;
  height: 30vh;
  border-radius: 0.25rem;
  line-height: 1.5;
}

.vue-tags-input .ti-item-custom {
  background-color: #665dfe;
  border-radius: 50rem !important;
  padding: 2px 12px !important;
}

.vue-tags-input .ti-actions {
  color: #665dfe;
}
.vue-tags-input .ti-item-dinamico {
  font-size: 13px;
  border-radius: 50rem !important;
  padding: 2px 12px !important;
}

.badge-danger {
  background-color: red !important;
}
