@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";
:root {
  --backgroundcolor: #000000;
  --backgroundcolor-dark: rgb(0, 0, 0);
  --backgroundcolor-light: rgb(51, 51, 51);
  --foregroundcolor: rgb(255, 255, 255);
  --foregroundcolor-disabled: rgb(64, 64, 64);
  --problue: rgb(64, 106, 255);
  --hubburgundy: rgb(255, 0, 122);
  --green: rgb(0, 127, 1);
  --rz-menu-item-focus-outline: rz-menu-item-focus-outline;
  --rz-tooltip-background-color: rgb(0, 0, 0);
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body,
html {
  scroll-behavior: smooth;
  --rz-tooltip-background-color: var(--backgroundcolor-light);
}
body ::-webkit-scrollbar,
html ::-webkit-scrollbar {
  width: 16px;
  border: transparent;
}
body ::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
  background-color: #555555;
  background-clip: padding-box;
  border: 0;
  border-left: 4px solid transparent;
  border-right: 2px solid transparent;
}
body ::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
  background-color: transparent;
}
body ::-webkit-scrollbar-button:single-button,
html ::-webkit-scrollbar-button:single-button {
  background-color: transparent;
  display: block;
  border-style: solid;
  height: 20px;
  width: 12px;
}
body ::-webkit-scrollbar-button:single-button:vertical:decrement,
html ::-webkit-scrollbar-button:single-button:vertical:decrement {
  border: 0;
  border-left: 4px solid var(--backgroundcolor);
  border-right: 2px solid var(--backgroundcolor);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 330 330' style='enable-background:new 0 0 330 330;' xml:space='preserve'%3E%3Cpath id='XMLID_224_' fill='white' d='M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394 l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393 C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
body ::-webkit-scrollbar-button:single-button:vertical:decrement:hover,
html ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 330 330' style='enable-background:new 0 0 330 330;' xml:space='preserve'%3E%3Cpath id='XMLID_224_' fill='lightgray' d='M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394 l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393 C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
body ::-webkit-scrollbar-button:single-button:vertical:increment,
html ::-webkit-scrollbar-button:single-button:vertical:increment {
  border: 0;
  border-left: 4px solid var(--backgroundcolor);
  border-right: 2px solid var(--backgroundcolor);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 330 330' style='enable-background:new 0 0 330 330;' xml:space='preserve' fill='white'%3E%3Cpath id='XMLID_225_' d='M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
body ::-webkit-scrollbar-button:vertical:single-button:increment:hover,
html ::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 330 330' style='enable-background:new 0 0 330 330;' xml:space='preserve' fill='lightgray'%3E%3Cpath id='XMLID_225_' d='M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
header {
  top: 0;
  position: sticky;
  background-color: var(--backgroundcolor);
  z-index: 6;
  border: 0;
  padding: 1px 0;
}
.rz-dialog-side-position-right {
  top: 0 !important;
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 100;
  font-size: 0.875em;
  color: var(--foregroundcolor);
  background: var(--backgroundcolor);
  overflow-x: hidden;
  margin-left: 10px;
}
h2 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 1em;
}
h3 {
  font-size: 1em;
  font-weight: bold;
}
a {
  display: flex;
  color: inherit;
  text-decoration: none;
  align-items: center;
}
a hover {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
hr {
  border-top: none;
  background-color: inherit;
  border-color: rgb(51, 51, 51);
  margin: 0.5em 0;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
select option {
  border: none;
}
.display-none {
  display: none;
}
.rz-tooltip .rz-bottom-tooltip-content {
  border-radius: 8px;
}
.rz-progressbar-circular-lg {
  width: 4rem;
  height: 4rem;
  font-size: calc(var(--rz-progressbar-font-size) * 1);
}
.rz-progressbar-determinate.rz-progressbar-primary .rz-progressbar-circular-value {
  stroke: var(--hubburgundy);
  stroke-width: 5px;
}
.rz-progressbar-determinate.rz-progressbar-secondary .rz-progressbar-circular-value {
  stroke: var(--foregroundcolor-disabled);
  stroke-width: 5px;
}
.rz-progressbar-circular-background {
  stroke: transparent;
  stroke-width: 5px;
}
.rz-tooltip {
  --rz-tooltip-background-color: #464854;
}
.rz-tooltip .rz-bottom-tooltip-content::after {
  width: 0;
  height: 0;
}
.rz-tooltip .rz-left-tooltip-content::after {
  width: 0;
  height: 0;
}
.rz-tooltip .rz-top-tooltip-content::after {
  width: 0;
  height: 0;
}
.rz-tooltip .rz-right-tooltip-content::after {
  width: 0;
  height: 0;
}
.rz-tooltip .rz-context-menu .rz-menu-closed {
  background-color: var(--backgroundcolor-dark);
  border-radius: 6px;
  border: 1px solid var(--foregroundcolor) !important;
  user-select: none;
}
.rz-tooltip .rz-context-menu .rz-menu-closed .rz-navigation-item .rz-navigation-item-wrapper .rz-navigation-item-link .rz-navigation-item-icon {
  color: var(--foregroundcolor) !important;
}
.rz-tooltip .rz-context-menu .rz-menu-closed .rz-navigation-item .rz-navigation-item-wrapper .rz-navigation-item-link .rz-navigation-item-text {
  color: var(--foregroundcolor) !important;
}
.rz-tooltip .rz-context-menu .rz-menu-closed .rz-navigation-item .rz-navigation-item-wrapper:hover {
  background-color: var(--backgroundcolor-light);
  border-radius: 6px;
}
.rz-tooltip .rz-context-menu .rz-menu-closed .rz-state-focused {
  outline: none;
}
.rz-tooltip .rz-context-menu .rz-menu-closed .rz-state-focused .rz-navigation-item-wrapper:focus-visible {
  outline: none;
}
.rz-tooltip .rz-context-menu .rz-menu-closed:focus-visible {
  outline: none;
}
.rz-splitter .rz-splitter-bar {
  background-color: transparent;
  margin-left: 4px;
}
.rz-splitter .rz-splitter-bar .rz-collapse {
  display: table;
  transform: scale(3);
}
.rz-splitter .rz-splitter-bar .rz-collapse::before {
  color: white;
}
.rz-splitter .rz-splitter-bar .rz-resize {
  height: 40%;
  border: 4px solid white;
  opacity: 1;
  border-radius: 6px;
  margin: 0.5em 0;
}
.rz-splitter .rz-splitter-bar .rz-expand {
  display: table;
  transform: scale(3);
}
.rz-splitter .rz-splitter-bar .rz-expand::before {
  color: white;
}
.rz-splitter .rz-splitter-bar:hover {
  background-color: transparent;
}
.loading {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  gap: 120px;
}
.loading label:first-of-type {
  font-size: 1em;
  font-weight: bold;
}
.loading .rerunauthentificationcontainer {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
  animation: 20s fadeIn;
  animation-fill-mode: forwards;
  visibility: hidden;
  opacity: 0;
  width: 100%;
}
.loading .rerunauthentificationcontainer span {
  font-size: large;
  font-weight: 400;
  text-align: center;
}
.loading .rerunauthentificationcontainer button {
  background-color: var(--problue);
  color: var(--foregroundcolor);
  border-radius: 0.5em;
  padding: 0.5em 2em;
  border: 0;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  border: 2px solid transparent;
  margin-bottom: 0.5em;
  margin-top: 10px;
}
@keyframes fadeIn {
  99% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
br {
  display: block;
  content: " ";
  margin: 1em;
}
.main-container {
  overflow: hidden;
}
.main-container .ai-turned-off-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}
.main-container .ai-turned-off-container p {
  color: white;
  font-size: 0.875em;
  padding: 20px;
}
.chat-main-container {
  display: flex;
  flex-direction: column;
  height: 100dvh;
}
.chat-main-container .chat-container {
  padding: 0;
  margin-bottom: 36px;
  flex: 1 1 auto;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #FFFFFF #6A6565;
}
.chat-main-container .chat-container .message-window-container {
  background-color: black;
  color: #D5D5D5;
  border-radius: 10px 10px 0 0;
  position: relative;
  min-height: 100%;
  padding-bottom: 40px;
  padding-top: 0.25em;
  overflow-x: hidden;
}
.chat-main-container .chat-container .message-window-container .background-image {
  background-image: url(/assets/chat-logo.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 228px;
  height: 70px;
}
.chat-main-container .chat-container .message-window-container::-webkit-scrollbar {
  width: 6px;
}
.chat-main-container .chat-container .message-window-container::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 10px;
}
.chat-main-container .chat-container .message-window-container::-webkit-scrollbar-thumb {
  background: #6A6565;
  border-radius: 5px;
}
.chat-main-container .chat-container .message-window-container::-webkit-scrollbar-button {
  display: none;
}
.chat-main-container .chat-container .message-window-container:focus-visible {
  border: none;
  outline: none;
}
.chat-main-container .chat-container .message-window-container .message-window-container-buttons {
  position: absolute;
  padding: 11px 0;
  right: 3em;
  bottom: 0;
}
.chat-main-container .chat-container .message-window-container .message-window-container-buttons img {
  width: 1.5em;
  cursor: pointer;
}
.chat-main-container .chat-container .message-window-container .settings-window-container {
  padding: 0px 10px 10px 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.chat-main-container .chat-actions-container {
  color: black;
  border-radius: 10px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: row;
  margin: -36px 10px 1rem 0;
  padding: 0 5px;
  z-index: 5;
}
.chat-main-container .chat-actions-container .secondary-buttons-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 10px;
}
.chat-main-container .chat-actions-container .secondary-buttons-container .microphone {
  height: 26px;
  flex: 4;
  cursor: pointer;
}
.chat-main-container .chat-actions-container .secondary-buttons-container .new-chat-button {
  background-color: #FFFFFF;
  border-radius: 10px;
  border: none;
  height: 24px;
  width: 24px;
  margin: 1px 5px 0 5px;
}
.chat-main-container .chat-actions-container .secondary-buttons-container .new-chat-button:disabled {
  cursor: default;
  pointer-events: none;
}
.chat-main-container .chat-actions-container .secondary-buttons-container .new-chat-button:disabled .new-chat-icon {
  filter: brightness(0) saturate(100%) invert(88%) sepia(0%) saturate(1035%) hue-rotate(232deg) brightness(83%) contrast(88%);
}
.chat-main-container .chat-actions-container .secondary-buttons-container .new-chat-button:hover .new-chat-icon {
  filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(2377%) hue-rotate(192deg) brightness(90%) contrast(101%);
}
.chat-main-container .chat-actions-container .secondary-buttons-container .new-chat-button:active .new-chat-icon {
  filter: brightness(0) saturate(100%) invert(5%) sepia(86%) saturate(3809%) hue-rotate(189deg) brightness(99%) contrast(106%);
}
.chat-main-container .chat-actions-container .secondary-buttons-container .new-chat-button .new-chat-icon {
  width: 100%;
  height: 100%;
  filter: brightness(0) saturate(100%) invert(26%) sepia(96%) saturate(4683%) hue-rotate(194deg) brightness(102%) contrast(101%);
}
.chat-main-container .chat-actions-container .secondary-buttons-container .microphone-on-button {
  background-color: #FFFFFF;
  border-radius: 10px;
  border: none;
  height: 24px;
  width: 24px;
  margin: 2px 5px 0 5px;
}
.chat-main-container .chat-actions-container .secondary-buttons-container .microphone-on-button:disabled {
  cursor: default;
  pointer-events: none;
}
.chat-main-container .chat-actions-container .secondary-buttons-container .microphone-on-button:disabled .microphone-on-icon {
  filter: brightness(0) saturate(100%) invert(88%) sepia(0%) saturate(1035%) hue-rotate(232deg) brightness(83%) contrast(88%);
}
.chat-main-container .chat-actions-container .secondary-buttons-container .microphone-on-button:hover .microphone-on-icon {
  filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(2377%) hue-rotate(192deg) brightness(90%) contrast(101%);
}
.chat-main-container .chat-actions-container .secondary-buttons-container .microphone-on-button:active .microphone-on-icon {
  filter: brightness(0) saturate(100%) invert(5%) sepia(86%) saturate(3809%) hue-rotate(189deg) brightness(99%) contrast(106%);
}
.chat-main-container .chat-actions-container .secondary-buttons-container .microphone-on-button .microphone-on-icon {
  filter: brightness(0) saturate(100%) invert(26%) sepia(86%) saturate(3809%) hue-rotate(189deg) brightness(99%) contrast(106%);
}
.chat-main-container .chat-actions-container .secondary-buttons-container .microphone-off-button {
  background-color: #FFFFFF;
  border-radius: 10px;
  border: none;
  height: 24px;
  width: 24px;
  margin: 2px 5px 0 5px;
}
.chat-main-container .chat-actions-container .secondary-buttons-container .microphone-off-button:disabled {
  cursor: default;
  pointer-events: none;
}
.chat-main-container .chat-actions-container .secondary-buttons-container .microphone-off-button:disabled .microphone-off-icon {
  filter: brightness(0) saturate(100%) invert(88%) sepia(0%) saturate(1035%) hue-rotate(232deg) brightness(83%) contrast(88%);
}
.chat-main-container .chat-actions-container .secondary-buttons-container .microphone-off-button:hover .microphone-off-icon {
  filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(2377%) hue-rotate(192deg) brightness(90%) contrast(101%);
}
.chat-main-container .chat-actions-container .secondary-buttons-container .microphone-off-button:active .microphone-off-icon {
  filter: brightness(0) saturate(100%) invert(5%) sepia(86%) saturate(3809%) hue-rotate(189deg) brightness(99%) contrast(106%);
}
.chat-main-container .chat-actions-container .secondary-buttons-container .microphone-off-button .microphone-off-icon {
  filter: brightness(0) saturate(100%) invert(26%) sepia(96%) saturate(4683%) hue-rotate(194deg) brightness(102%) contrast(101%);
}
.chat-main-container .chat-actions-container .user-input-container {
  flex: 135;
  margin-right: 5px;
}
.chat-main-container .chat-actions-container .user-input-container .user-input {
  flex: 60;
  border: none;
  color: #3252C3;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  resize: none;
  margin-right: 10px;
  padding: 6px;
}
.chat-main-container .chat-actions-container .user-input-container .user-input::-webkit-scrollbar {
  width: 6px;
}
.chat-main-container .chat-actions-container .user-input-container .user-input::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 10px;
}
.chat-main-container .chat-actions-container .user-input-container .user-input::-webkit-scrollbar-thumb {
  background: #6A6565;
  border-radius: 5px;
}
.chat-main-container .chat-actions-container .user-input-container .user-input::-webkit-scrollbar-button {
  display: none;
}
.chat-main-container .chat-actions-container .user-input-container .user-input:focus-visible {
  border: none;
  outline: none;
}
.chat-main-container .chat-actions-container .main-buttons-container {
  display: flex;
  flex-direction: row;
  align-items: end;
  margin-bottom: 5px;
}
.chat-main-container .chat-actions-container .main-buttons-container .draft-button {
  height: 2.75em;
  margin-bottom: 5px;
}
.chat-main-container .chat-actions-container .main-buttons-container .user-action-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  margin-right: 5px;
}
.dot-elastic {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  animation: dot-elastic 1s infinite linear;
}
.dot-elastic::before,
.dot-elastic::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-elastic::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  animation: dot-elastic-before 1s infinite linear;
}
.dot-elastic::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  animation: dot-elastic-after 1s infinite linear;
}
@keyframes dot-elastic-before {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1.5);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes dot-elastic {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1.5);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes dot-elastic-after {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}
.dot-pulse::before,
.dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
}
.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}
.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}
@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}
.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.dot-flashing::before,
.dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}
@keyframes dot-flashing {
  0% {
    background-color: white;
  }
  50%, 100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.dot-collision {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
}
.dot-collision::before,
.dot-collision::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-collision::before {
  left: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  animation: dot-collision-before 2s infinite ease-in;
}
.dot-collision::after {
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  animation: dot-collision-after 2s infinite ease-in;
  animation-delay: 1s;
}
@keyframes dot-collision-before {
  0%, 50%, 75%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-15px);
  }
}
@keyframes dot-collision-after {
  0%, 50%, 75%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(15px);
  }
}
.dot-revolution {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
}
.dot-revolution::before,
.dot-revolution::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.dot-revolution::before {
  left: 0;
  top: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  transform-origin: 5px 20px;
  animation: dot-revolution 1.4s linear infinite;
}
.dot-revolution::after {
  left: 0;
  top: -30px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  transform-origin: 5px 35px;
  animation: dot-revolution 1s linear infinite;
}
@keyframes dot-revolution {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}
.dot-carousel {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  box-shadow:
    9984px 0 0 0 white,
    9999px 0 0 0 white,
    10014px 0 0 0 white;
  animation: dot-carousel 1.5s infinite linear;
}
@keyframes dot-carousel {
  0% {
    box-shadow:
      9984px 0 0 -1px white,
      9999px 0 0 1px white,
      10014px 0 0 -1px white;
  }
  50% {
    box-shadow:
      10014px 0 0 -1px white,
      9984px 0 0 -1px white,
      9999px 0 0 1px white;
  }
  100% {
    box-shadow:
      9999px 0 0 1px white,
      10014px 0 0 -1px white,
      9984px 0 0 -1px white;
  }
}
.dot-typing {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  box-shadow:
    9984px 0 0 0 white,
    9999px 0 0 0 white,
    10014px 0 0 0 white;
  animation: dot-typing 1.5s infinite linear;
}
@keyframes dot-typing {
  0% {
    box-shadow:
      9984px 0 0 0 white,
      9999px 0 0 0 white,
      10014px 0 0 0 white;
  }
  16.667% {
    box-shadow:
      9984px -10px 0 0 white,
      9999px 0 0 0 white,
      10014px 0 0 0 white;
  }
  33.333% {
    box-shadow:
      9984px 0 0 0 white,
      9999px 0 0 0 white,
      10014px 0 0 0 white;
  }
  50% {
    box-shadow:
      9984px 0 0 0 white,
      9999px -10px 0 0 white,
      10014px 0 0 0 white;
  }
  66.667% {
    box-shadow:
      9984px 0 0 0 white,
      9999px 0 0 0 white,
      10014px 0 0 0 white;
  }
  83.333% {
    box-shadow:
      9984px 0 0 0 white,
      9999px 0 0 0 white,
      10014px -10px 0 0 white;
  }
  100% {
    box-shadow:
      9984px 0 0 0 white,
      9999px 0 0 0 white,
      10014px 0 0 0 white;
  }
}
.dot-windmill {
  position: relative;
  top: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  transform-origin: 5px 15px;
  animation: dot-windmill 2s infinite linear;
}
.dot-windmill::before,
.dot-windmill::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.dot-windmill::before {
  left: -8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
}
.dot-windmill::after {
  left: 8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
}
@keyframes dot-windmill {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(720deg) translate3d(0, 0, 0);
  }
}
.dot-bricks {
  position: relative;
  top: 8px;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  box-shadow:
    9991px -16px 0 0 white,
    9991px 0 0 0 white,
    10007px 0 0 0 white;
  animation: dot-bricks 2s infinite ease;
}
@keyframes dot-bricks {
  0% {
    box-shadow:
      9991px -16px 0 0 white,
      9991px 0 0 0 white,
      10007px 0 0 0 white;
  }
  8.333% {
    box-shadow:
      10007px -16px 0 0 white,
      9991px 0 0 0 white,
      10007px 0 0 0 white;
  }
  16.667% {
    box-shadow:
      10007px -16px 0 0 white,
      9991px -16px 0 0 white,
      10007px 0 0 0 white;
  }
  25% {
    box-shadow:
      10007px -16px 0 0 white,
      9991px -16px 0 0 white,
      9991px 0 0 0 white;
  }
  33.333% {
    box-shadow:
      10007px 0 0 0 white,
      9991px -16px 0 0 white,
      9991px 0 0 0 white;
  }
  41.667% {
    box-shadow:
      10007px 0 0 0 white,
      10007px -16px 0 0 white,
      9991px 0 0 0 white;
  }
  50% {
    box-shadow:
      10007px 0 0 0 white,
      10007px -16px 0 0 white,
      9991px -16px 0 0 white;
  }
  58.333% {
    box-shadow:
      9991px 0 0 0 white,
      10007px -16px 0 0 white,
      9991px -16px 0 0 white;
  }
  66.666% {
    box-shadow:
      9991px 0 0 0 white,
      10007px 0 0 0 white,
      9991px -16px 0 0 white;
  }
  75% {
    box-shadow:
      9991px 0 0 0 white,
      10007px 0 0 0 white,
      10007px -16px 0 0 white;
  }
  83.333% {
    box-shadow:
      9991px -16px 0 0 white,
      10007px 0 0 0 white,
      10007px -16px 0 0 white;
  }
  91.667% {
    box-shadow:
      9991px -16px 0 0 white,
      9991px 0 0 0 white,
      10007px -16px 0 0 white;
  }
  100% {
    box-shadow:
      9991px -16px 0 0 white,
      9991px 0 0 0 white,
      10007px 0 0 0 white;
  }
}
.dot-floating {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  animation: dot-floating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1);
}
.dot-floating::before,
.dot-floating::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-floating::before {
  left: -12px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  animation: dot-floating-before 3s infinite ease-in-out;
}
.dot-floating::after {
  left: -24px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  animation: dot-floating-after 3s infinite cubic-bezier(0.4, 0, 1, 1);
}
@keyframes dot-floating {
  0% {
    left: calc(-50% - 5px);
  }
  75% {
    left: calc(50% + 105px);
  }
  100% {
    left: calc(50% + 105px);
  }
}
@keyframes dot-floating-before {
  0% {
    left: -50px;
  }
  50% {
    left: -12px;
  }
  75% {
    left: -50px;
  }
  100% {
    left: -50px;
  }
}
@keyframes dot-floating-after {
  0% {
    left: -100px;
  }
  50% {
    left: -24px;
  }
  75% {
    left: -100px;
  }
  100% {
    left: -100px;
  }
}
.dot-fire {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  box-shadow: 9999px 22.5px 0 -5px white;
  animation: dot-fire 1.5s infinite linear;
  animation-delay: -0.85s;
}
.dot-fire::before,
.dot-fire::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
}
.dot-fire::before {
  box-shadow: 9999px 22.5px 0 -5px white;
  animation: dot-fire 1.5s infinite linear;
  animation-delay: -1.85s;
}
.dot-fire::after {
  box-shadow: 9999px 22.5px 0 -5px white;
  animation: dot-fire 1.5s infinite linear;
  animation-delay: -2.85s;
}
@keyframes dot-fire {
  1% {
    box-shadow: 9999px 22.5px 0 -5px white;
  }
  50% {
    box-shadow: 9999px -5.625px 0 2px white;
  }
  100% {
    box-shadow: 9999px -22.5px 0 -5px white;
  }
}
.dot-spin {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
  box-shadow:
    0 -18px 0 0 white,
    12.727926px -12.727926px 0 0 white,
    18px 0 0 0 white,
    12.727926px 12.727926px 0 0 rgba(255, 255, 255, 0),
    0 18px 0 0 rgba(255, 255, 255, 0),
    -12.727926px 12.727926px 0 0 rgba(255, 255, 255, 0),
    -18px 0 0 0 rgba(255, 255, 255, 0),
    -12.727926px -12.727926px 0 0 rgba(255, 255, 255, 0);
  animation: dot-spin 1.5s infinite linear;
}
@keyframes dot-spin {
  0%, 100% {
    box-shadow:
      0 -18px 0 0 white,
      12.727926px -12.727926px 0 0 white,
      18px 0 0 0 white,
      12.727926px 12.727926px 0 -5px rgba(255, 255, 255, 0),
      0 18px 0 -5px rgba(255, 255, 255, 0),
      -12.727926px 12.727926px 0 -5px rgba(255, 255, 255, 0),
      -18px 0 0 -5px rgba(255, 255, 255, 0),
      -12.727926px -12.727926px 0 -5px rgba(255, 255, 255, 0);
  }
  12.5% {
    box-shadow:
      0 -18px 0 -5px rgba(255, 255, 255, 0),
      12.727926px -12.727926px 0 0 white,
      18px 0 0 0 white,
      12.727926px 12.727926px 0 0 white,
      0 18px 0 -5px rgba(255, 255, 255, 0),
      -12.727926px 12.727926px 0 -5px rgba(255, 255, 255, 0),
      -18px 0 0 -5px rgba(255, 255, 255, 0),
      -12.727926px -12.727926px 0 -5px rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow:
      0 -18px 0 -5px rgba(255, 255, 255, 0),
      12.727926px -12.727926px 0 -5px rgba(255, 255, 255, 0),
      18px 0 0 0 white,
      12.727926px 12.727926px 0 0 white,
      0 18px 0 0 white,
      -12.727926px 12.727926px 0 -5px rgba(255, 255, 255, 0),
      -18px 0 0 -5px rgba(255, 255, 255, 0),
      -12.727926px -12.727926px 0 -5px rgba(255, 255, 255, 0);
  }
  37.5% {
    box-shadow:
      0 -18px 0 -5px rgba(255, 255, 255, 0),
      12.727926px -12.727926px 0 -5px rgba(255, 255, 255, 0),
      18px 0 0 -5px rgba(255, 255, 255, 0),
      12.727926px 12.727926px 0 0 white,
      0 18px 0 0 white,
      -12.727926px 12.727926px 0 0 white,
      -18px 0 0 -5px rgba(255, 255, 255, 0),
      -12.727926px -12.727926px 0 -5px rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow:
      0 -18px 0 -5px rgba(255, 255, 255, 0),
      12.727926px -12.727926px 0 -5px rgba(255, 255, 255, 0),
      18px 0 0 -5px rgba(255, 255, 255, 0),
      12.727926px 12.727926px 0 -5px rgba(255, 255, 255, 0),
      0 18px 0 0 white,
      -12.727926px 12.727926px 0 0 white,
      -18px 0 0 0 white,
      -12.727926px -12.727926px 0 -5px rgba(255, 255, 255, 0);
  }
  62.5% {
    box-shadow:
      0 -18px 0 -5px rgba(255, 255, 255, 0),
      12.727926px -12.727926px 0 -5px rgba(255, 255, 255, 0),
      18px 0 0 -5px rgba(255, 255, 255, 0),
      12.727926px 12.727926px 0 -5px rgba(255, 255, 255, 0),
      0 18px 0 -5px rgba(255, 255, 255, 0),
      -12.727926px 12.727926px 0 0 white,
      -18px 0 0 0 white,
      -12.727926px -12.727926px 0 0 white;
  }
  75% {
    box-shadow:
      0 -18px 0 0 white,
      12.727926px -12.727926px 0 -5px rgba(255, 255, 255, 0),
      18px 0 0 -5px rgba(255, 255, 255, 0),
      12.727926px 12.727926px 0 -5px rgba(255, 255, 255, 0),
      0 18px 0 -5px rgba(255, 255, 255, 0),
      -12.727926px 12.727926px 0 -5px rgba(255, 255, 255, 0),
      -18px 0 0 0 white,
      -12.727926px -12.727926px 0 0 white;
  }
  87.5% {
    box-shadow:
      0 -18px 0 0 white,
      12.727926px -12.727926px 0 0 white,
      18px 0 0 -5px rgba(255, 255, 255, 0),
      12.727926px 12.727926px 0 -5px rgba(255, 255, 255, 0),
      0 18px 0 -5px rgba(255, 255, 255, 0),
      -12.727926px 12.727926px 0 -5px rgba(255, 255, 255, 0),
      -18px 0 0 -5px rgba(255, 255, 255, 0),
      -12.727926px -12.727926px 0 0 white;
  }
}
.dot-falling {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  box-shadow: 9999px 0 0 0 white;
  animation: dot-falling 1s infinite linear;
  animation-delay: 0.1s;
}
.dot-falling::before,
.dot-falling::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-falling::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  animation: dot-falling-before 1s infinite linear;
  animation-delay: 0s;
}
.dot-falling::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  animation: dot-falling-after 1s infinite linear;
  animation-delay: 0.2s;
}
@keyframes dot-falling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(255, 255, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9999px 0 0 0 white;
  }
  100% {
    box-shadow: 9999px 15px 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes dot-falling-before {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(255, 255, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9984px 0 0 0 white;
  }
  100% {
    box-shadow: 9984px 15px 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes dot-falling-after {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(255, 255, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 10014px 0 0 0 white;
  }
  100% {
    box-shadow: 10014px 15px 0 0 rgba(255, 255, 255, 0);
  }
}
.dot-stretching {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  transform: scale(1.25, 1.25);
  animation: dot-stretching 2s infinite ease-in;
}
.dot-stretching::before,
.dot-stretching::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-stretching::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  animation: dot-stretching-before 2s infinite ease-in;
}
.dot-stretching::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  color: white;
  animation: dot-stretching-after 2s infinite ease-in;
}
@keyframes dot-stretching {
  0% {
    transform: scale(1.25, 1.25);
  }
  50%, 60% {
    transform: scale(0.8, 0.8);
  }
  100% {
    transform: scale(1.25, 1.25);
  }
}
@keyframes dot-stretching-before {
  0% {
    transform: translate(0) scale(0.7, 0.7);
  }
  50%, 60% {
    transform: translate(-20px) scale(1, 1);
  }
  100% {
    transform: translate(0) scale(0.7, 0.7);
  }
}
@keyframes dot-stretching-after {
  0% {
    transform: translate(0) scale(0.7, 0.7);
  }
  50%, 60% {
    transform: translate(20px) scale(1, 1);
  }
  100% {
    transform: translate(0) scale(0.7, 0.7);
  }
}
.dot-gathering {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0, 100%, 0%);
  color: transparent;
  margin: -1px 0;
  filter: blur(2px);
}
.dot-gathering::before,
.dot-gathering::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -50px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0, 100%, 0%);
  color: transparent;
  opacity: 0;
  filter: blur(2px);
  animation: dot-gathering 2s infinite ease-in;
}
.dot-gathering::after {
  animation-delay: 0.5s;
}
@keyframes dot-gathering {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  35%, 60% {
    opacity: 1;
    transform: translateX(50px);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}
.dot-hourglass {
  position: relative;
  top: -15px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0, 100%, 0%);
  color: transparent;
  margin: -1px 0;
  filter: blur(2px);
  transform-origin: 5px 20px;
  animation: dot-hourglass 2.4s infinite ease-in-out;
  animation-delay: 0.6s;
}
.dot-hourglass::before,
.dot-hourglass::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0, 100%, 0%);
  color: transparent;
  filter: blur(2px);
}
.dot-hourglass::before {
  top: 30px;
}
.dot-hourglass::after {
  animation: dot-hourglass-after 2.4s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}
@keyframes dot-hourglass {
  0% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(180deg);
  }
  50% {
    transform: rotateZ(180deg);
  }
  75% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes dot-hourglass-after {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(30px);
  }
  50% {
    transform: translateY(30px);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.dot-overtaking {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: transparent;
  color: hsl(0, 100%, 0%);
  margin: -1px 0;
  box-shadow: 0 -20px 0 0;
  filter: blur(2px);
  animation: dot-overtaking 2s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
}
.dot-overtaking::before,
.dot-overtaking::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: transparent;
  color: hsl(0, 100%, 0%);
  box-shadow: 0 -20px 0 0;
  filter: blur(2px);
}
.dot-overtaking::before {
  animation: dot-overtaking 2s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
  animation-delay: 0.3s;
}
.dot-overtaking::after {
  animation: dot-overtaking 1.5s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
  animation-delay: 0.6s;
}
@keyframes dot-overtaking {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.dot-shuttle {
  position: relative;
  left: -15px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0, 100%, 0%);
  color: transparent;
  margin: -1px 0;
  filter: blur(2px);
}
.dot-shuttle::before,
.dot-shuttle::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0, 100%, 0%);
  color: transparent;
  filter: blur(2px);
}
.dot-shuttle::before {
  left: 15px;
  animation: dot-shuttle 2s infinite ease-out;
}
.dot-shuttle::after {
  left: 30px;
}
@keyframes dot-shuttle {
  0%, 50%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-45px);
  }
  75% {
    transform: translateX(45px);
  }
}
.dot-bouncing {
  position: relative;
  height: 10px;
  font-size: 10px;
}
.dot-bouncing::before {
  content: "⚽🏀🏐";
  display: inline-block;
  position: relative;
  animation: dot-bouncing 1s infinite;
}
@keyframes dot-bouncing {
  0% {
    top: -20px;
    animation-timing-function: ease-in;
  }
  34% {
    transform: scale(1, 1);
  }
  35% {
    top: 20px;
    animation-timing-function: ease-out;
    transform: scale(1.5, 0.5);
  }
  45% {
    transform: scale(1, 1);
  }
  90% {
    top: -20px;
  }
  100% {
    top: -20px;
  }
}
.dot-rolling {
  position: relative;
  height: 10px;
  font-size: 10px;
}
.dot-rolling::before {
  content: "⚽";
  display: inline-block;
  position: relative;
  transform: translateX(-25px);
  animation: dot-rolling 3s infinite;
}
@keyframes dot-rolling {
  0% {
    content: "⚽";
    transform: translateX(-25px) rotateZ(0deg);
  }
  16.667% {
    content: "⚽";
    transform: translateX(25px) rotateZ(720deg);
  }
  33.333% {
    content: "⚽";
    transform: translateX(-25px) rotateZ(0deg);
  }
  34.333% {
    content: "🏀";
    transform: translateX(-25px) rotateZ(0deg);
  }
  50% {
    content: "🏀";
    transform: translateX(25px) rotateZ(720deg);
  }
  66.667% {
    content: "🏀";
    transform: translateX(-25px) rotateZ(0deg);
  }
  67.667% {
    content: "🏐";
    transform: translateX(-25px) rotateZ(0deg);
  }
  83.333% {
    content: "🏐";
    transform: translateX(25px) rotateZ(720deg);
  }
  100% {
    content: "🏐";
    transform: translateX(-25px) rotateZ(0deg);
  }
}
.ai-message-container {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  position: relative;
}
.ai-message-container .ai-message {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 9em);
}
.ai-message-container .ai-message .ai-message-inbox {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container {
  background: #1B1B1B;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: white;
  font-size: 0.875em;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px 2px;
  margin-bottom: 0;
  min-width: 250px;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container:hover .message-actions .print-button {
  visibility: visible;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .ai-hint-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5em;
  margin-right: 0.5em;
  margin-bottom: -1em;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .message-text {
  padding-left: 1rem;
  padding-right: 1.5rem;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .message-text .videos-container {
  display: flex;
  flex-direction: column;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .message-text .videos-container .videos-keywords {
  font-style: italic;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .message-actions {
  position: relative;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .message-actions .export-media-button {
  align-items: center;
  display: flex;
  padding: 5px 16px 5px 16px;
  border-top-right-radius: 10px;
  color: #757575;
  border: none;
  background-color: var(--backgroundcolor);
  font-weight: 500;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .message-actions .export-media-button:disabled {
  background-color: black;
  cursor: default;
  pointer-events: none;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .message-actions .export-media-button:hover {
  background-color: #00569A;
  color: white;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .message-actions .export-media-button:hover .export-media-icon {
  filter: brightness(0) saturate(100%) invert(90%) sepia(99%) saturate(3%) hue-rotate(26deg) brightness(106%) contrast(100%);
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .message-actions .export-media-button:active {
  background-color: #001C33;
  color: white;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .message-actions .export-media-button:active .export-media-icon {
  filter: brightness(0) saturate(100%) invert(90%) sepia(99%) saturate(3%) hue-rotate(26deg) brightness(106%) contrast(100%);
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .message-actions .export-media-button .export-media-icon {
  width: 24px;
  margin-right: 5px;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .dots-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container pre {
  background-color: black;
  border-radius: 10px;
  padding: 10px;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container table {
  margin-bottom: 1rem;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container th {
  border-bottom: 1px solid black;
  padding: 5px;
  font-size: 0.875em;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container td {
  border-bottom: 1px solid black;
  padding: 5px;
  align-content: start;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container td .dots-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .video-container {
  background: var(--backgroundcolor-light);
  background-size: cover;
  background-position: center;
  width: 200px;
  display: inline-block;
  margin: 0.25em;
  aspect-ratio: 16/9;
  position: relative;
  border: none;
  padding: 0.5em 0;
  border-radius: 5px;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .video-container.container-loading .loader-container {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 5;
  pointer-events: auto;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(128, 128, 128, 0.5019607843);
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .video-container.container-loading .loader-container .loader {
  width: 60px;
  aspect-ratio: 1;
  --_g: no-repeat radial-gradient(farthest-side, #fff 90%, #0000);
  background:
    var(--_g),
    var(--_g),
    var(--_g);
  background-size: 25% 25%;
  animation: l17 1s infinite;
}
@keyframes l17 {
  0% {
    background-position:
      0% -100%,
      50% -100%,
      100% -100%;
  }
  16.67% {
    background-position:
      0% 50%,
      50% -100%,
      100% -100%;
  }
  33.33% {
    background-position:
      0% 50%,
      50% 50%,
      100% -100%;
  }
  45%, 55% {
    background-position:
      0% 50%,
      50% 50%,
      100% 50%;
  }
  66.67% {
    background-position:
      0% 200%,
      50% 50%,
      100% 50%;
  }
  83.33% {
    background-position:
      0% 200%,
      50% 200%,
      100% 50%;
  }
  100% {
    background-position:
      0% 200%,
      50% 200%,
      100% 200%;
  }
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .video-container .stock-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 2;
  border-radius: 5px;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .video-container .preview-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  border-radius: 5px;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .video-container .overlay-container {
  position: absolute;
  bottom: 3px;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: var(--bs-gutter-x, 0.25rem);
  padding-left: var(--bs-gutter-x, 0.25rem);
  background-size: contain;
  background-repeat: no-repeat;
  border: none !important;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .video-container .overlay-container .top-container {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 1em;
  justify-content: end;
  position: static;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .video-container .overlay-container .top-container .export-image {
  height: 2em;
  width: 2em;
  z-index: 4;
  position: absolute;
  margin-top: 7px;
  cursor: pointer;
  bottom: 76px;
  left: 167px;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .video-container .overlay-container .top-container .export-image.exporting {
  cursor: auto;
  opacity: 0.5;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .video-container .overlay-container .bottom-container {
  display: flex;
  justify-content: space-between;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .video-container .overlay-container .bottom-container .title {
  color: #FFFFFF;
  align-self: flex-end;
  padding: 0.1em 0.2em 0.2em 0.2em;
  background: rgba(0, 0, 0, 0.8);
  max-width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  z-index: 3;
  border-radius: 5px;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .video-container .overlay-container .bottom-container .length {
  color: #FFFFFF;
  align-self: flex-end;
  padding: 0.1em 0.2em 0.2em 0.2em;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
  border-radius: 5px;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .main-audio-container {
  background: var(--backgroundcolor-light);
  background-size: cover;
  background-position: center;
  width: 200px;
  height: 70px;
  display: inline-block;
  aspect-ratio: 16/9;
  position: relative;
  border: none;
  padding: 0.5em 0;
  border-radius: 5px;
  margin: 0.25em 10px 0.25em 0.25em;
  min-width: 200px;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .main-audio-container.container-loading .loader-container {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 5;
  pointer-events: auto;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(128, 128, 128, 0.5019607843);
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .main-audio-container.container-loading .loader-container .loader {
  width: 60px;
  aspect-ratio: 1;
  --_g: no-repeat radial-gradient(farthest-side, #fff 90%, #0000);
  background:
    var(--_g),
    var(--_g),
    var(--_g);
  background-size: 25% 25%;
  animation: l17 1s infinite;
}
@keyframes l17 {
  0% {
    background-position:
      0% -100%,
      50% -100%,
      100% -100%;
  }
  16.67% {
    background-position:
      0% 50%,
      50% -100%,
      100% -100%;
  }
  33.33% {
    background-position:
      0% 50%,
      50% 50%,
      100% -100%;
  }
  45%, 55% {
    background-position:
      0% 50%,
      50% 50%,
      100% 50%;
  }
  66.67% {
    background-position:
      0% 200%,
      50% 50%,
      100% 50%;
  }
  83.33% {
    background-position:
      0% 200%,
      50% 200%,
      100% 50%;
  }
  100% {
    background-position:
      0% 200%,
      50% 200%,
      100% 200%;
  }
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .main-audio-container div:not([class]) {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 2;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .main-audio-container .overlay-container {
  position: absolute;
  bottom: 3px;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: var(--bs-gutter-x, 0.25rem);
  padding-left: var(--bs-gutter-x, 0.25rem);
  background-size: contain;
  background-repeat: no-repeat;
  border: none !important;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .main-audio-container .overlay-container .top-container {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 1em;
  justify-content: end;
  position: static;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .main-audio-container .overlay-container .top-container .export-image {
  height: 2em;
  width: 2em;
  z-index: 4;
  position: absolute;
  margin-top: 7px;
  cursor: pointer;
  bottom: 35px;
  left: 167px;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .main-audio-container .overlay-container .top-container .export-image.exporting {
  cursor: auto;
  opacity: 0.5;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .main-audio-container .overlay-container .bottom-container {
  display: flex;
  justify-content: space-between;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .main-audio-container .overlay-container .bottom-container .title {
  color: #FFFFFF;
  align-self: flex-end;
  padding: 0.1em 0.2em 0.2em 0.2em;
  background: rgba(0, 0, 0, 0.8);
  max-width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  z-index: 3;
  border-radius: 5px;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .main-audio-container .overlay-container .bottom-container .length {
  color: #FFFFFF;
  align-self: flex-end;
  padding: 0.1em 0.2em 0.2em 0.2em;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
  border-radius: 5px;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .text-overlay-container span {
  cursor: pointer;
  font-size: 0.875em;
  font-weight: bold;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .message-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .message-actions .left-message-action-container {
  display: flex;
  align-items: center;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .message-actions .middle-message-action-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ai-message-container .ai-message .ai-message-inbox .markdig-message-container .message-actions .right-message-action-container {
  display: flex;
  align-items: center;
}
.ai-message-container .ai-message .ai-message-inbox .message-container {
  align-items: center;
  background: #1B1B1B;
  width: 4rem;
  min-width: 4rem;
  display: flex;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ai-message-container .ai-message .ai-message-inbox .tts-container {
  display: flex;
  flex-direction: row;
}
.ai-message-container .ai-message .ai-message-inbox .tts-container .tts-text {
  font-style: italic;
  max-width: 500px;
  margin-top: 5px;
}
.user-message-container {
  overflow: hidden;
  margin: 0 5px;
  word-break: break-word;
  position: relative;
}
.user-message-container .user-message {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
.user-message-container .user-message .user-message-inbox {
  float: right;
  max-width: 46%;
}
.user-message-container .user-message .user-message-inbox p {
  background-color: #0078D7;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 0.875em;
  width: 100%;
  padding: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 5px 2px;
}
.dropdown {
  position: relative;
  display: inline-block;
  width: 250px;
}
.dropdown.disabled {
  cursor: default;
  pointer-events: none;
}
.dropdown.disabled .main-dropdown-button-container {
  background-color: #B5B5B5;
}
.dropdown .main-dropdown-button-container {
  background-color: #0078D7;
  color: white;
  border-radius: 10px;
  min-height: 2.75em;
  max-height: 2.75em;
  border: none;
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
  width: 100%;
  min-width: 100%;
  justify-content: space-between;
  padding: 0 0.5em;
}
.dropdown .main-dropdown-button-container .icon-and-button-container {
  display: flex;
  align-items: center;
}
.dropdown .main-dropdown-button-container .icon-and-button-container .main-dropdown-button-text {
  font-size: 0.875em;
  font-weight: 500;
  margin-right: 10px;
  margin-left: 10px;
  line-height: 1.25em;
}
.dropdown .main-dropdown-button-container .icon-and-button-container .dropdown-button-ai-icon {
  color: white;
  float: left;
  margin-left: 0.5em;
  width: 21px;
}
.dropdown .main-dropdown-button-container .drop-down-menu-options-icon {
  color: white;
  float: right;
  margin-right: 10px;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background: linear-gradient(180deg, rgb(0, 120, 215) 37%, rgb(0, 90, 170) 100%);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  min-width: 100%;
  max-width: 100%;
}
.dropdown .dropdown-content.dropdown-content-up {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dropdown .dropdown-content.dropdown-content-up .option {
  cursor: pointer;
  color: white;
  display: flex;
  align-items: center;
  font-size: 0.875em;
  padding: 0.5em 1.25em;
}
.dropdown .dropdown-content.dropdown-content-up .option:last-child {
  margin-bottom: 10px;
}
.dropdown .dropdown-content.dropdown-content-up .option:hover {
  background-color: #00569A;
}
.dropdown .dropdown-content.dropdown-content-up .option:hover:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.dropdown .dropdown-content.dropdown-content-up .option:active {
  background-color: #001C33;
}
.dropdown .dropdown-content.dropdown-content-up .option:active:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.dropdown .dropdown-content.dropdown-content-up .option .option-icon {
  margin-right: 5px;
  width: 21px;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.chat-input-button {
  background-color: #0078D7;
  border-radius: 10px;
  border: none;
  height: 2.75em;
  width: 2.75em;
}
.chat-input-button:disabled {
  background-color: #B5B5B5;
  cursor: default;
  pointer-events: none;
}
.chat-input-button:hover {
  background-color: #00569A;
}
.chat-input-button:active {
  background-color: #001C33;
}
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999999999;
}
.overlay .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1em;
  font-weight: bolder;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.system-message-container {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
.system-message-container .system-message {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.system-message-container .system-message .system-message-inbox {
  max-width: 50%;
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.system-message-container .system-message .system-message-inbox .message-container {
  background: #1B1B1B;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: white;
  font-size: 0.875em;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px 2px;
  margin-bottom: 0;
  min-width: 450px;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-bottom: 10px;
  padding-top: 10px;
}
.system-message-container .system-message .system-message-inbox .message-container .system-dots-container {
  width: 80px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.system-message-container .system-message .system-message-inbox .message-container .system-dots-container .all-set {
  width: 40px;
  height: 40px;
}
.system-message-container .system-message .system-message-inbox .message-container .system-dots-container .system-dots {
  color: white;
  width: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l37-1 0.75s infinite linear alternate, l37-2 1.5s infinite linear;
}
@keyframes l37-1 {
  0%, 20% {
    box-shadow:
      20px 0 0 2px,
      6.67px 0 0 2px,
      -6.67px 0 0 2px,
      -20px 0 0 2px;
  }
  60%, 100% {
    box-shadow:
      8px 0 0 2px,
      9.33px 0 0 4px,
      -9.33px 0 0 4px,
      -8px 0 0 2px;
  }
}
@keyframes l37-2 {
  0%, 25% {
    transform: rotate(0);
  }
  50%, 100% {
    transform: rotate(0.5turn);
  }
}
.system-message-container .system-message .system-message-inbox .message-container .message-text {
  width: 100%;
}
.system-message-container .system-message .system-message-inbox .message-container .message-text p {
  margin-bottom: 5px;
  padding-right: 5px;
}
.system-message-container .system-message .system-message-inbox .message-container .message-text p:last-child {
  margin-bottom: 0;
}
.system-message-container .system-message .system-message-inbox .message-container .message-text-refresh button {
  padding: 0.25em 0.5em;
  border: none;
  border-radius: 6px;
  background-color: var(--problue);
  color: var(--foregroundcolor);
  margin-top: 0.5em;
}
.system-message-container .system-message .system-message-inbox .message-error {
  background-color: rgb(100, 0, 0);
  border-radius: 10px;
  gap: 0.75em;
  padding: 1em;
}
.dialog-container {
  background-color: black;
}
.dialog-container .chat-history-close-div {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - 400px);
  height: 100vh;
  z-index: -1;
}
.dialog-container .chat-history-main-container .chat-history-title-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 5px;
}
.dialog-container .chat-history-main-container .chat-history-title-container .title-text {
  font-size: 1em;
  font-weight: 400;
  pointer-events: none;
}
.dialog-container .chat-history-main-container .chat-history-title-container img {
  cursor: pointer;
  height: 24px;
  margin-right: 20px;
}
.dialog-container .chat-history-main-container .chat-history-records-container .chat-history-loading {
  justify-content: center;
  align-items: center;
  display: flex;
  height: calc(100vh - 6.25rem);
}
.dialog-container .chat-history-main-container .chat-history-records-container .chat-history-record {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: baseline;
  cursor: pointer;
}
.dialog-container .chat-history-main-container .chat-history-records-container .chat-history-record .history-info-container {
  border: 1px solid black;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 0 10px;
  font-size: 0.875em;
}
.dialog-container .chat-history-main-container .chat-history-records-container .chat-history-record .history-info-container:hover {
  border: 1px solid white;
}
.dialog-container .chat-history-main-container .chat-history-records-container .chat-history-record .message {
  white-space: nowrap;
  margin-right: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1em;
  font-weight: 400;
}
.dialog-container .chat-history-main-container .chat-history-records-container .chat-history-record .message input {
  background: black;
  color: white;
  border: 1px solid white;
  padding: 6px;
}
.dialog-container .chat-history-main-container .chat-history-records-container .chat-history-record .use-case {
  background: #0078D7;
  padding: 6px 10px 6px 10px;
  border-radius: 6px;
}
.dialog-container .chat-history-main-container .chat-history-records-container .chat-history-record .history-change .context-menu-image {
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(0%) hue-rotate(343deg) brightness(100%) contrast(101%);
}
.dialog-container .chat-history-main-container .chat-history-records-container .chat-history-record .history-change .context-menu-image:hover {
  filter: brightness(0) saturate(100%) invert(80%) sepia(3%) saturate(0%) hue-rotate(229deg) brightness(96%) contrast(93%);
}
.dialog-container .chat-history-main-container .chat-history-records-container .chat-history-record .history-change .context-menu-image:active {
  filter: brightness(0) saturate(100%) invert(41%) sepia(0%) saturate(1257%) hue-rotate(67deg) brightness(99%) contrast(94%);
}
ul.rz-menu {
  color: #FFFFFF !important;
  background-color: #000000 !important;
  z-index: 2000 !important;
  border-radius: 5px !important;
}
ul.rz-menu .rz-navigation-item-wrapper:hover {
  background-color: grey !important;
}
ul.rz-menu .rz-navigation-item-wrapper:hover .rz-navigation-item-link {
  color: lightgray !important;
}
ul.rz-menu .rz-navigation-item-wrapper:hover .rz-navigation-item-icon {
  color: lightgray !important;
}
ul.rz-menu .rz-navigation-item-wrapper:active {
  background-color: black !important;
}
ul.rz-menu .rz-navigation-item-wrapper:active .rz-navigation-item-link {
  color: grey !important;
}
ul.rz-menu .rz-navigation-item-wrapper:active .rz-navigation-item-icon {
  color: grey !important;
}
ul.rz-menu .rz-navigation-item-wrapper .rz-navigation-item-link {
  color: white !important;
}
ul.rz-menu .rz-navigation-item-wrapper .rz-navigation-item-icon {
  color: white !important;
}
.microphone-dots-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  margin: 2px 5px 0 5px;
}
.microphone-dots-container .microphone-dot-elastic {
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: black;
  color: white;
  animation: microphone-dot-elastic 1s infinite linear;
}
.microphone-dots-container .microphone-dot-elastic::before,
.microphone-dots-container .microphone-dot-elastic::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.microphone-dots-container .microphone-dot-elastic::before {
  left: -10px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: black;
  color: white;
  animation: microphone-dot-elastic-before 1s infinite linear;
}
.microphone-dots-container .microphone-dot-elastic::after {
  left: 10px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: black;
  color: white;
  animation: microphone-dot-elastic-after 1s infinite linear;
}
@keyframes microphone-dot-elastic-before {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1.5);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes microphone-dot-elastic {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1.5);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes microphone-dot-elastic-after {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.history-button-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  cursor: pointer;
  color: white;
}
.history-button-container span {
  margin-right: 5px;
  font-size: 14px;
}
.early-access-container {
  background: deepskyblue;
  color: var(--backgroundcolor);
  padding: 0 1em;
  border-radius: 26px;
  font-weight: bolder;
  display: flex;
  align-items: center;
  margin: 0.5em 0;
}
.forward-messages-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  color: white;
  background-color: #101010;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.forward-messages-container .tooltip-container:first-child .forward-message-button {
  border-top-left-radius: 5px;
}
.forward-messages-container .forward-message-button {
  background-color: transparent;
  border: none;
}
.forward-messages-container .forward-message-button:last-child {
  border-bottom-right-radius: 5px;
}
.forward-messages-container .forward-message-button:disabled {
  background-color: black;
  cursor: default;
  pointer-events: none;
}
.forward-messages-container .forward-message-button:hover {
  background-color: #00569A;
  color: white;
}
.forward-messages-container .forward-message-button:hover .forward-message-icon {
  filter: brightness(0) saturate(100%) invert(90%) sepia(99%) saturate(3%) hue-rotate(26deg) brightness(106%) contrast(100%);
}
.forward-messages-container .forward-message-button:active {
  background-color: #001C33;
  color: white;
}
.forward-messages-container .forward-message-button:active .forward-message-icon {
  filter: brightness(0) saturate(100%) invert(90%) sepia(99%) saturate(3%) hue-rotate(26deg) brightness(106%) contrast(100%);
}
.forward-messages-container .forward-message-button .forward-message-icon {
  width: 24px;
  height: 24px;
  margin: 5px 16px 5px 16px;
}
.forward-messages-container .divider {
  border: 0.5px solid #1B1B1B;
  height: 28px;
}
.tooltip-container {
  position: relative;
}
.tooltip-container .tooltip-content {
  display: flex;
  align-items: center;
}
.tooltip-container .tooltip-tip {
  visibility: hidden;
  position: absolute;
  background-color: rgb(51, 51, 51);
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  z-index: 3;
  bottom: 125%;
  left: -75px;
  opacity: 0;
  display: block;
  width: 200px;
  min-height: fit-content;
  font-weight: 300;
}
.tooltip-container .tooltip-tip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(51, 51, 51) transparent transparent transparent;
}
.tooltip-container .tooltip-bottom {
  bottom: 0;
}
.tooltip-container .tooltip-bottom:after {
  top: -10px;
  border-color: transparent transparent rgb(51, 51, 51) transparent;
}
.tooltip-container:hover .tooltip-tip {
  visibility: visible;
  opacity: 1;
}
.login-main {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90dvh;
  flex-direction: column;
  gap: 2rem;
}
.login-main img {
  width: 10rem;
}
.login-main span {
  font-size: large;
  font-weight: 400;
  text-align: center;
}
.login-main button {
  background-color: var(--problue);
  color: var(--foregroundcolor);
  border-radius: 0.5em;
  padding: 0.5em 2em;
  border: 0;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  border: 2px solid transparent;
  margin-bottom: 0.5em;
}
.login-main button:disabled {
  background-color: transparent;
  color: var(--foregroundcolor);
  border: 2px solid var(--foregroundcolor);
  cursor: default;
}
.tts-tooltip {
  width: 100%;
  height: 100%;
  padding: 5px;
  font-weight: 300;
}
.tts-tooltip .requires-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  height: 40px;
}
.tts-tooltip .requires-container .charger-image {
  position: static;
  width: 24px;
  height: 24px;
  margin-top: 0;
}
.tts-tooltip .requires-container .requires-text {
  text-align: start;
  padding-left: 5px;
  font-size: 12px;
}
.tts-tooltip .progress-container {
  display: flex;
  justify-content: space-between;
  background-color: black;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  height: 100px;
  align-items: center;
  justify-items: center;
}
.tts-tooltip .progress-container .progress-info {
  display: flex;
  flex-direction: column;
  text-align: start;
}
.tts-tooltip .progress-container .progress-info .progress-title {
  font-weight: 500;
}
.tts-tooltip .progress-container .progress-info br {
  margin: 0.25em;
}
.tts-tooltip .progress-container .progress-info .buy-link-container {
  display: flex;
  align-items: center;
  text-align: center;
}
.tts-tooltip .progress-container .progress-info .buy-link-container .buy-link {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.tts-tooltip .progress-container .progress-info .buy-link-container img {
  height: 12px;
  cursor: pointer;
  margin-left: 10px;
}
.tts-tooltip .progress-container .progress {
  position: relative;
  height: 100%;
  background: black;
  justify-content: center;
  align-items: center;
}
.tts-tooltip .progress-container .progress .bar-container .rz-progressbar-circular-background {
  stroke-width: 2px !important;
}
.tts-tooltip .progress-container .progress .bar-container .rz-progressbar-circular-value {
  stroke-width: 2px !important;
}
.tts-tooltip .progress-container .progress .bar-container .percentage-label {
  font-weight: 300;
  font-size: 12px;
}
.stock-tooltip {
  width: 100%;
  height: 100%;
  padding: 5px;
  font-weight: 300;
}
.stock-tooltip .requires-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  height: 40px;
}
.stock-tooltip .requires-container .charger-image {
  position: static;
  width: 24px;
  height: 24px;
  margin-top: 0;
}
.stock-tooltip .requires-container .requires-text {
  text-align: start;
  padding-left: 5px;
  font-size: 12px;
}
.stock-tooltip .progress-container {
  display: flex;
  justify-content: space-between;
  background-color: black;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  flex-direction: column;
  height: 100px;
}
.stock-tooltip .progress-container .stock-quality {
  text-align: start;
  margin-bottom: 5px;
  margin-top: 10px;
}
.stock-tooltip .progress-container .progress-visualisation-container {
  height: 5px;
  width: 100%;
  background: var(--backgroundcolor-light);
  border-radius: 10px;
  margin: 0.5em 0;
}
.stock-tooltip .progress-container .progress-visualisation-container .progress-visualisation {
  background-color: var(--hubburgundy);
  height: 5px;
  border-radius: 10px;
}
.stock-tooltip .progress-container .limited-stock {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 10px;
}
.stock-tooltip .progress-container .limited-stock .buy-link-container {
  display: flex;
  align-items: center;
  text-align: center;
}
.stock-tooltip .progress-container .limited-stock .buy-link-container .buy-link {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.stock-tooltip .progress-container .limited-stock .buy-link-container img {
  height: 12px;
  cursor: pointer;
  margin-left: 10px;
}
.limits-tooltip-container {
  position: static;
}
.limits-tooltip-container .limits-tooltip-content {
  display: flex;
  align-items: center;
}
.limits-tooltip-container .limits-tooltip-tip {
  visibility: hidden;
  position: absolute;
  background-color: rgb(51, 51, 51);
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  z-index: 5;
  bottom: 75px;
  left: 86px;
  opacity: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 350px;
}
.limits-tooltip-container .limits-tooltip-tip .limits-tooltip-tip-container {
  display: flex;
  flex-direction: column;
}
.limits-tooltip-container .limits-tooltip-tip .limits-tooltip-tip-container .header-container {
  display: flex;
  font-weight: 600;
  margin-left: 5px;
  margin-top: 5px;
}
.limits-tooltip-container .limits-tooltip-tip .limits-tooltip-tip-container .components {
  display: flex;
  align-items: center;
  justify-content: center;
}
.limits-tooltip-container .limits-tooltip-tip.video {
  bottom: 115px;
}
.limits-tooltip-container .limits-tooltip-tip.export-all-button {
  max-width: 700px;
  left: 0;
  bottom: 48px;
}
.limits-tooltip-container .limits-tooltip-tip.export-all-button:after {
  left: 17%;
}
.limits-tooltip-container .limits-tooltip-tip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25%;
  margin-left: -3px;
  border-width: 9px;
  border-style: solid;
  border-color: rgb(51, 51, 51) transparent transparent transparent;
}
.limits-tooltip-container:hover .limits-tooltip-tip {
  visibility: visible;
  opacity: 1;
}
.settings-close-overlay {
  background-color: gray;
  height: 100vh;
  width: 100vw;
  z-index: 130;
  position: fixed;
  opacity: 0.6;
  top: 0;
  left: 0;
}
.settings-main-container {
  position: relative;
}
.settings-main-container .show-setting {
  position: relative;
  cursor: pointer;
}
.settings-main-container .show-setting.open {
  z-index: 130;
}
.settings-main-container .settings-container {
  position: absolute;
  bottom: -10px;
  right: -5px;
  width: 307px;
  background: #001C33;
  display: flex;
  flex-direction: column;
  cursor: auto;
  border-radius: 10px 10px 0 0;
  gap: 10px;
  z-index: 130;
}
.settings-main-container .settings-container .settings-header {
  display: flex;
  justify-content: space-between;
}
.settings-main-container .settings-container .settings-header .open-logfile-button {
  color: white;
  background: transparent;
  border: none;
  padding: 0 1em;
  font-weight: 100;
}
.settings-main-container .settings-container .settings-header .open-logfile-button:hover {
  text-decoration: underline;
}
.settings-main-container .settings-container .settings-header .manipulate-service-button {
  border: none;
  height: 2.75em;
  border-top-right-radius: 10px;
  background-color: #0078D7;
  color: white;
  width: 125px;
}
.settings-main-container .settings-container .settings-header .manipulate-service-button:disabled {
  background-color: #B5B5B5;
  cursor: default;
  pointer-events: none;
}
.settings-main-container .settings-container .settings-header .manipulate-service-button:hover {
  background-color: #00569A;
}
.settings-main-container .settings-container .settings-header .manipulate-service-button:active {
  background-color: #001C33;
}
.settings-main-container .settings-container .settings-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin-bottom: 3em;
}
.settings-main-container .settings-container .settings-content .settings-title {
  margin-bottom: 0;
  margin-left: 80px;
}
.settings-main-container .settings-container .settings-content .device-dropdown-container {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.settings-main-container .settings-container .settings-content .device-dropdown-container .device-icon {
  width: 30px;
}
.settings-main-container .settings-container .settings-content .device-dropdown-container .device-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
}
.settings-main-container .settings-container .settings-content .device-dropdown-container .device-dropdown.disabled {
  cursor: default;
  pointer-events: none;
}
.settings-main-container .settings-container .settings-content .device-dropdown-container .device-dropdown.disabled .device-dropdown-button-container {
  background-color: #B5B5B5;
}
.settings-main-container .settings-container .settings-content .device-dropdown-container .device-dropdown .device-dropdown-button-container {
  width: 225px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: white;
  background-color: #0078D7;
  border: none;
  border-radius: 10px;
  z-index: 2;
  position: relative;
  min-height: 2.75em;
  max-height: 2.75em;
  font-size: 0.875em;
  font-weight: 500;
}
.settings-main-container .settings-container .settings-content .device-dropdown-container .device-dropdown .dropdown-content {
  display: none;
  left: 62px;
  position: absolute;
  background: linear-gradient(180deg, rgb(0, 120, 215) 37%, rgb(0, 90, 170) 100%);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  width: 225px;
  z-index: 1;
  color: white;
}
.settings-main-container .settings-container .settings-content .device-dropdown-container .device-dropdown .dropdown-content.dropdown-content-up {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.settings-main-container .settings-container .settings-content .device-dropdown-container .device-dropdown .dropdown-content.dropdown-content-up .option {
  cursor: pointer;
  color: white;
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-size: 0.875em;
  height: 31px;
}
.settings-main-container .settings-container .settings-content .device-dropdown-container .device-dropdown .dropdown-content.dropdown-content-up .option:last-child {
  margin-bottom: 10px;
}
.settings-main-container .settings-container .settings-content .device-dropdown-container .device-dropdown .dropdown-content.dropdown-content-up .option:hover {
  background-color: #00569A;
}
.settings-main-container .settings-container .settings-content .device-dropdown-container .device-dropdown .dropdown-content.dropdown-content-up .option:hover:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.settings-main-container .settings-container .settings-content .device-dropdown-container .device-dropdown .dropdown-content.dropdown-content-up .option:active {
  background-color: #001C33;
}
.settings-main-container .settings-container .settings-content .device-dropdown-container .device-dropdown .dropdown-content.dropdown-content-up .option:active:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.settings-main-container .settings-container .settings-content .device-dropdown-container .device-dropdown .dropdown-content.dropdown-content-up .option .option-icon {
  margin-right: 5px;
  height: 2.5em;
}
.settings-main-container .settings-container .settings-content .device-dropdown-container .device-dropdown:hover .dropdown-content {
  display: block;
}
.settings-main-container .settings-container .settings-content .model-path-div {
  display: flex;
  gap: 1em;
  width: 100%;
  margin: 0 1.5em;
}
.settings-main-container .settings-container .settings-content .model-path-div .model-path-icon {
  height: 2em;
  vertical-align: middle;
}
.settings-main-container .settings-container .settings-content .model-path-div .model-path-button {
  width: 225px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  background-color: #0078D7;
  color: var(--foregroundcolor);
  border-radius: 10px;
  padding: 0.5em 1em;
  border: 0;
}
.early-access-tooltip-container {
  position: absolute;
  right: 1em;
  z-index: 10;
  font-size: 0.875em;
  cursor: default;
}
.early-access-tooltip-container .early-access-tooltip {
  gap: 1em;
  display: flex;
  flex-direction: column;
  width: 450px;
  padding: 0.75em;
  position: absolute;
  background-color: rgb(51, 51, 51);
  color: #fff;
  border-radius: 5px;
  z-index: -1;
  margin-left: -340px;
  margin-top: -29px;
}
.early-access-tooltip-container .early-access-tooltip .early-access-tooltip-title {
  font-size: 1.25em;
  width: fit-content;
}
.early-access-tooltip-container .early-access-tooltip .early-access-tooltip-info .early-access-tooltip-info-title {
  background-color: lightgray;
  width: fit-content;
  padding: 0 1em;
  margin-bottom: 0.25em;
  border-radius: 0 0 0 1em;
  color: var(--backgroundcolor);
  font-weight: bolder;
}
.early-access-tooltip-container .early-access-tooltip .early-access-tooltip-info .early-access-tooltip-info-text br {
  display: block;
  content: "";
  margin: 0;
}
.ai-hint-tooltip {
  max-width: 350px;
  overflow: hidden;
  text-wrap: pretty;
}
.feedback-close-overlay {
  background-color: gray;
  height: 100vh;
  width: 100vw;
  z-index: 130;
  position: fixed;
  opacity: 0.6;
  top: 0;
  left: 0;
}
.feedback-main-container {
  position: relative;
}
.feedback-main-container.open {
  z-index: 130;
}
.feedback-main-container .feedback-show-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.feedback-main-container .feedback-text-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.feedback-main-container .feedback-text-left img {
  height: 18px;
  margin-left: 10px;
}
.feedback-main-container .feedback-text-left .support-text {
  padding-top: 5px;
  font-weight: 500;
  color: #757575;
}
.feedback-main-container .feedback-text-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.feedback-main-container .feedback-text-right img {
  height: 18px;
  margin-left: 10px;
  margin-top: 12px;
}
.feedback-main-container .feedback-text-right .support-text {
  margin-left: 10px;
  padding-top: 5px;
  font-weight: 500;
  color: #757575;
}
.feedback-main-container .show-feedback-action {
  z-index: 5;
  position: relative;
  cursor: pointer;
}
.feedback-main-container .show-feedback-action.active img {
  filter: brightness(0) saturate(100%) invert(90%) sepia(99%) saturate(3%) hue-rotate(26deg) brightness(106%) contrast(100%);
}
.feedback-main-container .show-feedback-action.active .support-text {
  color: white;
}
.feedback-main-container .show-feedback-action.ai-busy {
  cursor: default;
  pointer-events: none;
}
.feedback-main-container .feedback-container {
  position: absolute;
  right: -71px;
  width: 352px;
  background: #757575;
  z-index: 4;
  display: flex;
  flex-direction: column;
  cursor: auto;
  gap: 10px;
}
.feedback-main-container .feedback-container.up {
  bottom: 0;
  padding: 7px 7px 40px;
  border-radius: 10px 10px 0 0;
}
.feedback-main-container .feedback-container.down {
  bottom: -157px;
  padding: 40px 7px 7px;
  border-radius: 0 0 10px 10px;
}
.feedback-main-container .feedback-container .feedback-internal-container {
  background-color: #1B1B1B;
  border-radius: 5px;
}
.feedback-main-container .feedback-container .feedback-internal-container hr {
  background: #757575;
}
.feedback-main-container .feedback-container .feedback-internal-container .feedback-header {
  display: flex;
  justify-content: start;
  padding-bottom: 1px;
}
.feedback-main-container .feedback-container .feedback-internal-container .feedback-header .feedback-type {
  cursor: pointer;
  font-weight: 500;
  color: #757575;
  padding-left: 10px;
  padding-top: 5px;
}
.feedback-main-container .feedback-container .feedback-internal-container .feedback-header .feedback-type.active {
  color: white;
}
.feedback-main-container .feedback-container .feedback-internal-container .feedback-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feedback-main-container .feedback-container .feedback-internal-container .feedback-content .feedback-text {
  background: rgb(27, 27, 27);
  border: none;
  height: 55px;
  resize: none;
  color: white;
  padding: 10px;
}
.feedback-main-container .feedback-container .feedback-internal-container .feedback-content .feedback-text::-webkit-scrollbar {
  width: 6px;
}
.feedback-main-container .feedback-container .feedback-internal-container .feedback-content .feedback-text::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 10px;
}
.feedback-main-container .feedback-container .feedback-internal-container .feedback-content .feedback-text::-webkit-scrollbar-thumb {
  background: #6A6565;
  border-radius: 5px;
}
.feedback-main-container .feedback-container .feedback-internal-container .feedback-content .feedback-text::-webkit-scrollbar-button {
  display: none;
}
.feedback-main-container .feedback-container .feedback-internal-container .feedback-content .feedback-text:focus-visible {
  border: none;
  outline: none;
}
.feedback-main-container .feedback-container .feedback-internal-container .feedback-content .feedback-buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
}
.feedback-main-container .feedback-container .feedback-internal-container .feedback-content .feedback-buttons-container .checkbox-container {
  padding-right: 30px;
}
.feedback-main-container .feedback-container .feedback-internal-container .feedback-content .send-feedback-button {
  border: none;
  height: 2.75em;
  border-radius: 5px;
  background-color: #0078D7;
  color: white;
  width: 80px;
}
.feedback-main-container .feedback-container .feedback-internal-container .feedback-content .send-feedback-button:disabled {
  background-color: #B5B5B5;
  cursor: default;
  pointer-events: none;
}
.feedback-main-container .feedback-container .feedback-internal-container .feedback-content .send-feedback-button:hover {
  background-color: #00569A;
}
.feedback-main-container .feedback-container .feedback-internal-container .feedback-content .send-feedback-button:active {
  background-color: #001C33;
}
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
}
.checkbox-container.checkbox-disabled {
  cursor: default;
  pointer-events: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container .custom-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid white;
}
.checkbox-container .custom-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 2px;
  width: 5px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-container:hover input ~ .custom-checkmark {
  background-color: transparent;
}
.checkbox-container input:checked ~ .custom-checkmark {
  background-color: transparent;
}
.checkbox-container input:checked ~ .custom-checkmark:after {
  display: block;
}
#cookieConsent {
  color: var(--foregroundcolor);
  background-color: var(--backgroundcolor-dark);
  border: none;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1rem;
  z-index: 99;
  position: absolute;
}
#cookieConsent a:hover {
  text-decoration: underline;
}
#cookieConsent button {
  border: 1px solid var(--foregroundcolor);
  border-radius: 6px;
  color: var(--foregroundcolor);
  background-color: black;
  padding: 0.5em;
  margin-left: 1em;
}
#cookieConsent .reject-policy {
  border: none;
}
#cookieConsent button:hover {
  background-color: var(--backgroundcolor-light);
}
.info-message-container {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
.info-message-container .info-message {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.info-message-container .info-message .info-message-inbox {
  max-width: 50%;
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.info-message-container .info-message .info-message-inbox .info-message-container {
  background: #1B1B1B;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: white;
  font-size: 0.875em;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px 2px;
  margin-bottom: 0;
  min-width: 475px;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 80px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.info-message-container .info-message .info-message-inbox .info-message-container .info-icon-container {
  width: 80px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.info-message-container .info-message .info-message-inbox .info-message-container .info-icon-container img {
  width: 40px;
  height: 40px;
}
.info-message-container .info-message .info-message-inbox .info-message-container .message-text {
  width: 100%;
}
.info-message-container .info-message .info-message-inbox .info-message-container .message-text p {
  margin-bottom: 5px;
  padding-right: 5px;
}
.info-message-container .info-message .info-message-inbox .info-message-container .message-text p:last-child {
  margin-bottom: 0;
}
.info-message-container .info-message .info-message-inbox .info-message-container .message-text a {
  text-decoration: underline;
}
.info-message-container .info-message .info-message-inbox .info-message-container .message-text br {
  margin: 0;
}
.info-message-container .info-message .info-message-inbox .refresh-container {
  padding: 0.5em 0.75em;
  background-color: black;
  cursor: pointer;
  border-radius: 6px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.info-message-container .info-message .info-message-inbox .refresh-container img {
  height: 16px;
  width: 16px;
}
.info-message-container .info-message .info-message-inbox .info-container-info {
  background: #00584E;
}
.info-message-container .info-message .info-message-inbox .info-container-warning {
  background: #583200;
}
.info-message-container .info-message .info-message-inbox .info-container-error {
  background: #580013;
}
.middle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.middle.inelemementloading {
  position: relative;
}
.middle.inelemementloading .lds-magix {
  width: 40px;
  height: 40px;
}
.middle.inelemementloading .lds-ellipsis {
  width: 40px;
  height: 40px;
}
.middle .lds-magix {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.middle .lds-magix div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 12px;
  background: white;
  animation: 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  border-radius: 1em;
}
.middle .lds-magix div:nth-child(1) {
  left: 8px;
  animation-name: lds-magix-left;
  animation-delay: 0s;
  transform: rotate(23.2deg);
}
.middle .lds-magix div:nth-child(2) {
  left: 30px;
  animation-name: lds-magix-mid;
  animation-delay: 0.24s;
  transform: rotate(23.2deg);
}
.middle .lds-magix div:nth-child(3) {
  left: 52px;
  animation-name: lds-magix-right;
  animation-delay: 0.48s;
  transform: rotate(23.2deg);
}
.middle .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.middle .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.middle .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.middle .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.middle .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.middle .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-magix-left {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
@keyframes lds-magix-mid {
  0% {
    top: -24px;
    height: 128px;
  }
  50%, 100% {
    top: 8px;
    height: 64px;
  }
}
@keyframes lds-magix-right {
  0% {
    top: -8px;
    height: 96px;
  }
  50%, 100% {
    top: 16px;
    height: 48px;
  }
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
