@import url("https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap");
@use 'sass:map';
:export {
  accentPrimary: var(--colors-accent-primary);
  accentSecondary: var(--colors-accent-secondary);
  accentDark: var(--colors-accent-dark);
  textPrimary: var(--colors-text-primary);
  textSecondary: #3a3a3a;
  textTertiary: #808080;
  neutralGrey: #cdcdcd;
  neutralLightGrey: #f3f3f3;
  neutralLightestGrey: #f3f3f3;
  neutralDarkGrey: #141414;
  successPrimary: var(--colors-success-primary);
  successSecondary: var(--colors-success-secondary);
  failurePrimary: var(--colors-failure-primary);
  failureSecondary: var(--colors-failure-secondary);
  warningPrimary: var(--colors-warning-primary);
  warningSecondary: var(--colors-warning-secondary);
  branchPrimary: var(--actionBlockColors-branch-primary);
  branchSecondary: var(--actionBlockColors-branch-secondary);
  informativePrimary: var(--actionBlockColors-informative-primary);
  informativeSecondary: var(--actionBlockColors-informative-secondary);
  inputPrimary: var(--actionBlockColors-inputOnly-primary);
  inputSecondary: var(--actionBlockColors-inputOnly-secondary);
  thirdPartyPrimary: var(--actionBlockColors-thirdParty-primary);
  thirdPartySecondary: var(--actionBlockColors-thirdParty-secondary);
  triggersPrimary: var(--actionBlockColors-triggers-primary);
  triggersSecondary: var(--actionBlockColors-triggers-secondary);
  wotFunctionsPrimary: var(--actionBlockColors-wotFunctions-primary);
  wotFunctionsSecondary: var(--actionBlockColors-wotFunctions-secondary);
  newHeading1FontFamily: var(--text-newHeading1-fontFamily);
  newHeading2FontFamily: var(--text-newHeading2-fontFamily);
  newHeading3FontFamily: var(--text-newHeading3-fontFamily);
  newHeading4FontFamily: var(--text-newHeading4-fontFamily);
  newBody1FontFamily: var(--text-newBody1-fontFamily);
  newBody2FontFamily: var(--text-newBody2-fontFamily);
  newBody3FontFamily: var(--text-newBody3-fontFamily);
  newBody4FontFamily: var(--text-newBody4-fontFamily);
  newBody5FontFamily: var(--text-newBody5-fontFamily);
  newHeading1FontSize: var(--text-newHeading1-fontSize);
  newHeading2FontSize: var(--text-newHeading2-fontSize);
  newHeading3FontSize: var(--text-newHeading3-fontSize);
  newHeading4FontSize: var(--text-newHeading4-fontSize);
  newBody1FontSize: var(--text-newBody1-fontSize);
  newBody2FontSize: var(--text-newBody2-fontSize);
  newBody3FontSize: var(--text-newBody3-fontSize);
  newBody4FontSize: var(--text-newBody4-fontSize);
  newBody5FontSize: var(--text-newBody5-fontSize);
  newHeading1FontWeight: var(--text-newHeading1-fontWeight);
  newHeading2FontWeight: var(--text-newHeading2-fontWeight);
  newHeading3FontWeight: var(--text-newHeading3-fontWeight);
  newHeading4FontWeight: var(--text-newHeading4-fontWeight);
  newBody1FontWeight: var(--text-newBody1-fontWeight);
  newBody2FontWeight: var(--text-newBody2-fontWeight);
  newBody3FontWeight: var(--text-newBody3-fontWeight);
  newBody4FontWeight: var(--text-newBody4-fontWeight);
  newBody5FontWeight: var(--text-newBody5-fontWeight);
  newHeading1LineHeight: var(--text-newHeading1-lineHeight);
  newHeading2LineHeight: var(--text-newHeading2-lineHeight);
  newHeading3LineHeight: var(--text-newHeading3-lineHeight);
  newHeading4LineHeight: var(--text-newHeading4-lineHeight);
  newBody1LineHeight: var(--text-newBody1-lineHeight);
  newBody2LineHeight: var(--text-newBody2-lineHeight);
  newBody3LineHeight: var(--text-newBody3-lineHeight);
  newBody4LineHeight: var(--text-newBody4-lineHeight);
  standardBorderRadius: var(--borderRadius-standard);
  constantsWhite: #ffffff;
  constantsBlack: #000000;
  constantsLightWhite: #e8e9ef;
  constantsLightGray: #f0f0f0;
  constantsLightGreen: #12bc65;
  constantsDarkLightGray: #afb2b3;
  constantsHover: #091e420a;
  glictchColor: #3a43a8;
  lightRed: #ffe4e4;
  roleLabelTextColor: #e7e7e7;
  passwordStrengthColorGreyPrimary: #858585;
  passwordStrengthColorGreySecondary: #b1b8bb;
  passwordStrengthColorRedPrimary: #ff0000;
  passwordStrengthColorRedSecondary: #ff000029;
  passwordStrengthColorOrangePrimary: #fc7c29;
  passwordStrengthColorOrangeSecondary: #f5be4f;
  passwordStrengthColorYellowPrimary: #f1b000;
  passwordStrengthColorYellowSecondary: #f1b00029;
  passwordStrengthColorGreenPrimary: #13be66;
  passwordStrengthColorGreenSecondary: #13be6629;
  gray100: #f3f3f3;
  gray200: #e4e4e4;
  gray400: #cdcdcd;
  gray500: #808080;
  gray600: #6d6d6d;
  primary50: #eff4ff;
  weight500: 500;
  weight400: 400;
  weight600: 600; }

html,
body {
  height: 100%;
  width: 100%; }

body {
  /* min-height: 100%;
    min-width:100%;
    max-width:100%; */
  margin: 0;
  color: #3a3a3a;
  position: relative;
  overflow: hidden;
  line-height: 1.42857143;
  font-size: 14px; }

pre {
  padding: 0;
  font-size: var(--text-newBody1-fontSize);
  background-color: transparent;
  border: none;
  font-family: var(--text-newBody1-fontFamily) !important;
  font-weight: var(--text-newBody1-fontWeight); }

hr {
  border: 0;
  border-top-width: 1px;
  border-top-style: solid; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500; }

img {
  vertical-align: middle; }

input,
button {
  line-height: inherit;
  font-family: inherit; }

td,
th {
  line-height: inherit !important; }

#content {
  height: 100%; }

.main-content {
  display: flex !important;
  height: 100%; }

.dashboard-main-content {
  padding-left: 65px; }
  @media screen and (max-width: 767px) {
    .dashboard-main-content {
      padding-left: 0px; } }

.content {
  /* padding: 30px; */
  height: 100%;
  width: 100%;
  color: #3a3a3a;
  overflow-x: hidden; }

.account-settings {
  position: fixed;
  bottom: 65px; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
  display: none;
  overflow: hidden; }

.modal-open .modal {
  display: block;
  overflow-x: hidden;
  overflow-y: auto; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.in {
  opacity: 0.5; }

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, 25%); }

.modal.in .modal-dialog {
  transform: translate(0, 0); }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }

.error-message-container {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  padding: 45px; }

.error-title {
  text-align: center;
  color: var(--colors-text-primary);
  font-family: var(--text-newHeading1-fontFamily);
  font-size: var(--text-newHeading1-fontSize);
  font-weight: var(--text-newHeading1-fontWeight);
  line-height: var(--text-newHeading1-lineHeight); }

.error-message {
  margin-top: 20px;
  color: var(--colors-text-primary);
  word-wrap: break-word;
  font-family: var(--text-newBody2-fontFamily) !important;
  font-weight: var(--text-newBody2-fontWeight); }

.error-action-container {
  margin-top: 40px;
  height: 40px;
  display: flex;
  align-items: center; }

.form-action-button {
  width: 100%;
  background-color: var(--colors-accent-primary);
  border-radius: 3px;
  border: none;
  padding: 10px 22px 10px 22px;
  color: #ffffff;
  cursor: pointer;
  font-size: var(--text-newBody1-fontSize);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: var(--text-newBody1-fontFamily);
  font-weight: var(--text-newBody1-fontWeight);
  -ms-transition: all 0.3s; }

.form-action-button:focus {
  outline: none !important; }

.edit-username-container {
  padding: 0px 30px; }

.screen-subtitle {
  color: #808080;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: initial;
  font-weight: bold; }

.screen-later {
  color: #3a43a8; }

.screen-header {
  font-size: 30px;
  font-weight: bold;
  font-family: var(--text-newBody3-fontFamily);
  padding: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%; }

.live-chat-header {
  background-color: #ffffff;
  height: 60px;
  padding: 10px;
  border-bottom: 1px solid #f3f3f3; }

.live-chat-header-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 15px;
  height: 100%; }

.toggle-button {
  color: white; }

input[type='radio'] {
  display: none; }

.header-dropdown-button {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0; }

.dropdown-image-button img {
  object-fit: cover;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border-radius: 50%; }

.settings-image-button {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0; }

.settings-image-button:focus {
  outline: none !important; }

.dropdown-image-button:focus {
  outline: none !important; }

.toggle-item-container {
  position: relative; }

.conversation-list-item-active-indicator {
  height: 8px;
  width: 8px;
  background-color: rgba(8, 128, 0, 0.56);
  border-radius: 50%;
  margin-right: 5px; }

.new-message-active-indicator {
  height: 8px;
  width: 8px;
  background-color: red;
  border-radius: 50%;
  top: 5px;
  float: right;
  position: absolute;
  right: 25px; }

.dashboard-message-indicator {
  height: 8px;
  width: 8px;
  background-color: red;
  border-radius: 50%;
  margin-top: -5px;
  float: right; }

.enable-live-chat-container {
  margin: 20px; }

.main-header {
  background-color: #3a43a8; }

.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 35px;
  font-weight: 500;
  padding-top: 2px;
  font-family: var(--text-newBody3-fontFamily) !important; }

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.checkmark:after {
  content: '';
  position: absolute;
  display: none; }

.bot-footer-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
  align-items: flex-start; }

.action-text {
  margin-right: 6px;
  font-size: 13px; }

.profile-file-uploader {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer; }

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

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

.emojione {
  height: 20px;
  width: 20px; }

.settings-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  margin-top: -121;
  left: 45px; }

.settings-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e7e7e7; }

.profile-menu {
  position: absolute;
  /* top: 100%; */
  left: 0;
  z-index: 1000;
  display: block;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  margin-top: -121;
  left: 45px; }

.delete-button {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0; }

.account-list-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.account-list-name {
  padding-right: 5px;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

#checked {
  padding-left: 5px; }

@media screen and (max-width: 767px) and (min-width: 321px) {
  .error-message-container {
    padding: 30px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .error-message-container {
    padding: 30px; } }

.edit-username {
  border-radius: 12px;
  color: white;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: absolute;
  margin: auto;
  overflow: auto;
  padding-top: 30px; }

.edit-accountname {
  border-radius: 12px;
  color: white;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: absolute;
  margin: auto;
  overflow: auto;
  margin-left: 30px; }

div[role='alert'] {
  width: 100%; }

#imageUpload {
  display: none; }

#profileImage {
  cursor: pointer;
  display: block;
  margin: auto; }

#profile-container {
  width: 64px;
  height: 64px;
  background-color: lightgray;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

#profile-container img {
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.profile-file-uploader {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 50%;
  cursor: pointer;
  align-self: center;
  display: flex;
  font-size: 0; }

.imageContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: white;
  font-weight: bold; }

.imageContainer:hover .change {
  display: flex !important; }

.imageContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.previewImage {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto; }

.profile-preview:hover .change {
  display: inline-flex; }

.filter-data {
  font-size: var(--text-newBody1-fontSize);
  font-family: var(--text-newBody1-fontFamily);
  font-weight: var(--text-newBody1-fontWeight);
  margin-left: 15px;
  margin-right: 15px; }

.analytics-filter {
  padding: 10px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  margin-right: 37px; }

.analytics-report-title-container {
  margin-bottom: 30px;
  padding: 0px 50px;
  font-size: 20px;
  display: flex; }

.analytics-report-title {
  margin-left: 20px; }

.analytics-card-container {
  min-width: 250px;
  max-width: 300px;
  border-radius: 12px;
  margin-left: 20px;
  margin-right: 20px;
  height: 200px;
  border-radius: 12px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.analytics-card-container:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px); }

.analytics-detail-container {
  width: 100%;
  height: 50%; }

.analytics-detail-data {
  margin: 20px; }

.analytics-detail-graph {
  width: 100%;
  height: 50%; }

.analytics-data-contaier {
  margin: 30px; }

.analytics-count {
  font-size: 35px;
  color: #3a3a3a;
  float: left;
  display: flex; }

.analytics-percentage {
  color: #009933;
  float: right;
  margin-top: 8px;
  margin-left: 5px; }

.analytics-data-container {
  display: flex;
  align-items: center; }

.analytics-cards-container {
  padding: 0 50px; }

.analytics-map-container {
  margin: 0 auto;
  display: flex; }

.analytics-list-container {
  padding: 0 45px;
  display: flex;
  flex-wrap: wrap; }

.analytics-list-sub-container {
  width: calc(50% - 80px);
  margin: 40px;
  min-width: 250px;
  min-height: 350px;
  border-radius: 12px;
  max-height: 350px;
  display: inline-table;
  text-align: left; }

.analytics-list-header {
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.analytics-report-title-badge-text {
  margin-right: auto !important;
  margin-left: 5px !important;
  margin: auto; }

.analytics-list-data {
  padding-right: 30px;
  padding-left: 30px; }

.analytics-list-content {
  position: relative; }

.data-title {
  float: left;
  line-height: 1.2em;
  height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
  max-width: 500px; }

#first-column {
  display: flex;
  flex-direction: column; }

.data-response {
  overflow-x: hidden;
  text-overflow: ellipsis;
  padding-right: 8px; }

.analytics-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px; }

.analytics-list-data li {
  list-style: none; }

.detail-analytics-list {
  padding: 0 50px; }

.analytics-map-detail {
  margin: 50px;
  border-radius: 12px;
  max-width: 350px;
  min-width: 200px;
  max-height: 500px;
  overflow-y: auto; }

.analytics-container1 {
  width: 60%; }

.analytics-container2 {
  width: 40%; }

.analytics-detail-list-data {
  padding: 10px;
  padding-right: 30px;
  padding-left: 30px;
  overflow: auto;
  max-height: 400px; }

.analytics-detail-list {
  padding: 10px 20px;
  overflow: auto;
  list-style: none; }

.react-datepicker__input-container input {
  padding: 9px !important;
  cursor: pointer; }

#normal-kpi .recharts-surface,
#returning-kpi .recharts-surface {
  cursor: pointer;
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important; }

#area-chart-new-count .recharts-surface,
#area-chart-total-count .recharts-surface {
  border: 0px !important;
  cursor: pointer; }

.graph-unavialable {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.nodata-available {
  display: flex;
  justify-content: center;
  align-content: center;
  min-height: 230px;
  flex-direction: column;
  align-items: center; }

.analytics-count div {
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  line-height: 55px;
  margin-left: 5px; }

.main-analytics-container {
  display: flex;
  flex-direction: column; }

.bot-details {
  font-size: 20px;
  color: #3a3a3a;
  text-align: right; }

.analytics-list-firstline {
  display: flex;
  flex-direction: column;
  width: 100%; }

.analytics-list-nextline {
  display: flex;
  flex-direction: column;
  width: 100%; }

.data-percentage {
  float: right;
  width: 20%;
  max-width: 170px;
  text-align: right;
  overflow-x: hidden;
  text-overflow: ellipsis;
  color: #009933; }

.version-data {
  color: #3a3a3a;
  font-size: 12px;
  margin-left: 10px;
  font-weight: normal; }

/* card view support css*/
.message-options {
  border-radius: 5px;
  font-size: 12px; }

.message-options-button {
  background-color: white;
  border-radius: 6px;
  cursor: pointer;
  /* width: 100%; */
  min-height: 30px;
  font-size: var(--text-newBody2-fontSize);
  color: var(--colors-text-primary);
  border: 1.5px solid #808080;
  font-family: var(--text-newBody2-fontFamily);
  margin-top: 8px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 500;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.message-options-button > * {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.message-options-button:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-color: var(--colors-accent-secondary);
  background-color: var(--colors-accent-secondary) !important;
  color: #ffffff; }

li.slider-slide {
  opacity: 0.3; }

.slider {
  width: 282px !important; }

.slider-frame {
  overflow: unset !important; }

.slider-control-centerleft {
  left: -53px !important; }

.slider-control-centerright {
  right: -8px !important; }

.slider-frame {
  overflow: unset !important; }

/*options view css */
.options-message {
  margin-bottom: 10px;
  text-align: initial;
  font-family: var(--text-newBody3-fontFamily);
  font-weight: var(--text-newBody3-fontWeight);
  font-size: var(--text-newBody2-fontSize);
  color: var(--colors-text-primary); }

a.card-link:link {
  text-decoration: none;
  color: unset; }

a.card-link:visited {
  text-decoration: none;
  color: var(--colors-text-primary); }

a.card-link:hover {
  text-decoration: none;
  color: unset; }

a.card-link:active {
  text-decoration: none;
  color: var(--colors-text-primary); }

a.card-link:focus {
  text-decoration: none;
  color: var(--colors-text-primary) !important; }

a.link:link {
  color: var(--colors-text-primary);
  font-weight: 400;
  text-decoration: none;
  font-family: var(--text-newBody2-fontFamily); }

a.link:visited {
  color: var(--colors-text-primary);
  font-weight: 400;
  text-decoration: none;
  font-family: var(--text-newBody2-fontFamily); }

a.link:hover {
  color: var(--colors-text-primary);
  font-weight: 400;
  text-decoration: none;
  font-family: var(--text-newBody2-fontFamily); }

a.link:active {
  color: #3a3a3a;
  font-weight: 400;
  text-decoration: none;
  font-family: var(--text-newBody2-fontFamily); }

.timestamp {
  margin-right: 10px;
  font-size: 10px;
  color: #3a3a3a;
  font-size: 10px;
  /* font-style: italic; */
  margin-left: 10px;
  margin-top: 16px;
  font-size: var(--text-newBody3-fontSize);
  font-family: var(--text-newBody3-fontFamily);
  font-weight: var(--text-newBody3-fontWeight); }

.bot-logo {
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100000 !important;
  visibility: hidden;
  display: none;
  top: 0; }

.image-popup-animation {
  -webkit-animation: fade-in 0.6s ease-in-out;
  -moz-animation: fade-in 0.6s ease-in-out;
  -ms-animation: fade-in 0.6s ease-in-out;
  -o-animation: fade-in 0.6s ease-in-out;
  animation: fade-in 0.6s ease-in-out; }

.image-closeup-animation {
  -webkit-animation: fade-out 0.6s ease-in-out;
  -moz-animation: fade-out 0.6s ease-in-out;
  -ms-animation: fade-out 0.6s ease-in-out;
  -o-animation: fade-out 0.6s ease-in-out;
  animation: fade-out 0.6s ease-in-out; }

.send-email-invite {
  margin-top: 55px;
  margin-bottom: 30px; }

.send-email-invite .checkbox-container input:not(:checked) ~ .checkmark {
  display: block; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.bot-name {
  font-size: 16px;
  font-weight: bold;
  font-family: var(--text-newBody3-fontFamily); }

.notifications-popup {
  background: #5786b6;
  color: white;
  width: 100%;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  font-family: var(--text-newBody3-fontFamily);
  font-weight: 600; }

.close-notifications {
  margin-right: 20px;
  font-size: 25px;
  cursor: pointer; }

.toast-title {
  font-size: var(--text-newBody1-fontSize);
  font-family: var(--text-newBody1-fontFamily);
  font-weight: var(--text-newBody1-fontWeight); }

.toast-user-message {
  font-style: italic; }

.account-icon-group {
  align-items: center;
  display: flex; }

.bot-list-dropdown {
  float: right;
  border-radius: 6px; }

.bot-list-dropdown div.dropdown-container > div.dropdown-display {
  border-radius: 6px;
  background-color: #3a43a8;
  border: none;
  font-family: var(--text-newBody3-fontFamily) !important;
  font-weight: var(--text-newBody3-fontWeight); }

.bot-list-dropdown .dropdown-container {
  min-width: 220px !important;
  background-color: #3a43a8;
  border: none; }

.bot-list-dropdown div.dropdown-container > div.dropdown-display > i {
  color: #ffffff;
  padding-right: 20px; }

.bot-list-dropdown div.dropdown-container > div.dropdown-display > span {
  color: #ffffff;
  font-family: var(--text-newBody3-fontFamily) !important;
  font-weight: var(--text-newBody3-fontWeight); }

table#top-url td {
  word-break: break-word !important;
  white-space: unset !important; }

.live-chat-header #live-chat-header-item {
  justify-content: flex-end;
  margin-right: 15px; }

label.radio-button-container {
  margin-bottom: 0px; }

#react-paginate {
  display: flex;
  justify-content: center;
  margin-top: 5px; }

#react-paginate ul {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px; }

#react-paginate li {
  display: inline-flex; }

.page {
  margin: 0 5px; }

.search-box-input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  padding-left: 35px;
  padding-right: 12px;
  height: 100%;
  background-image: url("/static/img/search_icon.png");
  background-repeat: no-repeat;
  background-position-x: 15px;
  background-position-y: center;
  text-indent: 15px;
  background-color: transparent; }

.action-container .form-action-button:disabled {
  background-color: #f3f3f3; }

.action-container .form-action-button:disabled:hover {
  transform: none;
  box-shadow: none; }

.screen-body {
  display: flex;
  width: 100%;
  padding: 0px 30px 30px 0px; }

.left-main-content {
  width: 50%; }

.right-main-content {
  width: 40%;
  text-align: center;
  margin-left: 38%;
  margin-top: -25px; }

.question-text {
  padding: 10px 0 10px 0;
  border: none;
  width: 100%;
  display: flex;
  margin: 0px 10% 0px 15%; }

.answer {
  margin-bottom: 10px; }

.answer-container {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

.answer-text {
  text-align: left; }

.screen-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 6%;
  margin-bottom: 6%; }

/* Edge */
@supports (-ms-ime-align: auto) {
  .screen-container {
    justify-content: space-around; } }

/* Internet Explorer */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .screen-container {
    justify-content: space-around; } }

.faq-modal {
  padding: 4%; }

.faq-modal-intent-text {
  padding: 10px 0 10px 0;
  border: none;
  width: 100%;
  display: flex;
  padding-left: 6%;
  font-size: var(--text-newBody1-fontSize);
  font-family: var(--text-newBody1-fontFamily);
  font-weight: var(--text-newBody1-fontWeight);
  font-stretch: normal;
  line-height: 1.2;
  color: var(--colors-text-primary); }

.ql-editor {
  max-height: 240px; }

.no-intent-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #808080;
  height: 238px; }

/* For 1024 Resolution */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .right-main-content {
    margin-left: 80px; } }

/* For 1366 Resolution */
@media only screen and (min-width: 1030px) and (max-width: 1366px) {
  .right-main-content {
    margin-left: 80px; } }

@media only screen and (min-width: 1370px) and (max-width: 1605px) {
  .right-main-content {
    margin-left: 100px; } }

/* finish here for details item bot name */
/* For 1366 Resolution */
/*-------------------------*/
#settings {
  position: fixed;
  bottom: 135px; }

.title span {
  color: var(--colors-text-primary) !important;
  font-size: var(--text-newHeading4-fontSize) !important;
  font-family: var(--text-newBody1-fontFamily) !important;
  font-weight: var(--text-newBody1-fontWeight); }

.sidePanelWrapper .MuiListItem-gutters {
  padding-right: 2px !important; }

.MuiListItem-root.Mui-selected,
.MuiListItem-root.Mui-selected:hover {
  background-color: var(--colors-accent-secondary) !important; }

.MuiListItemSecondaryAction-root {
  cursor: pointer; }

.MuiListItemSecondaryAction-root:hover {
  background-color: var(--colors-accent-secondary) !important; }

.MuiSvgIcon-root {
  position: absolute !important;
  right: 9px !important; }

.MuiListItemText-root-25 span {
  font-size: 14px; }

.MuiListItem-root-11.MuiListItem-selected-22 {
  background-color: var(--colors-accent-secondary) !important; }

.MuiList-root-10 {
  color: #3a3a3a;
  font-family: var(--text-newBody3-fontFamily);
  font-size: 14px !important;
  font-weight: 400; }

.fixIconWidth {
  padding: 2px;
  margin: -2px; }

.account-settings-container {
  display: flex;
  flex-direction: column; }

.account-settings-container .edit-username {
  margin: 0 !important; }

.account-timezone-container {
  margin-top: 40px; }

.Rectangle-1751 {
  width: 262px;
  height: 100%;
  background-color: #40b3ba26;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 10px;
  max-width: 80%;
  word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.Rectangle-1751 p {
  margin: 0; }

.analytics-title {
  color: var(--colors-text-primary);
  margin-left: 54px;
  margin-right: 10px;
  text-transform: initial;
  font-weight: var(--text-newHeading1-fontFamily); }

#build-bot .icon-add-new .path1:before {
  color: var(--colors-accent-primary); }

#build-bot .icon-add-new .path2:before {
  color: #ffffff; }

.success-toast-wrapper {
  position: fixed;
  max-width: 466px;
  left: calc(50% - 233px);
  top: 9px;
  width: 100%;
  top: 9px;
  width: 100%;
  z-index: 1000; }

@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%); } }

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: $neutralLightGrey;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block;
  /* Enable animation */
  background-color: var(--base-color);
  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* Necessary for overflow: hidden to work correctly in Safari */ }

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, var(--base-color), var(--highlight-color), var(--base-color));
  transform: translateX(-100%);
  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }

.heatmap-chart .apexcharts-legend-series {
  margin: 0 !important;
  margin-bottom: 5px !important; }

.heatmap-chart .apexcharts-legend-marker {
  border-radius: 0 !important;
  height: 16px !important;
  width: 16px !important; }

.heatmap-chart .apexcharts-legend-series:last-child {
  display: none !important; }

.heatmap-chart .heatmap-legend {
  position: absolute;
  font-family: var(--text-newBody2-fontFamily);
  font-weight: var(--text-newBody2-fontWeight);
  left: -40px;
  top: -4px; }

.heatmap-chart .heatmap-legend__last {
  font-family: var(--text-newBody2-fontFamily);
  font-weight: var(--text-newBody2-fontWeight);
  margin-left: 5px;
  margin-top: 4px; }

.heatmap-chart .apexcharts-legend {
  margin-left: 47px; }

.heatmap-chart .legend-text {
  color: var(--colors-text-primary);
  font-family: var(--text-newBody1-fontFamily) !important;
  font-weight: var(--text-newBody1-fontWeight);
  font-size: var(--text-newBody3-fontSize);
  margin: 0 8px; }

.heatmap-chart .apexcharts-align-center {
  align-items: center; }

.heatmap-chart .apexcharts-yaxis {
  transform: translate(29px, -10px); }

.heatmap-chart .tooltip-heatmap {
  padding: 5px 10px;
  font-size: 12px; }
  .heatmap-chart .tooltip-heatmap .content {
    font-size: 12px !important;
    color: var(--colors-text-primary);
    font-family: var(--text-newBody1-fontFamily) !important;
    font-weight: var(--text-newBody1-fontWeight); }

.apexcharts-tooltip {
  font-size: 12px !important;
  color: var(--colors-text-primary);
  font-family: var(--text-newBody1-fontFamily) !important;
  font-weight: var(--text-newBody1-fontWeight); }

.emoji-mart,
.emoji-mart * {
  box-sizing: border-box;
  line-height: 1.15; }

.emoji-mart {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #222427;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #ffffff; }

.emoji-mart .emoji-mart-emoji {
  padding: 6px; }

.emoji-mart-bar {
  border: 0 solid #d9d9d9; }

.emoji-mart-bar:first-child {
  border-bottom-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.emoji-mart-bar:last-child {
  border-top-width: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.emoji-mart-anchors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 6px;
  line-height: 0; }

.emoji-mart-anchor {
  position: relative;
  display: block;
  flex: 1 1 auto;
  color: #808080;
  text-align: center;
  padding: 12px 4px;
  overflow: hidden;
  transition: color 0.1s ease-out;
  margin: 0;
  box-shadow: none;
  background: none;
  border: none; }

.emoji-mart-anchor:focus {
  outline: 0; }

.emoji-mart-anchor:hover,
.emoji-mart-anchor:focus,
.emoji-mart-anchor-selected {
  color: var(--colors-text-primary); }

.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
  bottom: 0; }

.emoji-mart-anchor-bar {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--colors-text-primary); }

.emoji-mart-anchors i {
  display: inline-block;
  width: 100%;
  max-width: 22px; }

.emoji-mart-anchors svg,
.emoji-mart-anchors img {
  fill: currentColor;
  height: 18px;
  width: 18px; }

.emoji-mart-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 270px;
  padding: 0 6px 6px 6px;
  will-change: transform;
  /* avoids "repaints on scroll" in mobile Chrome */ }

.emoji-mart-search {
  margin-top: 6px;
  padding: 0 6px;
  position: relative;
  font-size: var(--text-newBody2-fontSize) !important;
  font-weight: var(--text-newBody2-fontWeight) !important;
  font-family: var(--text-newBody2-fontFamily) !important; }

.emoji-mart-search input {
  font-size: var(--text-newBody1-fontSize) !important;
  font-weight: var(--text-newBody1-fontWeight) !important;
  font-family: var(--text-newBody1-fontFamily) !important;
  display: block;
  width: 100%;
  padding: 5px 25px 6px 10px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  outline: 0; }

.emoji-mart-search input,
.emoji-mart-search input::-webkit-search-decoration,
.emoji-mart-search input::-webkit-search-cancel-button,
.emoji-mart-search input::-webkit-search-results-button,
.emoji-mart-search input::-webkit-search-results-decoration {
  /* remove webkit/blink styles for <input type="search">
   * via https://stackoverflow.com/a/9422689 */
  -webkit-appearance: none; }

.emoji-mart-search-icon {
  position: absolute;
  top: 7px;
  right: 11px;
  z-index: 2;
  padding: 2px 5px 1px;
  border: none;
  background: none; }

.emoji-mart-category .emoji-mart-emoji span {
  z-index: 1;
  position: relative;
  text-align: center;
  cursor: default; }

.emoji-mart-category .emoji-mart-emoji:hover:before {
  z-index: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  border-radius: 100%; }

.emoji-mart-category-label {
  z-index: 2;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.emoji-mart-category-label span {
  display: block;
  width: 100%;
  padding: 5px 6px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  font-family: var(--text-newBody2-fontFamily) !important;
  font-size: var(--text-newBody2-fontSize) !important;
  font-weight: var(--text-newBody2-fontWeight) !important;
  color: var(--colors-text-primary) !important; }

.emoji-mart-category-list {
  margin: 0;
  padding: 0; }

.emoji-mart-category-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }

.emoji-mart-emoji {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none; }

.emoji-mart-emoji-native {
  font-family: 'Segoe UI Emoji', 'Segoe UI Symbol', 'Segoe UI', 'Apple Color Emoji', 'Twemoji Mozilla', 'Noto Color Emoji', 'Android Emoji'; }

.emoji-mart-no-results {
  font-size: 14px;
  text-align: center;
  padding-top: 70px;
  color: #808080; }

.emoji-mart-no-results-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%; }

.emoji-mart-no-results .emoji-mart-category-label {
  display: none; }

.emoji-mart-no-results .emoji-mart-no-results-label {
  margin-top: 0.2em; }

.emoji-mart-no-results .emoji-mart-emoji:hover:before {
  content: none; }

.emoji-mart-preview {
  position: relative;
  height: 70px; }

.emoji-mart-preview-emoji,
.emoji-mart-preview-data,
.emoji-mart-preview-skins {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.emoji-mart-preview-emoji {
  left: 12px; }

.emoji-mart-preview-data {
  left: 68px;
  right: 12px;
  word-break: break-all; }

.emoji-mart-preview-skins {
  right: 30px;
  text-align: right; }

.emoji-mart-preview-skins.custom {
  right: 10px;
  text-align: right; }

.emoji-mart-preview-name {
  font-size: 14px; }

.emoji-mart-preview-shortname {
  font-size: 12px;
  color: #888; }

.emoji-mart-preview-shortname + .emoji-mart-preview-shortname,
.emoji-mart-preview-shortname + .emoji-mart-preview-emoticon,
.emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon {
  margin-left: 0.5em; }

.emoji-mart-preview-emoticon {
  font-size: 11px;
  color: #bbb; }

.emoji-mart-title span {
  display: inline-block;
  vertical-align: middle; }

.emoji-mart-title .emoji-mart-emoji {
  padding: 0; }

.emoji-mart-title-label {
  color: #999a9c;
  font-size: 26px;
  font-weight: 300; }

.emoji-mart-skin-swatches {
  font-size: 0;
  padding: 2px 0;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #ffffff; }

.emoji-mart-skin-swatches.custom {
  font-size: 0;
  border: none;
  background-color: #ffffff; }

.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch {
  width: 16px;
  padding: 0 2px; }

.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch.selected:after {
  opacity: 0.75; }

.emoji-mart-skin-swatch {
  display: inline-block;
  width: 0;
  vertical-align: middle;
  transition-property: width, padding;
  transition-duration: 0.125s;
  transition-timing-function: ease-out; }

.emoji-mart-skin-swatch:nth-child(1) {
  transition-delay: 0s; }

.emoji-mart-skin-swatch:nth-child(2) {
  transition-delay: 0.03s; }

.emoji-mart-skin-swatch:nth-child(3) {
  transition-delay: 0.06s; }

.emoji-mart-skin-swatch:nth-child(4) {
  transition-delay: 0.09s; }

.emoji-mart-skin-swatch:nth-child(5) {
  transition-delay: 0.12s; }

.emoji-mart-skin-swatch:nth-child(6) {
  transition-delay: 0.15s; }

.emoji-mart-skin-swatch.selected {
  position: relative;
  width: 16px;
  padding: 0 2px; }

.emoji-mart-skin-swatch.selected:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background-color: #ffffff;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-out; }

.emoji-mart-skin-swatch.custom {
  display: inline-block;
  width: 0;
  height: 38px;
  overflow: hidden;
  vertical-align: middle;
  transition-property: width, height;
  transition-duration: 0.125s;
  transition-timing-function: ease-out;
  cursor: default; }

.emoji-mart-skin-swatch.custom.selected {
  position: relative;
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0; }

.emoji-mart-skin-swatch.custom.selected:after {
  content: '';
  width: 0;
  height: 0; }

.emoji-mart-skin-swatches.custom .emoji-mart-skin-swatch.custom:hover {
  background-color: #f4f4f4;
  border-radius: 10%; }

.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom {
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0; }

.emoji-mart-skin-swatches.custom.opened
.emoji-mart-skin-swatch.custom.selected:after {
  opacity: 0.75; }

.emoji-mart-skin-text.opened {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #888;
  font-size: 11px;
  padding: 5px 2px;
  width: 95px;
  height: 40px;
  border-radius: 10%;
  background-color: #ffffff; }

.emoji-mart-skin {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  max-width: 12px;
  border-radius: 100%; }

.emoji-mart-skin-tone-1 {
  background-color: #ffc93a; }

.emoji-mart-skin-tone-2 {
  background-color: #fadcbc; }

.emoji-mart-skin-tone-3 {
  background-color: #e0bb95; }

.emoji-mart-skin-tone-4 {
  background-color: #bf8f68; }

.emoji-mart-skin-tone-5 {
  background-color: #9b643d; }

.emoji-mart-skin-tone-6 {
  background-color: #594539; }

/* For screenreaders only, via https://stackoverflow.com/a/19758620 */
.emoji-mart-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*
 * Dark mode styles
 */
.emoji-mart-dark {
  color: #ffffff;
  border-color: #555453;
  background-color: #222; }

.emoji-mart-dark .emoji-mart-bar {
  border-color: #555453; }

.emoji-mart-dark .emoji-mart-search input {
  color: #ffffff;
  border-color: #555453;
  background-color: #2f2f2f; }

.emoji-mart-dark .emoji-mart-search-icon svg {
  fill: #ffffff; }

.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before {
  background-color: #444; }

.emoji-mart-dark .emoji-mart-category-label span {
  background-color: #222;
  color: #ffffff; }

.emoji-mart-dark .emoji-mart-skin-swatches {
  border-color: #555453;
  background-color: #222; }

.emoji-mart-dark .emoji-mart-anchor:hover,
.emoji-mart-dark .emoji-mart-anchor:focus,
.emoji-mart-dark .emoji-mart-anchor-selected {
  color: #bfbfbf; }

.wistia_popover_overlay {
  position: fixed !important; }

.wistia_popover_embed {
  position: fixed !important;
  z-index: 2147483648 !important; }

.wistia_placebo_close_button {
  position: fixed !important;
  z-index: 2147483648 !important; }

.onboardingPopup-content {
  width: 80% !important;
  height: 80% !important;
  max-height: 768px;
  max-width: 1280px; }

.testAPIPopup-content {
  width: 80% !important;
  height: 95% !important;
  max-height: 1100px;
  max-width: 1350px; }

.variableArchivedHelperText {
  color: var(--colors-failure-primary);
  font-family: var(--text-newBody3-fontFamily);
  font-weight: var(--text-newBody3-fontWeight);
  font-size: var(--text-newBody3-fontSize);
  margin-top: 3px;
  line-height: 1.27; }

#impersonateTooltip {
  top: 0;
  left: 50%;
  position: fixed;
  padding: 0 12px;
  transform: translateX(-50%);
  font-family: var(--text-newBody3-fontFamily);
  font-size: var(--text-newBody3-fontSize);
  display: block;
  z-index: 999;
  border-radius: 4px;
  background-color: var(--colors-failure-primary);
  box-shadow: 0 0 8px 0px #cdcdcd;
  color: #ffffff;
  text-align: center; }

/* Collection default theme */
/* Grid default theme */
/* Table default theme */
.ReactVirtualized__Table__headerRow {
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center; }

.ReactVirtualized__Table__row {
  display: flex;
  flex-direction: row;
  align-items: center; }

.ReactVirtualized__Table__headerTruncatedText {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.ReactVirtualized__Table__headerColumn,
.ReactVirtualized__Table__rowColumn {
  margin-right: 10px;
  min-width: 0px; }

.ReactVirtualized__Table__rowColumn {
  text-overflow: ellipsis;
  white-space: nowrap; }

.ReactVirtualized__Table__headerColumn:first-of-type,
.ReactVirtualized__Table__rowColumn:first-of-type {
  margin-left: 10px; }

.ReactVirtualized__Table__sortableHeaderColumn {
  cursor: pointer; }

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

.ReactVirtualized__Table__sortableHeaderIcon {
  flex: 0 0 24px;
  height: 1em;
  width: 1em;
  fill: currentColor; }

/* List default theme */
