@import "left-panel.css";
@import "right-panel.css";

html, body {
  height: 100%;
  width: 100%;
  position: relative;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  min-width: 1024px;
  overflow-x: auto;
}


#mainnav {
  background: #000066;
  max-height: 50px;
}

#mainnav > * {
  font-size: 14px;
}

#mainnav .navbar-brand {
  padding: 6px 0 10px;
  margin-left: 0;
}

#mainnav .navbar-brand img {
  height: 85%;
  padding-top: 5px;
  width: auto;
}

.navbar {
  flex-basis: 6%;
  border-radius: 0;
  margin-bottom: 0;
}

.navbar a:hover {
  background-color: transparent !important;
  color: white;
}

.navbar-right {
  padding-right: 30px;
}

.navbar-right a span {
  color: white;
}

.navbar-right a:hover span {
  color: white;
}

.nav-text {
  padding-top: 10px;
  color: white !important;;
  display: block;
}

.blink {
  -webkit-animation: blink .75s linear infinite;
  -moz-animation: blink .75s linear infinite;
  -ms-animation: blink .75s linear infinite;
  -o-animation: blink .75s linear infinite;
  animation: blink .75s linear infinite;
}


.box {
  display: block;
  min-height: 52px;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.box ul li {
  display: inline-block;
  font-size: 0.8em;
  vertical-align: top;
}

.box ul li div.vertical {
  position: absolute;
  margin-left: 2px;
  margin-right: 2px;
  width: 2px;
  top: 0;
  height: 40px;
  background-color: #aaa;
}

.box ul li.margin {
  margin-left: 7px;
}

.box ul li button {
  height: 41px;
}

.box ul li button.active {
  padding: 3px !important;
}

.box ul li button:disabled {
  color: #000066;
}

.box ul li .button--offline {
  cursor: not-allowed !important;
  opacity: 0.7 !important;
}

.box--offline {
  opacity: 0.2;
}

.box ul li .grijs {
  background-color: #f5f5f5;
  border: 1px solid #e0e6ea;
  color: #757575;
  display: inline-block;
  text-align: center;
  width: 150px;
}

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

.box ul li .grijs.active {
  border: 3px solid #a6a6a6 !important;
}

.box ul li .default {
  background-color: #f5f5f5;
  border: 1px solid #e0e6ea;
  color: #757575;
  display: inline-block;
  text-align: center;
  width: 150px;
}

.box ul li .default.active {
  border: 3px solid #693281 !important;
}

.box ul li .groen {
  background-color: #2ecc71;
  border: 1px solid #e0e6ea;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  width: 150px;
}

.box ul li .groen.active {
  border: 3px solid #1c7d44 !important;
}

.box ul li .geel {
  background-color: #f1c40f;
  border: 1px solid #e0e6ea;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  width: 150px;
}

.box ul li .geel.active {
  border: 3px solid #c19c0b !important;
}

.box ul li .rood {
  background-color: #e74c3c;
  border: 1px solid #e0e6ea;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  width: 150px;
}

.box ul li .rood.active {
  border: 3px solid #881d11 !important;
}

.box ul li .paars {
  background-color: #8e44ad;
  border: 1px solid #e0e6ea;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  width: 150px;
}

.box ul li .paars.active {
  border: 3px solid #693281 !important;

}

.box ul li .info {
  background-color: #bce8f1;
  border: 1px solid #e0e6ea;

  color: #000000;
  display: inline-block;
  text-align: center;
  width: 150px;
}

.box ul li .info.active {
  border: 3px solid #0099cc !important;
}

.btn-warning {
  background-color: #f1c40f !important;
  border-color: #f1c40f !important
}

.box ul li > button {
  padding: 6px;
}

.border-right {
  border-right: 1px solid #e0e6ea;
}

.status {
  font-size: 5px;
  position: relative;
  top: -2px;
  padding-right: 5px;
}

.status .online {
  color: #2ecc71;
}

.status .offline {
  color: red;
}

.panel {
  border: 0 !important;
  background-color: #f6f6f6;
}

.panel-body {
  position: relative;
  background-color: #f6f6f6;
  padding: 8px;
}

.panel-title {
  color: #000066;
  display: inline-block;
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: auto;
}

div#company-tab ul {
  overflow: hidden;
  overflow-y: auto
}

.panel-default {
  border-color: #cccccc;
  margin-bottom: 0;
  flex-basis: 24%;
}

.panel-default > .panel-heading {
  background-color: #f0f0f0;
}

.title-header {
  height: 47px;
  min-height: 47px;
}

.top > .panel-body {
  overflow: hidden;
  overflow-y: auto;
  padding: 0px;
}

.send > .panel-body {
  overflow: hidden;
  overflow-y: auto;
}

.panel-body.pull {
  overflow: hidden;
  overflow-y: auto;
  padding: 0px;
}

.padding-little {
  padding-right: 8px;
}

.padding-more {
  padding: 0 5px 15px 5px;
}


.list-group {
  overflow: auto;
}

.overflowinline {
  max-height: 540px;
  overflow-y: scroll;
  overflow-x: hidden;
}

h3.head {
  font-size: 2em;
  color: #000066;
}

.list-group > .list-group-item {
  border: 0;
}

/*.list-group-item:nth-child(odd) {*/

/*}*/

/*.list-group-item:nth-child(even) {*/
/*    background-color: #f9f9f9;*/
/*    color: #5b5b5b;*/
/*}*/

/*.list-group-item:nth-child(odd) {*/
/*    color: #757575;*/
/*}*/

.list-group.no-color > .list-group-item {
  color: #757575;
  background-color: #fff;
}

.list-group.odd-even > .list-group-item:nth-child(even) {
  color: #337ab7;
  padding-left: 25px;
}

.list-group.all-padded > .list-group-item {
  padding-left: 25px;
}

.btn-bcon, .btn-bcon:hover {
  color: #fff !important;
  background-color: #000066;
}

.btn-danger {
  background-color: #e74c3c;
}

.margin-top {
  margin-top: 5px;
}

.margin-bottom {
  margin-bottom: 5px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

ul.chat {
  padding-left: 0;
  list-style: none;
  overflow: auto;
}

.chat .chat-message {
  font-size: 13px;
  display: flex;
}

.chat .employee-message {
  justify-content: flex-end;
}

.chat .client-message {
  justify-content: flex-start;
  margin-right: 10%;
}

.chat .archive-message {
  font-style: italic;
  color: purple;
}

.chat .media-link {
  font-size: 16px;
}

.thumbnail {
  max-width: 300px;
  max-height: 300px;
  cursor: pointer;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}

.chat audio {
  height: 40px;
}

.chat video {
  max-height: 350px;
}

.chat .timestamp {
  color: whitesmoke !important;
  font-size: 9px;
  padding-top: 4px;
  padding-left: 5px;
  float: right;
}

.chat .translation {
  font-size: 11px;
  background-color: transparent !important;
  padding-top: 0 !important;
  font-style: italic;
  color: darkslateblue;
  opacity: 0.7;
  display: flex;
}

.chat .translation > li {
  color: darkslateblue;
}

.client-translation {
  margin-left: 1%;
  justify-content: flex-start;
}

.employee-translation {
  margin-right: 1%;
  justify-content: flex-end;
}

#chat-input, #translate-input {
  font-size: 13px;
  padding: 8px;
  border: 0 !important;
}

#sendbutton, #save-classification, #send-conversation {
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}

#online, #head-online {
  background: rgba(0, 0, 0, 0) !important;
}

.chat li {
  border-radius: 6px;
  color: whitesmoke;
  padding: 6px;
  margin: 4px 0;
}

.chat li.employee {
  background-color: #efefef;
  width: fit-content;
  float: right;
  min-width: 10%;
  max-width: 89%;
  margin-right: 1%;
  margin-left: 20%;
  border: 1px solid #80808038;
  display: flex;
  color: #000066;
}

.chat li.client {
  width: fit-content;
  min-width: 10%;
  max-width: 85%;
  margin-right: 1em;
  background-color: #000066;
  border: 1px solid #6e94ab59;
  margin-left: 0.7%;
  display: flex;
}

.chat .system {
  display: flex;
  justify-content: center;
  margin-right: 3%;
  padding-left: 5%;
  padding-right: 5%;
}

.chat li.bot {
  color: #000066;
  justify-content: flex-end;
}

.chat li.bot > i {
  padding-right: 0.5em;
}

.system-message {
  color: darkgrey !important;
  /*padding: 4px;*/
  /*border-radius: 4px;*/
  border: 1px solid lightgrey;
}

.source-system {
  color: #000066 !important;
  font-size: 13px;
  text-align: right;
}

ul.chat.archive {
  background-color: #8080800a;
  border-bottom: 2px solid darkgrey;
}

#info .list-group-item {
  min-height: 35px;
}

#info .list-group-item.min {
  min-height: 47px;
}

#work-tab {
  margin-bottom: -17px !important;
}

.list-group-item .left {
  color: black;
  float: left;
}

.bloo {
  color: #000066;
}

.list-group-item .right {
  color: #757575;
  display: inline-block;
  /*overflow-x: hidden;*/
}

.right, .left {
  /*overflow-y: hidden;*/
  margin-bottom: auto;
  margin-top: auto;
}

.ten {
  width: 10%;
}

.twenty {
  width: 20%;
}

.thirty {
  width: 30%;
}

.forty {
  width: 40%;
}

.fifty {
  width: 50%;
}

.sixty {
  width: 60%;
}

.seventy {
  width: 70%;
}

.eighty {
  width: 80%;
}

.ninety {
  width: 90%;
}

.hundred {
  width: 100%;
}

.full-width {
  width: 100%;
}

.half-width {
  width: 49.5%;
}

.btn-look {
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #f1c40f;
  color: #fff;
  float: right;
  display: inline-block;
}

.btn-look:hover {
  background-color: #FFDE29;
  color: #fff;
}

.class-select {
  font-size: 7pt !important;
}

.btn-give {
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #2ecc71;
  color: #fff;
  float: left;
  display: inline-block;
}

.btn-give:hover {
  background-color: #48E68B;
  color: #fff;
}

.btn {
  font-size: 11px;
}

.form-control {
  font-size: 11px;
  height: 26px;
}

.form-icon {
  padding-left: 20px;
}

.form-grey {
  background-color: #efefef;
  border: 0;
}

#chat .panel-body {
  min-height: 700px;
}

.pull-down {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}

.zindex {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}

.form-alt input[type='text'], .form-alt input[type='email'] {
  all: unset;
  margin-bottom: 1px;
  height: 33px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  text-indent: 12px;
}

.form-label {
  font-size: 10px;
  position: absolute;
  margin-top: -5px;
  color: #bbbaba;
  background-color: #f6f6f6;
  margin-left: 7px;
  z-index: 10;
  padding-left: 1px;
  padding-right: 2px;
}

.form-break {
  color: #000066;
  font-size: 13px;
  margin-bottom: 5px;
  margin-left: 14px;
}

.classify .dropdown-toggle {
  height: 35px;
  line-height: 2;
  background-color: transparent;
}

.classification-dropdown {
  background-color: transparent;
}

.classification-dropdown button {
  background-color: unset !important;
  border: 1px solid #dbdbdb !important;
}

.classification-required button {
  border-color: #fa8282 !important;
}

.form-alt input:required {
  border-color: #fa8282 !important;
}

.form-alt input:required:valid {
  border-color: #dbdbdb !important;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #d6dfe6;
}

.review label {
  color: #adadad;
}

.review span {
  text-align: right;
}

.checkbox-inline input[type="checkbox"] {
  position: absolute;
  top: -5px;
  margin-left: 10px;
}


.input-icon {
  position: absolute;
  z-index: 1;
  color: #000066;
  cursor: pointer;
  width: 0;
  top: 8px;
  left: 20px;
}

.nav-label {
  font-size: 13px;
  line-height: 4;
}

.chat-bar {
  flex-basis: 100%;
  margin-left: 1em;
}

.chat-button {
  margin-right: 4px;
  margin-top: 2px;
  border-radius: 4px;
}

.overflow {
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.operators ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.operators ul li {
  margin-top: 5px;
}

.operators ul li:first-child {
  margin-top: 0;
}

.operators .btn {
  background-color: #f5f5f5;
  border: 1px solid #e0e6ea;
  border-radius: 4px;
  color: #757575;
  display: inline-block;
  width: 100%;
}

.operators .geel {
  background-color: #f1c40f;
}

/* depth parameters*/
.nav-z {
  z-index: 100;
}

.app-z {
  z-index: 100;
}

.overlay-z {
  z-index: 50;
  position: absolute;
  top: 0;
}


/* right click context menu */
.context-menu {
  display: none;
  position: absolute;
  z-index: 10;
}

.context-menu--active {
  display: block;
}

.context-menu__items {
  padding: 0px;
  cursor: pointer;
}

#app {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.clickable {
  cursor: pointer;
}

a.clickable {
  color: inherit;
}

a.clickable:hover {
  text-decoration: none;
}

li.hide {
  display: none;
}

li.show {
  display: block;
}

.content-height {
  min-height: 600px;
}


.faq-answer {
  cursor: pointer;
}

.send-btns {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 100%;
}

.send-chat textarea {
  resize: none;
}

.user-list {
  list-style-type: none;
  padding: 0px;
}

.user-list li {
  width: 100%;
}

.select-sec {
  color: #000066 !important;
}

svg path {
  fill: currentColor !important;
  stroke: currentColor !important;
}

#int-chat-box {
  overflow-y: scroll;
}

a.fq {
  color: #ff0000;
}


.message-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.message-group .left {
  overflow-y: scroll;
  float: left;
}

.message-group .right {
  overflow-y: scroll;
  padding-left: 20px;
  padding-right: 20px;
}

.highlight {
  background-color: #fdfdb7bf;
}

.alert-dark {
  color: #CC0000;
}

.warning-dark {
  color: #FF8800;
}

.history {
  padding-right: 5%;
  padding-left: 5%;
  height: 100%;
  overflow: scroll;
}


/*
Loader
 */

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #000066; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

.loader-small {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #000066;
  width: 60px;
  height: 60px;
  animation: spin 0.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.flex {
  display: flex;
}

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

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

.between {
  justify-content: space-between;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.button-checkbox {
  border: 1px solid #000066 !important;
  width: 14px !important;
  height: 14px !important;
  line-height: 0 !important;
  background-color: white !important;
  font-size: 12px !important;

}

.classification-required .button-checkbox {
  border: 1px solid #fa8282 !important;
}

/*
checkbox alignment
 */
.checkboxes label {
  display: block;
  float: left;
  padding-right: 10px;
  white-space: nowrap;
}

.checkboxes input {
  vertical-align: middle;
}

.checkboxes label span {
  vertical-align: middle;
}

.icon-giosg {
  background-image: url('/assets/giosg.png') !important;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}

.icon-smartsupp {
  background-image: url('/assets/smartsupp.png') !important;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}

.icon-livechat {
  background-image: url('/assets/livechat.png') !important;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}

.icon-twilio {
  background-image: url('/assets/twilio.png') !important;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}

.icon-whatsapp {
  background-image: url('/assets/whatsapp.png') !important;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}

.icon-google {
  background-image: url('/assets/google.png') !important;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}

.icon-facebook {
  background-image: url('/assets/facebook.png') !important;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}


.icon-rest_smartsupp {
  background-image: url('/assets/rest_smartsupp.png') !important;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}


.message-sent, .message-pending, .message-delivered {
  color: darkgrey;
}

.message-failed {
  color: rgba(255, 0, 3, 0.42);
}

.message-read {
  color: #000066;
}

.chat-context {
  overflow-wrap: anywhere;
}

.chatbar-content {
  z-index: 1;
}

.overlay {
  z-index: 2;
  position: absolute;
  background-color: rgba(128, 128, 128, 0.4);
  width: 100%;
  height: 100%;
}

.pane-top {
  height: 40px;
  width: 40px;
  right: 0;
  z-index: 1;
  background-color: transparent;
  position: absolute;
}

.pane-top i {
  text-shadow: 0.5px 1px rgba(90, 90, 90, 0.75);
  cursor: pointer;
  color: #000066;
  padding-right: 10px;
  padding-top: 10px;
  font-size: 26px;
}

.pane-bottom {
  height: 50px;
  width: 50px;
  float: right;
  z-index: 1;
  background-color: transparent;
  position: sticky;
  bottom: 10px;
  margin-top: -50px;
}

.pane-top-menu {
  display: flex;
  justify-content: flex-end;
}

.pointer {
  cursor: pointer;
}

.classify-buttons {
  display: flex;
  justify-content: space-around;
}

.api-info {
  padding: 0 9px;
}

.api-info .source-label {
  padding-top: 12px;
}

.source-label span {
  font-size: 10px;
  padding: 12px;
  border: 1px solid gainsboro;
  border-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  color: gainsboro;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #29729c;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ensure jquery datepicker is visible */
#ui-datepicker-div {
  z-index: 3 !important;
}

/* bootstrap overrides */
.list-group-item {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.btn > .caret {
  margin-top: 7px !important;
}

.dropup > .dropdown-menu {
  padding: 0 !important;
  border-radius: 0 !important;
  right: 0;
  max-height: 45vh;
  overflow-y: scroll;
}

.panel-heading {
  border-color: transparent !important;
  font-size: 13px !important;
}

.pagination > li > a {
  border-radius: 0 !important;
}

.pagination {
  margin: 6px 0 !important;
}

.panel-top {
  border: transparent;
  border-bottom: 1px solid #ddd !important;
}

.h100 {
  height: 100%;
}

.list-group-item {
  background-color: #f6f6f6 !important;
  color: black !important;
}

/* loading animation */
.loader-dots,
.loader-dots:before,
.loader-dots:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader-dots {
  color: #000066;
  font-size: 4px;
  margin: 0 0 16px 50px;
  /*margin: 80px auto;*/
  /*position: relative;*/
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader-dots:before,
.loader-dots:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader-dots:before {
  left: -3.5em;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader-dots:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}


/* loader bars */
.spinner {
  /*width: 25px;*/
  height: 25px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #0000664f;
  margin: 0 1px 0 1px;
  height: 100%;
  width: 9px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*bootstrap override */
.navbar-nav > li > a {
  padding-top: 10px !important;
}

/*bootstrap-select overrides*/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #000066;
}

.dropdown-menu {
  font-size: 11px !important;
}

.bs-searchbox > input {
  border-color: transparent !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px #7a7a86 !important;
}

.contact-card {
  background-color: #f6f6f6;
  border-radius: 4px;
  padding: 8px;
  color: black;
  min-width: 280px;
}

.contact-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.divider {
  height: 1px;
  background-color: lightgray;
  margin: 12px 4px 0 11px;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
}

.lds-ripple div {
  position: absolute;
  border: 1px solid #000066;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1.3s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 12px;
    left: 12px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 12px;
    left: 12px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 12px;
    left: 12px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 24px;
    height: 24px;
    opacity: 0;
  }
}

.create-dummy {
  border-radius: 50% !important;
  width: 41px;
  height: 41px;
  margin-right: 10px !important;
  border: 1px solid #e0e6ea !important;
}

.create-dummy > li {
  display: block !important;
  font-size: 13px !important;
}

.fa-iter-once {
  --fa-animation-iteration-count: 1;
}

.pointer {
  cursor: pointer;
}

.magic-wand-option {
  color: #DAA520;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.message-send-error {
  font-size: 10px;
  color: rgba(255, 0, 3, 0.42);
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.loader-line {
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.loader-line:before {
  content: "";
  position: absolute;
  left: -50%;
  height: 3px;
  width: 40%;
  background-color: #000066;
  -webkit-animation: lineAnim 1s linear infinite;
  -moz-animation: lineAnim 1s linear infinite;
  animation: lineAnim 1s linear infinite;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@keyframes lineAnim {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 80%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}

textarea {
  outline: 1px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.space-before::before {
  content: "\00a0 ";
}

.message-highlight::before {
  content: "｜";
  position: absolute;
  left: 0;
  color: #000066;
  font-weight: bold;
  /*box-shadow: #000066 0px 0px 4px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;*/
}

.hidden-scroll {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}

.styled-scroll {
  ::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    /*background-color: #F5F5F5;*/
    background-color: transparent;
  }

  ::-webkit-scrollbar
  {
    width: 6px;
    /*background-color: #F5F5F5;*/
    background-color: transparent;
  }

  ::-webkit-scrollbar-thumb
  {
    background-color: #adadad;
  }
}

.response-suggestion-wand {
  position: absolute;
  color: #bebfbfcf;
  cursor: pointer;
}

.response-suggestion-active {
  color: #1b9af7;
}

.show-all-suggestions-toggle {
  position: absolute;
  bottom: 13px;
  right: 9px;
  cursor: pointer;
  color: #000066;
}

.response-suggestion-container {
  height: 100%;
  overflow-y: auto;
  margin-right: 10px;
  padding-top: 10px;
}

.sources-icon-tiny {
  color: #000066;
  right: 15px;
  position: absolute;
}

.form-group {
  font-size: 11px;
  margin-bottom: 5px;
  width: 100%;
}

.classify-input-error {
  margin-left: 25px;
  font-size: 0.9em;
  color: red;
}

.file-upload-btn {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5px 12px;
  cursor: pointer;
  margin: 0;
  background-color: white;
  height: 100%;
  border-radius: 4px;
}

.floating-button {
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 10;
  border: none;
  cursor: pointer;
  color: #000066;
  padding-right: 10px;
  padding-bottom: 10px;
  text-shadow: 0.5px 1px rgba(90, 90, 90, 0.75)
}

.count-badge {
  left: -5px;
  color: white !important;
  border-radius: 50%;
  padding: 3px 5px;
  background-color: grey;
  position: relative;
  top: -1px;
  font-size: 9px;
}

.scroll-y {
  overflow-y: scroll;
}
