/* @import "../../../../node_modules/antd/dist/antd.less";*/
html {
  height: unset;
  min-height: 100%;
}
@font-face {
  font-family: 'Geomanist';
  font-weight: 400;
  font-style: normal;
  src: local('Geomanist'), url('/assets/fonts/geomanist-medium-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-weight: 100 900;
  /* Covers all weights from 100 to 900 */
  font-style: normal;
  src: url('/assets/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
}
tr.show-button-on-hover button {
  opacity: 0;
}
tr.show-button-on-hover:hover button {
  opacity: 1;
}
.appcues .appcues-widget-dropdown {
  position: fixed !important;
  top: 50px !important;
  right: 180px !important;
  left: initial !important;
  bottom: initial !important;
  transform: none !important;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.appcues .appcues-widget-dropdown:after,
.appcues .appcues-widget-dropdown:before {
  display: none;
}
.appcues .appcues-widget-content {
  max-height: 149px !important;
  overflow-y: auto !important;
}
.appcues .appcues-widget-footer {
  border-top: #eeeeee solid 1px;
  display: flex;
  justify-content: center;
}
.appcues .appcues-nothing-new {
  font-size: 16px !important;
  color: black !important;
}
.appcues time {
  display: none;
}
.appcues li a {
  font-weight: 400;
  color: black;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 5px !important;
}
.appcues li a:before {
  content: "";
  width: 16px;
  height: 16px;
  float: left;
  margin: 4px 12px 0 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='64 64 896 896' focusable='false'%3E%3Cpath d='M348 676.1C250 619.4 184 513.4 184 392c0-181.1 146.9-328 328-328s328 146.9 328 328c0 121.4-66 227.4-164 284.1V792c0 17.7-14.3 32-32 32H380c-17.7 0-32-14.3-32-32V676.1zM392 888h240c4.4 0 8 3.6 8 8v32c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32v-32c0-4.4 3.6-8 8-8z' /%3E%3C/svg%3E");
  filter: invert(28%) sepia(93%) saturate(3246%) hue-rotate(195deg) brightness(96%) contrast(103%);
}
.appcues .copilot-appcues-header {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.appcues .copilot-appcues-footer {
  display: inline-block;
  font-size: 14px;
  margin: 7px 0 2px;
  color: #008D97;
  cursor: pointer;
  padding: 0 13px;
}
.copilot-collapse-header {
  align-items: center !important;
}
.copilot-collapse-header-text {
  width: 100%;
}
.copilot-drawer-header-close-only {
  padding: 16px 0 0;
  margin-right: 17px;
  position: fixed;
  right: 0;
  z-index: 999;
}
