*, *::before, *::after {
  box-sizing: inherit;
  outline: none;
}
:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem;
}
body {
  margin: 0;
  background-color: #fafafa;
  font-family: 'Exo', sans-serif;
}
input, textarea, select, button {
  font-family: sans-serif;
}

textarea[resize=false] {
  resize: none;
}

.d-flex {
  display: flex;
}
.a-center {
  align-items: center;
}

#app-root {
  overflow-x: hidden;
  display: flex;
  min-height: 100vh;
  flex: 1;
}
.appbar-space {
  height: 64px;
}

.grow {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.nav-wrapper .grow {
  height: 100%;
  display: flex;
  align-items: center;
}

.h100 {
  height: 100%;
}

.nav-logo {
  height: 33%;
  margin-top: 7px;
}

.h6 {
  color: inherit;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.0075em;
  font-family: 'Exo', sans-serif;
  font-weight: 200;
}

.appContent {
  flex: 1;
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
}
.col {
  padding: 16px;
}
nav {
  position: fixed;
  z-index: 1002;
  color: #707070;
}
nav ul a {
  color: inherit !important;
}
  
.nav-wrapper {
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
}

#app-bar-dropdown a, #app-bar-language-dropdown a {
  padding-left: 0;
}

#language-a-nav {
  text-transform: uppercase;
}

a.waves-effect.waves-light.btn.sidenav-trigger, a.waves-effect.waves-light.btn.sidenav-close {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -12px !important;
  margin-right: 20px !important;
  padding: 12px;
  box-shadow: none !important;
}

.app-drawer {
  color: #fff;
}

.app-drawer-header {
  height: 56px;
  display: flex;
  padding: 0 32px;
  justify-content: flex-start;
  align-items: center;
}
.app-drawer-header .sidenav-trigger i, .app-drawer-header .sidenav-close i {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}

.theme-dark {
  background-color: #ffffff !important;
  color: #707070;
}

.elevation2 {
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12) !important;
}
.elevation1 {
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12);
}
.elevation0 {
  box-shadow: none;
}
.elevation19 {
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12);
}

.main-container {
  background-color: #e2e2e2;
  flex: 1;
  /* padding-bottom: 50px !important; */
}

.ui-content-loader {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
}

.icon-buttonbase-root {
  color: inherit;
  border: 0;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  outline: none;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  vertical-align: middle;
  justify-content: center;
  -moz-appearance: none;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.icon-buttonbase {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 12px;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  overflow: hidden;
}

.icon-buttonbase:not([disabled]):hover {
  background-color: #eee;
}

.ui-avatar {
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  font-size: 1.25rem;
  align-items: center;
  flex-shrink: 0;
  user-select: none;
  border-radius: 50%;
  justify-content: center;
  color: #fafafa;
  background-color: #bdbdbd;
  font-weight: 100;
}
.waves-ripple {
  z-index: 1 !important;
}
.ui-avatar-img {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  z-index: 0 !important;
}

.icon-button-root{
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}
.list-item-root {
  width: 100%;
  display: flex;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  justify-content: flex-start;
  text-decoration: none;
  padding-left: 16px;
  padding-right: 16px;
}

.message-list-item{
  flex: 1 1 auto;
  padding: 0 16px;
  min-width: 0;
  white-space: nowrap;
}

.message-list-item-title {
  font-size: 1rem;
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(238, 238, 241);
}

.message-list-item-subtitle {
  font-size: 0.875rem;
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01071em;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(186, 186, 186);
}

.vertical-divider {
  width: 1px;
  height: 28px;
  margin: 4px;
  border: none;
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0.12);
}

.list-divider {
  height: 1px;
  margin: 0;
  border: none;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.12) !important;
}
.ui-collection {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  list-style: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
.collapsible li{
  position: relative;
}
.collapsible-header {
  user-select: none;
  position: relative;
}
.collapsible-header i {
  margin: 0;
}
.collapsible-header-title {
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 500;
}
.collapsible-action {
  top: 26px;
  right: 4px;
  position: absolute;
  transform: translateY(-50%);
}

.collapsible-body.intents-training-phrases {
  padding: 0;
}

.collapsible-body-item {
  padding: 8px 16px;
  padding-left: 45px;
}

.collection-item {
  color: rgba(0, 0, 0, 0.87) !important;
}
.divider-inset {
  margin-left: 72px;
}

.conversation-list {
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
}

@media (max-width: 600px) {
  .nav-wrapper .nav-logo{
    display: none;
  }
}
@media (min-width: 601px) {
  .app-drawer-header {
    padding: 0 32px;
  }
  .app-drawer-header {
    height: 64px;
  }
  .main-container {
    padding: 36px 36px 0;
  }
}

@media (min-width: 992.95px) {
  .app-drawer {
    width: 240px;
    /* flex-shrink: 0; */
    position: relative;
    min-height: 100vh;
    display: flex;
    width: 270px;
    left: 0;
  }
  .app-drawer-header, .drawer-triggerer {
    display: none;
  }
  .sidenav {
    position: fixed;
    width: 270px;
    left: 284px;
    top: 64px;
    /* right: 0; */
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    padding-bottom: 60px;
    background-color: #f5f5f5;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }
}

@media (max-width: 992px) {
  .sidenav {
    left: 0px;
    z-index: 10002;
  }
  .half-content {
    flex-direction: column;
  }
  .half-content > div {
    margin-top: 20px;
  }
}

.sam-chat {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  background: #eeeef1;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12);
  overflow: hidden;
}

.container {
  padding: 10px;
}

.scrollable {
  position: relative;
  width: 100%;
  display: flex;
}

div#ui_message-content {
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1;
}

.sam-chat .sidebar {
  background: #004461;
  transition: all 195ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
  overflow: hidden;
  border-right: 1px solid #e1e1e1;
  display: flex;
  flex-direction: column;
}

.sam-chat .sidebar > ul {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  display: inline-block;
}

.sam-chat .sidebar > ul::-webkit-scrollbar {
  width: 5px;
}

.sam-chat .sidebar.open {
  width: 330px;
}

.sam-chat .sidebar.close {
  width: 72px;
  overflow-x: hidden;
}

@media(max-width: 1080px) {
  .sam-chat .sidebar {
    width: 72px;
    overflow-x: hidden;
  }
}

@media(max-width: 959px) {
  .sam-chat {
    height: calc(100vh - 150px);
  }
}

@media(max-width: 600px) {
  .appbar-space, .ui-chat-header .ui-chat-header-contaienr {
    height: 56px;
  }
  .sam-chat {
    height: calc(100vh - 56px);
  }
  .sidebar.open .sam-chat-header {
    height: 56px !important;
  }
}

.sam-chat .sidebar .message-list-item > *{
}

.list-divider {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.list-divider.dark {
  background-color: rgba(177, 177, 177, 0.543) !important;
}

/* Chat header */
.sam-chat-header {
  display: flex;
  flex-direction: column;
  padding: 0px 16px;
  border-radius: 0px !important;
  background-color: #fff;
}
.sidebar.open .sam-chat-header {
  height: 64px;
  padding: 0px 4px;
}

.sam-chat-header #chat-header-info{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sidebar.open .sam-chat-header #chat-header-info {
  height: 100%;
}

.sam-chat .sidebar.close #chat-header-info {
  flex-direction: column-reverse
}

.sam-chat .sidebar.close #chat-header-info button#chat-sidebar-menu {
  margin-bottom: 10px;
}

.sam-chat .sidebar.close .chat-header-title {
  display: none;
}

/* Agent status bagde size */
.sam-chat-header .badge > span {
  width: 9px !important;
  height: 9px !important;
}

/* Agent status bagde color based on status */
.sam-chat-header .badge.online > span {
  background-color: #76ff03 !important
}
.sam-chat-header .badge.offline > span {
  background-color: #9e9e9e !important
}

.chat-header-title {
  font-size: 1rem !important;
  flex: 1 1 auto !important;
  padding: 0 16px !important;
}
/* End chat header */

.footer {
  background: white;
}

.ui-card {
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
  border-radius: 4px;
  position: relative;
  margin-bottom: 40px;
}
.ui-card-title {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.ui-toolbar {
  min-height: 64px;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 24px;
  padding-right: 16px;
  border-bottom: 1px solid #eee;
}
.ui-toolbar-title {
  flex: 0 0 auto;
}
.ui-toolbar-titleh6 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.25rem;
  /* font-family: sans-serif; */
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.0075em;
}

.ui-toolbar .ui-search {
  display: flex;
  align-items: center;
  flex: 1;
  margin: 0 16px;
  position: relative;
}

.ui-toolbar .ui-search input {
  margin: 0;
  border: 1px solid #dddddd;
  padding: 0 20px;
  box-shadow: 0 0 4px -3px #9e9e9e;
}

.ui-toolbar .ui-search span{
  position: absolute;
  right: 16px;
  flex: 0;
  top: 0;
  width: auto;
  bottom: 0;
  display: flex;
  color: #757575;
}

.ui-toolbar-actions {
  display: flex;
  align-items: center
}
.segment-responses-panel .ui-toolbar-actions {
  flex-direction: column;
  padding: 16px;
}
.ui-flex-spacer {
  text-align: center;
  flex: 1 1 100%;
}

.ui-container-dropzone {
  display: flex;
  min-height: 200px;
  align-items: center;
  justify-content: center;
}

.ui-file-dropzone {
  padding: 50px 100px;
  display: flex;
  background: #eaeff0;
  align-items: center;
  border-style: dashed;
  border-width: 2px;
  border-color: #9fa2a3;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
}

.ui-input-file[type="file"] {
  display: none;
}

.btn-default, .btn-large-default, .btn-small-default {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}

.btn-default:hover, .btn-large-default:hover, .btn-small-default:hover, .btn-default:focus, .btn-large-default:focus, .btn-small-default:focus {
  background-color: #d5d5d5;
}

.dropdown-content li>a, .dropdown-content li>span {
  color: rgba(0, 0, 0, 0.87);
}

.ui-chat-reply-card {
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 2px 4px;
  display: flex;
  position: absolute;
  min-width: 300px;
  align-items: center;
  z-index: 997;
  background-color: #fff;
  border-radius: 4px;
}
.ui-chat-reply-card form {
  display: flex;
  align-items: center;
  flex: 1;
}

.ui-chat-reply-input-container {
  flex: 1;
  margin-left: 8px;
}
.ui-cshat-reply-input {
  color:rgba(0, 0, 0, 0.87); 
  cursor: text;
  display: inline-flex;
  font-size: 1rem;
  font-family: 'Exo', sans-serif;
  line-height: 1.1875em;
  align-items: center;
  border: none !important;
}

input.ui-chat-reply-input {
  font: inherit;
  color: currentColor;
  border: none !important;
  margin: 0 !important;
  padding: 6px 0 7px !important;
  min-width: 0;
  box-sizing: content-box !important;
  background: none;
  -webkit-tap-highlight-color: transparent;
}
input.ui-chat-reply-input:focus {
  border: none !important;
  box-shadow: none !important;
}

.assign-to-request-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1002;
  background-color: rgba(11, 35, 45, 0.61);
  display: flex;
  justify-content: center;
  align-items: center;
}

.new_message_blink .ui-avatar {
  animation: shadow-pulse 1000ms infinite;
}
.new_message_blink .message-list-item > * {
  color: #fff;
  font-weight: bold;
}
/* @keyframes glowing {
  0% { background-color: #B20000; }
  50% { background-color: #FF0000; }
  100% { background-color: #B20000; }
} */
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(2, 255, 32, 0.749);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(60, 255, 0, 0);
  }
}

/* Material data table */
div.material-table {
  padding: 0;
  margin: 0 21px;
}

div.material-table .hiddensearch, div.material-table .hiddenfilter {
  padding: 0 14px 0 24px;
  border-bottom: solid 1px #DDDDDD;
  display: none;
}
div.material-table .hiddenfilter {
  align-items: center;
}


div.material-table .hiddensearch input {
  margin: 0;
  border: transparent 0 !important;
  height: 48px;
  color: rgba(0, 0, 0, .84);
}

div.material-table .hiddensearch input:active {
  border: transparent 0 !important;
}

div.material-table table {
  table-layout: fixed;
}

div.material-table .table-header {
  height: 64px;
  padding-left: 24px;
  padding-right: 14px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-display: flex;
  border-bottom: solid 1px #DDDDDD;
}

div.material-table .table-header .actions {
  display: -webkit-flex;
  margin-left: auto;
}

div.material-table .table-header .btn-flat {
  min-width: 36px;
  padding: 0 8px;
}

div.material-table .table-header input {
  margin: 0;
  height: auto;
}

div.material-table .table-header i {
  color: rgba(0, 0, 0, 0.54);
  font-size: 24px;
}

div.material-table .table-footer {
  height: 56px;
  padding-left: 24px;
  padding-right: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.54);
}

div.material-table .table-footer .dataTables_length {
  display: -webkit-flex;
  display: flex;
}

div.material-table .table-footer label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

div.material-table .table-footer .select-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

div.material-table .table-footer .dataTables_info,
div.material-table .table-footer .dataTables_length {
  margin-right: 32px;
}

div.material-table .table-footer .material-pagination {
  display: flex;
  -webkit-display: flex;
  margin: 0;
}

div.material-table .table-footer .material-pagination li:first-child {
  margin-right: 24px;
}

div.material-table .table-footer .material-pagination li a {
  color: rgba(0, 0, 0, 0.54);
}

div.material-table .table-footer .select-wrapper input.select-dropdown {
  margin: 0;
  border-bottom: none;
  height: auto;
  line-height: normal;
  font-size: 12px;
  width: 40px;
  text-align: right;
}

div.material-table .table-footer select {
  background-color: transparent;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: auto;
  margin-left: 20px;
}

div.material-table .table-title {
  font-size: 20px;
  color: #000;
}

div.material-table table tr td {
  padding: 0 0 0 56px;
  height: 48px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: solid 1px #DDDDDD;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.material-table table tr td a {
  color: inherit;
}

div.material-table table tr td a i, div.material-table table tr td button:not([disabled]) i {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.54);
}
div.material-table table tr td button:disabled i {
  font-size: 18px;
  color: rgb(172, 172, 172);
}

div.material-table table tr {
  font-size: 12px;
}

div.material-table table th {
  font-size: 12px;
  font-weight: 500;
  color: #757575;
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
  height: 56px;
  outline: none !important;
}

.material-table .table-header-actions {
  width: 190px;
  text-align: center;
}

.material-table .table-actions {
  display: flex;
  justify-content: space-around;
}

div.material-table table th.sorting_asc,
div.material-table table th.sorting_desc {
  color: rgba(0, 0, 0, 0.87);
}

div.material-table table th.sorting:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: "arrow_back";
  -webkit-transform: rotate(90deg);
  display: none;
  vertical-align: middle;
  margin-top: -4px;
}

div.material-table table th.sorting:hover:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
  display: inline-block;
  margin-top: -4px;
}

div.material-table table th.sorting_desc:after {
  content: "arrow_forward";
}

div.material-table table tbody tr:hover {
  background-color: #EEE;
}

div.material-table table th:first-child.table-header-showmore, div.material-table table td:first-child.details-control {
  /* padding: 0 0 0 24px; */
  padding: 0;
}

div.material-table table th:last-child,
div.material-table table td:last-child {
  padding: 0 14px 0 0;
}

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  text-align: center;
  z-index: 21;
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}

/* end of material data table */


#upload-all-csv-import-container{
  display: none;
  justify-content: center;
  height: 80px;
  align-items: center;
}

span.intent-type-badge {
    padding: 2px 5px;
    border-radius: 3px;
    color: #fff;
    background-color: #004461;
    font-size: 14px;
    position: absolute;
    top: -30px;
    left: 0;
}

.preloader-wrapper.small {
  width: 24px !important;
  height: 24px !important;
}

.preloader-wrapper.small .circle-clipper .circle {
  border-width: 2px;
}

.preloader-wrapper.small .spinner-layer {
  border-color: rgba(0, 0, 0, 0.54) !important;
}

.add-training-phrases-input {
  overflow: visible;
  z-index: 1;
  height: auto;
  padding: 10px 42px;
  overflow-y: hidden;
  line-height: 1.5;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
  width: 100%;
  outline: none !important;
}

.inp-group {
    display: flex;
    border: 1px solid #dfe0e2;
    position: relative;
    align-items: center;
}
.inp-group i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 42px;
  height: 42px;
  font-size: 17px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #757575;
}

div[placeholder]:empty::before {
  content: attr(placeholder);
  color: #d4d4e0;
}

div[placeholder]:empty:focus::before {
  content: "";
}
[contenteditable="true"]#training_phrase_input {
  white-space: nowrap;
  overflow: hidden;
} 
[contenteditable="true"]#training_phrase_input br {
  display:none;

}
[contenteditable="true"]#training_phrase_input * {
  display:inline;
  white-space:nowrap;
}

.ui-toolbar-input {
  flex: 1;
  padding-right: 16px;
}
.ui-toolbar-input input{
  font-weight: 100;
  font-size: 24px !important;
  line-height: 36px;
  height: 40px !important;
  margin-bottom: 0px !important;
}
.collapsible-header {
  font-size: 17px;
  display: flex;
  align-items: center;
}
.collapsible-header .tooltipped{
  display: flex;
  align-items: center;
}
.collapsible-header .tooltipped i {
  color: #757575;
  font-size: 20px;
}

.tooltipped {
  cursor: pointer;
}

.material-tooltip {
  max-width: 320px !important;
}
.text-responses-panel, .segment-responses-panel {
  box-shadow: none;
  border: 1px solid #dfe0e2;
  margin-bottom: 16px;
}
.ui-sortable-handle {
  cursor: move;
}
.text-responses-panel-header {
  font-size: 16px;
  font-weight: 500;
  background: #f8f8f8;
  padding: 1px 16px 1px;
  border-bottom: 1px solid #dfe0e2;
}

.text-responses-ul {
  padding: 0px 10px !important;
}
.text-responses-ul li{
  display: flex;
}

.entity-phrase-t {
  cursor: pointer;
}

.entity-popup-finder {
  position: absolute;
  width: 320px;
  background-color: #fff;
  overflow: hidden;
  top: 50%;
  left: 50%;
  z-index: 99;
  display: none;
  width: 300px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
}

ul.entity-popup-entities, .entity-popup-filter {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    max-height: 304px;
    overflow-y: auto;
    margin: 0;
}

.entity-popup-types {
    display: flex;
    flex-direction: row;
    min-height: 48px;
    height: 48px;
    align-content: center;
    justify-content: flex-start;
}

button.btn-flat.btn-entity {
    border: none !important;
    text-align: left;
    display: inline-block;
    border-radius: 0;
    margin: auto 0;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    text-overflow: ellipsis;
    color: rgba(0,0,0,0.87);
}

.entity-popup-filter .entity-popup-filter-input {
  padding: 0 16px;
}

.entity-popup-filter input.form-control {
  border: 0;
  margin: 0;
  float: none;
  display: block;
  height: 40px;
  line-height: 1.42857143;
}
.entity-popup-filter input.form-control:focus {
  border: none !important;
  box-shadow: none !important;
}

.training-phrases-listitem {
  /* height: 46px; */
  position: relative;
  display: flex;
  flex-direction: column;
  /* padding: 10px 18px; */
  overflow-y: hidden;
  line-height: 1.5;
  /* white-space: pre-wrap; */
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
  border-top: 1px solid #dfe0e2;
}

.training-phrases-form {
  margin-top: 20px;
  border: 1px solid #dfe0e2;
  border-top: 0;
}

.switch {
  margin: 20px 0px;
}

li#personalized-responses-li {
  border-top: 1px solid #ddd;
}

ul.collapsible.expandable.elevation0 {
  border-bottom: 1px solid #ddd;
}

button.add-square {
    flex: 1;
    width: 100%;
    height: 50px;
    border: 1px dashed #ddd;
    background-color: #eee;
    color: #757575;
}

.p_t-response-item {
    min-height: 80px;
    border: 1px solid #ddd;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.p_t-response-item .p_tag-selection {
    flex: 1;
    display: flex;
    align-items: center;
}

.p_t-response-item .p_t-response {
    flex: 5;
    padding: 10px;
}

.p_tag-selection input.select-dropdown.dropdown-trigger {
}

.p_t-response-tr {
    margin-bottom: 10px;
    background-color: #f1f1f1;
    padding: 0px 9px 4px 9px;
}

.p_t-response-tr-header {
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    height: 48px;
}

.p_t-response-tr textarea {
    background: white;
    border-color: #ddd;
    height: 100px;
    padding: 5px 10px;
}
ul.p_t_t-dropdown > li {
  display: flex;
}
.p_t_t-dropdown li button{
  flex: 1;
  height: 50px;
  padding: 0;
  margin: 0;
  text-align: center;
}
.p_t-response-header h6{
  font-size: 1rem;
}

.p_t-response-tr-header span {
    flex: 1;
}

.p_t-response-tr-header .icon-buttonbase {
    position: absolute;
    right: 0;
}

.choices__list.choices__list--dropdown {
    z-index: 9;
}

input.choices__input.choices__input--cloned {
    flex: 1;
    width: 100% !important;
}

.choices {
    flex: 1;
    padding: 7px;
}

.profile-card {
    padding: 16px;
}

.tag {
    /* width: 80px; */
    height: 24px;
    background-color: #004461;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
    border-radius: 5px;
    margin-left: 8px;
    margin-top: 8px;
}

.tag-text-responses-ul li {
  display: flex;
  padding: 0px 10px;
}

span.select2.select2-container {
    flex: 1;
    margin: 10px;
}

div#ui-tooltip {
  position: fixed;
  height: auto !important;
  max-width: 300px !important;
  overflow: visible !important;
  white-space: normal !important;
  font-size: 12px !important;
  line-height: 15px !important;
  color: rgba(255,255,255,0.87);
  background-color: rgb(97,97,97);
  /* transition: all 0.4s cubic-bezier(0.25,0.8,0.25,1);
  transition-duration: 150ms; */
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  display: none;
  padding: 10px;
  border-radius: 4px;
  padding-right: 8px;
  padding-left: 8px;
  z-index: 120;
}

.responses-view ul div.intentview-text-respnse {
    margin-bottom: 16px;
}

.responses-view ul div.intentview-text-respnse li {
    padding: 16px;
}

.tag-response-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 0.8em;
}

span.tag-response-response {
    padding: 9px;
    font-weight: bold;
}
.collection-item .collection-item-actions {
  display: flex;
  align-items: center;
  height: 32px;
}

.collection-item-actions i.material-icons {
  font-size: 20px;
}

input.inp-tg-ed {}

img#profile-img-nav {
    width: 24px;
    border-radius: 50%;
    align-self: center;
}

#profile-a-nav {
    display: flex;
}

#profile-a-nav span {
  padding-right: 10px;
}

span.entity-value {
    font-size: 15px;
    font-weight: bold;
}

.entity-form-c-i.collection-item-actions {
    min-height: 32px;
    height: auto;
}

.entity-form-c-i 
 .chips {
    margin: 0;
    flex: 1 1 100%;
}

.entity-form-c-i .ui-flex-spacer {
    flex: 1 1 33%;
}

.segment-text-responses-ul input.responses-text-input {
    margin: 10px;
}

.segment-text-responses-ul li {
    display: flex;
}

.training-phrases-listitem .training-phrases-input-group {
    display: flex;
    flex: 1 1 100%;
    padding: 10px 18px;
    padding-right: 48px;
    min-height: 46px;
}
.training-phrases-listitem-delete {
  position: absolute;
  right: 2px;
  top: 2px;
  /* bottom: 2px; */
  visibility: hidden;
}
.training-phrases-listitem-delete i {
  font-size: 18px !important;
}
.entity-popup-parameter {
    display: flex;
    align-items: center;
    padding: 4px;
}

.entity-popup-parameter span {
    flex: 1 1 100%;
    padding-left: 16px;
}

.training-phrases-listitem:hover .training-phrases-listitem-delete {
    visibility: visible;
}

.training-phrases-table {
    display: flex;
    background-color: #eee;
}

table.content-table.intent-parameters-table thead th {
    height: auto;
    padding: 0 0 8px 0;
}


table.content-table.intent-parameters-table tbody td {
  padding-right: 21px !important;
}
.intent-parameters-table tbody tr {
    height: 54px;
}

.intent-parameters-table td {
    padding: 0 18px 0 21px !important;
}

.training-phrases-listitem.active {
    border-left: 3px solid #004461;
}

td.param-actions {
    width: 46px;
}

.entity-popup-parameter > span {
    white-space: nowrap;
    max-width: 245px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.entity-popup-parameter > button > i {
    font-size: 20px !important;
}

button.disabled {
    display: flex;
    align-items: center;
}

.material-table .table-header-showmore {
    width: 42px;
}

.material-table .details-control > div > button {
    padding: 8px;
    width: auto;
    margin: auto;
}


.material-table .details-control > div {
    display: flex;
}

input.context-input-lifespan {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    background-color: #bbb;
    margin: 0;
    box-shadow: none !important;
    border: none !important;
    font-weight: 100;
    font-size: 14px;
    margin-right: 4px;
}

.chip.chips-input-contexts {
    padding: 0;
    height: 100%;
}

.contexts-container {
    display: flex;
    justify-content: space-between;
    padding-right: 3px;
    white-space: nowrap;
}

div.chips-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

input.input-contexts-values {
    min-width: 200px;
    flex: 1;
}

#chips-input-contexts .contexts-container {
    padding-left: 10px;
}

.empty-button-space {
    width: 42px;
}
.intents-followups {
  position:relative;
  margin-right:-14px;
}
div.followups-table {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
}

.followups-table > div .followup-intent {
  display: flex;
  align-items: center;
  padding-left: 18px;
  border-bottom: 1px solid #ddd;
}
.followups-table > div:last-child {
  border: none;
}
.followups-table .followup-intent:hover {
  background-color: #ddd;
}
.followups-table .followup-order i{
  user-select: none;
}

.followups-table .followup-actions{
  width: 190px;
  display: flex;
  padding-right: 14px !important;
  justify-content: space-between;
}
.followups-table .intent-title {
  width: 100%;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.followups-table .followup-intent-info {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

.followups-table .followup-intent-info > div {
    padding-right: 45px;
}

.m-header {
    color: rgba(0,0,0,0.87);
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    /* padding: 0 32px; */
    width: 100%;
}

.m-header i{
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  text-align: left;
  color: rgba(0,0,0,0.54);
}
#slide-out .collapsible-header {
    padding: 0px 32px !important;
    width: 100%;
    position: relative;
}

span.m-h-title {
    text-align: left !important;
    display: flex;
    white-space: nowrap;
    flex: 1 1 100%;
    /* padding-left: 22px; */
}

#slide-out .collapsible-body {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

#slide-out a {
    white-space: nowrap;
}

#table-header-segments {
    width: 120px;
}

.segment-icon-td {
    text-align: center;
}

.m-header i:last-child {
    position: absolute;
    right: 10px;
    margin: auto;
}

img#profile-card-picture {
    width: 80px;
    height: 100%;
    border-radius: 50%;
}

.integration-card {
    width: 18%;
    height: 150px;
    border-radius: 4px;
    margin: 1%;
}

.integration-card a.btn.transparent {
  color: rgba(0, 0, 0, 0.54);
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
  padding: 16px;
}

.integration-card a.btn.transparent > i {
  font-size: 10em;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.integrations-container {
    display: flex;
    flex-wrap: wrap;
}

.integration-card a.btn.transparent img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}

span.integration-title {
    line-height: 1;
}

input.inp-property-sheet {
  width: 40px !important;
  text-align: center;
}

ul.var-autocomplete-content {
  display: none;
  width: 100%;
  left: 0;
  right: 0;
  top: 60px;
  height: 150px;
  transform-origin: 0px 0px;
  opacity: 1;
  transform: scaleX(1) scaleY(1);
}

ul.var-autocomplete-content.open {
  display: block;
}

.p-relative {
  position: relative;
}

input.inp-tg-ed.disabled:read-only {
  color: rgba(0,0,0,0.42);
  border-bottom: 1px dotted rgba(0,0,0,0.42);
}

.integration-opt-container {
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.p-relative {
  position: relative;
}
.b-row {
  display: flex;
  flex-direction: row;
}
.f12 {
  font-size: 12px;
}
.flex-1 {flex: 1}.flex-2 {flex: 2}.flex-3 {flex: 3}.flex-4 {flex: 4}.flex-5 {flex: 5}.flex-6 {flex: 6}.flex-7 {flex: 7}.flex-8 {flex: 8}.flex-9 {flex: 9}
.ml-10 {margin-left: 10px;}.ml-20 {margin-left: 20px;}.ml-30 {margin-left: 30px;}.ml-40 {margin-left: 40px;}.ml-50 {margin-left: 50px;}.ml-60 {margin-left: 60px;}.ml-70 {margin-left: 70px;}.ml-80 {margin-left: 80px;}.mr-10 {margin-right: 10px;}.mr-20 {margin-right: 20px;}.mr-30 {margin-right: 30px;}.mr-40 {margin-right: 40px;}.mr-50 {margin-right: 50px;}.mr-60 {margin-right: 60px;}.mr-70 {margin-right: 70px;}.mr-80 {margin-right: 80px;}

.column {
  padding-top: 16px;
}

/* SELECT2 JS MATERIAL */
ul {
  margin: 0;
  padding: 0;
}
:focus {
  outline: none;
}
:disabled {
  background-color: transparent;
}
/**
* Multiple Select2
*/
.select2-container--material {
  width: auto;
  margin: 10px 0 !important;
}
.select2-container--material ::placeholder {
  color: inherit;
}
.select2-container--material .select2-selection {
  /* @extend input */
  overflow: visible;
  font: inherit;
  touch-action: manipulation;
  margin: 0;
  line-height: inherit;
  border-radius: 0;
  box-sizing: inherit;
  display: block;
  width: 100%;
  color: #55595c;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 18px;
  line-height: 1.5;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: 0;
  width: 100%;
  box-shadow: none;
  transition: all 0.3s;
}
.select2-container--material .select2-selection .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--material .select2-selection--single .select2-selection__rendered {
  float: left;
}
.select2-container--material .select2-selection--single .select2-selection__arrow {
  float: right;
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 16px;
  background-color: #dedede;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  margin: 2px 0;
  font-size: 0;
  white-space: nowrap;
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 0;
  opacity: 0.38;
  cursor: pointer;
  float: right;
  margin-top: 4px;
  margin-right: -6px;
  margin-left: 6px;
  transition: opacity;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
  content: "cancel";
  /* @extend .material-icons */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: #000;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.54;
}
.select2-container--material .select2-search--inline .select2-search__field {
  width: 100% !important;
  margin-top: 0;
  height: 34px !important;
  line-height: 1;
  font-size: 16px !important;
  color: #d1d1d2;
  font-weight: 400;
}
.select2-container--material .select2-dropdown {
  border: 0;
}
.select2-container--material .select2-dropdown .select2-search__field {
  min-height: 2.1rem;
  margin-bottom: 16px;
  border: 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s;
}
.select2-container--material .select2-dropdown .select2-search__field:focus {
  border-bottom: 1px solid #9e9e9e;
}
.select2-container--material .select2-results__options {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  margin: 0;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  z-index: 999;
  will-change: width, height;
}
.select2-container--material .select2-results__option {
  cursor: pointer;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5rem;
  text-align: left;
  text-transform: none;
  font-size: 1rem;
  display: block;
  padding: 1rem;
}
.select2-container--material .select2-results__option[aria-disabled=true] {
  /* @extend .select-dropdown li.disabled */
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent !important;
  cursor: context-menu;
  /* @extend .disabled */
  cursor: not-allowed;
  /**
  * Selected option
  */
}
.select2-container--material .select2-results__option[aria-selected=true] {
  color: #333;
  background-color: #eee;
}
.select2-container--material .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd;
}
.select2-container--material.select2-container--focus .select2-selection {
  border-bottom: 1px solid #9e9e9e;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}
.select2-container--material.select2-container--disabled .select2-selection {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
  box-shadow: none;
}
span.select2-selection__clear {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.select2-custom-text {
  display: flex;
  align-items: center;
}
.cricle-color-dot {
  background-color: hsl(2, 100%, 80%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 16px;
}
/* END -- SELECT2 JS MATERIAL */

.tbelem {
  font-family: sans-serif;
  font-size: 16px;
  width: 101px;
}
