.background-form-overlay {
  /* Content area overlay */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  display: block;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.background-form-overlay-grid {
  /* Content area overlay */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  display: block;
  z-index: 99999999999;
  transition: all 0.3s ease;
  visibility: visible;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}

.background-form-overlay.showform {
  visibility: visible;
  transition: all 0.3s ease;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}

.form_input {
  height: calc(100vh - 9rem);
  width: 400px;
  border-radius: 0.267rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #FFFFFF;
  position: fixed;
  transform: translateX(120%);
  transition: all 0.3s ease-in-out;
  z-index: 8;
  right: 4.6rem;
  bottom: 4rem;
  /* border-top: 1px solid #8a99b5;
  border-left: 1px solid #8a99b5;
  border-bottom: 1px solid #8a99b5; */
  /* transform: translateX(9%); */
}

.form_input.showform {
  transform: translateX(10%);
}

.form_input.hideform {
  transform: translateX(120%);
}

.hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #DFE3E7;
}

.picker__holder {
  width: 20em !important;
}

.center_loader {
  position: absolute !important;
  left: 50%;
  top: 50%;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  z-index: 9999999999999;
}

.hands {
  cursor: pointer;
}

.scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: #000000;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
}

.dt-buttons {
  position: absolute !important;
  display: inline-flex;
  vertical-align: middle;
  margin-top: -4px !important;
}

.buttons-html5 {
  width: 40px !important;
  height: 40px;
}

div.dt-buttons {
  width: 40px !important;
  margin-left: 10px !important;
}

div.dataTables_filter {
  text-align: right !important;
}

.avatar_text {
  white-space: nowrap;
  background-color: #4CAF50;
  border-radius: 55%;
  position: relative;
  cursor: pointer;
  color: #FFFFFF;
  display: inline-flex;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
  margin: 5px;
  padding: 0px 3px 0px 5px;
}

.avatar_text .avatar-status-busy {
  /*background-color: #FF5B5C;*/
}

.avatar_text [class*=avatar-status-] {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.group-chat {
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 100%;
  height: 60px;
}

.group-chat:before,
.group-chat:after {
  content: "";
  display: table;
}

.group-chat:after {
  clear: both;
}

.group-chat {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

.group-chat .widget-chat-lpt {
  float: right;
  width: 350px;
  z-index: 999999999999999;
  bottom: 5px;
  right: 4px;
  margin-right: 5px;
}

.widget-chat-lpt:first-child {
  margin-right: 35px;
}

/* widget chat */

/* ----------- */

.widget-chat-lpt .widget-chat-container {
  height: 420px;
  text-align: center;
  padding: 1.4rem;
  float: right;
  overflow: auto;
}

.widget-chat-lpt .chat-content .chat-body {
  overflow: hidden !important;
  margin: 0.67rem 0 0 0 !important;
}

.widget-chat-lpt .chat-content .chat-body .chat-message {
  float: right !important;
  text-align: right !important;
  padding: 0.75rem 1rem !important;
  margin: 0.2rem 0.2rem 1.8rem 0 !important;
  max-width: calc(100% - 5rem) !important;
  clear: both !important;
  word-break: break-word !important;
  color: #FFFFFF !important;
  background: #5A8DEE !important;
  border-radius: 0.267rem !important;
  box-shadow: 0 2px 4px 0 rgba(90, 141, 238, 0.6) !important;
}

.widget-chat-lpt .chat-content .chat-body .chat-message p {
  margin-bottom: 0 !important;
}

.wwidget-chat-lpt .chat-content .chat-body .chat-message .chat-time {
  position: absolute !important;
  bottom: -20px !important;
  right: 0px !important;
  color: #828D99 !important;
  font-size: 0.8rem !important;
  white-space: nowrap !important;
}

.widget-chat-lpt .chat-content .chat-left .chat-message {
  text-align: left !important;
  float: left !important;
  margin: 0.2rem 0 1.8rem 0.2rem !important;
  color: #727E8C !important;
  background-color: #fafbfb !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3) !important;
}

.widget-chat-lpt.widget-chat-demo {
  z-index: 1031;
  bottom: 5%;
  right: 80px;
  width: 350px;
}

.widget-chat-lpt.widget-chat-demo .widget-chat-container {
  height: 27rem;
}

.widget-chat-lpt.widget-chat-demo .chat-content .chat-message {
  max-width: calc(100% - 3rem);
}

.widget-chat-lpt.widget-chat-demo .card {
  box-shadow: 0px 0px 22px 0 rgba(25, 42, 70, 0.25);
}

@media (max-width: 575.98px) {
  .widget-chat-lpt.widget-chat-demo {
    right: 0;
    padding: 0 1.2rem;
    width: 100%;
  }

  .widget-chat-lpt.widget-chat-demo .widget-chat-container {
    height: 21rem;
  }
}

.view-focus {
  z-index: 100000000000000030000000;
}

.modal_comoestou {
  position: fixed;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  opacity: 1;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.modal_publico {
  position: fixed;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  opacity: 1;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.modal_addgrupo {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  opacity: 1;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.modal_addfile {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  opacity: 1;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.modal_center {
  position: fixed;
  width: 528px;
  height: auto;
  left: 50%;
  top: 26%;
  margin-left: -225px;
  margin-top: -200px;
  border-radius: 10px;
}

.swal2-container {
  z-index: 999999 !important;
}

.v-select {
  padding: 3px !important;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.vs__dropdown-toggle {
  border: none !important;
}

.vs__clear {
  fill: #8795b1 !important;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -4px !important;
}

.vs__open-indicator {
  fill: #8795b1 !important;
}

.vs__dropdown-menu {
  padding: 5px !important;
  border-radius: 3px;
}

.vs__dropdown-menu ul {
  border: 1px solid #464d5C !important;
}

.vs__dropdown-menu > li {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 10px !important;
}

.vs__dropdown-option--highlight {
  background: #1a233a !important;
}

.vs__dropdown-option--disabled {
  background: inherit !important;
}

.vs__dropdown-menu > li:hover {
  background-color: #5897FB !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 10px !important;
}

.vs__search {
  color: #a7a5a5;
}

.completa {
  text-decoration: line-through;
}

.border-success {
  border-bottom: 1px solid #0a700b !important;
}

.border-warning {
  border-bottom: 1px solid #b2d515 !important;
}

.border-warning {
  border-bottom: 1px solid #0a700b !important;
}

.border-danger {
  border-bottom: 1px solid #bc1313 !important;
}

.tui-full-calendar-weekday-schedule-title {
  color: #999 !important;
}

.tui-full-calendar-popup-edit {
  display: none !important;
}

.vue-input-tag-wrapper {
  background-color: #1a233a !important;
  border: 1px solid #464d5c !important;
  overflow: hidden;
  padding-left: 4px;
  padding-top: 5px;
  cursor: text;
  text-align: left;
  -webkit-appearance: textfield;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto !important;
  height: 47px !important;
}

.vue-input-tag-wrapper .input-tag {
  background-color: #272e48 !important;
  border-radius: 2px;
  border: 1px solid #10131e !important;
  color: #638421;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 3px;
}

.block_load {
  position: fixed;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  border-radius: 34px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999999;
}

.scroll-corpo .ql-container .ql-editor {
  overflow: auto !important;
  max-height: 200px !important;
}

div.tagsinput span.tag {
  background-color: #1a233a !important;
  border: 1px solid #464d5c !important;
  overflow: hidden;
  padding-left: 4px;
  padding-top: 5px;
  cursor: text;
  text-align: left;
  -webkit-appearance: textfield;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto !important;
  height: 31px !important;
  color: #8a99b5;
}

div.tagsinput {
  border: 1px solid #464d5c;
  padding: 5px;
  width: 100% !important;
  height: 70px !important;
  min-height: 70px !important;
  overflow-y: auto;
  background-color: #1a233a;
  color: #8a99b5;
}

div.tagsinput input {
  color: #8a99b5 !important;
}

@font-face {
  font-family: lpt_arial;
  src: url(/fonts/arial.ttf?5995c725ca5a13be62d3dc75c2fc59fc);
}

@font-face {
  font-family: lpt_ariblk;
  /*src: url(fonts/assinatura/ARIBLK.TTF);*/
  src: url(/fonts/arial.ttf?5995c725ca5a13be62d3dc75c2fc59fc);
}

@font-face {
  font-family: lpt_calibri;
  src: url(/fonts/Calibri.ttf?5816b8548d4ec514dc0c14126284814f);
}

@font-face {
  font-family: lpt_sansserif;
  src: url(/fonts/sans-serif.ttf?c8f34a4d8d6a866f095261f987a237a8);
}

.close_assinatura {
  color: #000;
}

.org-tree-container {
  background-color: #F2F4F4 !important;
}

.image_grid {
  background-size: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0;
  width: calc(100% - 45px);
  height: 69%;
  position: absolute;
  opacity: 0.5;
}

.image_grid .y {
  width: 0px;
  background-color: #464d5c;
  height: 100%;
  text-align: center;
  color: red;
  margin-left: -11px;
}

.image_grid .x {
  width: 100%;
  background-color: #464d5c;
  height: 2px;
  text-align: center;
  color: red;
}

div.dataTables_scrollBody::-webkit-scrollbar {
  width: 2px !important;
  height: 4px !important;
  background-color: #eeeeee0d !important;
}

div.dataTables_scrollBody::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: #FFFFFF !important;
}

/*** ESTYLE PLAYER */

.player-wrapper-audio {
  align-items: center;
  display: flex;
  margin-top: 33px;
}

.player-audio {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  color: #404040;
  display: inline-block;
  line-height: 1.5625;
  position: relative;
}

.player-controls-audio {
  display: flex;
}

.player-controls-audio > div {
  border-right: 1px solid #e0e0e0;
}

.player-controls-audio > div:last-child {
  border-right: none;
}

.player-controls-audio > div a {
  color: #404040;
  display: block;
  line-height: 0;
  padding: 1em;
  text-decoration: none;
}

.player-controls-audio > div a svg {
  display: inline-block;
  width: 1rem;
}

.player-timeline-audio {
  background-color: #e0e0e0;
  height: 50%;
  min-width: 200px;
  position: relative;
}

.player-timeline-audio .player-progress,
.player-timeline-audio .player-seeker {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.player-timeline-audio .player-progress {
  background-color: #404040;
  z-index: 1;
}

.player-timeline-audio .player-seeker {
  cursor: pointer;
  width: 100%;
  z-index: 2;
}

.player-time-audio {
  display: flex;
  justify-content: space-between;
}

.player-time-audio .player-time-current {
  font-weight: 700;
  padding: 0 5px;
}

.player-time-audio .player-title {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}

.player-time-audio .player-title p {
  animation: scroll 10s linear infinite alternate;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(0);
  }

  90% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.player-time-audio .player-time-total {
  opacity: 0.5;
  padding: 0 5px;
}

.player-volume-audio {
  display: inline-block;
  height: 1rem;
  margin: 0 0 0 2px;
  width: 2rem;
}

