/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}
body {
  line-height: 1;
}
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * Variables here for theme styling
 */
:root {
  --red: #FF4A4A;
  --green: #3CC864;
}
:root,
.theme-dark {
  --bg-default: #232C37;
  --bg-black: rgba(211, 211, 211, 0.15);
  --bg-fade: rgba(35, 44, 55, 0.75);
  --bg-grey: rgba(73, 83, 100, 0.8);
  --bg-block: #28323F;
  --bg-special: #303B49;
  --bg-tag: rgba(20, 25, 30, 0.5);
  --active-color: #FFE100;
  --login-active-color: #FFE100;
  --fade-active-color: rgba(255, 225, 0, 0.3);
  --default-font-color: #DDDDDD;
  --fade-color: rgba(221, 221, 221, 0.5);
  --sub-text-color: #838D9E;
  --special-color: #303B49;
  --revert-color: black;
  --border-color: #303B4B;
  --border-special-color: #29323f;
  --lighten-special-color: #445468;
  --btn-color: #222222;
  --chart-color: rgba(48, 59, 75, 0.7);
  --mask-bg: rgba(0, 0, 0, 0.4);
  --hover-color: rgba(93, 109, 129, 0.3);
  --light-grey: #495364;
  --icon-color: #DDDDDD;
  --axis-line-color: #303B49;
  --pre-close-line-color: #535360;
  --crosshair-color: #FFFFFF;
  --cross-line-color: #DDDDDD;
  --cross-font-color: #232C37;
  --cor-action-bg-color: #232C37;
  --trend-line-color: #00AAFF;
  --trend-area-color: #234357;
  --trend-hour-line-color: #DDD;
  --trend-hour-area-color: #3a4652;
  --logo-bg: #FFE100;
  --menu-color: #FFE100;
  --menu-bg: #232C37;
  --drop-list: #495364;
  --focus-btn: #495364;
  --focus-btn-color: #303B49;
  --btn-bg: #616A79;
  --btn-hover-border: #5d6d81;
  --divide-color: #232C37;
  --hand-bg: #495364;
  --hand-color: #303B49;
  --switch-list: #616A79;
  --volume-border: black;
  --boll-top: auto;
  --ti-tips-bg-color: #2A2F38;
  --table-select-color: #303B49;
  --msg-border-color: rgba(18, 18, 18, 0.4);
  --msg-menu-checked-bg: #1D252E;
  --msg-list-checked-bg: #232C37;
  --msg-list-header-bg: #232C37;
  --msg-menu-text-color: #838D9E;
  --msg-menu-text-active: #DDD;
  --msg-menu-icon-active: #DDD;
}
:root,
.theme-light {
  --bg-default: #E6EBF0;
  --bg-black: rgba(211, 211, 211, 0.85);
  --bg-fade: rgba(255, 255, 255, 0.75);
  --bg-grey: rgba(221, 221, 221, 0.8);
  --bg-block: #FDFDFD;
  --bg-special: #F7F7F7;
  --bg-tag: rgba(249, 249, 252, 0.5);
  --active-color: #F5731E;
  --login-active-color: #FFE100;
  --fade-active-color: rgba(245, 115, 30, 0.3);
  --default-font-color: #303B49;
  --fade-color: rgba(48, 59, 73, 0.5);
  --sub-text-color: #838D9E;
  --special-color: #F7F7F7;
  --revert-color: white;
  --border-color: #E6EbF0;
  --border-special-color: #FDFDFD;
  --lighten-special-color: #ffffff;
  --btn-color: #FFFFFF;
  --chart-color: rgba(238, 238, 238, 0.7);
  --mask-bg: rgba(35, 44, 55, 0.2);
  --hover-color: rgba(255, 255, 255, 0.3);
  --light-grey: #DDDDDD;
  --icon-color: #A0A9B3;
  --axis-line-color: #EEEEEE;
  --pre-close-line-color: #8C8C8C;
  --crosshair-color: #A0AAAF;
  --cross-line-color: #303B49;
  --cross-font-color: #FFFFFF;
  --cor-action-bg-color: #FFFFFF;
  --trend-line-color: #00AAFF;
  --trend-area-color: #E2F6FE;
  --trend-hour-line-color: #A1A9ED;
  --trend-hour-area-color: #F1F3FD;
  --logo-bg: #FDFDFD;
  --menu-color: #FFFFFF;
  --menu-bg: #F5731E;
  --drop-list: #FDFDFD;
  --focus-btn: #A0AAAF;
  --focus-btn-color: #FFFFFF;
  --btn-bg: #A0AAAF;
  --btn-hover-border: #DDDDDD;
  --divide-color: #F7F7F7;
  --hand-bg: #C1C6CE;
  --hand-color: #FFFFFF;
  --switch-list: #A0AAAF;
  --volume-border: white;
  --boll-top: #616A79;
  --ti-tips-bg-color: #F3F5F8;
  --table-select-color: #eee;
  --msg-border-color: rgba(0, 0, 0, 0.1);
  --msg-menu-checked-bg: #EDECED;
  --msg-list-checked-bg: #F5F5F6;
  --msg-list-header-bg: #FFF;
  --msg-menu-text-color: #A6A9B6;
  --msg-menu-text-active: #303B49;
  --msg-menu-icon-active: #FF7D00;
}
.theme-dark {
  background: #232C37;
  color: #DDDDDD;
}
.theme-light {
  background: #E6EBF0;
  color: #303B49;
}
@keyframes anim-rotate {
from {
    transform: rotate(0);
}
to {
    transform: rotate(360deg);
}
}
[class^="icon-"],
[class*=" icon-"] {
  speak: none;
  line-height: 1;
}
[class^="icon-"].spinner,
[class*=" icon-"].spinner {
  animation: anim-rotate 2s infinite steps(8);
}
.icon-star,
.icon-star2,
.icon-mutiview,
.icon-news-bullet,
.icon-selected-star,
.icon-assets,
.icon-down,
.icon-up,
.icon-locked {
  color: var(--active-color);
}
.icon-circle-question,
.icon-circle-alert,
.icon-no-data {
  color: #838D9E;
}
label {
  display: inline-block;
  color: #838D9E;
}
input {
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  outline: none;
  line-height: 30px;
  color: var(--active-color);
  border: 1px solid var(--bg-special);
  border-radius: 2px;
  box-sizing: border-box;
}
input:hover {
  border-color: var(--btn-hover-border);
}
input:focus {
  border-color: var(--active-color);
}
input.error {
  color: var(--red);
  border-color: var(--red);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  appearance: textfield;
}
input::-webkit-input-placeholder {
  color: #838d9e;
  font-size: 12px;
}
input:focus::-webkit-input-placeholder {
  color: #838d9e;
}
input[type="checkbox"] {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  font-size: 0;
  vertical-align: middle;
  cursor: pointer;
}
input[type="checkbox"]:before {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #5f6472;
  transition: all 0.5s;
}
input[type="checkbox"]:checked + label {
  color: var(--active-color);
}
input[type="checkbox"]:hover:before,
input[type="checkbox"]:checked:before {
  border-color: var(--active-color);
}
input[type="checkbox"]:checked:after {
  content: ' ';
  position: absolute;
  height: 100%;
  transform-origin: center center;
  width: 50%;
  border-radius: 0;
  border-bottom: 2px solid var(--active-color);
  border-right: 2px solid var(--active-color);
  transform: rotatez(45deg) scale(0.7) translate(0, -6px);
  transition: all 0.5s;
}
input[type="radio"] {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  font-size: 0;
  vertical-align: middle;
  cursor: pointer;
}
input[type="radio"]:before {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  border: 1px solid #5f6472;
}
input[type="radio"]:checked + label {
  color: var(--active-color);
}
input[type="radio"]:checked:before {
  border-color: var(--active-color);
}
input[type="radio"]:checked:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--active-color);
  border-radius: 50%;
  transform-origin: center center;
  transform: scale(0.5);
}
button {
  outline: none;
  border: none;
  -webkit-user-select: none;
          user-select: none;
}
.button {
  height: 30px;
  font-size: 14px;
  line-height: 14px;
  padding-top: 8px;
  -webkit-user-select: none;
          user-select: none;
}
.button.disabled,
.button[disabled] {
  pointer-events: none;
  color: var(--default-font-color);
  background-color: var(--light-grey);
}
.button[class~=button-default]:focus {
  color: var(--default-font-color);
  background-color: #616A79;
}
table {
  margin: 0;
  border: none;
}
table tr th,
table tr td {
  padding: 6px 0;
  font-size: 12px;
  border: none;
}
table tr th:first-child,
table tr td:first-child {
  padding-left: 10px;
}
table tr th:last-child,
table tr td:last-child {
  padding-right: 10px;
}
table th {
  height: 30px;
  color: #838D9E;
}
table.strip tbody tr:nth-child(even) {
  background-color: var(--bg-block);
}
table.strip tbody tr:nth-child(odd) {
  background-color: var(--divide-color);
}
table.strip tbody tr:hover {
  background-color: var(--table-select-color);
}
table.strip tbody tr.selected {
  background-color: var(--table-select-color);
}
table.strip tbody tr:hover:not(.selected) {
  background-color: var(--table-select-color);
}
input[type="checkbox"].toggle {
  appearance: none;
  position: relative;
  width: 60px;
  height: 20px;
  border-radius: 20px;
  border: none;
  background-color: #222222;
}
input[type="checkbox"].toggle:before {
  content: ' ';
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #616A79;
  transition: all 0.5s;
}
input[type="checkbox"].toggle[checked]:before {
  left: 34px;
  background-color: var(--active-color);
}
.tabs nav {
  transition: all 0.2s;
}
.tabs nav a {
  padding: 0 15px;
  text-align: center;
  background-color: var(--bg-block);
  -webkit-user-select: none;
          user-select: none;
}
.tabs nav a.active {
  color: var(--active-color);
}
.tooltip {
  display: block !important;
  z-index: 10000;
  margin-right: 10px;
  word-break: break-word;
}
.tooltip .tooltip-inner {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 5px 10px;
  background: #F1F1F1;
  color: #333;
  border-radius: 2px;
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
  opacity: 0;
}
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="bottom"] {
  margin-top: 10px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}
.v-popover {
  display: inline-block;
}
.selectbox.primary {
  position: relative;
  height: 30px;
  box-sizing: content-box;
  border-radius: 2px;
  border: solid 1px var(--special-color);
}
.selectbox.primary:hover {
  border-color: --btn-hover-border;
}
.selectbox.primary .selectbox-input,
.selectbox.primary .selectbox-dropdown {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
}
.selectbox.primary.opened {
  border-color: var(--active-color);
}
.selectbox.primary.opened .selectbox-input:before {
  background-color: var(--active-color);
}
.selectbox.primary.opened .selectbox-input:after {
  border-bottom-color: #222222;
  border-right-color: #222222;
}
.selectbox.primary .selectbox-input {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 40px;
}
.selectbox.primary .selectbox-input:before {
  content: ' ';
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--special-color);
}
.selectbox.primary .selectbox-input:after {
  right: 10px;
  top: 9px;
  transform: rotate(45deg);
}
@keyframes anim-rotate {
from {
    transform: rotate(0);
}
to {
    transform: rotate(360deg);
}
}
.loading-status {
  position: fixed;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}
.loading-status::after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: var(--bg-default);
}
.loading-status.visible {
  pointer-events: initial;
  opacity: 1;
}
.transition-drop-appear-active {
  animation-timing-function: ease-in-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: dropIn;
  animation-play-state: running;
}
.transition-drop-enter-active {
  animation-timing-function: ease-in-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: dropIn;
  animation-play-state: running;
}
.transition-drop-leave-active {
  animation-name: dropOut;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-play-state: running;
}
@keyframes dropIn {
0% {
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: top;
}
100% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
}
}
@keyframes dropOut {
0% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
}
100% {
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: top;
}
}
.transition-up-appear-active {
  animation-timing-function: ease-in-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: upIn;
  animation-play-state: running;
}
.transition-up-enter-active {
  animation-timing-function: ease-in-out;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: upIn;
  animation-play-state: running;
}
.transition-up-leave-active {
  animation-name: upOut;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-play-state: running;
}
@keyframes upIn {
0% {
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: bottom;
}
100% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: bottom;
}
}
@keyframes upOut {
0% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: bottom;
}
100% {
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: bottom;
}
}
.transition-slide-right-appear-active {
  animation-timing-function: ease-in-out;
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: slideRightIn;
  animation-play-state: running;
}
.transition-slide-right-enter-active {
  animation-timing-function: ease-in-out;
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: slideRightIn;
  animation-play-state: running;
}
.transition-slide-right-leave-active {
  animation-name: slideRightOut;
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-play-state: running;
}
.transition-slide-left-appear-active {
  animation-timing-function: ease-in-out;
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: slideLeftIn;
  animation-play-state: running;
}
.transition-slide-left-enter-active {
  animation-timing-function: ease-in-out;
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: slideLeftIn;
  animation-play-state: running;
}
.transition-slide-left-leave-active {
  animation-name: slideLeftOut;
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-play-state: running;
}
@keyframes slideLeftIn {
0% {
    opacity: 0;
    transform: translateZ(0) translateX(-50%);
}
100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
}
}
@keyframes slideLeftOut {
0% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
}
100% {
    opacity: 0;
    transform: translateZ(0) translateX(-50%);
}
}
@keyframes slideRightIn {
0% {
    opacity: 0;
    transform: translateZ(0) translateX(50%);
}
100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
}
}
@keyframes slideRightOut {
0% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
}
100% {
    opacity: 0;
    transform: translateZ(0) translateX(50%);
}
}
.transition-zoom-appear-active {
  animation-timing-function: ease-in-out;
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-play-state: running;
}
.transition-zoom-enter-active {
  animation-timing-function: ease-in-out;
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-play-state: running;
}
.transition-zoom-leave-active {
  animation-name: zoomOut;
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-play-state: running;
}
@keyframes zoomIn {
0% {
    opacity: 0.5;
    transform: scale(1.1);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
@keyframes zoomOut {
0% {
    opacity: 1;
    transform: scale(1);
}
100% {
    opacity: 0
  ;
    transform: scale(1.1);
}
}
.transition-fade-appear-active {
  animation-timing-function: ease-in-out;
  animation-duration: 0.225s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-play-state: running;
}
.transition-fade-enter-active {
  animation-timing-function: ease-in-out;
  animation-duration: 0.225s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-play-state: running;
}
.transition-fade-leave-active {
  animation-name: fadeOut;
  animation-duration: 0.225s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-play-state: running;
}
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
:root {
  overflow-x: auto;
}
body {
  font-family: "Helvetica Neue", Arial, -apple-system, "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei Light", "WenQuanYi Micro Hei", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.4;
  min-width: 1240px;
  -webkit-text-size-adjust: 100%;
}
a {
  color: var(--default-font-color);
  text-decoration: none;
}
a.active,
a:hover.active,
a:focus.active,
a:not(.button):hover,
a:not(.button):focus {
  color: var(--active-color);
}
a.disabled,
a[disabled] {
  pointer-events: none;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar:horizontal {
  height: 8px;
}
::-webkit-scrollbar:vertical {
  height: 8px;
}
::-webkit-scrollbar-corner {
  display: none;
}
::-webkit-scrollbar-track {
  background-color: var(--bg-block);
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(97, 106, 121, 0.05);
}
:hover::-webkit-scrollbar-thumb {
  background-color: rgba(97, 106, 121, 0.45);
}
.negative {
  color: var(--red) !important;
}
.positive {
  color: var(--green) !important;
}
.negative-bg {
  background-color: var(--red) !important;
}
.positive-bg {
  background-color: var(--green) !important;
}
.stock-color--red-up .negative {
  color: var(--green) !important;
}
.stock-color--red-up .positive {
  color: var(--red) !important;
}
.stock-color--red-up .negative-bg {
  background-color: var(--green) !important;
}
.stock-color--red-up .positive-bg {
  background-color: var(--red) !important;
}
svg .stock-color-fill {
  fill: currentColor;
}
html,
body {
  height: 100%;
  overflow: hidden;
  background: var(--bg-default);
}
.app {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.app .main-nav {
  position: absolute;
  left: 0;
  top: 0;
}
.app .main-content {
  display: flex;
  flex: 1;
  margin-left: 60px;
  min-height: 0;
}
.app:before {
  content: attr(env);
  position: fixed;
  display: block;
  width: 30px;
  overflow: hidden;
  text-align: center;
  text-shadow: 1px 1px 2px lightpink;
  transform: rotate(-45deg) scale(0.8);
  transform-origin: bottom;
  z-index: 99999;
}

