[data-v-20686872]:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
[data-v-20686872] .vfm__overlay {
  background-color: rgba(30, 22, 56, 0.7) !important;
}
[data-v-20686872] .modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-v-20686872] .modal-container .modal-content {
  display: flex;
  flex-direction: column;
  width: 500px;
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.75);
}
[data-v-20686872] .modal-container .modal-content .modal__content {
  color: #1e1638;
  margin-bottom: 1rem;
}
[data-v-20686872] .modal-container .modal-content .modal__content input {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
  background: #fff;
  border: solid #999;
  border-width: 0 0 1px 0;
  padding: 8px 0;
  font-size: 16px;
  letter-spacing: 0.5pt;
  font-family: Ubuntu, sans-serif;
}
[data-v-20686872] .modal-container .modal-content .modal__content input:-webkit-autofill {
  background-color: #fff;
  box-shadow: inset 0 0 0px 9999px #fff;
}
[data-v-20686872] .modal-container .modal-content .modal__content input:focus {
  outline: none;
  border-color: #000;
}
[data-v-20686872] .modal-container .modal-content .modal__content input:focus::placeholder {
  color: #ccc;
}
[data-v-20686872] .modal-container .modal-content .modal__content input::placeholder {
  color: #aaa;
}
[data-v-20686872] .modal-container .modal__action {
  display: flex;
  justify-content: space-between;
}[data-v-4c519be5]:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
@-webkit-keyframes pulse-4c519be5 {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
}
70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes pulse-4c519be5 {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
section.login[data-v-4c519be5] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
form[data-v-4c519be5] {
  width: 320px;
  min-height: 290px;
  padding: 70px 40px 40px 40px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 64px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.75);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.user-icon[data-v-4c519be5],
.device-icon[data-v-4c519be5] {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #fff;
  left: 30%;
  top: -42px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.user-icon svg[data-v-4c519be5],
.device-icon svg[data-v-4c519be5] {
  width: 56px;
  height: 56px;
  fill: gray;
  position: relative;
}
.user-icon.active[data-v-4c519be5],
.device-icon.active[data-v-4c519be5] {
  z-index: 1;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
  -webkit-animation: pulse-4c519be5 2s infinite;
  animation: pulse-4c519be5 2s infinite;
}
.user-icon.active svg[data-v-4c519be5],
.device-icon.active svg[data-v-4c519be5] {
  fill: #a8dadc;
}
.device-icon[data-v-4c519be5] {
  left: 70%;
}
input[data-v-4c519be5] {
  width: 100%;
  margin-bottom: 1.5rem;
  background: #fff;
  border: solid #999;
  border-width: 0 0 1px 0;
  padding: 8px 0;
  font-size: 16px;
  letter-spacing: 0.5pt;
  font-family: "Ubuntu", sans-serif;
}
input[data-v-4c519be5]:-webkit-autofill {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0px 9999px #fff;
  box-shadow: inset 0 0 0px 9999px #fff;
}
input[data-v-4c519be5]:focus {
  outline: none;
  border-color: #000;
}
button[data-v-4c519be5], a[data-v-4c519be5] {
  width: 100%;
  background: #463282;
  border: none;
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  cursor: pointer;
  font-size: 14px;
  margin-top: 1rem;
  font-family: "Ubuntu", sans-serif;
  display: block;
  text-align: center;
}
button[data-v-4c519be5]:hover, a[data-v-4c519be5]:hover {
  background-color: #1d3557;
}
p[data-v-4c519be5] {
  text-align: center;
  color: black;
}
.error[data-v-4c519be5] {
  text-align: center;
  margin-top: 20px;
  color: red;
}[data-v-28257b84]:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
[data-v-28257b84] .vfm__overlay {
  background-color: rgba(30, 22, 56, 0.7) !important;
}
[data-v-28257b84] .modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-v-28257b84] .modal-container .modal-content {
  display: flex;
  flex-direction: column;
  width: 500px;
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.75);
}
[data-v-28257b84] .modal-container .modal-content .modal__content {
  color: #1e1638;
  margin-bottom: 1rem;
}
[data-v-28257b84] .modal-container .modal-content .modal__content input {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
  background: #fff;
  border: solid #999;
  border-width: 0 0 1px 0;
  padding: 8px 0;
  font-size: 16px;
  letter-spacing: 0.5pt;
  font-family: Ubuntu, sans-serif;
}
[data-v-28257b84] .modal-container .modal-content .modal__content input:-webkit-autofill {
  background-color: #fff;
  box-shadow: inset 0 0 0px 9999px #fff;
}
[data-v-28257b84] .modal-container .modal-content .modal__content input:focus {
  outline: none;
  border-color: #000;
}
[data-v-28257b84] .modal-container .modal-content .modal__content input:focus::placeholder {
  color: #ccc;
}
[data-v-28257b84] .modal-container .modal-content .modal__content input::placeholder {
  color: #aaa;
}
[data-v-28257b84] .modal-container .modal__action {
  display: flex;
  justify-content: space-between;
}[data-v-6d849310]:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
svg[data-v-6d849310] {
  cursor: pointer;
  transition: all 250ms ease-in-out;
  transform-origin: 50% 50%;
  vertical-align: middle;
}
svg[data-v-6d849310]:hover {
  opacity: 0.5;
}
svg.active path[data-v-6d849310],
svg.active polygon[data-v-6d849310] {
  fill: #835ef4 !important;
}
svg.xsmall[data-v-6d849310] {
  height: 16px;
  width: 16px;
}
svg.small[data-v-6d849310] {
  height: 24px;
  width: 24px;
}
svg.middle[data-v-6d849310] {
  height: 30px;
  width: 30px;
}
svg.large[data-v-6d849310] {
  height: 48px;
  width: 48px;
}
svg.xlarge[data-v-6d849310] {
  height: 64px;
  width: 64px;
}
svg.full[data-v-6d849310] {
  height: 100%;
  width: 100%;
}
svg.main path[data-v-6d849310],
svg.main polygon[data-v-6d849310] {
  fill: #463282;
}
svg.main-darker path[data-v-6d849310],
svg.main-darker polygon[data-v-6d849310] {
  fill: #1e1638;
}
svg.main-lighter path[data-v-6d849310],
svg.main-lighter polygon[data-v-6d849310] {
  fill: #835ef4;
}
svg.secondary path[data-v-6d849310],
svg.secondary polygon[data-v-6d849310] {
  fill: #d9d9d9;
}
svg.tertiary path[data-v-6d849310],
svg.tertiary polygon[data-v-6d849310] {
  fill: #8f8f8f;
}
svg.white path[data-v-6d849310],
svg.white polygon[data-v-6d849310] {
  fill: white;
}
svg.black path[data-v-6d849310],
svg.black polygon[data-v-6d849310] {
  fill: black;
}
svg.warning path[data-v-6d849310],
svg.warning polygon[data-v-6d849310] {
  fill: #fa0;
}
svg.success path[data-v-6d849310],
svg.success polygon[data-v-6d849310] {
  fill: #0de58c;
}
svg.danger path[data-v-6d849310],
svg.danger polygon[data-v-6d849310] {
  fill: #e63946;
}[data-v-58707e6a]:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
svg[data-v-58707e6a] {
  cursor: pointer;
  transition: all 250ms ease-in-out;
  transform-origin: 50% 50%;
  vertical-align: middle;
}
svg[data-v-58707e6a]:hover {
  opacity: 0.5;
}
svg.active path[data-v-58707e6a],
svg.active polygon[data-v-58707e6a] {
  fill: #835ef4 !important;
}
svg.xsmall[data-v-58707e6a] {
  height: 16px;
  width: 16px;
}
svg.small[data-v-58707e6a] {
  height: 24px;
  width: 24px;
}
svg.middle[data-v-58707e6a] {
  height: 30px;
  width: 30px;
}
svg.large[data-v-58707e6a] {
  height: 48px;
  width: 48px;
}
svg.xlarge[data-v-58707e6a] {
  height: 64px;
  width: 64px;
}
svg.full[data-v-58707e6a] {
  height: 100%;
  width: 100%;
}
svg.main path[data-v-58707e6a],
svg.main polygon[data-v-58707e6a] {
  fill: #463282;
}
svg.main-darker path[data-v-58707e6a],
svg.main-darker polygon[data-v-58707e6a] {
  fill: #1e1638;
}
svg.main-lighter path[data-v-58707e6a],
svg.main-lighter polygon[data-v-58707e6a] {
  fill: #835ef4;
}
svg.secondary path[data-v-58707e6a],
svg.secondary polygon[data-v-58707e6a] {
  fill: #d9d9d9;
}
svg.tertiary path[data-v-58707e6a],
svg.tertiary polygon[data-v-58707e6a] {
  fill: #8f8f8f;
}
svg.white path[data-v-58707e6a],
svg.white polygon[data-v-58707e6a] {
  fill: white;
}
svg.black path[data-v-58707e6a],
svg.black polygon[data-v-58707e6a] {
  fill: black;
}
svg.warning path[data-v-58707e6a],
svg.warning polygon[data-v-58707e6a] {
  fill: #fa0;
}
svg.success path[data-v-58707e6a],
svg.success polygon[data-v-58707e6a] {
  fill: #0de58c;
}
svg.danger path[data-v-58707e6a],
svg.danger polygon[data-v-58707e6a] {
  fill: #e63946;
}[data-v-c61695b7]:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
svg[data-v-c61695b7] {
  cursor: pointer;
  transition: all 250ms ease-in-out;
  transform-origin: 50% 50%;
  vertical-align: middle;
}
svg[data-v-c61695b7]:hover {
  opacity: 0.5;
}
svg.active path[data-v-c61695b7],
svg.active polygon[data-v-c61695b7] {
  fill: #835ef4 !important;
}
svg.xsmall[data-v-c61695b7] {
  height: 16px;
  width: 16px;
}
svg.small[data-v-c61695b7] {
  height: 24px;
  width: 24px;
}
svg.middle[data-v-c61695b7] {
  height: 30px;
  width: 30px;
}
svg.large[data-v-c61695b7] {
  height: 48px;
  width: 48px;
}
svg.xlarge[data-v-c61695b7] {
  height: 64px;
  width: 64px;
}
svg.full[data-v-c61695b7] {
  height: 100%;
  width: 100%;
}
svg.main path[data-v-c61695b7],
svg.main polygon[data-v-c61695b7] {
  fill: #463282;
}
svg.main-darker path[data-v-c61695b7],
svg.main-darker polygon[data-v-c61695b7] {
  fill: #1e1638;
}
svg.main-lighter path[data-v-c61695b7],
svg.main-lighter polygon[data-v-c61695b7] {
  fill: #835ef4;
}
svg.secondary path[data-v-c61695b7],
svg.secondary polygon[data-v-c61695b7] {
  fill: #d9d9d9;
}
svg.tertiary path[data-v-c61695b7],
svg.tertiary polygon[data-v-c61695b7] {
  fill: #8f8f8f;
}
svg.white path[data-v-c61695b7],
svg.white polygon[data-v-c61695b7] {
  fill: white;
}
svg.black path[data-v-c61695b7],
svg.black polygon[data-v-c61695b7] {
  fill: black;
}
svg.warning path[data-v-c61695b7],
svg.warning polygon[data-v-c61695b7] {
  fill: #fa0;
}
svg.success path[data-v-c61695b7],
svg.success polygon[data-v-c61695b7] {
  fill: #0de58c;
}
svg.danger path[data-v-c61695b7],
svg.danger polygon[data-v-c61695b7] {
  fill: #e63946;
}[data-v-83e1f83a]:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
svg[data-v-83e1f83a] {
  cursor: pointer;
  transition: all 250ms ease-in-out;
  transform-origin: 50% 50%;
  vertical-align: middle;
}
svg[data-v-83e1f83a]:hover {
  opacity: 0.5;
}
svg.active path[data-v-83e1f83a],
svg.active polygon[data-v-83e1f83a] {
  fill: #835ef4 !important;
}
svg.xsmall[data-v-83e1f83a] {
  height: 16px;
  width: 16px;
}
svg.small[data-v-83e1f83a] {
  height: 24px;
  width: 24px;
}
svg.middle[data-v-83e1f83a] {
  height: 30px;
  width: 30px;
}
svg.large[data-v-83e1f83a] {
  height: 48px;
  width: 48px;
}
svg.xlarge[data-v-83e1f83a] {
  height: 64px;
  width: 64px;
}
svg.full[data-v-83e1f83a] {
  height: 100%;
  width: 100%;
}
svg.main path[data-v-83e1f83a],
svg.main polygon[data-v-83e1f83a] {
  fill: #463282;
}
svg.main-darker path[data-v-83e1f83a],
svg.main-darker polygon[data-v-83e1f83a] {
  fill: #1e1638;
}
svg.main-lighter path[data-v-83e1f83a],
svg.main-lighter polygon[data-v-83e1f83a] {
  fill: #835ef4;
}
svg.secondary path[data-v-83e1f83a],
svg.secondary polygon[data-v-83e1f83a] {
  fill: #d9d9d9;
}
svg.tertiary path[data-v-83e1f83a],
svg.tertiary polygon[data-v-83e1f83a] {
  fill: #8f8f8f;
}
svg.white path[data-v-83e1f83a],
svg.white polygon[data-v-83e1f83a] {
  fill: white;
}
svg.black path[data-v-83e1f83a],
svg.black polygon[data-v-83e1f83a] {
  fill: black;
}
svg.warning path[data-v-83e1f83a],
svg.warning polygon[data-v-83e1f83a] {
  fill: #fa0;
}
svg.success path[data-v-83e1f83a],
svg.success polygon[data-v-83e1f83a] {
  fill: #0de58c;
}
svg.danger path[data-v-83e1f83a],
svg.danger polygon[data-v-83e1f83a] {
  fill: #e63946;
}[data-v-74980179]:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
svg[data-v-74980179] {
  cursor: pointer;
  transition: all 250ms ease-in-out;
  transform-origin: 50% 50%;
  vertical-align: middle;
}
svg[data-v-74980179]:hover {
  opacity: 0.5;
}
svg.active path[data-v-74980179],
svg.active polygon[data-v-74980179] {
  fill: #835ef4 !important;
}
svg.xsmall[data-v-74980179] {
  height: 16px;
  width: 16px;
}
svg.small[data-v-74980179] {
  height: 24px;
  width: 24px;
}
svg.middle[data-v-74980179] {
  height: 30px;
  width: 30px;
}
svg.large[data-v-74980179] {
  height: 48px;
  width: 48px;
}
svg.xlarge[data-v-74980179] {
  height: 64px;
  width: 64px;
}
svg.full[data-v-74980179] {
  height: 100%;
  width: 100%;
}
svg.main path[data-v-74980179],
svg.main polygon[data-v-74980179] {
  fill: #463282;
}
svg.main-darker path[data-v-74980179],
svg.main-darker polygon[data-v-74980179] {
  fill: #1e1638;
}
svg.main-lighter path[data-v-74980179],
svg.main-lighter polygon[data-v-74980179] {
  fill: #835ef4;
}
svg.secondary path[data-v-74980179],
svg.secondary polygon[data-v-74980179] {
  fill: #d9d9d9;
}
svg.tertiary path[data-v-74980179],
svg.tertiary polygon[data-v-74980179] {
  fill: #8f8f8f;
}
svg.white path[data-v-74980179],
svg.white polygon[data-v-74980179] {
  fill: white;
}
svg.black path[data-v-74980179],
svg.black polygon[data-v-74980179] {
  fill: black;
}
svg.warning path[data-v-74980179],
svg.warning polygon[data-v-74980179] {
  fill: #fa0;
}
svg.success path[data-v-74980179],
svg.success polygon[data-v-74980179] {
  fill: #0de58c;
}
svg.danger path[data-v-74980179],
svg.danger polygon[data-v-74980179] {
  fill: #e63946;
}[data-v-abbd2aa7]:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
.form-group[data-v-abbd2aa7] {
  width: 48%;
  margin-bottom: 10px;
}
.form-group input[data-v-abbd2aa7] {
  width: 100%;
  padding: 5px 10px;
  box-shadow: none;
  border: none;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #1a1331;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.25pt;
  margin-top: 5px;
}[data-v-5cfe3cce]:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
svg[data-v-5cfe3cce] {
  cursor: pointer;
  transition: all 250ms ease-in-out;
  transform-origin: 50% 50%;
  vertical-align: middle;
}
svg[data-v-5cfe3cce]:hover {
  opacity: 0.5;
}
svg.active path[data-v-5cfe3cce],
svg.active polygon[data-v-5cfe3cce] {
  fill: #835ef4 !important;
}
svg.xsmall[data-v-5cfe3cce] {
  height: 16px;
  width: 16px;
}
svg.small[data-v-5cfe3cce] {
  height: 24px;
  width: 24px;
}
svg.middle[data-v-5cfe3cce] {
  height: 30px;
  width: 30px;
}
svg.large[data-v-5cfe3cce] {
  height: 48px;
  width: 48px;
}
svg.xlarge[data-v-5cfe3cce] {
  height: 64px;
  width: 64px;
}
svg.full[data-v-5cfe3cce] {
  height: 100%;
  width: 100%;
}
svg.main path[data-v-5cfe3cce],
svg.main polygon[data-v-5cfe3cce] {
  fill: #463282;
}
svg.main-darker path[data-v-5cfe3cce],
svg.main-darker polygon[data-v-5cfe3cce] {
  fill: #1e1638;
}
svg.main-lighter path[data-v-5cfe3cce],
svg.main-lighter polygon[data-v-5cfe3cce] {
  fill: #835ef4;
}
svg.secondary path[data-v-5cfe3cce],
svg.secondary polygon[data-v-5cfe3cce] {
  fill: #d9d9d9;
}
svg.tertiary path[data-v-5cfe3cce],
svg.tertiary polygon[data-v-5cfe3cce] {
  fill: #8f8f8f;
}
svg.white path[data-v-5cfe3cce],
svg.white polygon[data-v-5cfe3cce] {
  fill: white;
}
svg.black path[data-v-5cfe3cce],
svg.black polygon[data-v-5cfe3cce] {
  fill: black;
}
svg.warning path[data-v-5cfe3cce],
svg.warning polygon[data-v-5cfe3cce] {
  fill: #fa0;
}
svg.success path[data-v-5cfe3cce],
svg.success polygon[data-v-5cfe3cce] {
  fill: #0de58c;
}
svg.danger path[data-v-5cfe3cce],
svg.danger polygon[data-v-5cfe3cce] {
  fill: #e63946;
}[data-v-9d6d43d9]:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
svg[data-v-9d6d43d9] {
  cursor: pointer;
  transition: all 250ms ease-in-out;
  transform-origin: 50% 50%;
  vertical-align: middle;
}
svg[data-v-9d6d43d9]:hover {
  opacity: 0.5;
}
svg.active path[data-v-9d6d43d9],
svg.active polygon[data-v-9d6d43d9] {
  fill: #835ef4 !important;
}
svg.xsmall[data-v-9d6d43d9] {
  height: 16px;
  width: 16px;
}
svg.small[data-v-9d6d43d9] {
  height: 24px;
  width: 24px;
}
svg.middle[data-v-9d6d43d9] {
  height: 30px;
  width: 30px;
}
svg.large[data-v-9d6d43d9] {
  height: 48px;
  width: 48px;
}
svg.xlarge[data-v-9d6d43d9] {
  height: 64px;
  width: 64px;
}
svg.full[data-v-9d6d43d9] {
  height: 100%;
  width: 100%;
}
svg.main path[data-v-9d6d43d9],
svg.main polygon[data-v-9d6d43d9] {
  fill: #463282;
}
svg.main-darker path[data-v-9d6d43d9],
svg.main-darker polygon[data-v-9d6d43d9] {
  fill: #1e1638;
}
svg.main-lighter path[data-v-9d6d43d9],
svg.main-lighter polygon[data-v-9d6d43d9] {
  fill: #835ef4;
}
svg.secondary path[data-v-9d6d43d9],
svg.secondary polygon[data-v-9d6d43d9] {
  fill: #d9d9d9;
}
svg.tertiary path[data-v-9d6d43d9],
svg.tertiary polygon[data-v-9d6d43d9] {
  fill: #8f8f8f;
}
svg.white path[data-v-9d6d43d9],
svg.white polygon[data-v-9d6d43d9] {
  fill: white;
}
svg.black path[data-v-9d6d43d9],
svg.black polygon[data-v-9d6d43d9] {
  fill: black;
}
svg.warning path[data-v-9d6d43d9],
svg.warning polygon[data-v-9d6d43d9] {
  fill: #fa0;
}
svg.success path[data-v-9d6d43d9],
svg.success polygon[data-v-9d6d43d9] {
  fill: #0de58c;
}
svg.danger path[data-v-9d6d43d9],
svg.danger polygon[data-v-9d6d43d9] {
  fill: #e63946;
}[data-v-40d1977d]:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
svg[data-v-40d1977d] {
  cursor: pointer;
  transition: all 250ms ease-in-out;
  transform-origin: 50% 50%;
  vertical-align: middle;
}
svg[data-v-40d1977d]:hover {
  opacity: 0.5;
}
svg.active path[data-v-40d1977d],
svg.active polygon[data-v-40d1977d] {
  fill: #835ef4 !important;
}
svg.xsmall[data-v-40d1977d] {
  height: 16px;
  width: 16px;
}
svg.small[data-v-40d1977d] {
  height: 24px;
  width: 24px;
}
svg.middle[data-v-40d1977d] {
  height: 30px;
  width: 30px;
}
svg.large[data-v-40d1977d] {
  height: 48px;
  width: 48px;
}
svg.xlarge[data-v-40d1977d] {
  height: 64px;
  width: 64px;
}
svg.full[data-v-40d1977d] {
  height: 100%;
  width: 100%;
}
svg.main path[data-v-40d1977d],
svg.main polygon[data-v-40d1977d] {
  fill: #463282;
}
svg.main-darker path[data-v-40d1977d],
svg.main-darker polygon[data-v-40d1977d] {
  fill: #1e1638;
}
svg.main-lighter path[data-v-40d1977d],
svg.main-lighter polygon[data-v-40d1977d] {
  fill: #835ef4;
}
svg.secondary path[data-v-40d1977d],
svg.secondary polygon[data-v-40d1977d] {
  fill: #d9d9d9;
}
svg.tertiary path[data-v-40d1977d],
svg.tertiary polygon[data-v-40d1977d] {
  fill: #8f8f8f;
}
svg.white path[data-v-40d1977d],
svg.white polygon[data-v-40d1977d] {
  fill: white;
}
svg.black path[data-v-40d1977d],
svg.black polygon[data-v-40d1977d] {
  fill: black;
}
svg.warning path[data-v-40d1977d],
svg.warning polygon[data-v-40d1977d] {
  fill: #fa0;
}
svg.success path[data-v-40d1977d],
svg.success polygon[data-v-40d1977d] {
  fill: #0de58c;
}
svg.danger path[data-v-40d1977d],
svg.danger polygon[data-v-40d1977d] {
  fill: #e63946;
}
svg.active path[data-v-40d1977d] {
  fill: #fff !important;
}[data-v-b8461804]:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
svg[data-v-b8461804] {
  cursor: pointer;
  transition: all 250ms ease-in-out;
  transform-origin: 50% 50%;
  vertical-align: middle;
}
svg[data-v-b8461804]:hover {
  opacity: 0.5;
}
svg.active path[data-v-b8461804],
svg.active polygon[data-v-b8461804] {
  fill: #835ef4 !important;
}
svg.xsmall[data-v-b8461804] {
  height: 16px;
  width: 16px;
}
svg.small[data-v-b8461804] {
  height: 24px;
  width: 24px;
}
svg.middle[data-v-b8461804] {
  height: 30px;
  width: 30px;
}
svg.large[data-v-b8461804] {
  height: 48px;
  width: 48px;
}
svg.xlarge[data-v-b8461804] {
  height: 64px;
  width: 64px;
}
svg.full[data-v-b8461804] {
  height: 100%;
  width: 100%;
}
svg.main path[data-v-b8461804],
svg.main polygon[data-v-b8461804] {
  fill: #463282;
}
svg.main-darker path[data-v-b8461804],
svg.main-darker polygon[data-v-b8461804] {
  fill: #1e1638;
}
svg.main-lighter path[data-v-b8461804],
svg.main-lighter polygon[data-v-b8461804] {
  fill: #835ef4;
}
svg.secondary path[data-v-b8461804],
svg.secondary polygon[data-v-b8461804] {
  fill: #d9d9d9;
}
svg.tertiary path[data-v-b8461804],
svg.tertiary polygon[data-v-b8461804] {
  fill: #8f8f8f;
}
svg.white path[data-v-b8461804],
svg.white polygon[data-v-b8461804] {
  fill: white;
}
svg.black path[data-v-b8461804],
svg.black polygon[data-v-b8461804] {
  fill: black;
}
svg.warning path[data-v-b8461804],
svg.warning polygon[data-v-b8461804] {
  fill: #fa0;
}
svg.success path[data-v-b8461804],
svg.success polygon[data-v-b8461804] {
  fill: #0de58c;
}
svg.danger path[data-v-b8461804],
svg.danger polygon[data-v-b8461804] {
  fill: #e63946;
}[data-v-4945ba48]:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
svg[data-v-4945ba48] {
  cursor: pointer;
  transition: all 250ms ease-in-out;
  transform-origin: 50% 50%;
  vertical-align: middle;
}
svg[data-v-4945ba48]:hover {
  opacity: 0.5;
}
svg.active path[data-v-4945ba48],
svg.active polygon[data-v-4945ba48] {
  fill: #835ef4 !important;
}
svg.xsmall[data-v-4945ba48] {
  height: 16px;
  width: 16px;
}
svg.small[data-v-4945ba48] {
  height: 24px;
  width: 24px;
}
svg.middle[data-v-4945ba48] {
  height: 30px;
  width: 30px;
}
svg.large[data-v-4945ba48] {
  height: 48px;
  width: 48px;
}
svg.xlarge[data-v-4945ba48] {
  height: 64px;
  width: 64px;
}
svg.full[data-v-4945ba48] {
  height: 100%;
  width: 100%;
}
svg.main path[data-v-4945ba48],
svg.main polygon[data-v-4945ba48] {
  fill: #463282;
}
svg.main-darker path[data-v-4945ba48],
svg.main-darker polygon[data-v-4945ba48] {
  fill: #1e1638;
}
svg.main-lighter path[data-v-4945ba48],
svg.main-lighter polygon[data-v-4945ba48] {
  fill: #835ef4;
}
svg.secondary path[data-v-4945ba48],
svg.secondary polygon[data-v-4945ba48] {
  fill: #d9d9d9;
}
svg.tertiary path[data-v-4945ba48],
svg.tertiary polygon[data-v-4945ba48] {
  fill: #8f8f8f;
}
svg.white path[data-v-4945ba48],
svg.white polygon[data-v-4945ba48] {
  fill: white;
}
svg.black path[data-v-4945ba48],
svg.black polygon[data-v-4945ba48] {
  fill: black;
}
svg.warning path[data-v-4945ba48],
svg.warning polygon[data-v-4945ba48] {
  fill: #fa0;
}
svg.success path[data-v-4945ba48],
svg.success polygon[data-v-4945ba48] {
  fill: #0de58c;
}
svg.danger path[data-v-4945ba48],
svg.danger polygon[data-v-4945ba48] {
  fill: #e63946;
}[data-v-2bd7b377]:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
svg[data-v-2bd7b377] {
  cursor: pointer;
  transition: all 250ms ease-in-out;
  transform-origin: 50% 50%;
  vertical-align: middle;
}
svg[data-v-2bd7b377]:hover {
  opacity: 0.5;
}
svg.active path[data-v-2bd7b377],
svg.active polygon[data-v-2bd7b377] {
  fill: #835ef4 !important;
}
svg.xsmall[data-v-2bd7b377] {
  height: 16px;
  width: 16px;
}
svg.small[data-v-2bd7b377] {
  height: 24px;
  width: 24px;
}
svg.middle[data-v-2bd7b377] {
  height: 30px;
  width: 30px;
}
svg.large[data-v-2bd7b377] {
  height: 48px;
  width: 48px;
}
svg.xlarge[data-v-2bd7b377] {
  height: 64px;
  width: 64px;
}
svg.full[data-v-2bd7b377] {
  height: 100%;
  width: 100%;
}
svg.main path[data-v-2bd7b377],
svg.main polygon[data-v-2bd7b377] {
  fill: #463282;
}
svg.main-darker path[data-v-2bd7b377],
svg.main-darker polygon[data-v-2bd7b377] {
  fill: #1e1638;
}
svg.main-lighter path[data-v-2bd7b377],
svg.main-lighter polygon[data-v-2bd7b377] {
  fill: #835ef4;
}
svg.secondary path[data-v-2bd7b377],
svg.secondary polygon[data-v-2bd7b377] {
  fill: #d9d9d9;
}
svg.tertiary path[data-v-2bd7b377],
svg.tertiary polygon[data-v-2bd7b377] {
  fill: #8f8f8f;
}
svg.white path[data-v-2bd7b377],
svg.white polygon[data-v-2bd7b377] {
  fill: white;
}
svg.black path[data-v-2bd7b377],
svg.black polygon[data-v-2bd7b377] {
  fill: black;
}
svg.warning path[data-v-2bd7b377],
svg.warning polygon[data-v-2bd7b377] {
  fill: #fa0;
}
svg.success path[data-v-2bd7b377],
svg.success polygon[data-v-2bd7b377] {
  fill: #0de58c;
}
svg.danger path[data-v-2bd7b377],
svg.danger polygon[data-v-2bd7b377] {
  fill: #e63946;
}[data-v-49591daa]:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
svg[data-v-49591daa] {
  cursor: pointer;
  transition: all 250ms ease-in-out;
  transform-origin: 50% 50%;
  vertical-align: middle;
}
svg[data-v-49591daa]:hover {
  opacity: 0.5;
}
svg.active path[data-v-49591daa],
svg.active polygon[data-v-49591daa] {
  fill: #835ef4 !important;
}
svg.xsmall[data-v-49591daa] {
  height: 16px;
  width: 16px;
}
svg.small[data-v-49591daa] {
  height: 24px;
  width: 24px;
}
svg.middle[data-v-49591daa] {
  height: 30px;
  width: 30px;
}
svg.large[data-v-49591daa] {
  height: 48px;
  width: 48px;
}
svg.xlarge[data-v-49591daa] {
  height: 64px;
  width: 64px;
}
svg.full[data-v-49591daa] {
  height: 100%;
  width: 100%;
}
svg.main path[data-v-49591daa],
svg.main polygon[data-v-49591daa] {
  fill: #463282;
}
svg.main-darker path[data-v-49591daa],
svg.main-darker polygon[data-v-49591daa] {
  fill: #1e1638;
}
svg.main-lighter path[data-v-49591daa],
svg.main-lighter polygon[data-v-49591daa] {
  fill: #835ef4;
}
svg.secondary path[data-v-49591daa],
svg.secondary polygon[data-v-49591daa] {
  fill: #d9d9d9;
}
svg.tertiary path[data-v-49591daa],
svg.tertiary polygon[data-v-49591daa] {
  fill: #8f8f8f;
}
svg.white path[data-v-49591daa],
svg.white polygon[data-v-49591daa] {
  fill: white;
}
svg.black path[data-v-49591daa],
svg.black polygon[data-v-49591daa] {
  fill: black;
}
svg.warning path[data-v-49591daa],
svg.warning polygon[data-v-49591daa] {
  fill: #fa0;
}
svg.success path[data-v-49591daa],
svg.success polygon[data-v-49591daa] {
  fill: #0de58c;
}
svg.danger path[data-v-49591daa],
svg.danger polygon[data-v-49591daa] {
  fill: #e63946;
}[data-v-a08d4643]:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
svg[data-v-a08d4643] {
  cursor: pointer;
  transition: all 250ms ease-in-out;
  transform-origin: 50% 50%;
  vertical-align: middle;
}
svg[data-v-a08d4643]:hover {
  opacity: 0.5;
}
svg.active path[data-v-a08d4643],
svg.active polygon[data-v-a08d4643] {
  fill: #835ef4 !important;
}
svg.xsmall[data-v-a08d4643] {
  height: 16px;
  width: 16px;
}
svg.small[data-v-a08d4643] {
  height: 24px;
  width: 24px;
}
svg.middle[data-v-a08d4643] {
  height: 30px;
  width: 30px;
}
svg.large[data-v-a08d4643] {
  height: 48px;
  width: 48px;
}
svg.xlarge[data-v-a08d4643] {
  height: 64px;
  width: 64px;
}
svg.full[data-v-a08d4643] {
  height: 100%;
  width: 100%;
}
svg.main path[data-v-a08d4643],
svg.main polygon[data-v-a08d4643] {
  fill: #463282;
}
svg.main-darker path[data-v-a08d4643],
svg.main-darker polygon[data-v-a08d4643] {
  fill: #1e1638;
}
svg.main-lighter path[data-v-a08d4643],
svg.main-lighter polygon[data-v-a08d4643] {
  fill: #835ef4;
}
svg.secondary path[data-v-a08d4643],
svg.secondary polygon[data-v-a08d4643] {
  fill: #d9d9d9;
}
svg.tertiary path[data-v-a08d4643],
svg.tertiary polygon[data-v-a08d4643] {
  fill: #8f8f8f;
}
svg.white path[data-v-a08d4643],
svg.white polygon[data-v-a08d4643] {
  fill: white;
}
svg.black path[data-v-a08d4643],
svg.black polygon[data-v-a08d4643] {
  fill: black;
}
svg.warning path[data-v-a08d4643],
svg.warning polygon[data-v-a08d4643] {
  fill: #fa0;
}
svg.success path[data-v-a08d4643],
svg.success polygon[data-v-a08d4643] {
  fill: #0de58c;
}
svg.danger path[data-v-a08d4643],
svg.danger polygon[data-v-a08d4643] {
  fill: #e63946;
}[data-v-5e748761]:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
.button[data-v-5e748761] {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #463282;
  transition: all 250ms ease-in-out;
  font-size: 16px;
  font-weight: 400;
}
.button[data-v-5e748761]:hover {
  background-color: #32245d;
}
.button.block[data-v-5e748761] {
  display: flex;
}
.button .icon[data-v-5e748761] {
  margin-right: 15px;
}
.button .icon svg[data-v-5e748761] {
  fill: #fff !important;
}
.button .icon svg path[data-v-5e748761] {
  fill: #fff !important;
}
.button.main[data-v-5e748761] {
  background-color: #463282;
}
.button.main[data-v-5e748761]:hover {
  background-color: #32245d;
}
.button.danger[data-v-5e748761] {
  background-color: #e63946;
}
.button.danger[data-v-5e748761]:hover {
  background-color: #d21a28;
}/* sass-plugin-1:/Users/maronato/Developer/vue-toastification/src/scss/index.scss */
.Vue-Toastification__container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 600px;
  box-sizing: border-box;
  display: flex;
  min-height: 100%;
  color: #fff;
  flex-direction: column;
  pointer-events: none;
}
@media only screen and (min-width : 600px) {
  .Vue-Toastification__container.top-left,
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.top-center {
    top: 1em;
  }
  .Vue-Toastification__container.bottom-left,
  .Vue-Toastification__container.bottom-right,
  .Vue-Toastification__container.bottom-center {
    bottom: 1em;
    flex-direction: column-reverse;
  }
  .Vue-Toastification__container.top-left,
  .Vue-Toastification__container.bottom-left {
    left: 1em;
  }
  .Vue-Toastification__container.top-left .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-left .Vue-Toastification__toast {
    margin-right: auto;
  }
  @supports not (-moz-appearance: none) {
    .Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,
    .Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl {
      margin-right: unset;
      margin-left: auto;
    }
  }
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.bottom-right {
    right: 1em;
  }
  .Vue-Toastification__container.top-right .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-right .Vue-Toastification__toast {
    margin-left: auto;
  }
  @supports not (-moz-appearance: none) {
    .Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,
    .Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl {
      margin-left: unset;
      margin-right: auto;
    }
  }
  .Vue-Toastification__container.top-center,
  .Vue-Toastification__container.bottom-center {
    left: 50%;
    margin-left: -300px;
  }
  .Vue-Toastification__container.top-center .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-center .Vue-Toastification__toast {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width : 600px) {
  .Vue-Toastification__container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Vue-Toastification__container .Vue-Toastification__toast {
    width: 100%;
  }
  .Vue-Toastification__container.top-left,
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.top-center {
    top: 0;
  }
  .Vue-Toastification__container.bottom-left,
  .Vue-Toastification__container.bottom-right,
  .Vue-Toastification__container.bottom-center {
    bottom: 0;
    flex-direction: column-reverse;
  }
}
.Vue-Toastification__toast {
  display: inline-flex;
  position: relative;
  max-height: 800px;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 22px 24px;
  border-radius: 8px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  justify-content: space-between;
  font-family:
    "Lato",
    Helvetica,
    "Roboto",
    Arial,
    sans-serif;
  max-width: 600px;
  min-width: 326px;
  pointer-events: auto;
  overflow: hidden;
  transform: translateZ(0);
  direction: ltr;
}
.Vue-Toastification__toast--rtl {
  direction: rtl;
}
.Vue-Toastification__toast--default {
  background-color: #1976d2;
  color: #fff;
}
.Vue-Toastification__toast--info {
  background-color: #2196f3;
  color: #fff;
}
.Vue-Toastification__toast--success {
  background-color: #4caf50;
  color: #fff;
}
.Vue-Toastification__toast--error {
  background-color: #ff5252;
  color: #fff;
}
.Vue-Toastification__toast--warning {
  background-color: #ffc107;
  color: #fff;
}
@media only screen and (max-width : 600px) {
  .Vue-Toastification__toast {
    border-radius: 0px;
    margin-bottom: 0.5rem;
  }
}
.Vue-Toastification__toast-body {
  flex: 1;
  line-height: 24px;
  font-size: 16px;
  word-break: break-word;
  white-space: pre-wrap;
}
.Vue-Toastification__toast-component-body {
  flex: 1;
}
.Vue-Toastification__toast.disable-transition {
  animation: none !important;
}
.Vue-Toastification__close-button {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  padding-left: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  align-items: center;
  color: #fff;
  opacity: 0.3;
  transition: visibility 0s, opacity 0.2s linear;
}
.Vue-Toastification__close-button:hover,
.Vue-Toastification__close-button:focus {
  opacity: 1;
}
.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover {
  opacity: 0;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__close-button {
  padding-left: unset;
  padding-right: 10px;
}
@keyframes scale-x-frames {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Vue-Toastification__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
  animation: scale-x-frames linear 1 forwards;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar {
  right: 0;
  left: unset;
  transform-origin: right;
}
.Vue-Toastification__icon {
  margin: auto 18px auto 0px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  transition: 0.3s ease;
  align-items: center;
  width: 20px;
  height: 100%;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__icon {
  margin: auto 0px auto 18px;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutRight {
  40% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(1000px, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Vue-Toastification__bounce-enter-active.top-left,
.Vue-Toastification__bounce-enter-active.bottom-left {
  animation-name: bounceInLeft;
}
.Vue-Toastification__bounce-enter-active.top-right,
.Vue-Toastification__bounce-enter-active.bottom-right {
  animation-name: bounceInRight;
}
.Vue-Toastification__bounce-enter-active.top-center {
  animation-name: bounceInDown;
}
.Vue-Toastification__bounce-enter-active.bottom-center {
  animation-name: bounceInUp;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,
.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left {
  animation-name: bounceOutLeft;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,
.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right {
  animation-name: bounceOutRight;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center {
  animation-name: bounceOutUp;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center {
  animation-name: bounceOutDown;
}
.Vue-Toastification__bounce-leave-active,
.Vue-Toastification__bounce-enter-active {
  animation-duration: 750ms;
  animation-fill-mode: both;
}
.Vue-Toastification__bounce-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
@keyframes fadeOutTop {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}
@keyframes fadeOutLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50px);
    opacity: 0;
  }
}
@keyframes fadeOutBottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(50px);
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(50px);
    opacity: 0;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInTop {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.Vue-Toastification__fade-enter-active.top-left,
.Vue-Toastification__fade-enter-active.bottom-left {
  animation-name: fadeInLeft;
}
.Vue-Toastification__fade-enter-active.top-right,
.Vue-Toastification__fade-enter-active.bottom-right {
  animation-name: fadeInRight;
}
.Vue-Toastification__fade-enter-active.top-center {
  animation-name: fadeInTop;
}
.Vue-Toastification__fade-enter-active.bottom-center {
  animation-name: fadeInBottom;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left {
  animation-name: fadeOutLeft;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right {
  animation-name: fadeOutRight;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center {
  animation-name: fadeOutTop;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center {
  animation-name: fadeOutBottom;
}
.Vue-Toastification__fade-leave-active,
.Vue-Toastification__fade-enter-active {
  animation-duration: 750ms;
  animation-fill-mode: both;
}
.Vue-Toastification__fade-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
@keyframes slideInBlurredLeft {
  0% {
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredTop {
  0% {
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(240px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredRight {
  0% {
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredBottom {
  0% {
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(240px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideOutBlurredTop {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 0%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(240px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredBottom {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(240px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredLeft {
  0% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-1000px) scaleX(2) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredRight {
  0% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateX(1000px) scaleX(2) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
}
.Vue-Toastification__slideBlurred-enter-active.top-left,
.Vue-Toastification__slideBlurred-enter-active.bottom-left {
  animation-name: slideInBlurredLeft;
}
.Vue-Toastification__slideBlurred-enter-active.top-right,
.Vue-Toastification__slideBlurred-enter-active.bottom-right {
  animation-name: slideInBlurredRight;
}
.Vue-Toastification__slideBlurred-enter-active.top-center {
  animation-name: slideInBlurredTop;
}
.Vue-Toastification__slideBlurred-enter-active.bottom-center {
  animation-name: slideInBlurredBottom;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left {
  animation-name: slideOutBlurredLeft;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right {
  animation-name: slideOutBlurredRight;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center {
  animation-name: slideOutBlurredTop;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center {
  animation-name: slideOutBlurredBottom;
}
.Vue-Toastification__slideBlurred-leave-active,
.Vue-Toastification__slideBlurred-enter-active {
  animation-duration: 750ms;
  animation-fill-mode: both;
}
.Vue-Toastification__slideBlurred-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url("/fonts/Ubuntu-Light.woff2") format("woff2"), url("/fonts/Ubuntu-Light.woff") format("woff");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: local("Ubuntu"), url("/fonts/Ubuntu-Regular.woff2") format("woff2"), url("/fonts/Ubuntu-Regular.woff") format("woff");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url("/fonts/Ubuntu-Medium.woff2") format("woff2"), url("/fonts/Ubuntu-Medium.woff") format("woff");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url("/fonts/Ubuntu-Bold.woff2") format("woff2"), url("/fonts/Ubuntu-Bold.woff") format("woff");
}
:export {
  colorMain: #463282;
  colorMainDarker: #1e1638;
  colorMainLighter: #835ef4;
  colorSecondary: #d9d9d9;
  colorTertiary: #8f8f8f;
  colorWarning: #fa0;
  colorSuccess: #0de58c;
  colorDanger: #e63946;
  colorGridPrimary: rgba(70, 50, 130, 0.75);
  colorGridSecondary: rgba(0, 0, 0, 0.5);
}
/* -------------------------------------------------------------------
  Microtip

  Modern, lightweight css-only tooltips
  Just 1kb minified and gzipped

  @author Ghosh
  @package Microtip

----------------------------------------------------------------------
  1. Base Styles
  2. Direction Modifiers
  3. Position Modifiers
--------------------------------------------------------------------*/
/* ------------------------------------------------
  [1] Base Styles
-------------------------------------------------*/
[aria-label][role~=tooltip] {
  position: relative;
}
[aria-label][role~=tooltip]::before,
[aria-label][role~=tooltip]::after {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  transform-origin: top;
}
[aria-label][role~=tooltip]::before {
  background-size: 100% auto !important;
  content: "";
}
[aria-label][role~=tooltip]::after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #ffffff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  padding: 0.5em 1em;
  white-space: nowrap;
  box-sizing: content-box;
}
[aria-label][role~=tooltip]:hover::before,
[aria-label][role~=tooltip]:hover::after,
[aria-label][role~=tooltip]:focus::before,
[aria-label][role~=tooltip]:focus::after {
  opacity: 1;
  pointer-events: auto;
}
/* ------------------------------------------------
  [2] Position Modifiers
-------------------------------------------------*/
[role~=tooltip][data-microtip-position|=top]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-bottom: 5px;
}
[role~=tooltip][data-microtip-position|=top]::after {
  margin-bottom: 11px;
}
[role~=tooltip][data-microtip-position|=top]::before {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}
[role~=tooltip][data-microtip-position|=top]:hover::before {
  transform: translate3d(-50%, -5px, 0);
}
[role~=tooltip][data-microtip-position|=top]::after {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}
[role~=tooltip][data-microtip-position=top]:hover::after {
  transform: translate3d(-50%, -5px, 0);
}
/* ------------------------------------------------
  [2.1] Top Left
-------------------------------------------------*/
[role~=tooltip][data-microtip-position=top-left]::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
  bottom: 100%;
}
[role~=tooltip][data-microtip-position=top-left]:hover::after {
  transform: translate3d(calc(-100% + 16px), -5px, 0);
}
/* ------------------------------------------------
  [2.2] Top Right
-------------------------------------------------*/
[role~=tooltip][data-microtip-position=top-right]::after {
  transform: translate3d(calc(0% - 16px), 0, 0);
  bottom: 100%;
}
[role~=tooltip][data-microtip-position=top-right]:hover::after {
  transform: translate3d(calc(0% - 16px), -5px, 0);
}
/* ------------------------------------------------
  [2.3] Bottom
-------------------------------------------------*/
[role~=tooltip][data-microtip-position|=bottom]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}
[role~=tooltip][data-microtip-position|=bottom]::after {
  margin-top: 11px;
}
[role~=tooltip][data-microtip-position|=bottom]::before {
  transform: translate3d(-50%, -10px, 0);
  bottom: auto;
  left: 50%;
  top: 100%;
}
[role~=tooltip][data-microtip-position|=bottom]:hover::before {
  transform: translate3d(-50%, 0, 0);
}
[role~=tooltip][data-microtip-position|=bottom]::after {
  transform: translate3d(-50%, -10px, 0);
  top: 100%;
  left: 50%;
}
[role~=tooltip][data-microtip-position=bottom]:hover::after {
  transform: translate3d(-50%, 0, 0);
}
/* ------------------------------------------------
  [2.4] Bottom Left
-------------------------------------------------*/
[role~=tooltip][data-microtip-position=bottom-left]::after {
  transform: translate3d(calc(-100% + 16px), -10px, 0);
  top: 100%;
}
[role~=tooltip][data-microtip-position=bottom-left]:hover::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
}
/* ------------------------------------------------
  [2.5] Bottom Right
-------------------------------------------------*/
[role~=tooltip][data-microtip-position=bottom-right]::after {
  transform: translate3d(calc(0% - 16px), -10px, 0);
  top: 100%;
}
[role~=tooltip][data-microtip-position=bottom-right]:hover::after {
  transform: translate3d(calc(0% - 16px), 0, 0);
}
/* ------------------------------------------------
  [2.6] Left
-------------------------------------------------*/
[role~=tooltip][data-microtip-position=left]::before,
[role~=tooltip][data-microtip-position=left]::after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0);
}
[role~=tooltip][data-microtip-position=left]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}
[role~=tooltip][data-microtip-position=left]::after {
  margin-right: 11px;
}
[role~=tooltip][data-microtip-position=left]:hover::before,
[role~=tooltip][data-microtip-position=left]:hover::after {
  transform: translate3d(0, -50%, 0);
}
/* ------------------------------------------------
  [2.7] Right
-------------------------------------------------*/
[role~=tooltip][data-microtip-position=right]::before,
[role~=tooltip][data-microtip-position=right]::after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate3d(-10px, -50%, 0);
}
[role~=tooltip][data-microtip-position=right]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}
[role~=tooltip][data-microtip-position=right]::after {
  margin-left: 11px;
}
[role~=tooltip][data-microtip-position=right]:hover::before,
[role~=tooltip][data-microtip-position=right]:hover::after {
  transform: translate3d(0, -50%, 0);
}
/* ------------------------------------------------
  [3] Size
-------------------------------------------------*/
[role~=tooltip][data-microtip-size=small]::after {
  white-space: initial;
  width: 80px;
}
[role~=tooltip][data-microtip-size=medium]::after {
  white-space: initial;
  width: 150px;
}
[role~=tooltip][data-microtip-size=large]::after {
  white-space: initial;
  width: 260px;
}
*,
*::before,
*::after {
  box-sizing: inherit;
  outline: 0;
}
html {
  box-sizing: border-box;
  outline: 0;
}
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  overflow: hidden;
}
.editor {
  font-family: "Ubuntu", sans-serif !important;
}
a {
  text-decoration: none;
  color: inherit;
}
.scroll-y {
  overflow-y: auto;
}
.scroll-y::-webkit-scrollbar {
  width: 8px;
}
.scroll-y::-webkit-scrollbar-track {
  background-color: transparent;
}
.scroll-y::-webkit-scrollbar-thumb {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
}
.scroll-y.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.Vue-Toastification__toast {
  font-family: inherit;
  font-size: 16px;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.Vue-Toastification__icon {
  order: 1;
  margin: auto 0px auto 18px;
  width: 48px;
  height: 48px;
}
.Vue-Toastification__toast--success {
  border-left: 10px solid #4caf50;
  background-color: white;
  color: #000;
}
.Vue-Toastification__toast--success .Vue-Toastification__icon {
  color: #4caf50;
}
.Vue-Toastification__toast--info {
  border-left: 10px solid #463282;
  background-color: white;
  color: #000;
}
.Vue-Toastification__toast--info .Vue-Toastification__icon {
  color: #463282;
}
.Vue-Toastification__toast--warning {
  border-left: 10px solid #ff9800;
  background-color: white;
  color: #000;
}
.Vue-Toastification__toast--warning .Vue-Toastification__icon {
  color: #ff9800;
}
.Vue-Toastification__toast--error {
  border-left: 10px solid #e63946;
  background-color: white;
  color: #000;
}
.Vue-Toastification__toast--error .Vue-Toastification__icon {
  color: #e63946;
}