#root {
  position: absolute;
  top: 0;
  overflow: hidden;
  bottom: 0;
  right: 0;
  left: 0;
  flex: 1;
  display: flex;
}
html,
body {
  height: 100%;
  overflow: hidden !important;
}
@font-face {
  font-family: 'FontAwesome5_Solid';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('/fonts/la-solid-900.eot');
  src: url('/fonts/la-solid-900.eot?#iefix') format('embedded-opentype'),
    url('/fonts/la-solid-900.woff2') format('woff2'),
    url('/fonts/la-solid-900.woff') format('woff'),
    url('/fonts/la-solid-900.ttf') format('truetype'),
    url('/fonts/la-solid-900.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'FontAwesome5_Regular';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('/fonts/la-solid-900.eot');
  src: url('/fonts/la-solid-900.eot?#iefix') format('embedded-opentype'),
    url('/fonts/la-solid-900.woff2') format('woff2'),
    url('/fonts/la-solid-900.woff') format('woff'),
    url('/fonts/la-solid-900.ttf') format('truetype'),
    url('/fonts/la-solid-900.svg#fontawesome') format('svg');
}

* {
  outline: none;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  font-size: 16px;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background: #000 !important;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #000 !important;
  border: 0px none #db7575;
  border-radius: 0px;
}
::-webkit-scrollbar-track {
  background: #eee;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

:root {
  --radius: 10px;
  --background: #f0f0f0;
  --primary: #6659f8;
  --primary-light: #9b92ff;
  --primary-dark: #433aa7;
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.02),
    0 4px 8px rgba(0, 0, 0, 0.02), 0 8px 16px rgba(0, 0, 0, 0.02),
    0 16px 32px rgba(0, 0, 0, 0.02), 0 32px 64px rgba(0, 0, 0, 0.02);
  --shadow-medium: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05),
    0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05),
    0 16px 32px rgba(0, 0, 0, 0.05), 0 32px 64px rgba(0, 0, 0, 0.05);

  --shadow-dark: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1),
    0 4px 8px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1),
    0 16px 32px rgba(0, 0, 0, 0.1), 0 32px 64px rgba(0, 0, 0, 0.1);
  --shadow-black: 0 1px 2px rgba(34, 16, 16, 0.3), 0 2px 4px rgba(0, 0, 0, 0.3),
    0 4px 8px rgba(0, 0, 0, 0.3), 0 8px 16px rgba(0, 0, 0, 0.3),
    0 16px 32px rgba(0, 0, 0, 0.3), 0 32px 64px rgba(0, 0, 0, 0.3);
}
