:root {
  --primary-color: #0C315F;
  --primary-color-rgb: 12, 49, 95;
  --primary-contrast-color: #fff;
}

@keyframes tilt-left {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(8deg);
  }

  30% {
    transform: rotate(-20deg);
  }

  50% {
    transform: rotate(0);
  }

  70% {
    transform: rotate(-6deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes tilt-right {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(0);
  }

  20% {
    transform: rotate(-8deg);
  }

  40% {
    transform: rotate(20deg);
  }

  60% {
    transform: rotate(0);
  }

  80% {
    transform: rotate(6deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes stack-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes stack-down {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(20px);
  }
}

body {
  font-family: "Raleway";
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  background-color: var(--primary-color) !important;
}

h1 {
  font-size: 2em
}

h2 {
  font-size: 1.5em
}

h3 {
  font-size: 1.2em
}

h4 {
  margin: 16px;
}

input,
label,
textarea {
  font-size: 1.2em;
  padding: 4px;
  margin: 4px
}

textarea {
  width: inherit;
  resize: none;
}

input[type="radio"],
input[type="checkbox"] {
  width: 32px
}

select {
  font-size: 1.2em;
  padding: 4px;
  margin: 0px;
  width: 100%;
  font-family: "Raleway"
}

.link-a {
  color: #fff;
  text-decoration: none
}

.link-a:hover {
  color: #fff;
  text-decoration: underline
}

.link {
  color: #fff;
  cursor: pointer;
  font-size: 0.8em;
  position: relative;
  top: 17px;
  text-decoration: none
}

.link:hover {
  text-decoration: underline
}

#output {
  width: 7.5em;
}

.row {
  margin: 30px;
  overflow-y: auto;
}

.columnInstance {
  width: 220px;
}

.columnInfo {
  margin-left: 40px;
  width: 200px;
}

.columnData {
  margin-left: 40px;
  width: 800px;
}

#error_msg {
  color: #fff
}

.Anaimo-ai-header {
  position: relative;
  background: var(--primary-color);
  width: 100%;
  top: 0px
}

.Anaimo-ai-header img {
  display: block;
  margin: auto;
  margin-top: 50px;
  height: 80px;
  padding: 16px
}

.Anaimo-ai-body {
  width: 100%;
  height: 100%;
  background: var(--primary-color);
}

.Anaimo-ai-body-register {
  width: 100%;
  text-align: center;
}

.Anaimo-ai-form-body {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  background: white;
  padding-top: 10px;
}

.lbl-reg-group {
  margin: auto;
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 70%
}

.register-lbl {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 1.3rem;
  color: white;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s
}

.register-lbl::placeholder {
  color: transparent
}

.register-lbl:placeholder-shown~.register-lbl-label {
  font-size: 1.3rem;
  cursor: text;
  top: 20px
}

.register-lbl-label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #9b9b9b
}

.register-lbl:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: #fff;
  border-image-slice: 1
}

.register-lbl:focus~.register-lbl-label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #9b9b9b;
  font-weight: 700
}

.btn-anaimo {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-anaimo-p {
  color: #fff;
  background-color: rgb(255, 118, 118);
  border: none;
}

.btn-anaimo-p:hover {
  color: #fff;
  background-color: rgb(255, 161, 161);
  border: none;
}

.a-anaimo {
  color: rgb(255, 118, 118);
}

.a-anaimo:hover {
  color: rgb(255, 161, 161);
}


.register-lbl:required,
.register-lbl:invalid {
  box-shadow: none
}

.Anaimo-ai-footer {
  position: fixed;
  background: var(--primary-color);
  width: 100%;
  bottom: 0px;
  font-size: 1em;
  padding: 16px
}

.Anaimo-ai-frm0 {
  width: 30%;
  max-width: 600px;
  min-width: 380px;
  height: 400px;
  color: #fff;
  font-size: 18px;
  background: var(--primary-color);
  padding: 16px;
  text-align: center;
  border: #fff solid 2px;
  margin: 0;
  position: absolute;
  top: 57%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

.lbl-group {
  margin: auto
}

.Anaimo-ai-frm0 p {
  font-family: "Raleway";
  font-size: 35px;
  margin: 10px 0 30px 0
}

.Anaimo-ai-frmbody {
  width: 100%;
  top: 3em;
  overflow-y: hidden;
  background: #fff;
  position: fixed;
  bottom: 100px;
  height: calc(100% - 60px);
}

.Anaimo-ai-select {
  background-color: #fff;
  padding: 12px;
  width: 208px;
  border: var(--primary-color) solid 2px;
  appearance: none;
  margin-left: 5px;
  cursor: pointer
}

.Anaimo-ai-select-table {
  background-color: #fff;
  border: none;
  appearance: none;
  cursor: pointer
}

.input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  margin: 0
}

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 2px solid var(--primary-color);
  height: 47px;
  user-select: none
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 52px;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  height: 47px
}

.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd
}

.input-number-decrement {
  border-right: none
}

.input-number-increment {
  border-left: none
}

.lbl-group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 70%;
}

.login-lbl {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 1.3rem;
  color: #fff;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

/* .login-lbl::placeholder{
    color:transparent;
}
.login-lbl:placeholder-shown ~ .login-lbl-label{
    font-size:1.3rem;
    cursor:text;
    top:20px;
} */
.login-lbl-label {
  position: absolute;
  top: -1em;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: white;
}

.login-lbl:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: #fff;
  border-image-slice: 1;
}

.login-lbl:focus~.login-lbl-label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #fff;
  font-weight: 700
}

.login-lbl:required,
.login-lbl:invalid {
  box-shadow: none
}

.row-instances {
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 20px;
  border-style: inset;
  width: 100%;
  display: inline-flex;
  border-radius: 15px;
}

.selectdiv {
  position: relative;
  float: left;
  min-width: 200px;
  margin-right: 4px
}

.selectdiv:after {
  content: '\f078';
  font: normal normal normal 17px/1 FontAwesome;
  color: var(--primary-color);
  right: 11px;
  top: 0px;
  height: 34px;
  padding: 15px 0px 0px 8px;
  position: absolute;
  pointer-events: none
}

.selectdiv_table {
  position: relative;
  float: left;
  min-width: 200px;
  margin-right: 4px
}

.selectdiv_table:after {
  content: '\f078';
  font: normal normal normal 17px/1 FontAwesome;
  color: var(--primary-color);
  right: 65px;
  top: 0px;
  height: 34px;
  padding: 15px 0px 0px 8px;
  position: absolute;
  pointer-events: none
}

.selectdivInstance {
  position: relative;
  width: 215px;
  margin-right: 4px
}

.selectdivInstance:after {
  content: '\f078';
  font: normal normal normal 17px/1 FontAwesome;
  color: var(--primary-color);
  right: 11px;
  top: 0px;
  height: 34px;
  padding: 15px 0px 0px 8px;
  position: absolute;
  pointer-events: none
}

.selectdivtable {
  position: relative;
  float: left;
  min-width: 200px;
  margin-right: 4px;
  width: 99%
}

.checkdivtable label {
  font-size: 1em
}

.selectdivtable:after {
  content: '\f078';
  font: normal normal normal 17px/1 FontAwesome;
  color: var(--primary-color);
  right: 0px;
  top: 0px;
  height: 34px;
  padding: 8px 0px 0px 8px;
  position: absolute;
  pointer-events: none
}

.Anaimo-ai-form {
  margin: 0 auto;
  padding: 0px 50px
}

.Anaimo-ai-table {
  width: 100%;
  table-layout: fixed;
  height: 50%
}

.Anaimo-ai-table tr {
  padding-bottom: 16px
}

.Anaimo-ai-table tr th {
  background-color: var(--primary-color);
  color: #fff
}

.Anaimo-ai-table tr td {
  width: 33.33%
}

.Anaimo-ai-data {
  width: 100%;
  border-spacing: 0px
}

.Anaimo-ai-data th {
  background-color: var(--primary-color) !important;
  color: #fff;
  padding: 6px;
}

.Anaimo-ai-data td {
  background-color: transparent;
  border: 0px solid #fff;
  padding: 6px;
}

.Anaimo-ai-data tr {
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.Anaimo-ai-data tr.rowsel {
  background-color: var(--primary-color);
  color: var(--primary-contrast-color);
}

.Anaimo-ai-data tr.rowsel td {
  color: var(--primary-contrast-color) !important;
}

.tableFixHead {
  width: 100%;
  padding: 0px !important;
}

.tableFixHead thead th {
  position: sticky;
  top: 0;
  z-index: 1
}

.tableFixHead tfoot {
  position: sticky;
  inset-block-end: 0;
  z-index: 1
}

.Anaimo-ai-prev,
.Anaimo-ai-next {
  text-align: center
}

.Anaimo-ai-frmfooter {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--primary-color);
}

.Anaimo-ai-frmfooter table {
  width: 100%;
  table-layout: fixed
}

.Anaimo-ai-frmfooter td {
  width: 25%
}

.Anaimo-ai-balloon {
  margin: auto;
  padding: 0px 60px;
  position: absolute;
  bottom: 60px;
}

.Anaimo-ai-balloon table {
  width: 100%;
  table-layout: fixed
}

#phones-balloon {
  margin: auto;
  padding: 15px 60px;
  position: absolute;
  text-align: center;
  top: 62%;
  background: var(--primary-color);
  width: 60%;
  left: 20%;
  height: fit-content;
  color: white;
}



@media (max-width: 767px) {
  #phones-balloon {
    padding: 5px 15px;
    width: 90%;
    left: 5%;
  }
}

@media (max-width: 992px) {
  #usecases-phone {
    width: 90%;
    left: 5%;
  }

  #phones-balloon {
    padding: 5px 15px;
  }
}


#phones-balloon .Anaimo-ai-input {
  padding: 0;
  width: 70%;
}

.Anaimo-ai-error {
  display: none;
  background-color: var(--primary-color);
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.Anaimo-ai-error-content {
  background-color: transparent;
  text-align: center;
  position: absolute;
  width: 60%;
  height: 50%;
  top: 40%;
  left: 20%;
  margin: 0;
  overflow-y: auto;
}

.Anaimo-ai-error-content #alert-error-msg {
  background-color: var(--primary-color);
  margin: auto;
  border: #fff solid 2px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 20px;
  color: white;
  padding: 30px 0px;
}

.Anaimo-ai-error-footer {
  text-align: center;
  position: absolute;
  width: 40%;
  top: 55%;
  left: 30%;
  margin: 0;
}

.Anaimo-ai-error-footer table {
  width: 100%;
  table-layout: fixed
}

.Anaimo-ai-confirm-footer {
  text-align: center;
  position: absolute;
  width: 40%;
  top: 55%;
  left: 30%;
  margin: 0;
}

.Anaimo-ai-confirm-footer table {
  width: 100%;
  table-layout: fixed
}


.Anaimo-ai-popup {
  display: none;
  background-color: rgba(12, 49, 95, 0.5);
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.Anaimo-ai-popup-content {
  background-color: #cccccc;
  text-align: center;
  position: absolute;
  width: 60%;
  height: 50%;
  top: 25.5%;
  left: 20%;
  margin: 0;
  overflow-y: auto;
}

.Anaimo-ai-popup-content #alert-popup-msg {
  background-color: #ffffff80;
  width: 90%;
  height: 99%;
  margin: auto;
  border: #fff solid 2px;
  vertical-align: middle;
  font-family: "Raleway";
  font-weight: 600;
}

.Anaimo-ai-popup-footer {
  background-color: var(--primary-color);
  text-align: center;
  position: absolute;
  width: 60%;
  top: 75%;
  left: 20%;
  margin: 0;
}

.Anaimo-ai-popup-footer table {
  width: 100%;
  table-layout: fixed
}

.Anaimo-ai-popup-footer input[type="button"] {
  padding: 10px;
}

.Anaimo-ai-popup-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  text-align: center;
  position: absolute;
  width: 60%;
  top: 16%;
  left: 20%;
  margin: 0;
  color: white;
  font-size: 20px;
  height: 10%;
}

@media only screen and (max-width: 767px) {

  .Anaimo-ai-popup-header,
  .Anaimo-ai-popup-footer,
  .Anaimo-ai-popup-content {
    width: 90%;
    left: 5%;
  }

  .Anaimo-ai-popup-header {
    top: 8%;
    height: 12%;
  }

  .Anaimo-ai-popup-content {
    top: 19%;
    height: 62%;
  }

  .Anaimo-ai-popup-footer {
    top: 81%;
  }
}

.Anaimo-ai-options {
  text-align: left
}

.Anaimo-ai-options select {
  width: 250px;
  margin-left: 15px
}

#options_1 {
  width: auto
}

.Anaimo-ai-button {
  background-color: transparent;
  /* Button background color */
  border: none;
  /* Removing the border */
  color: #fff;
  /* Text color */
  font-family: "Raleway";
  font-weight: 600;
  padding: 2px 6px;
  /* Adjust padding for button */
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 3px;
  border-radius: 3px;
  /* Rounded corners */
  display: inline-flex;
  /* Flexbox for alignment */
  flex-direction: column;
  /* Stack icon and text vertically */
  align-items: center;
  /* Center icon and text horizontally */
  justify-content: center;
  /* Center content vertically */
  box-shadow: none;
  /* Remove box-shadow */
  width: auto;
  /* Auto width */
  min-width: 90px;
  /* Minimum width */
  transition: background-color 0.4s ease-out, transform 0.2s ease-in-out;
  /* Transitions for hover and active states */
  text-align: center;
  /* Center text alignment */
  line-height: 1;
  /* Vertical alignment for text */
}

.bg-anaimo-blue {
  background-color: var(--primary-color);
  color: white;
}

.Anaimo-ai-button .icon {
  margin-bottom: 8px;
  /* Space between icon and text */
  font-size: 1.2em;
  /* Slightly larger icon */
  width: 25px;
}

.Anaimo-ai-button:hover {
  /* background-color: #1E488F; Darker background color on hover */
  border-color: #fff;
  /* Make the border visible on hover */
  transform: scale(1.05);
  /* Slightly scale up the button */
}

.Anaimo-ai-button:active {
  transform: scale(0.95);
  /* Button scales down slightly when pressed */
}

.Anaimo-ai-button:disabled {
  cursor: default;
  background-color: transparent;
  color: #485463;
  transform: none;
}

@media (max-width: 767px) {
  .Anaimo-ai-button {
    background-color: var(--primary-color) !important;
  }
}

.icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  /* Makes the icon inherit the button's text color */
  vertical-align: middle;
  /* Aligns icon with the text */
  cursor: pointer;
}

.icon path {
  fill: #485463 !important;
}

/* .Anaimo-ai-button:disabled .icon {
    fill: #485463;
} */

.Anaimo-ai-tab {
  border-bottom: var(--primary-color) solid 2px;
  color: var(--primary-color);
  font-family: "Raleway";
  font-size: 1.5em;
  font-weight: 600;
  padding: 8px 0%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.Anaimo-ai-tab label {
  font-size: 18px;
}

.Anaimo-ai-input {
  background-color: #fff;
  border: var(--primary-color) solid 2px;
  color: var(--primary-color);
  font-family: "Raleway";
  font-weight: 600;
  padding: 18px 2%;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

#sentence-text {
  width: 94%;
  margin: 0px;
}

#sentence-submit {
  width: 100%;
  height: 50px;
}

.upload {
  padding: 18px 50px
}

input[type="file"] {
  display: none
}

.appear:hover {
  color: var(--primary-color);
  transition: color 100ms linear;
  background-color: white;
  transition: background-color 400ms linear
}

.Anaimo-ai-frmheader img {
  height: 40px
}

.Anaimo-ai-frmheader .clickable {
  cursor: pointer;
}

.Anaimo-ai-frmheader #logout {
  filter: invert(1);
  height: 25px;
  width: 25px;
}

#user-name {
  font-size: 1.5em;
  font-weight: 300;
  color: #fff;
  text-align: right;
}

#help {
  filter: invert(1);
  height: 30px;
}

.Anaimo-ai-frmheader #close {
  position: absolute;
  top: 15px;
  right: 30px;
}

.Anaimo-ai-title {
  padding-left: 5px;
  font-size: 1.5rem;
  font-weight: 600;
  color: white
}

.Anaimo-ai-label {
  border: 2px solid var(--primary-color);
  height: 30px;
  font-size: 18px;
  padding: 10px;
  margin: 15px
}

.Anaimo-ai-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0px;
  background-color: rgba(180, 200, 214, 0.4)
}

.Anaimo-ai-loading img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

.Anaimo-ai-loading-text {
  margin: 0;
  position: absolute;
  top: 65%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: var(--primary-color);
}

.Anaimo-ai-range-label {
  font-size: 1.2em;
  margin: 10px
}

.Anaimo-ai-range-help {
  font-size: 1em;
  text-align: left !important
}

.Anaimo-ai-range-help-cell {
  background: url(https://ai.anaimo.com/assistant/css/img/info.png) left center no-repeat;
  background-size: 40px 40px;
  background-position: 20px;
  padding-left: 80px;
  height: 40px
}

.Anaimo-ai-range-help-cell label {
  margin: 0;
  padding: 0
}

.Anaimo-ai-range {
  vertical-align: middle
}

.Anaimo-ai-table-ranges td {
  padding-right: 50px
}

.Anaimo-ai-table-ranges {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0px 50px
}

.chats-tr {
  cursor: pointer;
}

.odd-tr {
  background-color: #eee;
}

#Anaimo-ai-myProgress {
  width: 100%;
  background-color: #ebebeb;
  border: var(--primary-color) solid 2px
}

#Anaimo-ai-myBar {
  width: 0%;
  height: 30px;
  background-color: var(--primary-color)
}

#step2_div_loading {
  display: none
}

#text_job {
  float: right;
  margin-right: 50px;
  color: #fff
}

#refreshButton {
  display: none;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-left: 8px;
}

input[type="range"] {
  padding: 0;
  margin: auto;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  overflow: hidden;
  height: 30px;
  width: 50%;
  cursor: pointer;
  border-radius: 0;
  border: var(--primary-color) solid 2px
}

.chat-stat-0 {
  color: transparent;
  background: url("https://ai.anaimo.com/assistant/css/img/chat-status-0.svg") center center no-repeat;
  background-size: 32px 32px;
}

.chat-stat-1 {
  color: transparent;
  background: url("https://ai.anaimo.com/assistant/css/img/chat-status-1.svg") center center no-repeat;
  background-size: 32px 32px;
}

.chat-stat-2 {
  color: transparent;
  background: url("https://ai.anaimo.com/assistant/css/img/chat-status-2.svg") center center no-repeat;
  background-size: 32px 32px;
}

.chat-stat-3 {
  color: transparent;
  background: url("https://ai.anaimo.com/assistant/css/img/chat-status-3.svg") center center no-repeat;
  background-size: 32px 32px;
}

.chat-ctrl-0 {
  color: transparent;
  background: url("https://ai.anaimo.com/assistant/css/img/user-ai.png") center center no-repeat;
  background-size: 32px 32px;
}

.chat-ctrl-1 {
  color: transparent;
  background: url("https://ai.anaimo.com/assistant/css/img/user-operator.png") center center no-repeat;
  background-size: 32px 32px;
}

.chat-role-1,
.chat-role-2,
.chat-role-3 {
  color: transparent !important;
  background-size: 25px 25px;
  background-position: center center;
  background-repeat: no-repeat;
}

.chat-role-3 {
  background-image: url("https://ai.anaimo.com/assistant/css/img/user-operator.png");
}

.chat-role-2 {
  background-image: url("https://ai.anaimo.com/assistant/css/img/user-ai.png");
}

.chat-role-1 {
  background-image: url("https://ai.anaimo.com/assistant/css/img/user-user.png");
}

.sent-rate-0 {
  color: transparent;
  background: url("https://ai.anaimo.com/assistant/css/img/like-red.svg") center center no-repeat;
  background-size: 32px 32px;
}

.sent-rate-1 {
  color: transparent;
  background: none;
}

.sent-rate-2 {
  color: transparent;
  background: url("https://ai.anaimo.com/assistant/css/img/like-green.svg") center center no-repeat;
  background-size: 32px 32px;
}


#usecases-fields textarea {
  width: calc(100% - 32px);
  resize: none;
}

#tool-fields textarea {
  width: calc(100% - 32px);
  resize: none;
}

.ttip {
  font-size: 12px;
}

#tool-fields .expand {
  height: 125px;
}

.legend img {
  width: 24px;
  height: 24px;
}

.legend td {
  font-size: 0.8em;
  padding-left: 28px;
}

#legend-chat-stat-0 {
  background: url("/css/img/chat-status-0.svg") left center no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
  background-position: 5px center;
}

#legend-chat-stat-1 {
  background: url("https://ai.anaimo.com/assistant/css/img/chat-status-1.svg") left center no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
  background-position: 5px center;
}

#legend-chat-stat-2 {
  background: url("https://ai.anaimo.com/assistant/css/img/chat-status-2.svg") left center no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
  background-position: 5px center;
}

#legend-chat-stat-3 {
  background: url("https://ai.anaimo.com/assistant/css/img/chat-status-3.svg") left center no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
  background-position: 5px center;
}

#legend-chat-ctrl-0 {
  background: url("https://ai.anaimo.com/assistant/css/img/user-ai.png") left center no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
  background-position: 5px center;
}

#legend-chat-ctrl-1 {
  background: url("https://ai.anaimo.com/assistant/css/img/user-operator.png") left center no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
  background-position: 5px center;
}

::-webkit-slider-runnable-track {
  background: #ddd
}

::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 40px;
  background: #fff;
  box-shadow: -100vw 0 0 100vw var(--primary-color);
  border: 2px solid #fff
}

::-moz-range-track {
  height: 40px;
  background: lightgray
}

::-moz-range-thumb {
  background: #fff;
  height: 40px;
  width: 20px;
  border: 3px solid #fff;
  border-radius: 0 !important;
  box-shadow: -100vw 0 0 100vw var(--primary-color);
  box-sizing: border-box
}

@media (max-width: 767px) {
  .Anaimo-ai-form {
    margin: 0 auto;
    padding: 0px 25px
  }
}

#assistant {
  cursor: pointer;
  padding: 10px 0px;
  color: black;
  font-size: 15px;
  display: inline;
  float: right;
}

#assistant label {
  cursor: pointer;
}

#usca-t-Temperature-output {
  margin: 5px;
  vertical-align: top;
}

#searchButton {
  height: 25px;
  width: 25px;
}

#searchText {
  margin-right: 5px;
  /* Adds some space between the input and the search icon */
  border: none;
  border-bottom: solid 1px var(--primary-color);
}

#searchBar {
  cursor: pointer;
  padding: 10px 15px 0px 0px;
  font-size: 15px;
  display: inline;
  float: right;
  display: flex;
  /* Ensures the search bar and button align correctly */
  align-items: center;
}

@media (max-width: 767px) {
  #searchBar {
    padding: 0px;
    padding-bottom: 5px;
    width: 100%;
  }

  #searchText {
    width: 89%;
  }
}

.json-alt {
  height: 250px;
  width: calc(50% - 32px) !important;
  text-align: left;
  display: inline-block;
  margin: 0;
  border: black solid 1px;
}

@media (max-width: 767px) {
  .json-alt {
    width: 90% !important;
  }
}

.font_bold {
  font-weight: bold;
}

.phone {
  margin: 10px 0px;
}

.phone-prefix {
  width: 50px !important;
}

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

.chatSource label {
  font-size: 18px;
  padding: 4px;
  margin: 4px;
}

#source {
  font-size: 17px;
}

#anaimo-whats {
  /* display: inline-block; */
  padding-left: 5px;
}

#logo {
  cursor: pointer;
  height: 30px;
}

.inline-btn {
  margin-left: 15px;
  width: auto;
  padding: 10px 18px;
}

#tncpopup {
  display: none;
  background-color: var(--primary-color);
  margin: auto;
  border: #fff solid 2px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 15px;
  color: white;
  padding: 30px 0px;
  text-align: center;
  align-content: center;
}

#alert-tnc-msg {
  margin: 50px;
  margin-top: 25px;
  height: 80%;
  overflow-y: auto;
  text-align: left;
  border: 2px white solid;
  padding: 5px;
}

#tncpopup .Anaimo-ai-confirm-footer {
  display: block !important;
  position: unset;
  width: auto;
}

#tnc-confirm-yes:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#tnc-confirm-yes:enabled {
  opacity: 1;
  cursor: pointer;
}

.center-prent {
  height: 100%;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
}

#newVer {
  /* display: none; */
  position: absolute;
  bottom: 5%;
  width: 90%;
  height: 90%;
  background-color: white;
  border: 1px solid black;
  border-radius: 15px;
  padding: 15px;
  padding-top: 25px;
  overflow: hidden;
  z-index: 80;
}


#newVerContainer {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.anim-container {
  display: flex;
  background-color: #ff7676;
  border-radius: 50%;
  bottom: 60px;
  right: 10px;
  position: fixed;
  width: 100px;
  height: 100px;
  z-index: 1;
}

.anim-right {
  position: absolute;
  top: 26px;
  right: 20px;
  width: 48px;
  height: 32px;
}

.anim-left {
  position: absolute;
  bottom: 26px;
  left: 20px;
  width: 48px;
  height: 32px;
}

.animate .anim-left,
.animate .anim-right {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.animate .anim-left {
  transform-origin: bottom left;
  animation-name: tilt-left;
}

.animate .anim-right {
  transform-origin: bottom right;
  animation-name: tilt-right;
}

.link-style {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.Anaimo-ai-popup-header {
  display: flex;
  flex-direction: column;
}

.Anaimo-ai-popup-header label {
  margin-bottom: 1px;
  padding: 0em;
}

#uscaInfo {
  font-size: 14px;
  margin: 0px;
  padding-bottom: 1.2em;
}

.custom-dropdown-button {
  border: none;
  color: var(--primary-color) !important;
  background-color: transparent;
}

.caption-search {
  display: flex;
  /* Enables Flexbox */
  justify-content: space-between;
  /* Distributes space between the two divs */
  align-items: center;
  /* Vertically aligns items within the container */
}

.dropup-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  padding: .5rem 0;
  margin: 0;
  text-align: right;
  font-size: 1rem;
  color: #212529;
  list-style: none;
  bottom: 100px;
  right: 0px;
  opacity: 0;
  transform: translateY(20px);
  /* Start off below the button */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.dropup-menu.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
  /* Move into position */
}

.dropup-menu .dropdown-item {
  opacity: 0;
  transform: translateY(20px);
}

.dropup-menu.show .dropdown-item {
  animation: stack-up 0.5s forwards;
  /* Invert the delay by using the total number of items minus the current index */
  animation-delay: calc(0.1s * (var(--total-items) - var(--i)));
}


.labeled-container {
  border: 1px solid gray;
  background-color: inherit;
}

.labeled-container-label {
  top: -0.9rem;
  left: 1rem;
  background-color: inherit;
  gap: 10px;
  background-color: #cccccc;
  /* or whatever matches your container bg */
}

.labeled-container-label-icon {
  transition: transform 350ms ease 0s;
}

.labeled-container-label-icon.collapsed {
  transform: rotateZ(180deg);
}


#logout {
  width: 35px;
}

@media (max-width: 767px) {
  #sentences-balloon {
    padding: 0px 25px;
  }
}

@media (min-width: 768px) {
  .phone-country-select {
    max-width: 160px;
  }

  .phone-code-control {
    max-width: 200px;
  }
}


/** Utilities */
.no-margin {
  margin: 0 !important;
}

.cb-container {
  display: inline-flex;
}

.cb-container input[type="checkbox"] {
  margin-left: 15px;
  width: 20px !important;
}

.big-button {
  width: 120px;
  height: 60px;
}

@media (max-width: 767px) {
  .big-button {
    width: 100px;
    height: 50px;
  }

  .Anaimo-ai-confirm-footer {
    width: 60%;
    left: 20%;
  }

  .Anaimo-ai-frmfooter .Anaimo-ai-button {
    margin: 5px !important;
    padding: 0px;
  }

  .Anaimo-ai-button .icon {
    margin-bottom: 4px;
    width: 16px !important;
  }

  .dropdown-item .Anaimo-ai-button {
    padding: 5px !important;
  }

  .Anaimo-ai-tab label {
    padding: 0px;
    font-size: 20px;
  }
}

.wapp-div {
  border: 1px solid black;
  margin: 10px;
}

.wapp-div textarea {
  max-width: 800px;
  resize: none;
}

.chart_container {
  min-width: 600px;
}


.fs-tiny {
  font-size: 0.8rem;
}

.c-pointer {
  cursor: pointer;
}

@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
}

.unread {
  font-weight: 600;
}

.tool-button {
  padding: 8px 16px;
  margin: 5px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#addFields:hover {
  background-color: #218838;
}

#removeFields:hover {
  background-color: #c82333;
}

/* Optional: active effects */
.tool-button:active {
  transform: scale(0.97);
}

#usca-t-ImageUrl_browse {
  margin: 0;
  margin-left: 5px;
  padding: 9.5px;
}