@charset "utf-8";
@import "vars.css";
/*******globe***********/

body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
td,
th,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
fieldset,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
}

html,
body,
#app {
  width: 100%;
  height: 100%;
}

html,
body {
  user-select: none;
  touch-action: manipulation;
  /* -webkit-touch-callout: none; */
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  /* transform: translateZ(0); */
  -webkit-overflow-scrolling: touch;
  background: #fff;
  scroll-behavior: smooth;
}

img {
  border: 0;
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

ins {
  text-decoration: none;
}

input,
button {
  outline: none;
  padding: 0;
  border: none;
  border: 0;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  /* -webkit-appearance: none; */
  background-color: transparent;
}

button {
  cursor: pointer;
}

.animated.fastest {
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
}

html input:-internal-autofill-previewed,
html input:-internal-autofill-selected {
  -webkit-text-fill-color: var(--n-text-color) !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.labelText {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #5138ED;
  margin-left: 0.28rem;
}