/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   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,
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
:focus {
  outline: 0;
}
* {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: 'SVN-Poppins';
  src: url('../fonts/SVN-PoppinsMedium.eot');
  src: url('../fonts/SVN-PoppinsMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/SVN-PoppinsMedium.woff2') format('woff2'), url('../fonts/SVN-PoppinsMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SVN-Poppins';
  src: url('../fonts/SVN-PoppinsSemiBold.eot');
  src: url('../fonts/SVN-PoppinsSemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/SVN-PoppinsSemiBold.woff2') format('woff2'), url('../fonts/SVN-PoppinsSemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SVN-Poppins';
  src: url('../fonts/SVN-Poppins.eot');
  src: url('../fonts/SVN-Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/SVN-Poppins.woff2') format('woff2'), url('../fonts/SVN-Poppins.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SVN-Poppins';
  src: url('../fonts/SVN-PoppinsBold.eot');
  src: url('../fonts/SVN-PoppinsBold.eot?#iefix') format('embedded-opentype'), url('../fonts/SVN-PoppinsBold.woff2') format('woff2'), url('../fonts/SVN-PoppinsBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SVN-Poppins';
  src: url('../fonts/SVN-PoppinsLight.eot');
  src: url('../fonts/SVN-PoppinsLight.eot?#iefix') format('embedded-opentype'), url('../fonts/SVN-PoppinsLight.woff2') format('woff2'), url('../fonts/SVN-PoppinsLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FluentSystemIcons-Regular";
  src: url('../fonts/FluentSystemIcons-Regular.eot');
  src: url('../fonts/FluentSystemIcons-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/FluentSystemIcons-Regular.woff2') format('woff2'), url('../fonts/FluentSystemIcons-Regular.woff') format('woff'), url('../fonts/FluentSystemIcons-Regular.svg#FluentSystemIcons-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "SVN-Poppins";
  font-weight: normal;
  font-style: normal;
  color: var(--primary-color);
  font-size: var(--font-size);
  line-height: var(--line-height);
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background: rgba(50, 50, 50, 0.3);
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
:root {
  --primary: #083866;
  --secondary: #D9EBFC;
  --primary-color: #21242e;
  --secondary-color: #838588;
  --active-color: #41444e;
  --primary-background: #f2f2f2;
  --secondary-background: #ffffff;
  --subtle-background: #d5d8dd;
  --primary-border: #d5d8dd;
  --primary-header: #f0f6fb;
  --primary-active: #d5d8dd;
  --primary-hover: #d5d8dd;
  --primary-shadow: #d5d8dd80;
  --primary-disable: #d5d8dd;
  --input-color: #03060b;
  --input-background: #fcfcfd;
  --button-background: #e3e5e8;
  --padding: 16px;
  --font-size: 14px;
  --line-height: 22px;
  --navigation-height: 40px;
  --input-height: 40px;
  --input-radius: 4px;
  --title-size: 18px;
  --svg-width: 20;
  --svg-height: 20;
  --svg-color: var(--primary-color);
  --error-color: #B71C1C;
  --red-color: #B71C1C;
  --white: #fff;
  --themePrimary: #b71c1c;
  --themeLighterAlt: #fcf4f4;
  --themeLighter: #f4d2d2;
  --themeLight: #eaaeae;
  --themeTertiary: #d46868;
  --themeSecondary: #c03030;
  --themeDarkAlt: #a51919;
  --themeDark: #8c1515;
  --themeDarker: #670f0f;
  --neutralLighterAlt: #f8f8f8;
  --neutralLighter: #f5f5f5;
  --neutralLight: #eaeaea;
  --neutralQuaternaryAlt: #dadada;
  --neutralQuaternary: #d0d0d0;
  --neutralTertiaryAlt: #c8c8c8;
  --neutralTertiary: #b4b2b0;
  --neutralSecondary: #9b9997;
  --neutralPrimaryAlt: #83817e;
  --neutralPrimary: #201f1e;
  --neutralDark: #52504e;
  --cell-unit: 12px;
  --spot-width: 22px;
  --ratio: 1;
}
@media screen and (max-width: 1600px) {
  :root {
    --ratio: 0.8333333;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --ratio: 0.75;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --ratio: 0.71145833;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --ratio: 0.66666667;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --ratio: 0.66666667;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --ratio: 0.53333333;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --ratio: 0.4;
  }
}
.theme-light {
  --primary-color: #21242e;
  --secondary-color: #838588;
  --active-color: #41444e;
  --disable-color: #d5d8dd;
  --primary-background: #FAFAFA;
  --secondary-background: #ffffff;
  --subtle-background: #d5d8dd;
  --primary-border: #d5d8dd;
  --primary-header: #f0f6fb;
  --primary-active: #d5d8dd;
  --primary-hover: #d5d8dd;
  --primary-shadow: #d5d8dd80;
  --primary-disable: #d5d8dd;
  --input-color: #03060b;
  --input-background: #fcfcfd;
  --button-background: #e3e5e8;
  --svg-color: var(--primary);
}
.theme-dark {
  --primary-color: #8f98a3;
  --secondary-color: #6d7478;
  --active-color: #dbdbdb;
  --disable-color: #292d33;
  --primary-background: #141516;
  --secondary-background: #18191d;
  --subtle-background: #222930;
  --primary-border: #30373c;
  --primary-header: #23272b;
  --primary-active: #30373c;
  --primary-hover: #30373c;
  --primary-shadow: #30373c80;
  --primary-disable: #30373c;
  --input-color: #8f98a3;
  --input-background: #1c1d21;
  --button-background: #2a2b31;
  --svg-color: var(--primary);
}
.notifier-bottom {
  margin: 0px auto;
  bottom: 32px;
  left: 0px;
  right: 0px;
  width: 600px;
}
.notifier-top {
  margin: 0px auto;
  top: 32px;
  left: 0px;
  right: 0px;
  width: 600px;
}
.notifier-top-right {
  top: 32px;
  right: 16px;
  width: 400px;
}
.notifier-bottom-right {
  bottom: 32px;
  right: 16px;
  width: 400px;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.notifier {
  padding: 8px 16px;
  border-radius: 4px;
  margin: 8px 0;
}
.notifier.success {
  background: var(--color-300);
  color: var(--color-50);
}
@keyframes notifier-animation-enter-opacity {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes notifier-animation-leave-opacity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
ul[class*="notifier-"] {
  list-style: none;
  position: fixed;
  transition: all 0.5s ease-in-out;
  z-index: 1031;
  animation-iteration-count: 1;
  display: inline-block;
}
ul[class*="notifier-"] > li {
  background-position: center left 16px;
  background-repeat: no-repeat;
  background-size: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  padding: 16px 16px 16px 68px;
  word-wrap: break-word;
  width: 100%;
}
ul[class*="notifier-"] > li:focus,
ul[class*="notifier-"] > li:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
ul[class*="notifier-"] > li:not(:last-of-type) {
  margin-bottom: 16px;
}
ul[class*="notifier-"] > li > .message {
  color: #ffffff;
}
ul[class*="notifier-"] > li > .title {
  color: #ffffff;
  font-weight: 700;
}
ul[class*="notifier-"] > li.au-enter-active {
  animation: notifier-animation-enter-opacity 1s;
}
ul[class*="notifier-"] > li.au-leave-active {
  animation: notifier-animation-leave-opacity 0.5s;
}
.notifier-success {
  background: #388d54;
}
.notifier-warning {
  background: #ffb74d;
}
.notifier-danger {
  background: #b71c1c;
}
.notifier-info {
  background: #4dd0e1;
}
@media (max-width: 568px) {
  .notifier-bottom {
    width: calc(100% - 32px);
  }
}
.dialog-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  opacity: 1;
  display: grid;
  justify-items: center;
  align-items: start;
  background-color: rgba(0, 0, 0, 0.4);
}
.dialog-comfirm {
  width: auto;
  margin: 0 16px;
  max-width: 420px;
  width: calc(100% - 32px);
  top: 10%;
  position: relative;
  z-index: 2000;
  background-color: var(--primary-background);
}
.dialog-comfirm.enter {
  animation: fadeInTop 0.5s forwards;
}
.dialog-comfirm.leave {
  animation: fadeOutTop 0.5s forwards;
}
.dialog-comfirm .dialog-title {
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px;
}
.dialog-comfirm .dialog-content {
  padding: 16px;
  margin-bottom: 16px;
}
.dialog-comfirm .dialog-footer {
  display: grid;
  grid-template-columns: 1fr 96px 96px;
  grid-gap: 8px;
  padding: 16px;
  align-items: center;
  justify-items: center;
}
.dialog-comfirm .btn {
  width: 100%;
  font-size: var(--font-size);
  line-height: var(--input-height);
  height: var(--input-height);
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: var(--input-radius);
  -moz-border-radius: var(--input-radius);
  -ms-border-radius: var(--input-radius);
  -o-border-radius: var(--input-radius);
  border-radius: var(--input-radius);
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease-out;
  color: var(--primary-color);
  background-color: var(--button-background);
}
.dialog-comfirm .btn.btn-submit {
  background-color: var(--primary);
  color: #fff;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutTop {
  100% {
    opacity: 0;
    transform: translate(0, -100%);
  }
  0% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInTop {
  100% {
    transform: none;
  }
  0% {
    transform: translate(0, -100%);
  }
}
html,
body {
  width: 100%;
  height: 100%;
  background-color: var(--secondary-background);
}
