@import url(https://use.typekit.net/lvq6qct.css);
@import url(https://fonts.googleapis.com/css?family=Catamaran:400,700&display=swap);
/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.ml-12{
  margin-left: 3rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mt-10{
  margin-top: 2.5rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.min-h-screen{
  min-height: 100vh;
}
.w-64{
  width: 16rem;
}
.max-w-full{
  max-width: 100%;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.rounded-full{
  border-radius: 9999px;
}
.border-b{
  border-bottom-width: 1px;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-10{
  padding: 2.5rem;
}
.p-20{
  padding: 5rem;
}
.p-0{
  padding: 0px;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.text-center{
  text-align: center;
}
.align-baseline{
  vertical-align: baseline;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.uppercase{
  text-transform: uppercase;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.white {
  color: #f2f2f2 !important;
}

.bg-white {
  background-color: #f2f2f2 !important;
}

.border-white {
  border-color: #f2f2f2 !important;
}

.lwhite {
  color: #ffffff !important;
}

.bg-lwhite {
  background-color: #ffffff !important;
}

.border-lwhite {
  border-color: #ffffff !important;
}

.black {
  color: #232323 !important;
}

.bg-black {
  background-color: #232323 !important;
}

.border-black {
  border-color: #232323 !important;
}

.lblack {
  color: #292929 !important;
}

.bg-lblack {
  background-color: #292929 !important;
}

.border-lblack {
  border-color: #292929 !important;
}

.gray {
  color: #A9A9A9 !important;
}

.bg-gray {
  background-color: #A9A9A9 !important;
}

.border-gray {
  border-color: #A9A9A9 !important;
}

.lgray {
  color: #DCDCDC !important;
}

.bg-lgray {
  background-color: #DCDCDC !important;
}

.border-lgray {
  border-color: #DCDCDC !important;
}

.dgray {
  color: #777777 !important;
}

.bg-dgray {
  background-color: #777777 !important;
}

.border-dgray {
  border-color: #777777 !important;
}

.teal {
  color: #03a7b6 !important;
}

.bg-teal {
  background-color: #03a7b6 !important;
}

.border-teal {
  border-color: #03a7b6 !important;
}

.blue {
  color: #182d40 !important;
}

.bg-blue {
  background-color: #182d40 !important;
}

.border-blue {
  border-color: #182d40 !important;
}

.green {
  color: #a7b73b !important;
}

.bg-green {
  background-color: #a7b73b !important;
}

.border-green {
  border-color: #a7b73b !important;
}

.red {
  color: #df1e26 !important;
}

.bg-red {
  background-color: #df1e26 !important;
}

.border-red {
  border-color: #df1e26 !important;
}

.yellow {
  color: #fbbd1a !important;
}

.bg-yellow {
  background-color: #fbbd1a !important;
}

.border-yellow {
  border-color: #fbbd1a !important;
}

.purple {
  color: #323466 !important;
}

.bg-purple {
  background-color: #323466 !important;
}

.border-purple {
  border-color: #323466 !important;
}

@font-face {
  font-family: "Aileron";
  src: url("../fonts/aileron/aileron_ultralight.eot");
  src: url("../fonts/aileron/aileron_ultralight.eot?#iefix") format("embedded-opentype"), url("../fonts/aileron/aileron_ultralight.woff") format("woff"), url("../fonts/aileron/aileron_ultralight.ttf") format("truetype"), url("../fonts/aileron/aileron_ultralight.svg") format("svg");
  font-weight: 100;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/aileron/aileron_thin.eot");
  src: url("../fonts/aileron/aileron_thin.eot?#iefix") format("embedded-opentype"), url("../fonts/aileron/aileron_thin.woff") format("woff"), url("../fonts/aileron/aileron_thin.ttf") format("truetype"), url("../fonts/aileron/aileron_thin.svg") format("svg");
  font-weight: 200;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/aileron/aileron_light.eot");
  src: url("../fonts/aileron/aileron_light.eot?#iefix") format("embedded-opentype"), url("../fonts/aileron/aileron_light.woff") format("woff"), url("../fonts/aileron/aileron_light.ttf") format("truetype"), url("../fonts/aileron/aileron_light.svg") format("svg");
  font-weight: 300;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/aileron/aileron_regular.eot");
  src: url("../fonts/aileron/aileron_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/aileron/aileron_regular.woff") format("woff"), url("../fonts/aileron/aileron_regular.ttf") format("truetype"), url("../fonts/aileron/aileron_regular.svg") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/aileron/aileron_semibold.eot");
  src: url("../fonts/aileron/aileron_semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/aileron/aileron_semibold.woff") format("woff"), url("../fonts/aileron/aileron_semibold.ttf") format("truetype"), url("../fonts/aileron/aileron_semibold.svg") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/aileron/aileron_bold.eot");
  src: url("../fonts/aileron/aileron_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/aileron/aileron_bold.woff") format("woff"), url("../fonts/aileron/aileron_bold.ttf") format("truetype"), url("../fonts/aileron/aileron_bold.svg") format("svg");
  font-weight: 600;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/aileron/aileron_heavy.eot");
  src: url("../fonts/aileron/aileron_heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/aileron/aileron_heavy.woff") format("woff"), url("../fonts/aileron/aileron_heavy.ttf") format("truetype"), url("../fonts/aileron/aileron_heavy.svg") format("svg");
  font-weight: 700;
}
html {
  font-family: "Aileron", sans-serif;
  font-size: 61.5%;
}

body {
  font-size: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "century-gothic", "Aileron", sans-serif;
  letter-spacing: 1.2;
  text-transform: uppercase;
}

h2 {
  font-size: 1.8rem;
}

p {
  font-size: 1.5rem;
  line-height: 1.5;
}

strong {
  font-weight: 600;
}

button:focus, button:active {
  outline: none;
}

button[disabled] {
  cursor: not-allowed;
}

.title, .title-small {
  font-family: "Aileron", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.title-small {
  font-size: 1.3rem;
}

.alert {
  max-width: max-content;
  align-items: center;
  display: flex;
  padding: 1.5rem;
  padding-right: 2.5rem;
  overflow: hidden;
  border-radius: 5px;
}
.alert__icon {
  margin-right: 1.5rem;
  font-size: 2.4rem;
}
.alert__message {
  color: #f2f2f2;
}
.alert.--error {
  background-color: #df1e26;
}
.alert.--error .alert__icon {
  color: #f08d91;
}
.alert.--info {
  background-color: #03a7b6;
}
.alert.--info .alert__icon {
  color: #3decfc;
}
.alert.--success {
  background-color: #a7b73b;
}
.alert.--success .alert__icon {
  color: #d3dd95;
}
.alert.--warning {
  background-color: #fbbd1a;
}
.alert.--warning .alert__icon {
  color: #fdda7e;
}

.avatar {
  height: 50px;
  width: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #03a7b6;
  border-radius: 50%;
  color: #f2f2f2;
  font-family: "century-gothic", "Aileron", sans-serif;
  font-size: 1.8rem;
}

.charts {
  display: flex;
}
@media (min-width: 1741px) {
  .charts {
    --divider: 2;
  }
}
@media (max-width: 1740px) {
  .charts {
    --divider: 2.5;
  }
}
@media (max-width: 1560px) {
  .charts {
    --divider: 3;
  }
}
@media (max-width: 1460px) {
  .charts {
    --divider: 3.5;
  }
}
@media (max-width: 1360px) {
  .charts {
    --divider: 4;
  }
}
@media (max-width: 1160px) {
  .charts {
    --divider: 5.5;
  }
}
.charts * {
  box-sizing: border-box;
}
.charts__col {
  position: relative;
  height: calc(11in / var(--divider));
  width: calc(8.5in / var(--divider));
}
.charts__col:first-child {
  margin-right: 25px;
}
.charts__col > *:not(.charts__actions) {
  height: 11in;
  width: 8.5in;
  border: solid 1px #DCDCDC;
  transform: scale(calc(1 / var(--divider)));
  transform-origin: top left;
}
.charts__col.landscape {
  height: calc(8.5in / var(--divider));
  width: calc(11in / var(--divider));
}
.charts__col.landscape > *:not(.charts__actions) {
  height: 8.5in;
  width: 11in;
}
.charts__col:hover .charts__actions {
  opacity: 1;
  visibility: visible;
}
.charts__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #03a7b6E6;
  opacity: 0;
  visibility: hidden;
}
.charts__actions a {
  margin: 1rem;
  transform: scale(2);
}
.charts__actions a:active {
  transform: scale(1.95);
}

.form__fieldset + .form__fieldset {
  margin-top: 1.5rem;
}
.form__icon {
  align-items: center;
  display: flex;
}
.form__icon > div, .form__icon > input, .form__icon > select {
  flex-grow: 1;
}
.form__icon > i {
  min-width: 2.5rem;
}
.form__icon + .form__error {
  margin-left: 2.5rem;
}
.form__select-icon {
  position: relative;
}
.form__custom-icon {
  position: absolute;
  left: calc(100% - 2rem);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.form__input, .form__select, .select__field {
  height: 4rem;
  width: 100%;
  display: block;
  padding: 0 1rem;
  border: solid 1px #DCDCDC;
  color: #232323;
  font-size: 13px;
}
.form__input::placeholder, .form__select::placeholder, .select__field::placeholder {
  color: #A9A9A9;
  font-size: 13px;
}
.form__input:active, .form__input:focus, .form__select:active, .select__field:active, .form__select:focus, .select__field:focus {
  outline: 1px solid #03a7b6;
}
.form__input.is-invalid, .form__select.is-invalid, .is-invalid.select__field {
  border-color: #df1e26;
  color: #df1e26;
}
.form__input.is-invalid::placeholder, .form__select.is-invalid::placeholder, .is-invalid.select__field::placeholder {
  color: #df1e26;
}
.form__select, .select__field {
  padding-right: 2.5rem;
  appearance: none;
}
.form__error {
  margin-top: 0.5rem;
  color: #df1e26;
  font-size: 1.3rem;
  font-weight: normal;
}
.form__label {
  display: block;
  margin: 0 0 1rem;
  font-size: 13px;
  font-weight: 500;
}
.form__label.--icon {
  min-height: 3rem;
  min-width: 4rem;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 1rem;
  margin-top: 0;
  border-right: solid 1px #DCDCDC;
  font-size: 2.2rem;
}

.btn {
  cursor: pointer;
  user-select: none;
}
.btn > * {
  pointer-events: none;
}
.btn:active, .btn:focus {
  outline: none;
}
.btn:active {
  transform: scale(0.95);
}
.btn:not(.btn-burger) {
  height: 4rem;
  align-items: center;
  display: flex;
  font-size: 1.3rem;
}
.btn.--small:not(.btn-burger) {
  height: 3rem;
  font-size: 1.3rem;
}
.btn.--small:not(.btn-burger) .btn__icon {
  height: calc(3rem - 4px);
  min-width: 3rem;
  max-width: 3rem;
  font-size: 1.6rem;
}
.btn__icon {
  height: calc(4rem - 4px);
  min-width: 4rem;
  max-width: 4rem;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: inherit;
  font-size: 1.8rem;
}
.btn__icon i {
  position: relative;
  top: 1px;
}
.btn__label {
  padding: 0 2.5rem 0 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.btn-primary {
  background-color: #03a7b6;
  border: solid 2px #03a7b6;
  color: #f2f2f2;
  transition: background-color 250ms ease-in-out border-color 250ms ease-in-out;
}
.btn-primary .btn__icon {
  background-color: #03b5c5;
  transition: background-color 250ms ease-in-out;
}
.btn-primary:hover {
  background-color: #03b5c5;
  border: solid 2px #03a7b6;
}
.btn-primary:hover .btn__icon {
  background-color: #03a7b6;
}
.btn-secondary {
  background-color: #a7b73b;
  border: solid 2px #a7b73b;
  color: #f2f2f2;
  transition: background-color 250ms ease-in-out border-color 250ms ease-in-out;
}
.btn-secondary .btn__icon {
  background-color: #b1c140;
  transition: background-color 250ms ease-in-out;
}
.btn-secondary:hover {
  background-color: #b1c140;
  border: solid 2px #a7b73b;
}
.btn-secondary:hover .btn__icon {
  background-color: #a7b73b;
}

.header {
  border-bottom: solid 1px #DCDCDC;
  padding: 1.5rem 2.5rem;
}
.header__logo {
  max-width: 200px;
}
.header__col.--left {
  align-items: center;
  flex-grow: 1;
}
.header__col.--left > span {
  margin-left: 10px;
  color: #03a7b6;
  border-left: solid 1px #A9A9A9;
}
.header__col.--left .title, .header__col.--left .title-small {
  margin-left: 10px;
  color: #A9A9A9;
  font-family: "century-gothic", "Aileron", sans-serif;
  font-size: 18px;
}

.app-section__heading {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: solid 1px #DCDCDC;
  font-size: 1.8rem;
  font-family: "century-gothic", "Aileron", sans-serif;
  text-transform: uppercase;
}

.app-main {
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
}
.app-main__sidebar {
  min-width: 400px;
  width: 25%;
  padding: 2.5rem;
  background-color: #f2f2f2;
}
.app-main__content {
  flex-grow: 1;
  padding: 2.5rem;
}
.app-main__data {
  min-width: 300px;
  width: 20%;
  padding: 2.5rem;
  background-color: #f2f2f2;
}

.log {
  max-height: 85vh;
  overflow-y: scroll;
}
.log__card {
  padding: 1.5rem;
  position: relative;
  background-color: #ffffff;
  color: #232323;
}
.log__card + .log__card {
  margin-top: 1.5rem;
}
.log__card:hover .log__actions {
  opacity: 1;
  visibility: visible;
}
.log__actions {
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #03a7b6E6;
  color: #f2f2f2;
  opacity: 0;
  visibility: hidden;
}
.log__avatar {
  height: 5rem;
  width: 5rem;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #DCDCDC;
  border-radius: 50%;
}
.log__avatar-icon {
  position: relative;
}
.log__avatar-icon-primary {
  height: 3.5rem;
  width: 2.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.log__avatar-icon-primary svg {
  height: 100%;
  width: 100%;
}
.log__avatar-icon-primary svg path {
  fill: #03a7b6 !important;
}
.log__avatar-icon-secondary {
  width: 2.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.log__avatar-icon-secondary svg {
  width: 100%;
}
.log__avatar-icon-secondary svg path {
  fill: #a7b73b !important;
}
.log__content {
  margin-left: 1.5rem;
}
.log__heading {
  display: block;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #DCDCDC;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.log__line {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.log__icon {
  min-height: 1.2rem;
  min-width: 1.2rem;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 0.5rem;
  color: #DCDCDC;
  font-size: 1.2rem;
}

.progress-bar {
  align-items: center;
  display: flex;
}
.progress-bar__step {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
}
.progress-bar__step.--left {
  justify-content: flex-start;
}
.progress-bar__step.--right {
  justify-content: flex-end;
}
.progress-bar__step > * {
  pointer-events: none;
}
.progress-bar__step:active, .progress-bar__step:focus {
  outline: none;
}
.progress-bar__step.is-active .progress-bar__icon {
  background-color: #03a7b6;
}
.progress-bar__step.is-complete .progress-bar__icon {
  background-color: #a7b73b;
}
.progress-bar__step.is-complete .progress-bar__bar {
  background-color: #a7b73b;
}
.progress-bar__icon {
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  background-color: #A9A9A9;
  border-radius: 50%;
  color: #f2f2f2;
  font-size: 1.8rem;
}
.progress-bar__bar {
  height: 0.5rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  background-color: #A9A9A9;
  transform: translateY(-50%);
}
.progress-bar__label {
  margin-top: 0.5rem;
  position: absolute;
  left: 50%;
  top: calc(100% + 0.2rem);
  color: #777777;
  font-size: 1.3rem;
  font-weight: 500;
  transform: translateX(-50%);
}

.select {
  min-width: 225px;
  position: relative;
}
.select__down-arrow {
  position: absolute;
  left: calc(100% - 2rem);
  top: 50%;
  transform: translateY(-50%);
}
.select__field {
  align-items: center;
  display: flex;
  justify-content: space-between;
  color: #A9A9A9;
  font-size: 13px;
  overflow: hidden;
  user-select: none;
  white-space: nowrap;
}
.select__field:focus + .select__list {
  display: block;
}
.select__list {
  display: none;
  width: max-content;
  padding: 1.5rem;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  border: solid 1px #DCDCDC;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.select__option {
  align-items: center;
  display: flex;
  margin-bottom: 1rem;
  padding: 0.5rem;
  padding-right: 1.5rem;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}
.select__option:hover {
  background-color: #03a7b6;
  color: #f2f2f2;
}
.select__option:last-child {
  margin-bottom: 0;
}
.select__option img {
  max-width: 88px;
  max-height: 50px;
  margin-right: 1rem;
}
.select__option span {
  flex-grow: 1;
}

.slider {
  width: 90%;
  position: relative;
  margin: auto;
}
.slider__range {
  height: 1rem;
  width: 100%;
  position: relative;
  z-index: 3;
  appearance: none;
  background-color: transparent;
  outline: none;
}
.slider__range::-moz-range-thumb {
  height: 2rem;
  width: 2rem;
  appearance: none;
  cursor: pointer;
  opacity: 0;
}
.slider__range::-webkit-slider-thumb {
  height: 2rem;
  width: 2rem;
  appearance: none;
  cursor: pointer;
}
.slider__range:focus + .slider__thumb .slider__label {
  opacity: 1;
  visibility: visible;
}
.slider__bar {
  height: 1rem;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  border: 1px solid #A9A9A9;
  border-radius: 9999px;
  transform: translateY(-50%);
}
.slider__fill {
  height: 100%;
  width: 40%;
  left: 0;
  position: absolute;
  top: 0;
  background-color: #03a7b6;
  border-radius: 9999px;
}
.slider__thumb {
  height: 2rem;
  width: 2rem;
  left: 40%;
  position: absolute;
  top: 50%;
  z-index: 2;
  background-color: #03a7b6;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.slider__label {
  width: max-content;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0.5rem;
  position: absolute;
  left: 50%;
  top: -3.2rem;
  background-color: #03a7b6;
  border-radius: 0.5rem;
  color: #f2f2f2;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0;
  text-transform: uppercase;
  visibility: hidden;
  user-select: none;
  transform: translateX(-50%);
  transition: opacity 150ms ease-in-out;
}
.slider__label::after {
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #03a7b6;
  transform: translateX(-50%);
}
.slider__datalist {
  width: calc(100% - 2rem);
  display: flex;
  justify-content: space-between;
  margin: auto;
  transform: translateY(-0.6rem);
}
.slider__datalist span {
  height: 1rem;
  width: 1px;
  position: relative;
  background-color: #DCDCDC;
}

.tabs__links {
  display: flex;
}
.tabs__link {
  flex-grow: 1;
  padding: 1rem 1.5rem;
  background-color: #f2f2f2;
  border: solid 1px #DCDCDC;
  border-bottom-width: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
.tabs__link.is-active {
  background-color: #03a7b6;
  border-color: #03b5c5;
  color: #f2f2f2;
}
.tabs__link:active, .tabs__link:focus {
  outline: none;
}
.tabs__container {
  position: relative;
}
.tabs__content {
  display: none;
}
.tabs__content.is-visible {
  display: block;
}
