@import url("https://fonts.googleapis.com/css?family=Anonymous+Pro");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  overflow: unset !important;
}

.hide {
  display: none !important;
}

.content-page {
  display: flex;
  background-color: #f3f5f6;
  margin-left: unset;
  overflow: unset;
  padding: unset;
  min-height: unset;
}

/* SIRIUS ADAPT */
/* ul */
.content ul {
  list-style: unset !important;
  margin-left: unset !important;
  margin-top: unset !important;
}
/* modal */
.modal {
  z-index: 1071 !important;
}

/* tag */
.tag:not(body) {
  height: unset;
}

.tooltip {
  z-index: 1072 !important;
}

@media screen and (min-width: 769px) {
  .modal-content,
  .modal-card {
    width: -webkit-fill-available;
  }
}

.modal-backdrop {
  z-index: 100;
}
/* dropdown */
a,
a:hover,
a.is-hovered {
  text-decoration: unset !important;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: unset;
  text-align: unset;
  white-space: unset;
  width: unset;
}

label {
  all: unset;
}

strong {
  color: unset;
}

/* Poppins from h tags */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: unset;
}

.badge {
  font-size: 10px;
  padding: 6px;
}

.radio {
  line-height: unset;
}

.radio,
.checkbox {
  display: block;
  line-height: unset;
  position: unset;
}

.radio:hover,
.checkbox:hover {
  color: unset;
}

.radio + .radio {
  margin-left: unset;
}

/* START Sidebar adjusts */

.zsuite-sidebar {
  position: sticky;
  top: 72px;
}

.zsuite-sidebar .toggle-icon {
  cursor: pointer;
  position: absolute;
  background-color: #f3f5f6;
  box-shadow: 0px 2px 5px 0px rgba(101, 103, 113, 0.431372549);
  border-radius: 50%;
  right: -15px;
  top: 35px;
  z-index: 1;
}

.zsuite-sidebar .chevron-icon {
  height: 24px;
  width: 24px;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.zsuite-sidebar .collapsed-list-item {
  width: 40px !important;
}

.zsuite-sidebar .collapsed-header {
  width: unset !important;
  padding: unset !important;
}

.menu.sidemenu {
  height: calc(100vh - 72px);
  margin-top: 72px;
}

.menu.sidemenu.collapsed {
  width: 72px;
}

.menu.sidemenu .toggle {
  right: 0 !important;
  overflow: unset;
}

/* END Sidebar adjusts */

.separator-sidebar {
  background-color: #d8d8df;
  height: 1px;
}

/* SIRIUS ADAPT */

.form-control {
  height: unset;
}

.bootstrap-select .dropdown-menu li a {
  width: 100%;
}

.form-control.--date {
  height: 40px;
  border-color: #898b94;
  border-radius: 2px;
  font-size: 16px;
}

.gap-4 {
  gap: 4px;
}

.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}
.gap-24 {
  gap: 24px;
}

.s-primary-color {
  color: var(--sds-color-bg-accent);
}

.s-primary-background {
  background: var(--sds-color-bg-accent);
}

.s-primary-border {
  border-color: var(--sds-color-bg-accent);
}

.s-primary-text {
  color: var(--sds-color-text-primary);
}
.s-secondary-text {
  color: var(--sds-color-text-secondary);
}

.has-bg-white {
  background: #fff;
}

.content-container {
  flex: 1;
  margin: 0 auto;
  padding: 48px;
  max-width: 1360px;
  margin-top: 72px;
}

/* .container-wrapper {
  overflow: hidden;
} */

.content li + li {
  margin-top: unset;
}

.a-button-accent {
  color: var(--sds-color-text-accent) !important;
}

/* modal */
.modal {
  z-index: 1071 !important;
}

@media screen and (min-width: 769px) {
  .modal-content,
  .modal-card {
    width: -webkit-fill-available;
  }
}

.modal-backdrop {
  z-index: 100;
}
/* dropdown */
a,
a:hover,
a.is-hovered {
  text-decoration: unset !important;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: unset;
  text-align: unset;
  white-space: unset;
  width: unset;
}

label {
  all: unset;
}

strong {
  color: unset;
}

/* Poppins from h tags */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: unset;
}

.badge {
  font-size: 10px;
  padding: 6px;
}

.radio {
  line-height: unset;
}

.radio,
.checkbox {
  display: block;
  line-height: unset;
  position: unset;
}

.radio:hover,
.checkbox:hover {
  color: unset;
}

.radio + .radio {
  margin-left: unset;
}

/* START Sidebar adjusts */

.zsuite-sidebar {
  position: sticky;
  top: 72px;
}

.zsuite-sidebar .toggle-icon {
  cursor: pointer;
  position: absolute;
  background-color: #f3f5f6;
  box-shadow: 0px 2px 5px 0px rgba(101, 103, 113, 0.431372549);
  border-radius: 50%;
  right: -15px;
  top: 35px;
  z-index: 1;
}

.zsuite-sidebar .chevron-icon {
  height: 24px;
  width: 24px;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.zsuite-sidebar .collapsed-list-item {
  width: 40px !important;
}

.zsuite-sidebar .collapsed-header {
  width: unset !important;
  padding: unset !important;
}

.menu.sidemenu {
  height: calc(100vh - 72px);
  margin-top: 72px;
}

.menu.sidemenu.collapsed {
  width: 72px;
}

.menu.sidemenu .toggle {
  right: 0 !important;
  overflow: unset;
}

/* END Sidebar adjusts */

.separator-sidebar {
  background-color: #d8d8df;
  height: 1px;
}

/* SIRIUS ADAPT */

.form-control {
  height: unset;
}

.bootstrap-select .dropdown-menu li a {
  width: 100%;
}

.form-control.--date {
  height: 40px;
  border-color: #898b94;
  border-radius: 2px;
  font-size: 16px;
}

.gap-4 {
  gap: 4px;
}

.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}
.gap-24 {
  gap: 24px;
}

.s-primary-color {
  color: var(--sds-color-bg-accent);
}

.s-primary-background {
  background: var(--sds-color-bg-accent);
}

.s-primary-border {
  border-color: var(--sds-color-bg-accent);
}

.s-primary-text {
  color: var(--sds-color-text-primary);
}
.s-secondary-text {
  color: var(--sds-color-text-secondary);
}

.has-bg-white {
  background: #fff;
}

.content-container {
  flex: 1;
  margin: 0 auto;
  padding: 48px;
  max-width: 1360px;
  margin-top: 72px;
}

/* .container-wrapper {
  overflow: hidden;
} */

.main-bar {
  position: fixed;
  width: 100%;
  height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background: #1a1a1a;
  color: #fff;
  z-index: 41;
}

.main-bar-gradient {
  height: 10px;
  position: fixed;
  top: 62px;
  width: 100%;
  background: linear-gradient(90deg, #2c4fd8 0%, #e30781 49.78%, #a14eda 100%);
  z-index: 40;
}

.main-bar-right {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.main-bar-right .tooltip {
  all: unset;
  z-index: 41;
}

.main-bar-right .slug-content {
  display: flex;
  align-items: center;
  gap: var(--sds-gap-8);
  border: 1px solid;
  padding: 8px 16px;
  border-radius: 24px;
  cursor: pointer;
}

.main-bar-right .content-slug {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 62px;
  right: 0;
  background: #1a1a1a;
  border-radius: 10px;
  padding: 15px;
  width: 320px;
  max-height: 505px;
}

.main-bar-right .selected-client {
  background: rgba(255, 255, 255, 0.16);
  border-left: 2px solid #2c4fd8;
}

.main-bar-right .sidebar-marked-client {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.main-bar-right .slug-content:hover {
  background-color: rgba(255, 255, 255, 0.16);
}

.main-bar .navbar-item:hover {
  background-color: rgba(255, 255, 255, 0.16);
}

.main-bar .navbar-item:focus {
  background-color: transparent;
}

.menu .menu-list li a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.main-bar .context-menu {
  position: relative;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.main-bar .context-menu:after {
  content: "";
  clear: both;
}

.main-bar .context-menu-item {
  color: #434959;
  margin: 0 10px;
  display: block;
  position: relative;
  opacity: 0.7;
  text-align: center;
}

.main-bar .context-menu-item > i {
  display: block;
  font-size: 24px;
}

.main-bar .context-menu-item:hover {
  opacity: 1;
  color: #212529 !important;
}

.main-bar .context-menu-item.active {
  opacity: 1;
}

.main-bar .context-menu-item.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  height: 3px;
  background: #176df3;
}

.main-bar .context-menu-item.has-notifications:after {
  content: "";
  position: absolute;
  top: 18px;
  right: -2px;
  z-index: 5;
  margin: 0 auto;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background: #f44040;
}

.main-bar .actions-context {
  position: relative;
  display: flex;
  align-items: center;
}

.main-bar .actions-context .nlu-action {
  margin-left: 10px;
}

.warning-nlu-align {
  text-align: center;
}

.main-bar .icon-block {
  margin-right: 20px;
}

.main-bar .icon-block > i,
.main-bar .icon-block > a > i {
  font-size: 24px;
  line-height: 1;
  display: block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  color: inherit;
  color: #434959;
}

/* Estilização da barra de notificações lateral */
/* Top-right notification bar */
.main-bar .profile-icon {
  cursor: pointer;
}

.main-bar .profile-img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 5px;
}

.topbar-user-box {
  position: absolute;
  width: 300px;
  padding: var(--sds-p-16);
  border-radius: var(--sds-b-radius-8);
  background-color: #1a1a1a;
  top: 47px;
  right: -30px;
  z-index: -1;
  transition: all 200ms ease-out;

  opacity: 0;
  visibility: hidden;
  overflow: hidden;

  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
}

.topbar-user-box.show {
  top: 62px;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}

.topbar-user-box .topbar-topside {
  display: flex;
  align-items: center;
  gap: var(--sds-gap-8);
  margin-bottom: var(--sds-mb-8);
}

.topbar-user-box .button-profile {
  width: 100%;
  margin-bottom: var(--sds-mb-8);
}

.topbar-user-box .color-button-exit {
  color: #f28d9d;
}

/* #show_notifications.with-notification::after {
  height: 8px;
  width: 8px;
  background: #FA3E3E;
  z-index: 1;
  position: absolute;
  right: -1px;
  top: -2px;
  border-radius: 50%;
  content: "";
  display: block;
}

.notification-sign {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  z-index: 1;
  background: #4eb7eb;
  border-radius: 50%;
  top: 20px;
  right: -2px;
}

.notification-block {
  position: relative;
} */

/* End of Top-right notification bar */
/* Notification sidebar */
/* #notification-box {
  width: 350px;
  height: 400px;
  padding: 25px;
  background: #fff;
  position: absolute;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 25px;
  top: 20px;
  right: -30px;

  display: flex;
  flex-direction: column;


  transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  
  box-shadow: 0px 4px 20px rgba(67, 73, 89, 0.2);
}

#notification-box.show {
  top: 30px;
  opacity: 1;
  visibility: visible;
}

#notification-box .close-btn {
  color: #ffffffde;
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
} */

/* Cards on notification bar */
/* .card-container {
  overflow-Y: auto;
  margin: 20px 0 0;
  flex-grow: 2;
}

#notification-box .notification-card {
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #e1e4eb;
  padding: 10px;
  border-left: 5px solid var(--danger);
  border-radius: 10px;
}

#notification-box .notification-card:last-child {
  margin-bottom: 0;
}

#notification-box .notification-card:hover {
  background: #ffffff;
}

#notification-box .notification-card .notification-header {
  display: flex;
  align-items: center;
  width: 100%;
}

#notification-box .notification-card .notification-header .notification-title {
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  color: #434959;
  margin: 0;
}

#notification-box .notification-card .notification-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#notification-box .notification-card .notification-footer .notification-date {
  font-family: "Rubik", sans-serif;
  font-size: 10px;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  margin-top: 10px;
}
#notification-box .notification-card .notification-content {
  line-height: 1;
}

#notification-box .notification-card .notification-content .notification-resume {
  font-size: 11px;
  font-family: "Rubik", sans-serif;
  line-height: 1;
}

.notification-card.no-notifications {
  text-align: center;
  font-weight: 700;
  padding: 10px;
  text-transform: uppercase;
  color: #BAC3D9;
}

/* Notification bar header */
/* #notification-box-header {
  height: 40px;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #F0F2F7;
}

#notification-box-header h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 5px 0 0;
}

#notification-box-header #clear-notifications {
  display: block;
  font-size: 24px;
  margin-left: auto;
  cursor: pointer;
  height: 24px;
  line-height: 1;
} */

/* #notification-box-header .badge {
  font-weight: 700;
} */

/*  end of notification header */
/* .notification-btn {
  
} */

/* .see-more-btn {
  display: block;
  margin: 20px auto 0;
  width: 100px;
  padding: 5px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-weight: 700;
  border-radius: 20px;
  cursor: pointer;
}

.see-more-btn:hover,
.see-more-btn:focus {
  color: #fff;
  background: var(--primary);;
} */

/* .flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;  
} */

/*  Fim da barra de notificações */

.jq-toast-wrap.top-right {
  top: 90px;
  right: 40px;
}

.no-padding {
  padding: 0;
}

.half-container {
  max-width: 50%;
  width: 100%;
}

.form-actions-container .form-group {
  margin: 16px 0;
}

.form-actions-container .btn-sm {
  font-size: 11px;
  padding: 10px 15px;
  margin-left: 10px;
}

.daterangepicker .ranges li {
  border-radius: 5px;
  color: #57627a;
  font-size: 11px;
  background-color: #edeff3;
  border-color: #edeff3;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #57627a;
  border: 1px solid #57627a;
  color: #ffffff;
}

.daterangepicker .calendar thead th,
.daterangepicker .calendar thead td {
  text-transform: uppercase;
  font-weight: 700;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
  padding: 7px 3px;
  font-size: 11px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

/* Daterangepicker sirius adapt */

.daterangepicker .ranges ul {
  width: unset !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--sds-color-bg-accent);
}

.daterangepicker .input-mini.active {
  border-color: var(--sds-color-bg-accent);
}

/* Daterangepicker sirius adapt */

.checkbox label {
  padding-left: 25px;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  width: auto;
}

.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 16px;
  margin-left: -18px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 18px;
  outline: none !important;
}

.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 23px;
  display: table;
  width: 5px;
  height: 10px;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

#loading {
  background-color: rgba(53, 53, 53, 0.32) !important;
}

.loader-container {
  position: absolute;
  top: 50%;
  left: 47%;
  margin: auto;
}

.loader-container .dot {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loader-container .dot-3 {
  background-color: #fff;
  animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}

.loader-container .dot-2 {
  background-color: #eee;
  animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}

.loader-container .dot-1 {
  background-color: #e0e0e0;
  animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}

@keyframes dot-3-move {
  20% {
    transform: scale(1);
  }
  45% {
    transform: translateY(-18px) scale(0.45);
  }
  60% {
    transform: translateY(-90px) scale(0.45);
  }
  80% {
    transform: translateY(-90px) scale(0.45);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}

@keyframes dot-2-move {
  20% {
    transform: scale(1);
  }
  45% {
    transform: translate(-16px, 12px) scale(0.45);
  }
  60% {
    transform: translate(-80px, 60px) scale(0.45);
  }
  80% {
    transform: translate(-80px, 60px) scale(0.45);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}

@keyframes dot-1-move {
  20% {
    transform: scale(1);
  }
  45% {
    transform: translate(16px, 12px) scale(0.45);
  }
  60% {
    transform: translate(80px, 60px) scale(0.45);
  }
  80% {
    transform: translate(80px, 60px) scale(0.45);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}

@keyframes rotate-move {
  55% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes index {
  0%,
  100% {
    z-index: 3;
  }
  33.3% {
    z-index: 2;
  }
  66.6% {
    z-index: 1;
  }
}

.bootstrap-tagsinput input {
  padding: 0.469rem 0.75rem;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.card-box.more-padding {
  padding: 25px;
}

.card-box > h2 {
  color: var(--sds-color-text-primary);
  text-transform: uppercase;
  margin: 0 0 10px;
  float: left;
  width: 100%;
  text-align: center;
}

.axisLabels {
  font-weight: 700;
  text-transform: uppercase;
}

.form-group > label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0;
}

.metismenu {
  padding: 0 10px;
}

.enlarged .metismenu {
  padding: 20px 0;
}

.content-page .topbar {
  padding: 0 20px;
  position: relative;
}

.content-page > .topbar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  height: 30px;
  width: 1px;
  background: #9197a7;
}

.content-page .topbar.inner-topbar {
  background: transparent;
  box-shadow: none;
  margin-top: 40px;
  padding: 0 25px;
  margin-bottom: 30px;
}

.navbar-custom {
  min-height: 70px;
}

.navbar-custom .nav-link {
  line-height: 70px;
}

.navbar-custom .client-title .nav-link {
  padding: 0;
}

.nav-user {
  padding: 0 0 0 15px !important;
}

/* .page-title {
  font-size: 20px;
  color: #131c2e;
  margin-top: 15px !important;
  margin-bottom: 5px !important;
} */

/* .breadcrumb,
.breadcrumb a {
  color: #242e44;
  font-family: "Rubik", sans-serif;
  font-size: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #242e44;
}

.breadcrumb-item.active a {
  color: #6c757d;
}

.breadcrumb-item.active a:hover {
  color: #242e44;
  text-decoration: underline;
} */

.bootstrap-tagsinput .label-info {
  background-color: #242e44;
  color: #fff;
}

.editable-buttons {
  height: 30px;
  padding: 2px 0;
}

.editable-buttons > button {
  padding: 0;
  width: 25px;
  border-radius: 50%;
  height: 25px;
  line-height: 24px;
}

.editable-buttons > button > i {
  display: block;
  width: 23px;
  height: 23px;
}

.client-title .client-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  text-align: center;
  line-height: 36px;
  margin: 17px 0;
  color: #fff;
  font-size: 18px;
  background: #224676;
}

.client-title .client-icon i {
  line-height: 36px;
  display: block;
}

.client-title .client-name {
  margin-left: 14px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}

.client-change {
  line-height: 20px !important;
  padding: 24px 0;
  text-transform: uppercase !important;
  text-align: right;
  font-weight: 700 !important;
  font-size: 24px !important;
  color: rgb(145, 151, 167);
}

.client-change:hover {
  color: #fff;
}

.client-list {
  max-height: 400px;
  overflow-y: auto;
}

.client-list a {
  background: #fbfbfb;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #434959;
  border-radius: 15px;
  margin-bottom: 5px;
  display: none;
}

.client-list a.show {
  display: block;
}

.client-list a:last-of-type {
  margin-bottom: 0;
}

.client-list a:hover,
.client-list a:focus {
  background: #176df3;
  color: #ffffff;
}

.account-page-full .card {
  background: none;
}

.account-page-full .card .card-box {
  margin-bottom: 0;
  padding: 30px 35px;
}

.account-page-full .card .card-box label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.account-page-full
  .card
  .card-box
  .checkbox-custom
  input[type="checkbox"]:checked
  + label::before {
  background-color: #2d7bf4;
  border-color: #2d7bf4;
}

.account-page-full .card .card-box form > .form-group:last-child {
  margin-bottom: 0;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.irs-bar {
  background-image: unset;
  background-color: #2d7bf4;
}

.irs-slider {
  top: 18px !important;
  background-position: unset !important;
  background-image: unset !important;
  background-color: #2d7bf4 !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50%;
}

.irs-from,
.irs-to,
.irs-single {
  background: unset !important;
  color: black;
  top: unset;
  bottom: -2px;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
  display: none;
}

.custom-tooltip {
  font-weight: 400;
  font-size: 12px !important;
}

.pull-middle {
  margin: 0 auto;
  display: block;
}

.btn-adjusted {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 30px;
  cursor: pointer;
}

.btn-secondary {
  background: transparent;
  color: #b7becd;
  border-color: #b7becd;
}

.modal-custom-form-input {
  width: 100%;
}

.modal-custom {
  /* color: #434959; */
}

.modal-custom .modal-curator-type {
  height: 10px;
  width: 100%;
  display: block;
}

.modal-custom .modal-curator-type.edit-message {
  background: #1e88e5;
}

.modal-custom .modal-content {
  border-radius: var(--sds-b-radius-2);
  overflow: hidden;
  background: transparent;
}

.modal-custom .modal-header,
.modal-custom .modal-body,
.modal-custom .modal-footer {
  background: #ffffff;
}

.modal-custom .modal-header {
  border: none !important;
  padding: 25px 30px;
}

.modal-custom .modal-header .modal-title {
  text-align: center;
  text-transform: uppercase;
  color: #b7becd;
  letter-spacing: 1px;
  font-size: 14px !important;
  display: block;
  margin: 0 auto;
  font-weight: bold;
}

.modal-custom .modal-dialog .modal-content .modal-body {
  padding: 0 30px 25px;
}

.modal-custom .modal-dialog .modal-content .modal-body::after {
  clear: both;
  content: "";
}

.modal-custom .modal-form-group {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

.modal-custom .modal-form-group::after {
  clear: both;
  content: "";
}

.modal-custom .modal-form-group label {
  float: left;
  display: block;
  width: 30%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}

.modal-custom .modal-footer {
  padding: 0 30px 25px;
  border-top: none;
}

.modal-custom .modal-footer .btn-adjusted {
  border: none;
}

.modal-custom .modal-footer .btn-adjusted.status-revision:hover {
  background: #c72c41;
}

.modal-custom .modal-footer .btn-adjusted.status-corrected:hover {
  background: #1e88e5;
}

.form-input-container {
  width: 70%;
  float: left;
  display: block;
  font-size: 14px;
}

.container-wrapper-full {
  width: 100%;
  margin: 0 auto;
}

.container-wrapper.col3 {
  max-width: 832px;
}

.container-wrapper.col4 {
  max-width: 1072px;
}

.container-wrapper.col5 {
  max-width: 1232px;
}

.btn-xsm {
  font-size: 11px;
  padding: 3px 8px;
}

.page-title-container {
  margin-right: 25px;
}

.card-header {
  cursor: pointer;
}
.checkbox label.module-label {
  font-weight: 700;
}
table a {
  color: #4fbde9;
  font-weight: 700;
}
table a:hover {
  color: #4995bf;
}
.wizard > .content > .body select.error {
  background: rgb(251, 227, 228);
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.ace_editor {
  height: 300px;
}

.wizard > .content > .body .bootstrap-filestyle label {
  margin-top: 0;
}

textarea.text-editor {
  width: 0;
  height: 0;
  opacity: 0;
}

.ribbon-box .ribbon + div {
  clear: both;
}

#loading {
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000 !important;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}

#loading .sk-three-bounce {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -40px;
}

.editable-error-block {
  margin-left: 15px;
  color: #f1556c;
  font-size: 14px;
  font-weight: 500;
}

label.error {
  color: #f1556c;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  width: 100%;
}

input.error,
select.error,
textarea.error {
  background: rgb(251, 227, 228);
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

label.module-label {
  margin-top: 15px;
}
.stealth {
  display: none;
}

.bg-chat-edit {
  background: url(/assets/images/background-chat-edit.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  padding: 50px 20px !important;
}

.bg-contact {
  background: url(/assets/images/background-contact.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  padding: 50px 20px !important;
}

.bg-curadoria {
  background: url(/assets/images/background-curadoria.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  padding: 50px 20px !important;
}

.user-box h5 {
  font-size: 13px;
  margin-top: 1px !important;
}

.user-box .user-links {
  margin-top: 15px;
  font-size: 11px;
  color: #98a6ad;
  line-height: 1.5;
}

.user-box .user-links a {
  color: #98a6ad;
}

.user-box .user-links a:hover,
.user-box .user-links a:focus {
  color: #fff;
  text-decoration: underline;
}

.client-section {
  width: 100%;
  height: 70px;
  background: #212121;
  line-height: 70px;
  padding: 0 20px;
  overflow: hidden;
}

.client-section .client-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  text-align: center;
  line-height: 30px;
  margin: 20px 0;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  display: inline-block;
}

.client-section .client-icon[data-toggle="modal"] {
  cursor: pointer;
}

.client-section .client-icon img {
  width: 100%;
  height: 100%;
}

.client-section .client-name {
  margin-left: 8px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  visibility: visible;
  opacity: 1;
  transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
}

.client-section .client-change {
  display: inline-block;
  visibility: visible;
  opacity: 1;

  transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
}

.nav-second-level li a:focus,
.nav-second-level li a:hover,
.nav-thrid-level li a:focus,
.nav-thrid-level li a:hover {
  color: #fff;
  fill: #fff;
  background: #30313a !important;
}

.nav-second-level li a,
.nav-thrid-level li a {
  color: #e4e6f1;
  fill: #e4e6f1;
}

.bottom-menu {
  position: absolute;
  width: 100%;
  height: 35px;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.user-section {
  width: 240px;
  height: 70px;
  border-radius: 0 10px 10px 0;
  display: table;
  padding: 0 22px;
}

.footer-section {
  width: 100%;
  transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  opacity: 1;
  visibility: visible;
}

.user-section-box {
  width: 65px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  float: left;
  display: table-cell;
  text-align: center;
}

.user-section-box > img {
  width: 24px;
}

.user-section-box > a {
  color: #9197a7;
  font-size: 16px;
}

.user-section-box > a:hover {
  color: #fff;
}

.user-section-box > a > i {
  vertical-align: middle;
}

.footer-section {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  text-align: center;
  font-size: 10px;
  color: #9197a7;
}

.confidence .badge {
  font-size: 13px;
}

.label-white {
  color: #ffffff;
}

.other-info {
  font-size: 80%;
  margin-top: 20px;
}

.other-info p {
  margin: 0;
}

.tabs-vertical-env .nav.tabs-vertical li > a {
  font-weight: bold;
  font-size: 12px;
}

.tabs-vertical-env .nav.tabs-vertical li > a.active {
  background: #2d7bf4;
}

.pending-saving .alert {
  line-height: 2;
}

.btn-save {
  color: #ffffff;
  background-image: none;
  background-color: transparent;
  border-color: #ffffff;
}

.btn-save:hover,
.btn-save:focus {
  background-color: #ffffff;
  color: #777edd;
}

.api_documentation {
  background: #f3f6f8;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.api_documentation ul li {
  margin: 10px 0;
}

.api_doc_title {
  font-weight: bold;
  color: #434959;
  font-size: 13px;
}

.api_doc_value {
  padding: 15px;
  background: #fff;
  margin: 5px 0 15px;
  font-family: "Anonymous Pro", monospace;
  word-break: break-all;
}

@keyframes blink-badge {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}

.btn-addIntent {
  width: 100%;
}

.badge-underTraining {
  animation: blink-badge 2s ease-in 0s infinite normal forwards running;
}

.badge-underTraining span {
  font-size: 10px !important;
  text-transform: uppercase;
  font-weight: 700;
}

.badge-underTraining.hidden {
  display: none;
}

.inactivity-checkbox {
  margin-top: 30px;
}

.table th {
  font-size: 12px;
}

.fixed-action-buttons {
  position: fixed;
  bottom: 25px;
  right: 25px;

  z-index: 5;
}

.add-sidebar {
  z-index: 50;
  opacity: 0;

  background: rgba(0, 0, 0, 0);

  visibility: hidden;

  position: fixed;
  height: 100%;
  width: 100%;
  margin-right: -100%;
  right: 100%;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #ffffff;
  -webkit-transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out,
    width 0.3s ease-in-out 0.3s;
  -moz-transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out,
    width 0.3s ease-in-out 0.3s;
  -o-transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out,
    width 0.3s ease-in-out 0.3s;
  transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out,
    width 0.3s ease-in-out 0.3s;
}

.add-sidebar.show {
  opacity: 1;
  background: rgba(49, 58, 70, 0.6);

  visibility: visible;

  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.add-sidebar .add-wrapper {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;

  padding: 50px 30px 20px;

  color: #434959;
  height: calc(100% - 50px);
  width: 400px;
  display: block;
  border-radius: var(--sds-b-radius-2);
  margin: 20px 30px 20px 0;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.add-sidebar.show .add-wrapper {
  opacity: 1;

  margin-right: 20px;

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.add-sidebar .header-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px !important;
  color: #bec4d6;
}

.add-sidebar .add-wrapper form {
  height: calc(100% - 140px);
}

.add-sidebar .add-wrapper form .add-fields {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 20px;
}

.modal-resize-watson {
  max-height: unset !important;
}

.add-sidebar .form-group > label {
  color: #434959 !important;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}

.add-sidebar .btn-link {
  color: #ffffff !important;
}

.fixed-action-buttons {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 51;
  width: 70px;
}

.add-sidebar-button,
.default-action-button {
  text-align: center;
  height: 70px;
  width: 70px;
  opacity: 1;
  border: none;
  visibility: visible;
  line-height: 70px;
  font-size: 30px;
  cursor: pointer;
  background: var(--sds-color-bg-accent);
  display: inline-block;
  border-radius: 50% 0 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.add-sidebar-button:first-child,
.default-action-button:first-child {
}

.add-sidebar-button.close,
.default-action-button.close {
  background: #9197a7;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.add-sidebar-button.close:hover,
.add-sidebar-button.close:focus,
.default-action-button.close:hover,
.default-action-button.close:focus {
  background: #bac3d9;
  opacity: 1 !important;
}

.add-sidebar-button i,
.default-action-button i {
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;

  width: 70px;
  height: 70px;

  color: #fff;

  vertical-align: middle;
  line-height: 70px;
  font-size: 25px;
}

.add-sidebar-button.close i {
  transform: rotate(45deg);
}

.add-sidebar-button.hidden,
.default-action-button.hidden {
  opacity: 0;
  visibility: hidden;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.add-sidebar-button.add-sidebar-show-add {
}

.add-sidebar .form-group .checkbox {
  margin-left: 2px;
}

.add-actions {
  margin-top: 25px;
}

.custom-scrollbar {
  overflow-x: hidden;
}

.custom-scrollbar::-webkit-scrollbar {
  height: calc(100% - 100px);
  width: 15px;
}

.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar::-webkit-scrollbar-thumb {
  height: 15px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(50, 61, 79, 0.2);
  -webkit-box-shadow: inset -1px -1px 0px rgba(50, 61, 79, 0.05),
    inset 1px 1px 0px rgba(50, 61, 79, 0.05);
}

.custom-scrollbar-light::-webkit-scrollbar-track,
.custom-scrollbar-light::-webkit-scrollbar-thumb {
  border: 4px solid rgba(226, 86, 0, 0);
  background-color: rgba(158, 191, 239, 0.2);
  -webkit-box-shadow: inset -1px -1px 0px rgba(158, 191, 239, 0.05),
    inset 1px 1px 0px rgba(158, 191, 239, 0.05);
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(110, 132, 169, 0.2);
}
.custom-scrollbar-light::-webkit-scrollbar-thumb {
  background-color: rgba(158, 191, 239, 0.2);
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  border: 4px solid rgba(50, 61, 79, 0);
}
.custom-scrollbar-light::-webkit-scrollbar-thumb:hover {
  border: 4px solid rgba(158, 191, 239, 0);
}

.custom-scrollbar::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.custom-scrollbar::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* Commom curatorship UI elements */

.messages-list {
  position: relative;
  width: calc(100% - 330px);
  margin-left: 30px;
}

.messages-list.messages-full-width {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
  display: block;
  float: unset;
}

.messages-list::after {
  clear: both;
  content: "";
}

.rms-title {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  line-height: 20px;
}

.rms-title h4 {
  font-size: 12px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.rms-title .badge {
  text-align: center;
  font-size: 11px;
  padding: 4px 7px;
  margin-left: 5px;
  height: 20px;
  visibility: hidden;
  opacity: 0;
  font-weight: bold;
}

.rms-title .badge.show {
  visibility: visible;
  opacity: 1;
  transition: all 200ms ease-out;
}

.msglist-container {
  width: 100%;
  display: block;
  float: left;
}

.message-card {
  width: 100%;
  margin: 0 0 15px;
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 140px;
  opacity: 1;
  color: #434959;
  /*box-shadow: 0 1px 3px 0 rgba(21,27,38,.15);*/
  transition: all 200ms ease-out;
}

.message-card.animate {
  height: 0;
  margin: 0;
  opacity: 0;
  transition: all 200ms ease-out;
}

.message-card .message-card-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background: #ffffff;
}

.message-card .updating-message {
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.9);
  z-index: 5;
  opacity: 0;
  overflow: hidden;
  transition: opacity 100ms ease-out 200ms, visibility 200ms ease-out 200ms;
}

.message-card .updating-message.show {
  opacity: 1;
  visibility: visible;
  transition: visibility 200ms ease-out, opacity 100ms ease-out;
}

.message-card .updating-message .uptmsg-content {
  display: table;
  height: 100%;
  width: 100%;
  opacity: 0;
  border-radius: 20px;
  transition: all 100ms ease-out;
}

.message-card .updating-message.show .uptmsg-content {
  opacity: 1;
  transition: all 300ms ease-out 500ms;
}

.message-card .updating-message .uptmsg-content .uptmsg-content-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 60px;
}

.message-card
  .updating-message
  .uptmsg-content
  .uptmsg-content-inner
  .lds-ring
  div {
  border: 6px solid #788090;
  border-color: #788090 transparent transparent transparent;
}

.message-card .updating-message .uptmsg-content .uptmsg-content-inner i {
  font-size: 50px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 3000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 3000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 3000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-transition: rotate(3000deg);
}

.message-card .updating-message .uptmsg-content .uptmsg-content-inner p {
  margin: 0;
  font-size: 11px;
}

.message-card.no-shadow {
  box-shadow: none;
}

.message-card .mc-placeholder {
  width: 100%;
  height: 140px;
  float: left;
  background: #eaeff2;
}

.message-card::after {
  clear: both;
  content: "";
}

.message-card .mc-status {
  width: 3px;
  height: 140px;
  float: left;
  transition: all 300ms ease-out;
}

.message-card.more .mc-status {
  height: 100%;
  transition: all 300ms ease-out;
}

.message-card .mc-content {
  background: #ffffff;
  width: calc(100% - 3px);
  float: right;
  height: 140px;
  opacity: 1;
  padding: 20px;

  transition: height 300ms ease-out;
}

.message-card.animate .mc-content {
  opacity: 0;
}

.message-card.more .mc-content {
  transition: height 300ms ease-out;
}

.message-card .mc-content::after {
  content: "";
  clear: both;
}

.message-card .mc-content .message-title {
  font-size: 12px;
  font-weight: 700;
  color: #434959;
  display: flex;
  margin-bottom: 5px;
}

.message-card .mc-content .message-title::after {
  content: "";
  clear: both;
}

.message-card .mc-content .message-title > div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.message-card .mc-content .message-title > div:first-child {
  font-size: 21px;
  margin-right: 15px;
  line-height: 18px;
}

.message-card .mc-content .message-title > div:last-child {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 400;
}

.message-card .mc-content .message-title span {
  font-size: 16px;
  color: #434959;
}

.message-subtitle {
  width: 100%;
  float: left;
  margin-top: 5px;
  text-transform: uppercase;
}

.message-subtitle span {
  padding: 2px 4px;
  text-transform: uppercase;
  font-size: 9px;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  float: left;
  background: transparent;
  border: 1px solid #bac3d9;
  line-height: 12px;
  margin-right: 10px;
  color: #57627a;
  cursor: pointer;
}

.message-subtitle span:hover {
  background: #464f63;
  border-color: #464f63;
  color: #ffffff;
}

.external-badge {
  border-color: unset;
  color: #fff !important;
  background-color: var(--primary);
  padding: 3px 5px;
  text-transform: uppercase;
  font-size: 9px;
  border-radius: 5px;
  display: block;
  font-weight: bold;
}

/* //    */

.training-sentences-card-upload {
  padding: 3px 4px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  float: right;
  background: transparent;
  border: 1px solid #bac3d9;
  line-height: 12px;
  margin-right: 10px;
  color: #57627a;
  cursor: pointer;
  margin: -8px 8px;
}

.training-sentences-card-upload:hover {
  background: #464f63;
  border-color: #464f63;
  color: #ffffff;
}

.training-sentences-card-list-card {
  height: 70px;
  overflow: scroll;
  padding: 10px;
  overflow-x: hidden;
}

.message-subtitle::after {
  content: "";
  clear: both;
}

.message-status {
  padding: 2px 4px;
  text-transform: uppercase;
  font-size: 9px;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  float: left;
  background: transparent !important;
  border: 1px solid;
  line-height: 12px;
}

.message-latest-update {
  font-size: 10px;
  line-height: 18px;
  float: left;
  color: #273552;
}

.messages-edit-radio > div > label::after,
.messages-edit-radio > div > label::before {
  top: 0px;
}

.mc-main-content {
  width: calc(100% - 110px);
  display: block;
  float: left;
  position: relative;
  z-index: 1;
}

.mc-main-content::after {
  content: "";
  clear: both;
}

.mc-more-button {
  width: 110px;
  border-left: 1px solid #eff3fb;
  float: left;
  display: block;
  height: 90px;
  position: relative;
  top: 5px;
  text-align: center;
  cursor: pointer;
}

.mc-more-button i {
  vertical-align: middle;
  color: #b7becd;
  font-size: 40px;
  position: relative;
  top: calc(50% - 20px);
}

.message-info {
  margin-top: 20px;
  float: left;
  width: 1000%;
}

.message-info .info-block {
  float: left;
  display: block;
  margin-right: 30px;
}

.message-info .info-block .info-title {
  margin-bottom: 5px;
  font-size: 9px;
  text-transform: uppercase;
  color: #57627a;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: baseline;
}
.message-info .info-block .info-value {
  line-height: 18px;
}

.message-info .info-block .info-value.message-init {
  font-size: 11px;
}

.message-info .info-block .info-value.message-init i {
  vertical-align: middle;
  font-size: 18px;
  color: #3e4759;
  line-height: normal;
}

.message-info .info-block .info-value.message-feedback i {
  vertical-align: middle;
  font-size: 18px;
  line-height: normal;
}

.message-info .info-block .message-feedback.thumb-up {
  color: #0acf97;
}

.message-info .info-block .info-value.message-intent {
  font-size: 11px;
  color: #3e4759;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.message-info .info-block .info-value.message-intent p {
  font-size: 11px;
  color: #3e4759;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 1;
}
.message-info .info-block .info-value.message-intent p.old-intent {
  font-size: 9px;
  color: #3e4759;
  font-style: italic;
  opacity: 0.7;
  margin-top: 3px;
}

.message-info .info-block .info-value.message-confidence::after {
  clear: both;
  content: "";
}

.message-info .info-block .info-value.message-confidence .confidence-bar {
  float: left;
}

.message-info .info-block .info-value.message-confidence .confidence-value-txt {
  font-size: 15px;
  float: left;
  font-weight: bold;
  margin-left: 5px;
}

.mc-more-content {
  height: auto;
  width: 100%;
  display: block;
  float: left;
  opacity: 0;
  margin-top: -7px;
  transition: opacity 300ms ease-out, margin-top 300ms ease-out 100ms;
}

.message-card.more .mc-more-content {
  opacity: 1;
  margin-top: 0;

  transition: opacity 300ms ease-out 450ms, margin-top 300ms ease-out 400ms;
}

.mc-more-content::after {
  content: "";
  clear: both;
}

.more-content-block {
  float: left;
  display: block;
  height: auto;
  width: 33%;
  padding: 10px 20px 0;
}

.more-content-block:first-child {
  padding: 10px 10px 0 0;
}

.more-content-block:last-child {
  padding: 10px 0 0 10px;
}

.block-title {
  color: #bec4d6;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  text-align: left;
}

.more-content-block .block-title {
  text-align: center;
}

.confidence-column {
  height: 18px;
  width: 5px;
  margin: 0 1px;
  border-radius: 3px;
  border: 1px solid #bec4d6;
  background: transparent;
  float: left;
  position: relative;
  overflow: hidden;
}

.confidence-column:first-child {
  margin-left: 0;
}

.confidence-column:last-child {
  margin-right: 0;
}

.confidence-column.filled span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

/*.confidence-column.filled:after {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    background: rgb(0,0,0);*/
/*    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.30) 100%);*/
/*    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.30) 100%);*/
/*    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.30) 100%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);*/
/*}*/

.irrelevant-confidence .confidence-column.filled span {
  background: #6d7487;
}

.low-confidence .confidence-column {
  border: 1px solid #f1556c;
}

.low-confidence .confidence-column.filled span {
  background: #f1556c;
}

.middle-confidence .confidence-column {
  border: 1px solid #fbcf6a;
}

.middle-confidence .confidence-column.filled span {
  background: #fbcf6a;
}

.high-confidence .confidence-column {
  border: 1px solid #0acf97;
}

.high-confidence .confidence-column.filled span {
  background: #0acf97;
}

.feedback-thumb_down {
  color: #f1556c;
}

.feedback-thumb_up {
  color: #0acf97;
}

.feedback-remove {
  color: #bec4d6;
}

.confidence-value {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #6d7487;
}

.status-new {
  background: #b7becd;
}

.status-approved {
  background: #76ba1b;
}

.status-corrected {
  background: #1e88e5;
}

.status-revision {
  background: #c72c41;
}

.status-revised {
  background: #fd7e14;
}

.message-status.status-new {
  border-color: #b7becd66;
  color: #b7becd;
}

.message-status.status-approved {
  border-color: #76ba1b66;
  color: #76ba1b;
}

.message-status.status-corrected {
  border-color: #1e88e566;
  color: #1e88e5;
}

.message-status.status-revision {
  border-color: #c72c4166;
  color: #c72c41;
}

.message-status.status-revised {
  border-color: #fd7e1466;
  color: #fd7e14;
}

.user-interaction {
  max-height: 180px;
  overflow-y: auto;
}

.contact-chat-container .user-change-assistant,
.contact-chat-container .user-interaction-end,
.contact-chat-container .user-interaction-start,
.contact-chat-container .system-message {
  width: max-content;
  text-align: center;
  font-size: 10px;
  margin: 10px auto 40px;
  line-height: 16px;
  padding: 1px 5px;
  border-radius: 5px;
  border: 2px solid #f0f2f7;
  max-width: 300px;
}

.user-interaction .chat-row {
  margin-bottom: 10px;
}

.user-interaction .chat-row .messages {
  width: 100%;
}

.user-interaction .chat-row .messages .messages-block {
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.user-interaction .chat-row .messages div:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.user-interaction .chat-row .messages .msg {
  letter-spacing: 0;
  line-height: 12px;
  word-break: break-word;
  font-size: 11px;
  padding: 7px 10px;
  margin: 1px 0 0;
  width: auto;
  overflow: hidden;
  border-radius: 15px;
  display: block;
}

.user-interaction .chat-row .messages.messages-bot .messages-block span.msg {
  border-radius: 0 15px 15px 0;
}

.user-interaction
  .chat-row
  .messages.messages-bot
  .messages-block
  div:first-child
  span.msg {
  border-radius: 15px 15px 15px 0;
}

.user-interaction
  .chat-row
  .messages.messages-bot
  .messages-block
  div:last-child
  span.msg {
  border-radius: 0 15px 15px 15px;
}

.user-interaction .chat-row .messages.messages-user .messages-block span.msg {
  border-radius: 15px 0 0 15px;
}

.user-interaction
  .chat-row
  .messages.messages-user
  .messages-block
  div:first-child
  span.msg {
  border-radius: 15px 15px 0 15px;
}

.user-interaction
  .chat-row
  .messages.messages-user
  .messages-block
  div:last-child
  span.msg {
  border-radius: 15px 0 15px 15px;
}

.user-interaction
  .chat-row
  .messages.messages-bot
  .messages-block
  div:only-child
  span.msg,
.user-interaction
  .chat-row
  .messages.messages-user
  .messages-block
  div:only-child
  span.msg {
  border-radius: 15px;
}

.user-interaction .chat-row .messages.messages-user .messages-block {
  float: right;
}

.user-interaction .chat-row .messages.messages-bot .messages-block {
  float: left;
}

.user-interaction .chat-row .messages.messages-user .msg {
  background: #242e44;
  color: #edeff3;
}
.user-interaction .chat-row .messages.messages-bot .msg {
  background: #edeff3;
  color: #242e44;
}

.user-interaction .chat-row .messages.messages-user .msg .identified-entity {
  font-weight: bold;
  cursor: pointer;
  padding: 0 3px;
  border-radius: 0;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.7);
}

.user-interaction .chat-row .messages.messages-user .msg .identified-entity i {
  font-size: 9px;
}

.user-interaction .chat-row .messages.messages-bot .msg.no-bot-response {
  opacity: 0.5;
}

.activity-log {
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
}

.activity-entry {
  margin-bottom: 10px;
  padding: 10px;
  background: #edeff3;
  border-radius: 5px;
}

.activity-entry:last-child {
  margin-bottom: 0;
}

.activity-entry .entry-author {
  font-size: 10px;
  color: #242e44;
  font-weight: bold;
  text-transform: uppercase;
}

.activity-entry .entry-author span {
  font-size: 9px;
  margin-left: 0px;
  font-weight: 700;
  text-transform: uppercase;
}

.activity-entry .entry-author span:last-child {
  font-weight: 400;
  color: #273552;
}

.activity-entry .entry-description {
  font-size: 12px;
  margin: 0 0 5px;
}

.activity-entry .entry-description:last-child {
  margin-bottom: 0;
}

.activity-entry .entry-content {
  padding-left: 17px;
  position: relative;
  font-size: 10px;
  font-style: italic;
  line-height: 1;
}

.activity-entry .entry-content::before {
  font-family: "Material Icons";
  content: "format_quote";
  color: #b7becd;
  top: 0;
  left: -7px;
  width: 21px;
  vertical-align: middle;
  font-size: 22px;
  height: 20px;
  text-align: left;
  display: block;
  position: absolute;
  line-height: 15px;
}

.activity-entry .entry-content p {
  margin: 0;
  word-break: break-word;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
}

.change-status {
  text-align: center;
}

.btn-change-status {
  color: #ffffff;
  width: 100%;
  max-width: 190px;
  margin: 0 auto 10px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  letter-spacing: 1px;
}

.btn-change-status.btn-no-action {
  background: transparent;
  color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.btn-change-status:last-child {
  margin-bottom: 0;
}

/* History and others views from curatorship */
.filter-box {
  width: 300px;
  position: static;
}
.filter-box.fixed {
  position: fixed;
  top: 15px;
  z-index: 5;
}
/*.filter-box-container {*/
/*width: 300px;*/
/*position: relative;*/
/*background: #ffffff;*/
/*border-radius: 20px;*/
/*overflow: hidden;*/
/*box-shadow: 0 1px 3px 0 rgba(21,27,38,.15);*/
/*}*/

.filters-card-box {
  margin: 0;
  z-index: 2;
  position: relative;
  display: block;
  float: left;
  padding: 25px;
  width: 100%;
}

.filters-card-box .btn-adjusted {
  font-size: 12px;
  padding: 7px 30px;
  transition: all 200ms ease-in-out;
}

.filters-card-box .btn-adjusted i {
  display: block;
  animation: spin 1.7s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.filters-card-box::after {
  clear: both;
  content: "";
}

.filters-card-box > h4 {
  color: #bec4d6;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.filters-card-box .filters-form-group {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  min-height: 50px;
  transition: all 200ms ease-out;
}

.filters-card-box .filters-form-group:last-child {
  margin-bottom: 0;
}

.filters-card-box .filters-form-group::after {
  clear: both;
  content: "";
}

.filters-card-box .filters-form-group.has-helper label {
  width: auto;
}

.filters-card-box .filters-form-group.has-helper em {
  float: left;
  display: block;
  line-height: 1;
  font-size: 16px;
  margin-left: 5px;
  color: #9ba6bb;
  margin-top: -2px;
  margin-bottom: 2px;
}

.filters-card-box .filters-form-group label {
  float: left;
  display: block;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 0;
  color: #434959;
}

.filters-card-box .filters-form-group.animate {
  height: 0;
  margin: 0;
  opacity: 0;
  min-height: 0;
  transition: all 200ms ease-out;
}

.filters-card-box .filters-form-group .irs {
  height: 50px;
  float: left;
  width: 100%;
}

.filters-card-box .filters-action {
}

.custom-card-box {
  padding: 25px;
}

.custom-card-box::after {
  clear: both;
  content: "";
}

.custom-card-box > h4 {
  color: #bec4d6;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.custom-card-box .form-group {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

.custom-card-box .form-group:last-child {
  margin-bottom: 0;
}

.custom-card-box .form-group::after {
  clear: both;
  content: "";
}

.custom-card-box .form-group label {
  float: left;
  display: block;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 0;
  color: #434959;
}

.custom-card-box .form-group .irs {
  height: 50px;
  float: left;
  width: 100%;
}

.irs-hidden-input {
  opacity: 0 !important;
}

.message-card.no-messages {
  box-shadow: none;
  border: 2px dashed #d3daeb;
  background: transparent;
}

.message-card.no-messages .message-card-wrapper {
  background: transparent;
}

.message-card .no-message-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.message-card .no-message-container .no-msg-content {
  display: table;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.message-card .no-message-container .no-msg-content .no-msg-content-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 60px;
  color: #9197a7;
}

.message-card .no-message-container .no-msg-content .no-msg-content-inner i {
  font-size: 30px;
}

.message-card .no-message-container .no-msg-content .no-msg-content-inner p {
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.section-show-more {
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  float: left;
  transition: all 200ms ease-out 300ms;
}

.section-show-more.show {
  height: 40px;
  display: flex;
  align-items: baseline;
  opacity: 1;
  transition: all 200ms ease-out;
}

.section-show-more button {
  display: block;
  margin: 0 auto;
  border: 2px solid rgba(67, 73, 89, 0.3);
  background: transparent;
  color: rgba(67, 73, 89, 0.3) !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-show-more button:hover,
.section-show-more button:focus {
  color: #ffffff !important;
}

.loading-list {
  text-align: center;
  width: 100%;
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 50ms ease-out 300ms, height 50ms ease-out 300ms;
}

.loading-list.show {
  height: 40px;
  opacity: 1;
  transition: opacity 50ms ease-out, height 50ms ease-out;
}

.loading-list .lds-ring {
  width: 30px;
  height: 30px;
}

.loading-list .lds-ring div {
  border: 4px solid #a0aaba;
  border-color: #a0aaba transparent transparent transparent;
  width: 30px;
  height: 30px;
}

.btn-no-action.hide {
  display: none;
}

.bootstrap-select .btn-light {
  background: #ffffff;
}

.bootstrap-select .dropdown-toggle.btn-light {
  background: #ffffff;
}

.daterangepicker .calendar {
  /*width: 260px !important;*/
}

.filter-box input.form-control,
.filter-box select.form-control,
.filter-box .bootstrap-select .btn-light {
  font-size: 12px;
}

.jq-toast-single {
  font-size: 11px;
  line-height: 1.5;
  -webkit-box-shadow: 10px 10px 58px -8px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 10px 10px 58px -8px rgba(0, 0, 0, 0.59);
  box-shadow: 10px 10px 58px -8px rgba(0, 0, 0, 0.59);
}

.jq-toast-single h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 7px;
  background: 0 0;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

.close-jq-toast-single {
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 20px;
  cursor: pointer;
  height: 25px;
  width: 25px;
  background-color: #313a46;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}

.jq-has-icon {
  padding: 15px 35px 15px 50px;
  border-bottom: 5px solid;
  background-size: 20px;
  background-position-x: 17px;
}

.close-jq-toast-single {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
  cursor: pointer;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  opacity: 0.7;
}

.close-jq-toast-single:hover {
  opacity: 1;
}

.jq-toast-loader {
  background-color: transparent !important;
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.26094187675070024) 62%,
    rgba(255, 255, 255, 0.5830707282913166) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.26094187675070024) 62%,
    rgba(255, 255, 255, 0.5830707282913166) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.26094187675070024) 62%,
    rgba(255, 255, 255, 0.5830707282913166) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.jq-icon-info {
  background-color: #176df3;
  color: #ffffff;
  border-color: #176df3;
}

.jq-icon-success {
  background-color: #73b61a;
  color: #ffffff;
  border-color: #73b61a;
}

.jq-icon-error {
  background-color: #b32236;
  color: #ffffff;
  border-color: #b32236;
}

.jq-icon-warning {
  background-color: #d68d09;
  color: #ffffff;
  border-color: transparent;
}

.contact-status {
  padding: 2px 4px;
  text-transform: uppercase;
  font-size: 9px;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  float: left;
  background: transparent !important;
  border: 1px solid #bac3d9;
  line-height: 11px;
  margin-left: 5px;
  position: relative;
}

.contact-status.card-external-link {
  color: #57627a;
}

.contact-status.card-external-link i {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}

.contact-status.card-external-link:hover {
  background-color: #242e44 !important;
  border-color: #273552;
  color: #ffffff;
}

.origin-wavy,
.origin-whatsapp {
  background-color: #e5faed !important;
  color: #25d366 !important;
}

.origin-widget {
  background-color: #ffe5eb !important;
  color: #c32849 !important;
}

.origin-debugger {
  background-color: #d9dfed !important;
  color: #242e44 !important;
}

.origin-api {
  background-color: #f0e5ff !important;
  color: #824ed2 !important;
}

.origin-facebook {
  background-color: #d1e9ff !important;
  color: #0084ff !important;
}

.origin-liveperson {
  background-color: #ffede0 !important;
  color: #ff720b !important;
}

.origin-workplace {
  background-color: #dcdde0 !important;
  color: #363d4d !important;
}

.origin-apple {
  background-color: #ebebf0 !important;
  color: #8e8e93 !important;
}

.origin-gbm {
  background-color: #e0ecff !important;
  color: #4285f4 !important;
}

.origin-rcs {
  background-color: #e0ecff !important;
  color: #4285f4 !important;
}

.origin-teams {
  background-color: #d6daff !important;
  color: #4b53bc !important;
}

.origin-instagram {
  background-color: #f9ddf0 !important;
  color: #831f63 !important;
}

.origin-android {
  background-color: #ecfcf3 !important;
  color: #3dda84 !important;
}

.origin-ios {
  background-color: #e5e5e5 !important;
  color: #666666 !important;
}

.origin-app {
  background-color: #e5e5e5 !important;
  color: #94979f !important;
}

.origin-telegram {
  background-color: #ccefff !important;
  color: #229ed9 !important;
}

.origin-chat {
  background-color: #7444a420 !important;
  color: #7444a4 !important;
}

.origin-sms {
  background-color: #39b09520 !important;
  color: #39b095 !important;
}

.origin-icon-whatsapp,
.origin-icon-wavy {
  background: transparent !important;
  color: #25d366 !important;
}

.origin-icon-telegram {
  background: transparent !important;
  color: #229ed9 !important;
}

.origin-icon-debugger {
  background: transparent !important;
  color: #242e44 !important;
}

.origin-icon-apple {
  background: transparent !important;
  color: #8e8e93 !important;
}

.origin-icon-widget {
  background: transparent !important;
  color: #c32849 !important;
}

.origin-icon-facebook {
  background: transparent !important;
  color: #0084ff !important;
}

.origin-icon-liveperson {
  background: transparent !important;
  color: #ff720b !important;
}

.origin-icon-workplace {
  background: transparent !important;
  color: #4526ce !important;
  width: 48px !important;
  height: 48px !important;
  font-size: 48px !important;
}

.origin-icon-rcs {
  background: transparent !important;
  color: #4285f4 !important;
}

.origin-icon-gbm {
  background: transparent !important;
  color: #4285f4 !important;
}

.origin-icon-api {
  background: transparent !important;
  color: #824ed2 !important;
}

.origin-icon-teams {
  background: transparent !important;
  color: #4b53bc !important;
  width: 36px !important;
  height: 36px !important;
}

.origin-icon-instagram {
  background: transparent !important;
  color: #bc2a8d !important;
  fill: #bc2a8d !important;
  width: 42px !important;
  height: 42px !important;
  font-size: 42px !important;
}

.origin-icon-android {
  background: transparent !important;
  fill: #3dda84 !important;
  width: 38px !important;
  height: 38px !important;
}

.origin-icon-ios {
  background: transparent !important;
  fill: #666666 !important;
  width: 38px !important;
  height: 38px !important;
}

.origin-icon-app {
  background: transparent !important;
  fill: #94979f !important;
  width: 38px !important;
  height: 38px !important;
}

.origin-icon-chat {
  background-color: transparent;
  color: #7444a4;
  width: 38px !important;
  height: 38px !important;
}

.origin-icon-sms {
  background-color: transparent;
  color: #39b095;
  width: 38px !important;
  height: 38px !important;
}

.background-whatsapp,
.background-wavy {
  background-color: #25d366 !important;
}

.background-telegram {
  background-color: #229ed9 !important;
}

.background-debugger {
  background-color: #242e44 !important;
}

.background-apple {
  background-color: #8e8e93 !important;
}

.background-widget {
  background-color: #c32849 !important;
}

.background-facebook {
  background-color: #0084ff !important;
}

.background-liveperson {
  background-color: #ff720b !important;
}

.background-workplace {
  background-color: #4526ce !important;
}

.background-rcs {
  background-color: #4285f4 !important;
}

.background-gbm {
  background-color: #4285f4 !important;
}

.background-api {
  background-color: #824ed2 !important;
}

.background-teams {
  background-color: #4b53bc !important;
}

.background-instagram {
  background-color: #bc2a8d !important;
}

.background-android {
  background-color: #3dda84 !important;
}

.background-ios {
  background-color: #666666 !important;
}

.background-app {
  background-color: #94979f !important;
}

.background-chat {
  background-color: #7444a4 !important;
}

.background-sms {
  background-color: #39b095 !important;
}

.header-icon.background-teams {
  padding: 7px;
}

.header-icon.background-sms {
  background-color: unset !important;
  border: 3px solid #39b095;
}

.contact-status.origin-apple {
  border-color: #8e8e9366;
  color: #8e8e93;
  background: transparent !important;
}

.contact-status.origin-whatsapp {
  border-color: #25d36666;
  color: #25d366;
  background: transparent !important;
}

.contact-status.origin-widget {
  border-color: #c3284966;
  color: #c32849;
  background: transparent !important;
}
.contact-status.origin-debugger {
  border-color: #131c2e;
  color: #131c2e;
  background: transparent !important;
}
.contact-status.origin-api {
  border-color: #824ed266;
  color: #824ed2;
  background: transparent !important;
}

.contact-status.origin-facebook {
  border-color: #0084ff66;
  color: #0084ff;
  background: transparent !important;
}

.contact-status.origin-liveperson {
  border-color: #ff720b66;
  color: #ff720b;
  background: transparent !important;
}

.contact-status.origin-workplace {
  border-color: #363d4d66;
  color: #363d4d;
  background: transparent !important;
}

.contact-status.origin-gbm {
  border-color: #4285f4 !important;
  color: #4285f4 !important;
  background: transparent !important;
}

.contact-status.origin-rcs {
  border-color: #4285f4 !important;
  color: #4285f4 !important;
  background: transparent !important;
}

.contact-status.origin-teams {
  border-color: #4b53bc !important;
  color: #4b53bc !important;
  background: transparent !important;
}

.contact-status.origin-instagram {
  border-color: #bc2a8d !important;
  color: #bc2a8d !important;
  background: transparent !important;
}

.contact-status.origin-white {
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.pagination-container {
  margin-bottom: 15px;
  width: 100%;
  padding: 0 25px;
}

.pagination-container .dataTables_info {
  font-size: 12px;
  line-height: 31px;
}

.pagination-container .page-link {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.pagination-container .pagination {
  margin: 0;
}

.pagination-container .pagination > .active > a,
.pagination-container .pagination > .active > span,
.pagination-container .pagination > .active > a:hover,
.pagination-container .pagination > .active > span:hover,
.pagination-container .pagination > .active > a:focus,
.pagination-container .pagination > .active > span:focus,
.pagination-container .page-item.active .page-link {
  background-color: #2d7bf4;
  border: 1px solid #2d7bf4;
}

.pagination-container .page-item:first-child .page-link {
  border-top-left-radius: var(--sds-b-radius-2);
  border-bottom-left-radius: var(--sds-b-radius-2);
}

.pagination-container .page-item:last-child .page-link {
  border-top-right-radius: var(--sds-b-radius-2);
  border-bottom-right-radius: var(--sds-b-radius-2);
}

div#wave {
  position: relative;
  text-align: center;
  height: 21px;
  margin-left: auto;
  margin-right: auto;
}
div#wave .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 3px;
  background: rgba(255, 255, 255, 0.6);
  animation: wave 1.3s linear infinite;
}

div#wave .dot:nth-child(2) {
  animation-delay: -1.1s;
}

div#wave .dot:nth-child(3) {
  animation-delay: -0.9s;
}

@keyframes wave {
  0%,
  60%,
  100% {
    transform: initial;
  }

  30% {
    transform: translateY(-10px);
  }
}

.default-card-list {
  position: relative;
  width: calc(100% - 330px);
  margin-left: 30px;
  text-align: center;
}

.default-card-list.full-width {
  width: 100%;
  margin-left: 0;
}

.default-card-list > .card-box {
  padding: 25px;
}

.default-card-item-wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.default-card-list-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-card-box-list {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 15px;
}

.default-card-item {
  margin-bottom: 5px;
  padding: 10px;
  border-radius: var(--sds-b-radius-2);
  box-shadow: none;
  font-size: 12px;
}

.default-card-item:nth-child(even) {
  background: #f9f9f9;
}

.default-card-item.header-card {
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;

  background: transparent;
  box-shadow: none;

  border-bottom: 1px solid #dbdde2;
  border-radius: 0;
}

.default-card-item-wrapper .dc-column {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #dbdde2;
  text-align: center;
  overflow: hidden;
  line-height: 1;
}

.default-card-item.header-card .default-card-item-wrapper .dc-column {
  border-right: 1px solid #ffffff;
}

.default-card-item-wrapper .dc-column:last-of-type {
  border-right: none;
}

.default-card-item-wrapper .dc-column.column-5 {
  width: 5%;
}

.default-card-item-wrapper .dc-column.column-10 {
  width: 10%;
}

.default-card-item-wrapper .dc-column.column-15 {
  width: 15%;
}

.default-card-item-wrapper .dc-column.column-20 {
  width: 20%;
}

.default-card-item-wrapper .dc-column.column-25 {
  width: 25%;
}

.default-card-item-wrapper .dc-column.column-30 {
  width: 30%;
}

.default-card-item-wrapper .dc-column.column-40 {
  width: 40%;
}

.default-card-item-wrapper .dc-column.column-50 {
  width: 50%;
}

.default-card-item-wrapper .dc-column.column-60 {
  width: 60%;
}

.default-card-item-wrapper .dc-column.column-70 {
  width: 70%;
}

.default-card-item-wrapper .dc-column.column-80 {
  width: 80%;
}

.default-card-item-wrapper .dc-column.column-90 {
  width: 90%;
}

.default-card-item-wrapper .dc-column.column-100 {
  width: 100%;
}

.default-card-item-wrapper .dc-column p {
  margin: 0;
}

.default-card-item-wrapper .dc-column > p,
.default-card-item-wrapper .dc-column > span,
.default-card-item-wrapper .dc-column > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  margin: 0 auto;
}

.default-card-item-wrapper .dc-column.white-space-normal > p,
.default-card-item-wrapper .dc-column.white-space-normal > span,
.default-card-item-wrapper .dc-column.white-space-normal > div {
  white-space: normal !important;
}

.default-card-item-wrapper .dc-column a {
  font-weight: 700;
}

.default-card-item-wrapper .dc-column .btn-xsm {
  font-size: 8px;
  padding: 3px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
  background: transparent;
  color: var(--sds-color-bg-accent) !important;
  border-color: var(--sds-color-bg-accent);
  outline: none;
}

.default-card-item-wrapper .dc-column .btn-xsm.btn-secondary {
  color: #b7becd !important;
  cursor: auto;
}

.default-card-item-wrapper .default-card-links {
  max-width: 90px !important;
  display: flex;
  text-overflow: unset;
  white-space: initial;
  justify-content: center;
}

.default-card-item-wrapper .default-card-links:after {
  content: "";
  clear: both;
}

.default-card-item-wrapper .default-card-links a {
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  margin: 0 5px;
  font-size: 17px;
  flex: 0 1 0;
}

.default-card-item-wrapper .default-card-links a.link-delete {
  color: #b32236;
}
.default-card-item-wrapper .default-card-links a.link-edit {
  color: #176df3;
}
.default-card-item-wrapper .default-card-links a.link-edit.disabled {
  color: gray;
  pointer-events: none;
}
.default-card-item-wrapper .default-card-links a.link-publish {
  color: #279c75;
}

.default-card-item-wrapper .default-card-links a.btn-assistant-config {
  color: #000000;
}

.editable-click,
a.editable-click,
a.editable-click:hover {
  color: var(--sds-color-bg-accent);
  font-weight: 700;
}

.editable-input .editable-buttons > button {
  border-radius: 10px !important;
}

.message-error {
  color: #8a1f11;
  font-size: 14px;
}

#strong-password {
  width: 50%;
  font-size: 12px;
}

.unsaved-changes-warning {
  color: #e08a1e;
}

.edit-name {
  font-size: 12px;
  font-weight: bold;
  color: #c50808;
}

.clients-list-filter {
  margin-bottom: 15px;
}

.bootstrap-select .dropdown-menu {
  right: 0 !important;
  transform: translate3d(0, 0, 0) !important;
  min-width: auto !important;
  max-height: 350px !important;
  padding: 0px !important;
  top: 37px !important;
}

.bootstrap-select .dropdown-menu .inner {
  max-height: 240px !important;
  min-height: 0px !important;
}

.dropdown-item {
  padding: 6px 11px;
}

.dropdown-item > * {
  white-space: normal;
  word-break: break-word;
}

#modal-terms-agreement {
}

#modal-terms-agreement .modal-footer {
  justify-content: center;
}

#modal-terms-agreement .modal-footer button.disabled {
  cursor: not-allowed;
}

#modal-terms-agreement .terms-agreement {
  border: 1px solid #dbdde2;
  height: 60vh;
  width: 100%;
  overflow: auto;
}

.terms-adopter {
  height: 17.5vh !important;
  overflow: hidden !important;
  padding: 10px 10px;
  text-align: justify;
}

#modal-terms-agreement .terms-agreement > pre {
  white-space: pre-wrap;
}

#modal-terms-agreement .tooltip-holder {
  padding: 2px;
}

.code-notation {
  background-color: #f3f3f3;
  color: #ff6012;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.no-results {
  margin: 25px;
  padding: 20px;
  border-radius: var(--sds-b-radius-2);
  background: #fff;
  opacity: 0.8;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #8796b2;
}

.b {
  display: block;
}

.toggle {
  position: absolute;
  right: 25px;
  width: 35px;
  height: 15px;
  border-radius: 100px;
  background-color: #ddd;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.check:checked ~ .track {
  box-shadow: inset 0 0 0 20px #017bff;
}

.check:checked ~ .switch {
  right: 2px;
  left: 22px;
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0.05s, 0s;
}

.switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 22px;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, 0.05s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.track {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
}

.icon-messages {
  position: absolute;
  top: -17px;
  left: 660px;
  font-size: 40px;
  color: #ffc689;
}

.icon-fire-messages {
  position: absolute;
  top: 4px;
  left: 672px;
  font-weight: 700;
  font-size: 16px;
  color: #f05922;
}

.change-background {
  background: #f6f7f9 !important;
}

.change-background:nth-child(even) {
  background: #edeff3 !important;
}

.word-verb {
  color: var(--danger);
  border-bottom: 1px solid var(--danger);
}

i.icon-published.nlu-list-drowdown-icon {
  font-size: 14px;
  color: rgb(29, 161, 242);
}

.nlu-badge-external {
  line-height: 15px;
  text-transform: uppercase;
  font-size: 9px;
  padding: 0 5px;
  border-radius: 10px;
  font-weight: 700;
}

.badge-external {
  background: var(--primary);
  color: #fff;
}

.fullscreen-no-data {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.fullscreen-no-data span {
  color: #9197a7;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10%;
  font-size: 17px;
  width: 40%;
}

.skeleton {
  border-radius: 10px;
  background: linear-gradient(273deg, #f7f7f7, #e6e6e6);
  background-size: 400% 400%;

  -webkit-animation: skeletonScreen 1.5s ease infinite;
  -moz-animation: skeletonScreen 1.5s ease infinite;
  animation: skeletonScreen 1.5s ease infinite;
}

@-webkit-keyframes skeletonScreen {
  0% {
    background-position: 0%;
  }
  50% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}
@-moz-keyframes skeletonScreen {
  0% {
    background-position: 0%;
  }
  50% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}
@keyframes skeletonScreen {
  0% {
    background-position: 0%;
  }
  50% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}

/* Caixa de assistentes */
.assistant-content {
  display: flex;
}

.assistant-item {
  display: flex;
  align-items: center;
}

.assistant-item .next-assistant {
  margin: 0 5px;
  color: #bac3d9;
}

.assistant-item-box {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #bac3d9 !important;
  padding: 0 10px;
  color: #bac3d9 !important;
  transition: all 200ms;
  width: max-content;
}

.assistant-item-box:hover {
  border-color: #434959 !important;
  color: #434959 !important;
  cursor: pointer;
}

.assistant-item-box.deleted:hover {
  border-color: #b33a3a !important;
  color: #b33a3a !important;
  cursor: pointer;
}

/* Span de numeração dentro da caixa do assistente */
.assistant-item-box > span {
  height: 100%;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  background: #f5fbff;
  border-radius: 5px 0 0 5px;
  font-weight: 700;
  font-size: 11px;
  color: #434959;
  margin-right: 5px;
}

.assistant-item-box > div:first-of-type {
  font-size: 12px;
  color: #434959 !important;
  margin: 0 7px;
}

.assistant-item-box > svg:first-of-type {
  width: 18px !important;
  height: 18px !important;
  fill: #434959;
  margin-bottom: 2px;
}

.assistant-item-box > svg:last-child {
  width: 18px !important;
  height: 18px !important;
}

.lds-ripple div:nth-child(1) {
  border-color: #a2a6ae;
}
.lds-ripple div:nth-child(2) {
  border-color: #a2a6ae;
  -webkit-animation-delay: -0.95s;
  animation-delay: -0.95s;
}
.lds-ripple {
  width: 101px !important;
  height: 101px !important;
  margin: 0 auto;
  -webkit-transform: translate(-50.5px, -50.5px) scale(0.505)
    translate(50.5px, 50.5px);
  transform: translate(-50.5px, -50.5px) scale(0.505) translate(50.5px, 50.5px);
}

#toast-message {
  padding: 20px;
  background: #25d366;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  max-width: 450px;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(62, 65, 87, 0.25);
  position: fixed;
  bottom: 10px;
  left: -100%;
  transition: all 0.75s;
  z-index: 100;
  opacity: 0;
}

@keyframes lds-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}

.lds-ripple {
  position: relative;
}

.lds-ripple div {
  box-sizing: content-box;
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1.9s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1.9s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(1) {
  border-color: #a2a6ae;
}

.lds-ripple div:nth-child(2) {
  border-color: #a2a6ae;
  -webkit-animation-delay: -0.95s;
  animation-delay: -0.95s;
}

.lds-ripple {
  width: 101px !important;
  height: 101px !important;
  margin: 0 auto;
  -webkit-transform: translate(-50.5px, -50.5px) scale(0.505)
    translate(50.5px, 50.5px);
  transform: translate(-50.5px, -50.5px) scale(0.505) translate(50.5px, 50.5px);
}

.nlu-dropdown-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.main-bar .sidebar-input-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: 34px;
  position: relative;
  margin-bottom: 15px;
}

.main-bar .sidebar-input-container .svg-container {
  width: 20px;
  display: flex;
  justify-content: flex-end;
  padding: 2px 0 8px;

  border-bottom: 1px solid #3e4157;
}

.main-bar .sidebar-input-container .svg-container > svg {
  transition: all 150ms;
  fill: #cccfde;
}

.main-bar .sidebar-input-container:hover svg {
  fill: #fff;
}

.main-bar .sidebar-search-clients {
  all: unset;
  width: 100%;
  height: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;

  border-bottom: 1px solid #3e4157;
  padding-bottom: 5px;
  font-size: 13px;
}

.main-bar .sidebar-search-clients::placeholder {
  font-size: 13px;
  color: #cccfde;
}

.sidebar-clients-no-results {
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/* Train v2 - Remover */

#modal-train-v2 .modal-content {
  border-radius: 10px;
  width: 400px;
  padding: 30px;
  background-color: #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#modal-train-v2 .modal-content > * {
}

#modal-train-v2 .header-train {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;

  margin-bottom: 30px;
}

#modal-train-v2 .body-train {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 17px;
  margin-bottom: 45px;
}

#modal-train-v2 .footer-train {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#modal-train-v2 .footer-train > :first-child {
  display: flex;
  align-items: center;
  gap: 7.5px;

  font-size: 12px;
  font-weight: 600;

  margin-bottom: 20px;
  cursor: pointer;
  padding: 9px 20px;
  border-radius: 5px;
  color: #fff;
  background: #117eff;

  transition: all 200ms;
}

#modal-train-v2 .footer-train > :first-child > svg {
  width: 15px;
  fill: #fff;
}

#modal-train-v2 .footer-train > :first-child:hover {
  opacity: 0.85;
}

#modal-train-v2 .footer-train > span {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: #9196ab;
  cursor: pointer;
  transition: all 200ms;
  padding: 9px 20px;
}

#modal-train-v2 .footer-train > span:hover {
  opacity: 0.85;
}

.train-button {
  position: fixed;
  bottom: 50px;
  left: 100px;

  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 7px 15px;
  gap: 10px;

  font-size: 12px;
  font-weight: 700;

  background: linear-gradient(90deg, #00e1ff 0%, #117eff 100%);
  box-shadow: 0px 4px 10px rgba(62, 65, 87, 0.25);
  border-radius: 24px;
  z-index: 100;
  color: #fff;
  fill: #fff;

  transition: all 200ms;
  cursor: pointer;
}

.train-button:hover {
  opacity: 0.85;
}

.train-button > svg {
  width: 15px;
}

/* Train v2 - Remover */
