/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 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,
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;
  outline: none;
}

ol,
ul {
  margin: 0;
  border: 0;
  padding-left: 1.875rem;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

/* make sure to set some focus styles for accessibility */
*:focus {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  color: #1d62ab;
  text-decoration: none !important;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
  color: #195699;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  color: #222222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

* {
  box-sizing: border-box;
}

small {
  font-size: 0.8em;
}

em,
i {
  font-style: italic;
}

strong, b {
  font-weight: 600;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #fff inset; /* Change the color to your own background color */
  -webkit-text-fill-color: inherit;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #fff inset; /*your box-shadow*/
  -webkit-text-fill-color: inherit;
}

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}

.MuiSlider-root .MuiSlider-markLabel[data-index="1"] {
  transform: translateX(-100%);
}

.full-width {
  width: 100%;
}

.half-width {
  width: 50%;
}

.width-auto {
  width: auto;
}

.inline-block {
  display: inline-block;
}

.inline-flex {
  display: inline-flex;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.weight-normal {
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

.bolder {
  font-weight: 500;
}

.pointer {
  cursor: pointer;
}

.page-color {
  color: #222222;
}

.white {
  color: #fff;
}

.dark {
  color: #001844;
}

.primary {
  color: #1d62ab;
}

.primary-light {
  color: #5091d5;
}

.primary-dark {
  color: #171d29;
}

.info {
  color: #75b5ff;
}

.error {
  color: #ff3c00 !important;
}

.warning {
  color: #ffa102;
}

.success {
  color: #12af7b;
}

.steel {
  color: #81858b;
}

.grey {
  color: #bababa;
}

.light-grey {
  color: #c8c9cc;
}

.bg-primary {
  background-color: #1d62ab;
}

.bg-white {
  background-color: #fff;
}

.bg-error {
  background-color: #ff3c00;
}

.bg-success {
  background-color: #12af7b;
}

.bg-steel {
  background-color: #81858b;
}

.bg-light-grey {
  background-color: #c8c9cc;
}

.bg-pale {
  background-color: #ebf4ff;
}

.bg-page {
  background-color: #f9f9f9 !important;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.auto-height {
  height: auto !important;
}

.full-height {
  height: 100%;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.scrollable-y {
  overflow-y: auto;
}

.scrollable-x {
  overflow-x: auto;
}

.not-scrollable {
  overflow: hidden;
}

.break-line-all {
  line-break: anywhere;
}

.break-word-all {
  word-break: break-all;
}

.break-word {
  word-break: break-word;
}

.bordered {
  border: 1px solid #c8c9cc;
}

.bordered-top {
  border-top: 1px solid #c8c9cc;
}

.bordered-bottom {
  border-bottom: 1px solid #c8c9cc;
}

.light-bordered-bottom {
  border-bottom: 1px solid #f9f9f9;
}

.thin {
  font-weight: 300;
}

.radiused {
  border-radius: 0.375rem;
}

.code {
  display: block;
  padding: 0.9375rem;
  background-color: rgba(23, 29, 41, 0.08);
  line-height: 1.7;
}

.custom-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-list li {
  padding-left: 1.875rem;
  position: relative;
}
.custom-list li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.4375rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #1d62ab;
}

.check-custom-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-custom-list li {
  padding-left: 3.125rem;
  position: relative;
}
.check-custom-list li:before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0.3125rem;
  transform: rotate(-45deg);
  width: 0.4375rem;
  height: 0.9375rem;
  border-radius: 5px;
  background-color: #3891db;
}
.check-custom-list li:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0.6875rem;
  top: -0.375rem;
  width: 0.4375rem;
  height: 1.75rem;
  border-radius: 5px;
  background-color: #3891db;
  transform: rotate(45deg);
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.relative {
  position: relative;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-20 {
  line-height: 2;
}

.lh-default {
  line-height: 3rem;
}

.default-input-height {
  height: 3rem;
}

.link-hover:hover {
  text-decoration: underline;
  color: #1d62ab;
}

.transitioned {
  transition: all 0.2s ease-in-out;
}

.faded {
  opacity: 0;
}

.half-faded {
  opacity: 0.5;
}

.fade-in {
  opacity: 1;
  animation-name: fade-in;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.4s;
}

._with_inner_layer {
  position: relative;
  z-index: 0;
}
._with_inner_layer:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 0.3125rem !important;
}

.mt-10 {
  margin-top: 0.625rem !important;
}

.mt-15 {
  margin-top: 0.9375rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mt-25 {
  margin-top: 1.5625rem !important;
}

.mt-30 {
  margin-top: 1.875rem !important;
}

.mt-35 {
  margin-top: 2.1875rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-45 {
  margin-top: 2.8125rem !important;
}

.mt-50 {
  margin-top: 3.125rem !important;
}

.mt-55 {
  margin-top: 3.4375rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

.mt-65 {
  margin-top: 4.0625rem !important;
}

.mt-70 {
  margin-top: 4.375rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 0.3125rem !important;
}

.mr-10 {
  margin-right: 0.625rem !important;
}

.mr-15 {
  margin-right: 0.9375rem !important;
}

.mr-20 {
  margin-right: 1.25rem !important;
}

.mr-25 {
  margin-right: 1.5625rem !important;
}

.mr-30 {
  margin-right: 1.875rem !important;
}

.mr-35 {
  margin-right: 2.1875rem !important;
}

.mr-40 {
  margin-right: 2.5rem !important;
}

.mr-45 {
  margin-right: 2.8125rem !important;
}

.mr-50 {
  margin-right: 3.125rem !important;
}

.mr-55 {
  margin-right: 3.4375rem !important;
}

.mr-60 {
  margin-right: 3.75rem !important;
}

.mr-65 {
  margin-right: 4.0625rem !important;
}

.mr-70 {
  margin-right: 4.375rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 0.3125rem !important;
}

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.mb-15 {
  margin-bottom: 0.9375rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-25 {
  margin-bottom: 1.5625rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-35 {
  margin-bottom: 2.1875rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-45 {
  margin-bottom: 2.8125rem !important;
}

.mb-50 {
  margin-bottom: 3.125rem !important;
}

.mb-55 {
  margin-bottom: 3.4375rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.mb-65 {
  margin-bottom: 4.0625rem !important;
}

.mb-70 {
  margin-bottom: 4.375rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 0.3125rem !important;
}

.ml-10 {
  margin-left: 0.625rem !important;
}

.ml-15 {
  margin-left: 0.9375rem !important;
}

.ml-20 {
  margin-left: 1.25rem !important;
}

.ml-25 {
  margin-left: 1.5625rem !important;
}

.ml-30 {
  margin-left: 1.875rem !important;
}

.ml-35 {
  margin-left: 2.1875rem !important;
}

.ml-40 {
  margin-left: 2.5rem !important;
}

.ml-45 {
  margin-left: 2.8125rem !important;
}

.ml-50 {
  margin-left: 3.125rem !important;
}

.ml-55 {
  margin-left: 3.4375rem !important;
}

.ml-60 {
  margin-left: 3.75rem !important;
}

.ml-65 {
  margin-left: 4.0625rem !important;
}

.ml-70 {
  margin-left: 4.375rem !important;
}

.m-0 {
  margin: 0 !important;
}

.m-5 {
  margin: 0.3125rem !important;
}

.m-10 {
  margin: 0.625rem !important;
}

.m-15 {
  margin: 0.9375rem !important;
}

.m-20 {
  margin: 1.25rem !important;
}

.m-25 {
  margin: 1.5625rem !important;
}

.m-30 {
  margin: 1.875rem !important;
}

.m-35 {
  margin: 2.1875rem !important;
}

.m-40 {
  margin: 2.5rem !important;
}

.m-45 {
  margin: 2.8125rem !important;
}

.m-50 {
  margin: 3.125rem !important;
}

.m-55 {
  margin: 3.4375rem !important;
}

.m-60 {
  margin: 3.75rem !important;
}

.m-65 {
  margin: 4.0625rem !important;
}

.m-70 {
  margin: 4.375rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 0.3125rem !important;
}

.pt-10 {
  padding-top: 0.625rem !important;
}

.pt-15 {
  padding-top: 0.9375rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pt-25 {
  padding-top: 1.5625rem !important;
}

.pt-30 {
  padding-top: 1.875rem !important;
}

.pt-35 {
  padding-top: 2.1875rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pt-45 {
  padding-top: 2.8125rem !important;
}

.pt-50 {
  padding-top: 3.125rem !important;
}

.pt-55 {
  padding-top: 3.4375rem !important;
}

.pt-60 {
  padding-top: 3.75rem !important;
}

.pt-65 {
  padding-top: 4.0625rem !important;
}

.pt-70 {
  padding-top: 4.375rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 0.3125rem !important;
}

.pr-10 {
  padding-right: 0.625rem !important;
}

.pr-15 {
  padding-right: 0.9375rem !important;
}

.pr-20 {
  padding-right: 1.25rem !important;
}

.pr-25 {
  padding-right: 1.5625rem !important;
}

.pr-30 {
  padding-right: 1.875rem !important;
}

.pr-35 {
  padding-right: 2.1875rem !important;
}

.pr-40 {
  padding-right: 2.5rem !important;
}

.pr-45 {
  padding-right: 2.8125rem !important;
}

.pr-50 {
  padding-right: 3.125rem !important;
}

.pr-55 {
  padding-right: 3.4375rem !important;
}

.pr-60 {
  padding-right: 3.75rem !important;
}

.pr-65 {
  padding-right: 4.0625rem !important;
}

.pr-70 {
  padding-right: 4.375rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 0.3125rem !important;
}

.pb-10 {
  padding-bottom: 0.625rem !important;
}

.pb-15 {
  padding-bottom: 0.9375rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.pb-25 {
  padding-bottom: 1.5625rem !important;
}

.pb-30 {
  padding-bottom: 1.875rem !important;
}

.pb-35 {
  padding-bottom: 2.1875rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pb-45 {
  padding-bottom: 2.8125rem !important;
}

.pb-50 {
  padding-bottom: 3.125rem !important;
}

.pb-55 {
  padding-bottom: 3.4375rem !important;
}

.pb-60 {
  padding-bottom: 3.75rem !important;
}

.pb-65 {
  padding-bottom: 4.0625rem !important;
}

.pb-70 {
  padding-bottom: 4.375rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 0.3125rem !important;
}

.pl-10 {
  padding-left: 0.625rem !important;
}

.pl-15 {
  padding-left: 0.9375rem !important;
}

.pl-20 {
  padding-left: 1.25rem !important;
}

.pl-25 {
  padding-left: 1.5625rem !important;
}

.pl-30 {
  padding-left: 1.875rem !important;
}

.pl-35 {
  padding-left: 2.1875rem !important;
}

.pl-40 {
  padding-left: 2.5rem !important;
}

.pl-45 {
  padding-left: 2.8125rem !important;
}

.pl-50 {
  padding-left: 3.125rem !important;
}

.pl-55 {
  padding-left: 3.4375rem !important;
}

.pl-60 {
  padding-left: 3.75rem !important;
}

.pl-65 {
  padding-left: 4.0625rem !important;
}

.pl-70 {
  padding-left: 4.375rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 0.3125rem !important;
}

.p-10 {
  padding: 0.625rem !important;
}

.p-15 {
  padding: 0.9375rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.p-25 {
  padding: 1.5625rem !important;
}

.p-30 {
  padding: 1.875rem !important;
}

.p-35 {
  padding: 2.1875rem !important;
}

.p-40 {
  padding: 2.5rem !important;
}

.p-45 {
  padding: 2.8125rem !important;
}

.p-50 {
  padding: 3.125rem !important;
}

.p-55 {
  padding: 3.4375rem !important;
}

.p-60 {
  padding: 3.75rem !important;
}

.p-65 {
  padding: 4.0625rem !important;
}

.p-70 {
  padding: 4.375rem !important;
}

.lh-0 {
  line-height: 0 !important;
}

.lh-5 {
  line-height: 0.3125rem !important;
}

.lh-10 {
  line-height: 0.625rem !important;
}

.lh-15 {
  line-height: 0.9375rem !important;
}

.lh-20 {
  line-height: 1.25rem !important;
}

.lh-25 {
  line-height: 1.5625rem !important;
}

.lh-30 {
  line-height: 1.875rem !important;
}

.lh-35 {
  line-height: 2.1875rem !important;
}

.lh-40 {
  line-height: 2.5rem !important;
}

.lh-45 {
  line-height: 2.8125rem !important;
}

.lh-50 {
  line-height: 3.125rem !important;
}

.lh-55 {
  line-height: 3.4375rem !important;
}

.lh-60 {
  line-height: 3.75rem !important;
}

.lh-65 {
  line-height: 4.0625rem !important;
}

.lh-70 {
  line-height: 4.375rem !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.5625rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.6875rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-17 {
  font-size: 1.0625rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-19 {
  font-size: 1.1875rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-21 {
  font-size: 1.3125rem !important;
}

.fs-22 {
  font-size: 1.375rem !important;
}

.fs-23 {
  font-size: 1.4375rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-25 {
  font-size: 1.5625rem !important;
}

.fs-26 {
  font-size: 1.625rem !important;
}

.fs-27 {
  font-size: 1.6875rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-29 {
  font-size: 1.8125rem !important;
}

.fs-30 {
  font-size: 1.875rem !important;
}

.grid-row-spacing-0 {
  margin-left: -0.375rem !important;
  margin-right: -0.375rem !important;
}

.grid-row-spacing-1 {
  margin-left: -0.4375rem !important;
  margin-right: -0.4375rem !important;
}

.grid-row-spacing-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.grid-row-spacing-3 {
  margin-left: -0.5625rem !important;
  margin-right: -0.5625rem !important;
}

.grid-row-spacing-4 {
  margin-left: -0.625rem !important;
  margin-right: -0.625rem !important;
}

.grid-row-spacing-5 {
  margin-left: -0.6875rem !important;
  margin-right: -0.6875rem !important;
}

.grid-row-item-spacing-0 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.grid-row-item-spacing-1 {
  padding-left: 0.4375rem !important;
  padding-right: 0.4375rem !important;
}

.grid-row-item-spacing-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.grid-row-item-spacing-3 {
  padding-left: 0.5625rem !important;
  padding-right: 0.5625rem !important;
}

.grid-row-item-spacing-4 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.grid-row-item-spacing-5 {
  padding-left: 0.6875rem !important;
  padding-right: 0.6875rem !important;
}

.m-auto {
  margin: auto;
}

.root-justify {
  justify-content: flex-start !important;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.align-center {
  align-items: center !important;
}

.align-end {
  align-items: flex-end;
}

.align-start {
  align-items: flex-start;
}

.align-content-stretch {
  align-content: stretch;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.grid-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 100% 0 0;
}
.grid-row .grid-row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.default-ac-button {
  outline: none;
  display: inline-flex;
  padding: 0.4375rem 0.75rem;
  margin: 0;
  border: none;
  border-radius: 0.25rem;
  background-color: #1d62ab;
  color: #fff;
  cursor: pointer;
  text-transform: none;
  transition: background-color 0.25s ease-in-out 0s;
}
.default-ac-button:hover {
  background-color: #1a5695;
}

.reactour__popover {
  border-radius: 6px;
}

.DateRangePicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DateRangePicker__Legend {
  color: #52575e;
  font-size: 14px;
  line-height: 16px;
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}

.DateRangePicker__LegendItem {
  display: inline-block;
  margin: 0 20px;
}

.DateRangePicker__LegendItemColor {
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  margin-right: 6px;
  vertical-align: text-bottom;
  width: 14px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.DateRangePicker__LegendItemColor--selection {
  background-color: #ed5434;
}

.DateRangePicker__PaginationArrow {
  border: 0;
  cursor: pointer;
  display: block;
  height: 35px;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0.625rem;
  white-space: nowrap;
  width: 35px;
  z-index: 1;
}

.DateRangePicker__PaginationArrow--previous {
  left: 20px;
}

.DateRangePicker__PaginationArrow--next {
  right: 20px;
}

.DateRangePicker__PaginationArrow:hover {
  background-color: #ccc;
}

.DateRangePicker__PaginationArrowIcon {
  border-bottom: 0.25rem solid transparent;
  border-top: 0.25rem solid transparent;
  height: 0;
  position: absolute;
  top: 0.875rem;
  width: 0;
}

.DateRangePicker__PaginationArrowIcon--is-disabled {
  opacity: 0.25;
}

.DateRangePicker__PaginationArrowIcon--previous {
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid #aaa;
  right: 1.125rem;
}

.DateRangePicker__PaginationArrowIcon--next {
  border-left: 0.25rem solid #aaa;
  border-right: 0.25rem solid transparent;
  left: 1.125rem;
}

.DateRangePicker__Month {
  color: #333;
  display: inline-block;
  margin: 0 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 275px;
}

.DateRangePicker__MonthHeader {
  color: #000;
  font-size: 0.8125rem;
  line-height: 2.1875rem;
  position: relative;
  text-align: center;
  padding: 0.625rem 0;
}

.DateRangePicker__MonthHeaderLabel {
  display: inline-block;
  position: relative;
}

.DateRangePicker__MonthHeaderSelect {
  background: #e4e4e4;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.DateRangePicker__MonthDates {
  border-bottom: 1px solid #f4f5f6;
  border-collapse: separate;
  border-spacing: 0 1px;
  margin: 0;
  width: 100%;
}

.DateRangePicker__WeekdayHeading,
.DateRangePicker__Date {
  font-size: 12px;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  width: 14.2857142857%;
}

.DateRangePicker__WeekdayHeading {
  border-bottom: 1px solid #f4f5f6;
  color: #000;
}

.DateRangePicker__WeekdayHeading abbr[title] {
  border-bottom-width: 0;
  color: #000;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}

.DateRangePicker__Date {
  border: 0 solid #f4f5f6;
  border-right-width: 1px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.DateRangePicker__Date:first-child {
  border-left-width: 1px;
}

.DateRangePicker__Date--weekend {
  background-color: #f6f7f9;
}

.DateRangePicker__Date--otherMonth {
  opacity: 0.25;
}

.DateRangePicker__Date--is-disabled {
  color: #cdcdd1;
  cursor: default;
}

.DateRangePicker__Date--is-selected {
  color: #fff;
}

.DateRangePicker__Date--is-highlighted {
  color: #333;
}

.DateRangePicker__CalendarDatePeriod {
  bottom: 0;
  position: absolute;
  top: 0;
}

.DateRangePicker__CalendarDatePeriod--am {
  left: 0;
  right: 50%;
}

.DateRangePicker__CalendarDatePeriod--pm {
  left: 50%;
  right: 0;
}

.DateRangePicker__CalendarSelection {
  background-color: #5091d5;
  border: 1px solid #5091d5;
  bottom: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 5px;
}

.DateRangePicker__CalendarSelection--inOtherMonth {
  opacity: 0.5;
}

.DateRangePicker__CalendarSelection--start {
  border-bottom-left-radius: 6px;
  border-right-width: 0;
  border-top-left-radius: 6px;
  left: 5px;
}

.DateRangePicker__CalendarSelection--end {
  border-bottom-right-radius: 6px;
  border-left-width: 0;
  border-top-right-radius: 6px;
  right: 5px;
}

.DateRangePicker__CalendarSelection--segment {
  border-left-width: 0;
  border-right-width: 0;
}

.DateRangePicker__CalendarSelection--single {
  border-radius: 6px;
  left: 5px;
  right: 5px;
}

.DateRangePicker__CalendarSelection--is-pending {
  background-color: #75b5ff;
  border-width: 0;
}

.DateRangePicker__CalendarHighlight {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.25);
  bottom: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 5px;
}

.DateRangePicker__CalendarHighlight--inOtherMonth {
  opacity: 0.5;
}

.DateRangePicker__CalendarHighlight--start {
  border-bottom-left-radius: 6px;
  border-right-width: 0;
  border-top-left-radius: 6px;
  left: 5px;
}

.DateRangePicker__CalendarHighlight--end {
  border-bottom-right-radius: 6px;
  border-left-width: 0;
  border-top-right-radius: 6px;
  right: 5px;
}

.DateRangePicker__CalendarHighlight--segment {
  border-left-width: 0;
  border-right-width: 0;
}

.DateRangePicker__CalendarHighlight--single {
  background-color: #fff;
  border: 1px solid #1d62ab;
  border-radius: 6px;
  left: 5px;
  right: 5px;
}

.DateRangePicker__HalfDateStates {
  bottom: -50px;
  left: -50px;
  position: absolute;
  right: -50px;
  top: -50px;
  transform: rotate(30deg);
}

.DateRangePicker__FullDateStates {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.DateRangePicker__DateLabel {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.DateRangePicker__Date {
  border: 0;
}
.DateRangePicker__Date.DateRangePicker__Date--today .DateRangePicker__FullDateStates {
  border-bottom: 2px solid #1a5695;
}
.DateRangePicker__Date.DateRangePicker__Date--today .DateRangePicker__CalendarSelection {
  background-color: #1d62ab;
}

.vi__character {
  border: 1px solid #c8c9cc;
  width: 3.3125rem;
  height: 3.5rem;
  line-height: 3.3125rem;
  border-radius: 6px;
}
.vi__character.vi__character--selected {
  border-color: #1d62ab;
}
.vi__character.vi__character--filled {
  border-color: #75b5ff;
}
.vi__character.vi__character--inactive {
  background: #fff;
}

.hasError .text-editor {
  border-color: #ff3c00;
}

.text-editor {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 0.9375rem 0.9375rem;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;
}
.text-editor .rdw-editor-toolbar {
  border: none;
  background: transparent;
}
.text-editor .rdw-editor-toolbar {
  padding: 0;
  margin: 0;
}
.text-editor .DraftEditor-root {
  min-height: 100px;
}
.text-editor .rdw-editor-toolbar {
  margin: 0 -10px -15px;
}
.text-editor .rdw-option-wrapper {
  padding: 5px;
  height: auto;
  margin: 0 4px;
  min-width: auto;
}

.sticky-header {
  position: sticky;
  right: 0;
}

.sticky-column {
  position: sticky;
  right: 0;
}

.ce-delimiter {
  padding: 1.875rem 0;
}
.ce-delimiter.preview-type-component:before {
  display: block;
  content: " ";
  background-color: #c8c9cc;
  padding: 0;
  height: 1px;
}

.preview-type-component.custom-list {
  list-style: none;
}

.jbbf-dots-progress {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #1d62ab;
  color: #1d62ab;
  animation: dotFlashing 0.7s infinite linear alternate;
  animation-delay: 0.3s;
  margin-left: 1rem;
}
.jbbf-dots-progress.sm {
  width: 0.1875rem;
  height: 0.1875rem;
  margin-left: 0.4375rem;
}
.jbbf-dots-progress:before, .jbbf-dots-progress:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.jbbf-dots-progress::after {
  left: 0.9375rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #1d62ab;
  color: #1d62ab;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}
.jbbf-dots-progress.sm:after {
  left: 0.4375rem;
  width: 0.1875rem;
  height: 0.1875rem;
}
.jbbf-dots-progress:before {
  left: -0.9375rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #1d62ab;
  color: #1d62ab;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}
.jbbf-dots-progress.sm:before {
  left: -0.4375rem;
  width: 0.1875rem;
  height: 0.1875rem;
}

@keyframes dotFlashing {
  0% {
    background-color: #1d62ab;
  }
  50%, 100% {
    background-color: #ebf4ff;
  }
}
.jbbf-dots-wrapper {
  display: inline-flex;
  width: 2.5rem;
  text-align: center;
}
.jbbf-dots-wrapper.sm {
  width: 1.25rem;
}

.jbbf-dots-progress-small {
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 2rem;
  height: 0.25rem;
  display: flex;
}

.jbbf-dots-progress-small span {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #1d62ab;
  margin: 0 0.03125rem;
}

.jbbf-dots-progress-small span:nth-child(2) {
  animation-delay: 0.2s;
}

.jbbf-dots-progress-small span:nth-child(3) {
  animation-delay: 0.4s;
}

.jbbf-dots-progress-small span:nth-child(4) {
  animation-delay: 0.6s;
}

@keyframes blink {
  0% {
    background-color: #ebf4ff;
  }
  20% {
    background-color: #1d62ab;
  }
  100% {
    background-color: #ebf4ff;
  }
}
.spinning {
  position: relative;
  animation: spin 1s infinite linear;
  animation-delay: 0s;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes successBgFadeOut {
  0% {
    background-color: #12af7b;
    color: white;
  }
  100% {
    background-color: #ffffff;
    color: #81858b;
  }
}
.task-gear-spin {
  transform-origin: center;
  transform-box: fill-box;
  animation: spin 2s infinite linear;
  animation-delay: 0s;
}

.task-gear-spin-back {
  transform-origin: center;
  transform-box: fill-box;
  animation: spinBack 2s infinite linear;
  animation-delay: 0s;
}

.success-bg-fade-out,
.success-border-fade-out:before {
  transform-origin: center;
  transform-box: fill-box;
  animation: successBgFadeOut 1s infinite linear;
  animation-delay: 0s;
}

@keyframes fade-in-pulse {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  80% {
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    filter: brightness(1) saturate(1);
    transform: scale(1, 1);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html,
body {
  font-family: "Inter", sans-serif;
  min-height: 100vh;
  font-weight: 400;
  min-width: 1480px;
  font-size: 90%;
}
@media only screen and (min-width: 700px) {
  html,
  body {
    font-size: 100%;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

h1 {
  font-size: 1.875rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

#root {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}