@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap);
@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 10px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-feature-settings: "lnum", "jp04";
  font-kerning: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #424242;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #4abaa4;
  text-decoration: none;
}

a:focus, a:hover {
  color: #3fa692;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: #fff;
}

caption {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  color: #939393;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .6rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.7rem;
}

h2,
.h2 {
  font-size: 2.2rem;
}

h3,
.h3 {
  font-size: 1.7rem;
}

h4,
.h4 {
  font-size: 1.4rem;
  font-weight: 600;
}

h5,
.h5 {
  font-size: 1.4rem;
}

h6,
.h6 {
  font-size: 1.4rem;
}

.lead {
  color: #524545;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 3.6rem;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}

hr {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  border: 0;
  border-top: 1px solid #ececec;
}

small,
.small {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fefcf4;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

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

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.6rem 1.2rem;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  border-left: 0.6rem solid #ececec;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #939393;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 1.2rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.6rem solid #ececec;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

.text-secondary {
  color: #767676 !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.6rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #ececec;
}

code,
kbd,
pre,
samp {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f9f9f9;
  border-radius: 0.5rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #939393;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #939393;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}

@media (min-width: 576px) {
  .container {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
}

@media (min-width: 756px) {
  .container {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
}

@media (min-width: 996px) {
  .container {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
}

@media (min-width: 1176px) {
  .container {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 756px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 996px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1176px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
}

@media (min-width: 756px) {
  .container-fluid {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
}

@media (min-width: 996px) {
  .container-fluid {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
}

@media (min-width: 1176px) {
  .container-fluid {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.8rem;
  margin-left: -1.8rem;
}

@media (min-width: 576px) {
  .row {
    margin-right: -1.8rem;
    margin-left: -1.8rem;
  }
}

@media (min-width: 756px) {
  .row {
    margin-right: -1.8rem;
    margin-left: -1.8rem;
  }
}

@media (min-width: 996px) {
  .row {
    margin-right: -1.8rem;
    margin-left: -1.8rem;
  }
}

@media (min-width: 1176px) {
  .row {
    margin-right: -1.8rem;
    margin-left: -1.8rem;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}

@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
}

@media (min-width: 756px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
}

@media (min-width: 996px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
}

@media (min-width: 1176px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.333333%;
}

.pull-2 {
  right: 16.666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.333333%;
}

.pull-5 {
  right: 41.666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.333333%;
}

.pull-8 {
  right: 66.666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.333333%;
}

.pull-11 {
  right: 91.666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.333333%;
}

.push-2 {
  left: 16.666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.333333%;
}

.push-5 {
  left: 41.666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.333333%;
}

.push-8 {
  left: 66.666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.333333%;
}

.push-11 {
  left: 91.666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 756px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 996px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1176px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.2rem;
}

.table th,
.table td {
  padding: 0.9rem;
  vertical-align: middle;
  border-top: 1px solid #ececec;
}

.table thead th {
  background: #fff;
  color: #767676;
  font-size: 1.2rem;
  vertical-align: bottom;
  border-top: 0;
  border-bottom: 1px solid #ececec;
  padding: 0.4rem 0.9rem;
}

.table tbody + tbody {
  border-top: 2px solid #ececec;
}

.table .table {
  background-color: #fff;
}

.table th.table-status {
  padding-left: 1.8rem;
  width: 3.6rem;
}

.table-sm th,
.table-sm td {
  padding: 0.6rem;
}

.table-bordered {
  border: 1px solid #ececec;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #ececec;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #fbfbfb;
}

.table-hover tbody tr:hover {
  background-color: rgba(91, 85, 85, 0.05);
}

.table-hover tbody tr td:hover {
  cursor: pointer;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(155, 148, 148, 0.1);
}

.table-hover .table-active:hover {
  background-color: rgba(143, 135, 135, 0.1);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(143, 135, 135, 0.1);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #f5f9fc;
}

.table-hover .table-success:hover {
  background-color: #e1eef6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #e1eef6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #fbfbfb;
}

.table-hover .table-info:hover {
  background-color: #eeeeee;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #eeeeee;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fefcf4;
}

.table-hover .table-warning:hover {
  background-color: #fbf5de;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbf5de;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fef8f9;
}

.table-hover .table-danger:hover {
  background-color: #fae2e4;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fae2e4;
}

.thead-inverse th {
  color: #fff;
  background-color: #d6d6d6;
}

.thead-default th {
  color: #767676;
  background-color: #fff;
}

.table-inverse {
  color: #fff;
  background-color: #d6d6d6;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.5rem 0.9rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #424242;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  transition: border-color ease-in-out 0.16s, box-shadow ease-in-out 0.16s;
}

@media (max-width: 755px) {
  .form-control {
    font-size: 1.6rem;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #424242;
  background-color: #fff;
  border-color: #ddb91b;
  outline: none;
  box-shadow: 0 0 0 2px rgba(228, 193, 38, 0.3);
}

.form-control::placeholder {
  color: #d6d6d6;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(3.6rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #424242;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 3rem;
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(1.2rem - 1px * 2);
  padding-bottom: calc(1.2rem - 1px * 2);
  font-size: 2.2rem;
}

.col-form-label-sm {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 1.2rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1.4rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 2.4rem;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.5rem 0.9rem;
  font-size: 1.2rem;
  border-radius: 0.5rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 1.2rem 1.2rem;
  font-size: 2.2rem;
  border-radius: 0.5rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 4.8rem;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-text {
  display: block;
  margin-top: 0.3rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.6rem;
}

.form-check.disabled .form-check-label {
  color: #939393;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.8rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.8rem;
}

.form-check-input:only-child {
  position: static;
}

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

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.6rem;
}

.form-control-feedback {
  background-repeat: no-repeat;
  background-position: left .6rem;
  background-size: 1.2rem 1.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8rem;
  margin-top: 0.6rem;
  padding: .3rem 0 .3rem 1.8rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.7rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5ba4cf;
}

.has-success .form-control {
  border-color: #5ba4cf;
}

.has-success .form-control:focus {
  box-shadow: 0 0 0 2px rgba(91, 164, 207, 0.5);
}

.has-success .input-group-addon {
  color: #5ba4cf;
  border-color: #5ba4cf;
  background-color: #f9fcfd;
}

.has-success .form-control-success:focus {
  background-color: #fff;
  color: #424242;
}

.has-success .form-control-feedback {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 92 92%27%3E%3Cpath fill=%27%235ba4cf%27 d=%27M34.4,72c-1.2,0-2.3-0.4-3.2-1.3L11.3,50.8c-1.8-1.8-1.8-4.6,0-6.4c1.8-1.8,4.6-1.8,6.4,0l16.8,16.7l39.9-39.8c1.8-1.8,4.6-1.8,6.4,0c1.8,1.8,1.8,4.6,0,6.4l-43.1,43C36.7,71.6,35.6,72,34.4,72z%27/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #e4c126;
}

.has-warning .form-control {
  border-color: #e4c126;
}

.has-warning .form-control:focus {
  box-shadow: 0 0 0 2px rgba(228, 193, 38, 0.5);
}

.has-warning .input-group-addon {
  color: #e4c126;
  border-color: #e4c126;
  background-color: #fbf5db;
}

.has-warning .form-control-warning:focus {
  background-color: #fff;
  color: #424242;
}

.has-warning .form-control-feedback {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 92 92%27%3E%3Cpath fill=%27%23e4c126%27 d=%27M88,87H4c-1.4,0-2.7-0.8-3.5-2c-0.7-1.2-0.7-2.7,0-4l42-74c0.7-1.3,2-2,3.5-2s2.8,0.8,3.5,2l42,74c0.7,1.2,0.7,2.8,0,4C90.7,86.2,89.4,87,88,87z M10.9,79h70.3L46,17.1L10.9,79z M50,55.1V36.5c0-2.2-1.8-4-4-4s-4,1.8-4,4v18.6c0,2.2,1.8,4,4,4S50,57.3,50,55.1z M49.5,71.7c0.9-0.9,1.5-2.2,1.5-3.5c0-1.3-0.5-2.6-1.5-3.5c-0.9-0.9-2.2-1.5-3.5-1.5c-1.3,0-2.6,0.5-3.5,1.5c-0.9,0.9-1.5,2.2-1.5,3.5c0,1.3,0.5,2.6,1.5,3.5c0.9,0.9,2.2,1.5,3.5,1.5C47.3,73.2,48.6,72.6,49.5,71.7z%27/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #e6636b;
}

.has-danger .form-control {
  border-color: #e6636b;
}

.has-danger .form-control:focus {
  box-shadow: 0 0 0 2px rgba(230, 99, 107, 0.5);
}

.has-danger .input-group-addon {
  color: #e6636b;
  border-color: #e6636b;
  background-color: white;
}

.has-danger .form-control-danger:focus {
  background-color: #fff;
  color: #424242;
}

.has-danger .form-control-feedback {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27  viewBox=%270 0 92 92%27%3E%3Cpath fill=%27%23e6636b%27 d=%27M78.5,13.5c-17.9-17.9-47.1-17.9-65.1,0c-17.9,17.9-17.9,47.1,0,65.1c9,9,20.8,13.5,32.5,13.5c11.8,0,23.6-4.5,32.5-13.5C96.5,60.6,96.5,31.4,78.5,13.5z M19.1,72.9C5.3,59,4.4,37,16.4,22.1l53.5,53.5C55,87.6,33,86.8,19.1,72.9z M75.6,69.9L22.1,16.4C29,10.8,37.5,8,46,8c9.7,0,19.5,3.7,26.9,11.1C86.7,33,87.6,55,75.6,69.9z%27/%3E%3C/svg%3E");
}

.form-inline {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.form-inline .form-check {
  margin-right: 1.2rem;
  width: auto;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.6rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.6rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-section-header {
  color: #767676;
  display: flex;
  font-weight: 500;
  padding: .9rem 1.2rem;
  align-items: center;
}

.hidden-file-input {
  position: absolute;
  top: -9999px;
  left: 0;
}

button {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0.5rem 1.2rem;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  transition: all 0.16s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 1.5px rgba(74, 186, 164, 0.25);
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  transition: background-color 0.16s ease-in-out, background-image 0.16s ease-in-out, box-shadow 0.16s ease-in-out, transform 0.16s ease-in-out;
}

.btn.disabled .icon, .btn:disabled .icon {
  color: #939393;
}

.btn:active, .btn.active {
  background-image: none;
}

.btn + .btn {
  margin-left: .6rem;
}

.btn .icon-lg {
  top: -1px;
}

.is-app .btn,
.is-mobile .btn {
  padding: 0.5rem 1.2rem;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(#4abaa4, #42ae99);
  border-color: #41aa95;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3fa692;
  border-color: #338575;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(65, 170, 149, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #939393;
  background: #f5f5f5;
  border-color: #d6d6d6;
  transition: background-color 0.16s ease-in-out, background-image 0.16s ease-in-out, box-shadow 0.16s ease-in-out, transform 0.16s ease-in-out;
}

.btn-primary:active {
  color: #fff;
  background-color: #3fa692;
  background-image: none;
  border-color: #338575;
  transform: scale(0.99);
}

.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4abaa4;
  background-image: none;
  border-color: #338575;
  box-shadow: 0 0 0 2px rgba(65, 170, 149, 0.5);
}

.btn-primary.active:active,
.show > .btn-primary.dropdown-toggle:active {
  box-shadow: none;
}

.btn-secondary {
  color: #767676;
  cursor: pointer;
  background: linear-gradient(#fff, whitesmoke);
  border-color: #d6d6d6;
  background: linear-gradient(#fff, #fafafa);
}

.btn-secondary:hover {
  color: #767676;
  background-color: #f0f0f0;
  border-color: #bdbdbd;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(214, 214, 214, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #939393;
  background: #f5f5f5;
  border-color: #d6d6d6;
  transition: background-color 0.16s ease-in-out, background-image 0.16s ease-in-out, box-shadow 0.16s ease-in-out, transform 0.16s ease-in-out;
}

.btn-secondary:active {
  color: #767676;
  background-color: #f0f0f0;
  background-image: none;
  border-color: #bdbdbd;
  transform: scale(0.99);
}

.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #767676;
  background-color: #fff;
  background-image: none;
  border-color: #bdbdbd;
  box-shadow: 0 0 0 2px rgba(214, 214, 214, 0.5);
}

.btn-secondary.active:active,
.show > .btn-secondary.dropdown-toggle:active {
  box-shadow: none;
}

.btn-secondary:hover {
  color: #4abaa4;
}

.btn-secondary.active {
  color: #4abaa4;
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #939393;
}

.btn-info {
  color: #9b9494;
  cursor: pointer;
  background: linear-gradient(#fff, whitesmoke);
  border-color: #d6d6d6;
}

.btn-info:hover {
  color: #9b9494;
  background-color: #f0f0f0;
  border-color: #bdbdbd;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 2px rgba(214, 214, 214, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #939393;
  background: #f5f5f5;
  border-color: #d6d6d6;
  transition: background-color 0.16s ease-in-out, background-image 0.16s ease-in-out, box-shadow 0.16s ease-in-out, transform 0.16s ease-in-out;
}

.btn-info:active {
  color: #9b9494;
  background-color: #f0f0f0;
  background-image: none;
  border-color: #bdbdbd;
  transform: scale(0.99);
}

.btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #9b9494;
  background-color: #fff;
  background-image: none;
  border-color: #bdbdbd;
  box-shadow: 0 0 0 2px rgba(214, 214, 214, 0.5);
}

.btn-info.active:active,
.show > .btn-info.dropdown-toggle:active {
  box-shadow: none;
}

.btn-success {
  color: #5ba4cf;
  cursor: pointer;
  background: linear-gradient(#fff, whitesmoke);
  border-color: #d6d6d6;
}

.btn-success:hover {
  color: #5ba4cf;
  background-color: #f0f0f0;
  border-color: #bdbdbd;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 2px rgba(214, 214, 214, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #939393;
  background: #f5f5f5;
  border-color: #d6d6d6;
  transition: background-color 0.16s ease-in-out, background-image 0.16s ease-in-out, box-shadow 0.16s ease-in-out, transform 0.16s ease-in-out;
}

.btn-success:active {
  color: #5ba4cf;
  background-color: #f0f0f0;
  background-image: none;
  border-color: #bdbdbd;
  transform: scale(0.99);
}

.btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #5ba4cf;
  background-color: #fff;
  background-image: none;
  border-color: #bdbdbd;
  box-shadow: 0 0 0 2px rgba(214, 214, 214, 0.5);
}

.btn-success.active:active,
.show > .btn-success.dropdown-toggle:active {
  box-shadow: none;
}

.btn-warning {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(#e3c021, #d7b41b);
  border-color: #d1b01a;
}

.btn-warning:hover {
  color: #fff;
  background-color: #cdac19;
  border-color: #a48a14;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(209, 176, 26, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #939393;
  background: #f5f5f5;
  border-color: #d6d6d6;
  transition: background-color 0.16s ease-in-out, background-image 0.16s ease-in-out, box-shadow 0.16s ease-in-out, transform 0.16s ease-in-out;
}

.btn-warning:active {
  color: #fff;
  background-color: #cdac19;
  background-image: none;
  border-color: #a48a14;
  transform: scale(0.99);
}

.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e3c021;
  background-image: none;
  border-color: #a48a14;
  box-shadow: 0 0 0 2px rgba(209, 176, 26, 0.5);
}

.btn-warning.active:active,
.show > .btn-warning.dropdown-toggle:active {
  box-shadow: none;
}

.btn-danger {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(#e6636b, #e3535b);
  border-color: #e24d56;
}

.btn-danger:hover {
  color: #fff;
  background-color: #e24952;
  border-color: #da232e;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(226, 77, 86, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #939393;
  background: #f5f5f5;
  border-color: #d6d6d6;
  transition: background-color 0.16s ease-in-out, background-image 0.16s ease-in-out, box-shadow 0.16s ease-in-out, transform 0.16s ease-in-out;
}

.btn-danger:active {
  color: #fff;
  background-color: #e24952;
  background-image: none;
  border-color: #da232e;
  transform: scale(0.99);
}

.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e6636b;
  background-image: none;
  border-color: #da232e;
  box-shadow: 0 0 0 2px rgba(226, 77, 86, 0.5);
}

.btn-danger.active:active,
.show > .btn-danger.dropdown-toggle:active {
  box-shadow: none;
}

.btn-outline-primary {
  color: #4abaa4;
  background-image: none;
  background-color: transparent;
  border-color: #4abaa4;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #4abaa4;
  border-color: #4abaa4;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(74, 186, 164, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #939393;
  background-color: transparent;
  border-color: #ececec;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #4abaa4;
  border-color: #4abaa4;
}

.btn-outline-secondary {
  color: #d6d6d6;
  background-image: none;
  background-color: transparent;
  border-color: #d6d6d6;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(214, 214, 214, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #939393;
  background-color: transparent;
  border-color: #ececec;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.btn-outline-info {
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #939393;
  background-color: transparent;
  border-color: #ececec;
}

.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-success {
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #939393;
  background-color: transparent;
  border-color: #ececec;
}

.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-warning {
  color: #e3c021;
  background-image: none;
  background-color: transparent;
  border-color: #e3c021;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #e3c021;
  border-color: #e3c021;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(227, 192, 33, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #939393;
  background-color: transparent;
  border-color: #ececec;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #e3c021;
  border-color: #e3c021;
}

.btn-outline-danger {
  color: #e6636b;
  background-image: none;
  background-color: transparent;
  border-color: #e6636b;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #e6636b;
  border-color: #e6636b;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(230, 99, 107, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #939393;
  background-color: transparent;
  border-color: #ececec;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e6636b;
  border-color: #e6636b;
}

.btn-link {
  align-items: center;
  font-weight: 500;
  color: #4abaa4;
  border-radius: 0.5rem;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #3fa692;
  text-decoration: none;
  background-color: rgba(155, 148, 148, 0.05);
  box-shadow: none;
}

.btn-link:active {
  background-color: rgba(155, 148, 148, 0.1);
}

.btn-link:disabled {
  color: #939393;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.8rem 0.9rem;
  font-size: 1.4rem;
  border-radius: 0.5rem;
}

.is-app .btn-lg, .is-app .btn-group-lg > .btn,
.is-mobile .btn-lg,
.is-mobile .btn-group-lg > .btn {
  padding: 0.8rem 1.2rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.3rem 0.9rem;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  line-height: 1.8rem;
}

.is-app .btn-sm, .is-app .btn-group-sm > .btn,
.is-mobile .btn-sm,
.is-mobile .btn-group-sm > .btn {
  padding: 0.3rem 1.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.6rem;
  margin-left: 0;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-major-action {
  min-width: 7.2rem;
}

@media (max-width: 755px) {
  .btn-major-action {
    min-width: 4.8rem;
  }
}

.btn-circle {
  border-radius: 50%;
  padding: 0;
  text-align: center;
  line-height: 3.6rem;
  height: 3.6rem;
  min-height: 3.6rem;
  min-width: 3.6rem;
  width: 3.6rem;
}

.is-app .btn-circle,
.is-mobile .btn-circle {
  padding: 0;
}

.btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
  border-radius: 50%;
  padding: 0;
  text-align: center;
  line-height: 3.2rem;
  height: 3.2rem;
  min-height: 3.2rem;
  min-width: 3.2rem;
  width: 3.2rem;
}

.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
  line-height: 4.2rem;
  height: 4.2rem;
  min-height: 4.2rem;
  min-width: 4.2rem;
  width: 4.2rem;
}

.btn-circle .icon {
  top: -1px;
}

.btn-toggler {
  background: #fff;
  border-radius: 50%;
  height: 3rem;
  line-height: 3rem;
  min-width: 3rem;
  padding: 0;
  position: relative;
  width: 3rem;
}

.btn-toggler:focus, .btn-toggler:active {
  background: #fff;
  box-shadow: none;
  outline: none;
}

.btn-toggler:hover {
  background: rgba(155, 148, 148, 0.05);
}

.btn-toggler.on {
  background: rgba(155, 148, 148, 0.1);
  color: #4abaa4;
}

.btn-toggler .icon {
  top: -1px;
}

.btn-google {
  background: #fff !important;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding: 8px;
  padding-right: 28px;
}

.btn-google img {
  margin-right: 24px;
  height: 18px;
}

.btn-gray-darker {
  border-color: #d8d8d8;
  background: #eee;
  color: #767676;
}

.btn-flat {
  background: transparent;
}

.content-wrap {
  display: flex;
  position: relative;
}

@media (max-width: 755px) {
  .content-wrap {
    display: block;
  }
}

@media (max-width: 755px) {
  .content.freeze-scroll {
    height: 100%;
    position: fixed;
    overflow: hidden;
    width: 100%;
  }
}

.content-main {
  min-height: 100vh;
  position: relative;
  width: 100%;
}

@media (min-width: 756px) {
  .content-main {
    margin-left: 24rem;
    width: calc(100% - 24rem);
  }
}

@media (max-width: 755px) {
  .content-main {
    margin-top: 6rem;
  }
}

.is-crx .content-main {
  padding-bottom: 0;
}

.with-toolbar {
  height: 100%;
  padding-top: 6rem;
  position: relative;
}

@media (max-width: 755px) {
  .with-toolbar {
    min-height: calc(100vh - 6rem);
  }
}

.is-app .with-toolbar-only-pc,
.is-mobile .with-toolbar-only-pc {
  padding-top: 0;
}

@media (max-width: 755px) {
  .with-toolbar-only-sm-up {
    padding-top: 0;
  }
}

.is-app .with-bottom-bar-only-mobile-app,
.is-mobile .with-bottom-bar-only-mobile-app {
  padding-bottom: 4.8rem;
}

.with-form-nav {
  position: relative;
}

.setting-container {
  padding: 2.4rem 4.8rem;
}

@media (max-width: 755px) {
  .setting-container {
    padding: 1.8rem 1.2rem;
  }
}

@media (min-width: 1176px) {
  .export .modal-wrapper {
    min-width: 760px;
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.16s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  align-items: center;
  display: flex;
  padding-left: 1.2rem;
  padding-right: 3rem !important;
  position: relative;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.dropdown-toggle:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI5MnB4IiBoZWlnaHQ9IjkycHgiIHZpZXdCb3g9IjAgMCA5MiA5MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOTIgOTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggaWQ9IlhNTElEXzQ2N18iIGQ9Ik00Niw2M2MtMS4xLDAtMi4xLTAuNC0yLjktMS4ybC0yNS0yNmMtMS41LTEuNi0xLjUtNC4xLDAuMS01LjdjMS42LTEuNSw0LjEtMS41LDUuNywwLjFsMjIuMSwyM2wyMi4xLTIzDQoJYzEuNS0xLjYsNC4xLTEuNiw1LjctMC4xYzEuNiwxLjUsMS42LDQuMSwwLjEsNS43bC0yNSwyNkM0OC4xLDYyLjYsNDcuMSw2Myw0Niw2M3oiLz4NCjwvc3ZnPg0K);
  background-size: cover;
  display: inline-block;
  opacity: .5;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  content: " ";
}

.dropdown-toggle:hover .dropdown-toggle:after {
  opacity: 1;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  max-height: 80vh;
  min-width: 36rem;
  max-width: 100vw;
  overflow-y: auto;
  padding: 0.6rem 0;
  margin: 0.3rem 0 0;
  font-size: 1.4rem;
  color: #424242;
  text-align: left;
  list-style: none;
  background-color: #fbfbfb;
  background-clip: padding-box;
  border: 1px solid #ececec;
  border-radius: 0.5rem;
  box-shadow: 0 0.6rem 2.1rem rgba(82, 69, 69, 0.15);
}

@media (max-width: 755px) {
  .dropdown-menu {
    min-width: 28rem;
  }
}

.dropdown-divider {
  height: 1px;
  margin: 0.6rem 0;
  overflow: hidden;
  background-color: #ececec;
}

.dropdown-item {
  border-radius: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 3px 0.9rem;
  clear: both;
  font-weight: 400;
  color: #424242;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #424242;
  text-decoration: none;
  background-color: rgba(91, 85, 85, 0.05);
  outline: none;
}

.dropdown-item.active, .dropdown-item:active {
  color: #424242;
  text-decoration: none;
  background-color: rgba(155, 148, 148, 0.1);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #939393;
  cursor: not-allowed;
  background-color: transparent;
}

.dropdown-item .icon {
  top: -1px;
}

.show > .dropdown-menu {
  display: block;
}

.show > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 0.6rem 0.9rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #ececec;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.3rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-of-type):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:last-of-type:not(:first-child) {
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.675rem;
  padding-left: 0.675rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.675rem;
  padding-left: 0.675rem;
}

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.9rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #424242;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 0.9rem;
  font-size: 1.2rem;
  border-radius: 0.5rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 1.2rem 1.2rem;
  font-size: 2.2rem;
  border-radius: 0.5rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
  flex: 1;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.input-group-btn .btn-toggler {
  border: 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-right: 1px !important;
  min-width: 4.8rem;
  opacity: 1;
}

.input-group-btn .btn-toggler:hover, .input-group-btn .btn-toggler:active, .input-group-btn .btn-toggler:focus {
  background: #fff;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  z-index: 2 !important;
}

.custom-control {
  position: relative;
  display: inline-flex;
  margin-bottom: 0;
  min-height: 2.4rem;
  padding-left: 2.4rem;
  margin-right: 1.2rem;
  cursor: pointer;
}

@media (max-width: 755px) {
  .custom-control {
    font-size: 1.6rem;
  }
}

.touch-device .custom-control {
  padding-left: 2.7rem;
}

.custom-control.checked .custom-control-indicator {
  color: #fff;
  background-color: #4abaa4;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 2px rgba(74, 186, 164, 0.5);
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #cbebe5;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #939393;
  cursor: not-allowed;
}

.custom-control-indicator {
  border: 1px solid #d6d6d6;
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  pointer-events: none;
  user-select: none;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  transition: all 0.16s ease-in-out;
}

.touch-device .custom-control-indicator {
  top: 0.15rem;
  width: 2.1rem;
  height: 2.1rem;
}

.custom-checkbox .custom-control-indicator {
  transition: all 0.16s ease-in-out;
  border-radius: 0.5rem;
}

.custom-checkbox:active .custom-control-indicator {
  transform: scale(0.9);
}

.custom-checkbox.checked .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 92 92%27%3E%3Cpath fill=%27%23fff%27 d=%27M34.4,72c-1.2,0-2.3-0.4-3.2-1.3L11.3,50.8c-1.8-1.8-1.8-4.6,0-6.4c1.8-1.8,4.6-1.8,6.4,0l16.8,16.7,l39.9-39.8c1.8-1.8,4.6-1.8,6.4,0c1.8,1.8,1.8,4.6,0,6.4l-43.1,43C36.7,71.6,35.6,72,34.4,72z%27/%3E%3C/svg%3E");
  background-size: 80%;
  border: 1px solid #4abaa4;
}

.custom-checkbox .custom-control-input:checked:disabled ~ .custom-control-indicator,
.custom-checkbox.checked.disabled .custom-control-indicator {
  border: 1px solid #d6d6d6;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator,
.custom-checkbox.indeterminate .custom-control-indicator {
  background-color: #4abaa4;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 96 14%27%3E%3Crect fill=%27%23fff%27 width=%2796%27 height=%2714%27 rx=%277%27 ry=%277%27/%3E%3C/svg%3E");
  background-size: 66% 50%;
  border: 1px solid #4abaa4;
}

.custom-checkbox .custom-control-input:indeterminate:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
}

.custom-checkbox .custom-control-description {
  user-select: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator + .custom-control-description {
  color: inherit;
}

.touch-device .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-size: 66% 50%;
}

.custom-switch .custom-control-indicator {
  width: 3rem;
  border-radius: 1rem;
  background-color: #d6d6d6;
}

.custom-switch .custom-control-description {
  text-indent: .6rem;
}

.custom-switch .custom-control-knob {
  position: absolute;
  z-index: 1;
  height: 1.4rem;
  width: 1.4rem;
  top: .1rem;
  left: .1rem;
  background-color: #fff;
  border-radius: 50%;
}

.custom-switch.checked .custom-control-indicator {
  border-color: #4abaa4;
  background-color: #4abaa4;
}

.custom-switch.checked .custom-control-knob {
  left: auto;
  right: .1rem;
}

.custom-switch.disabled {
  opacity: .7;
  cursor: not-allowed;
}

.custom-radio .custom-control-indicator {
  transition: all 0.16s ease-in-out;
  background-size: 66%;
  border-radius: 50%;
}

.custom-radio:active .custom-control-indicator {
  transform: scale(0.9);
}

.custom-radio.checked .custom-control-indicator {
  background-color: #4abaa4;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3E%3Ccircle r=%273%27 fill=%27%23fff%27/%3E%3C/svg%3E");
  border: 1px solid #4abaa4;
}

.custom-radio .custom-control-input:checked:disabled ~ .custom-control-indicator,
.custom-radio.checked.disabled .custom-control-indicator {
  border: 1px solid #d6d6d6;
}

.custom-radio .custom-control-description {
  user-select: none;
}

.touch-device .custom-radio .custom-control-indicator {
  background-size: 60%;
}

.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 1.2rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(3.6rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 2.4rem;
  color: #424242;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23333%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #a6ddd2;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #424242;
  background-color: #fff;
}

.custom-select:disabled {
  color: #939393;
  cursor: not-allowed;
  background-color: #f5f5f5;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #d6d6d6;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #d6d6d6;
  background-color: #f5f5f5;
  border: 1px solid #d6d6d6;
  border-radius: 0 0.5rem 0.5rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (min-width: 576px) {
  .nav {
    padding: .6rem;
  }
  .nav .nav-link {
    margin: .3rem;
  }
}

.nav-link {
  color: #424242;
  display: block;
  font-weight: 500;
  padding: 0.9rem 1.2rem;
  position: relative;
  transition: all 0.16s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.nav-link:focus, .nav-link:hover {
  color: #424242;
}

.is-crx .nav-link:focus, .is-crx .nav-link:hover,
.is-pc .nav-link:focus,
.is-pc .nav-link:hover {
  background: rgba(91, 85, 85, 0.05);
  cursor: pointer;
  text-decoration: none;
}

@media (min-width: 576px) {
  .nav-link {
    border-radius: 0.5rem;
  }
  .nav-link:active, .nav-link.active, .nav-link.active:hover {
    background: rgba(155, 148, 148, 0.1);
    border-color: #524545;
    background: #524545;
    color: #fff;
    cursor: default;
    font-weight: 700;
  }
}

@media (max-width: 755px) {
  .nav-link {
    font-size: 1.6rem;
    padding: 1.2rem 1.8rem;
  }
  .nav-link .icon {
    top: -2px;
  }
}

.nav-link.disabled {
  color: #939393;
  cursor: not-allowed;
}

.nav-link.depth-1 {
  padding-left: 3rem;
}

.nav-link.depth-2 {
  padding-left: 4.8rem;
}

.nav-link.depth-3 {
  padding-left: 6.6rem;
}

.nav-link.depth-4 {
  padding-left: 8.4rem;
}

.nav-link .icon {
  font-size: 1.6rem;
  position: relative;
  top: -1px;
}

.nav .loading-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.nav-tabs {
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
  padding: 0;
}

.nav-tabs .nav-item {
  margin: 0;
}

.nav-tabs .nav-item + .nav-item {
  margin-left: 1px;
}

.nav-tabs .nav-link {
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #767676;
  cursor: pointer;
  margin: 0;
  position: relative;
  top: 1px;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  background: #fff;
  border-bottom-color: #524545;
  color: #524545;
}

.nav-tabs .nav-link.disabled {
  color: #939393;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link + .nav-link {
  margin-left: 1px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #524545;
  cursor: pointer;
  background-color: transparent;
  border-bottom-color: #524545;
}

.nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.show .nav-link:focus,
.nav-tabs .nav-item.show .nav-link:hover {
  color: #524545;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills {
  background: linear-gradient(#fff, #fafafa);
  border: 0;
  border-radius: 0.5rem;
  display: inline-flex;
  line-height: 4rem;
  height: 4.2rem;
  overflow: hidden;
  padding: 0;
}

.nav-pills .nav-item {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.nav-pills .nav-link {
  background: linear-gradient(#fff, #fafafa);
  border: 1px solid #d6d6d6;
  border-radius: 0;
  color: #767676;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 700;
  height: 100%;
  margin: 0;
  margin-left: -1px;
  overflow: hidden;
  text-align: center;
  transition: all 0.16s ease-in-out;
  padding: 0 1.5rem;
}

.nav-pills .nav-link:hover {
  background: #fff;
  color: #424242;
}

.nav-pills .nav-link .icon {
  top: -1px;
}

.nav-pills .nav-item:first-child .nav-link {
  margin-left: 0;
  border-radius: 0.5rem 0 0 0.5rem;
}

.nav-pills .nav-item:last-child .nav-link {
  border-radius: 0 0.5rem 0.5rem 0;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  border-color: #524545;
  background: #524545;
}

.nav-fill {
  width: 100%;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center;
}

.tab-content {
  position: relative;
}

.tab-content > .tab-pane {
  overflow-y: scroll;
  position: relative;
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  z-index: 600;
}

@media (min-width: 756px) {
  .navbar {
    height: 100%;
    min-height: 100vh;
    min-width: 24rem;
    padding: 0.6rem 0.9rem;
    width: 24rem;
  }
}

@media (max-width: 755px) {
  .navbar {
    padding: 0;
    width: 100%;
  }
}

.navbar-brand {
  display: inline-block;
  font-size: 2.2rem;
  height: 4.8rem;
  opacity: .15;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.8rem;
}

.navbar-nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (min-width: 756px) {
  .navbar-nav {
    flex-direction: column;
  }
  .navbar-nav .nav-link {
    border-radius: 0.5rem;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: .6rem;
    padding: .9rem 2.4rem .9rem 1.2rem;
  }
  .navbar-nav .nav-link .icon {
    top: -1px;
  }
  .navbar-nav .nav-link .badge {
    position: absolute;
    top: 0;
    right: .9rem;
    bottom: 0;
    margin: auto;
  }
}

@media (max-width: 755px) {
  .navbar-nav {
    flex-direction: row;
  }
  .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar-nav .nav-link {
    cursor: pointer;
    flex: 1 1 100%;
    font-size: 1rem;
    height: 6rem;
    padding-top: 1.2rem;
    text-align: center;
    width: 100%;
  }
  .navbar-nav .nav-link .icon {
    display: block;
    font-size: 1.5rem;
    margin-bottom: .3rem;
  }
  .navbar-nav .nav-link .badge {
    position: absolute;
    top: .6rem;
    left: 50%;
    right: auto;
    margin-left: .6rem;
  }
}

@media (min-width: 756px) {
  .navbar-nav.navbar-major-group {
    padding-top: .3rem;
    padding-bottom: .9rem;
  }
}

.navbar-nav.navbar-minor-group {
  padding-top: 1.5rem;
  position: relative;
}

.navbar-nav.navbar-minor-group:before {
  background: #3f3535;
  content: " ";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 18rem;
}

.navbar-nav.navbar-minor-group .nav-link {
  font-size: 1.2rem;
}

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 2.2rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 0.9rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 0.9rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 755px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 756px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: flex;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 995px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 996px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1175px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1176px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(147, 147, 147, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(147, 147, 147, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(147, 147, 147, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(147, 147, 147, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(147, 147, 147, 0.3);
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(147, 147, 147, 0.9);
}

.navbar-light .navbar-toggler {
  border-color: rgba(147, 147, 147, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 32 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%28147, 147, 147, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 8h24M4 16h24M4 24h24%27/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(147, 147, 147, 0.5);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
  color: white;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler:hover {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:active, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(155, 148, 148, 0.1);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.is-app .navbar-dark .navbar-nav .nav-link:focus, .is-app .navbar-dark .navbar-nav .nav-link:active, .is-app .navbar-dark .navbar-nav .nav-link:hover,
.is-mobile .navbar-dark .navbar-nav .nav-link:focus,
.is-mobile .navbar-dark .navbar-nav .nav-link:active,
.is-mobile .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
}

.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.active {
  color: white;
}

@media (min-width: 756px) {
  .navbar-dark .navbar-nav .open > .nav-link,
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.open,
  .navbar-dark .navbar-nav .nav-link.active {
    background: #3f3535;
  }
}

.is-app .navbar-dark .navbar-nav .open > .nav-link,
.is-mobile .navbar-dark .navbar-nav .open > .nav-link, .is-app
.navbar-dark .navbar-nav .active > .nav-link,
.is-mobile
.navbar-dark .navbar-nav .active > .nav-link, .is-app
.navbar-dark .navbar-nav .nav-link.open,
.is-mobile
.navbar-dark .navbar-nav .nav-link.open, .is-app
.navbar-dark .navbar-nav .nav-link.active,
.is-mobile
.navbar-dark .navbar-nav .nav-link.active {
  color: white;
}

.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 32 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 8h24M4 16h24M4 24h24%27/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1.2rem;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
}

.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #ececec;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #ececec;
}

.badge {
  border: 1px solid;
  display: inline-block;
  padding: 0.3rem 0.5rem;
  flex: none;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2rem;
  min-width: 2rem;
  height: 2rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
}

.badge:empty {
  display: none;
}

a.badge {
  color: #fff;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-radius: 1.2rem;
}

.badge-default {
  background-color: #9b9494;
  border-color: #9b9494;
}

.badge-default[href] {
  color: #fff;
}

.badge-default[href]:focus, .badge-default[href]:hover {
  background-color: #8a8282;
  border-color: #8a8282;
  color: #fff;
}

.badge-primary {
  background-color: #4abaa4;
  border-color: #4abaa4;
}

.badge-primary[href] {
  color: #fff;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #3ea28f;
  border-color: #3ea28f;
  color: #fff;
}

.badge-success {
  background-color: #5ba4cf;
  border-color: #5ba4cf;
}

.badge-success[href] {
  color: #fff;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #3f95c7;
  border-color: #3f95c7;
  color: #fff;
}

.badge-info {
  background-color: #9b9494;
  border-color: #9b9494;
}

.badge-info[href] {
  color: #fff;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #8a8282;
  border-color: #8a8282;
  color: #fff;
}

.badge-warning {
  background-color: #e4c126;
  border-color: #e4c126;
}

.badge-warning[href] {
  color: #fff;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: #cdac19;
  border-color: #cdac19;
  color: #fff;
}

.badge-danger {
  background-color: #e6636b;
  border-color: #e6636b;
}

.badge-danger[href] {
  color: #fff;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: #e1444e;
  border-color: #e1444e;
  color: #fff;
}

.badge-status {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 2.4rem;
  width: 2.4rem;
  position: relative;
}

.badge-status:empty {
  display: flex;
}

.badge-status .icon {
  font-size: 1.4rem;
}

.badge-status.badge-sm {
  padding: 0;
  height: 1.4rem;
  width: 1.4rem;
}

.badge-status.badge-sm .icon {
  font-size: 1rem;
  top: auto;
  left: 1px;
}

.alert {
  display: block;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid transparent;
  box-shadow: 0 0.3rem 1.5rem rgba(82, 69, 69, 0.21);
  position: fixed;
  justify-content: center;
  align-items: flex-start;
  top: 8.4rem;
  left: 0;
  right: 0;
  margin: auto;
  min-height: 4.2rem;
  width: calc(100% - 2.4rem);
  max-width: 840px;
  z-index: 1100;
  border-radius: 0.5rem;
}

.alert.alert-bottom {
  top: auto;
  bottom: 5.4rem;
}

.alert .close {
  opacity: 1;
  margin: .6rem .6rem 0 0;
}

.alert-heading {
  color: inherit;
}

.alert-body {
  font-weight: 500;
  padding: 1.2rem .6rem 1.2rem 1.5rem;
  width: 100%;
}

.alert-footer {
  background: #f5f5f5;
  border-top: 1px solid #ececec;
  border-radius: 0 0 0.5rem 0.5rem;
  display: flex;
  justify-content: flex-end;
  margin-top: 1.2rem;
  padding: .9rem;
}

.alert-link {
  color: #4abaa4;
  font-weight: 700;
}

.alert-dismissible .close {
  line-height: 2.4rem;
  margin-left: auto;
  position: relative;
  opacity: 1;
  outline: none;
  color: inherit;
  vertical-align: top;
  height: 2.4rem;
  min-width: 2.4rem;
  width: 2.4rem;
}

.alert-dismissible .close .icon {
  top: -2px;
}

.alert-success {
  background-color: #f5f9fc;
  border-color: #c6dfee;
  color: #424242;
}

.alert-success hr {
  border-top-color: #b2d4e8;
}

.alert-success .alert-link {
  color: #292929;
}

.alert-success .close {
  color: #5ba4cf;
}

.alert-info {
  background-color: #fbfbfb;
  border-color: #dedbdb;
  color: #424242;
}

.alert-info hr {
  border-top-color: #d1cece;
}

.alert-info .alert-link {
  color: #292929;
}

.alert-info .close {
  color: #9b9494;
}

.alert-warning {
  background-color: #fefcf4;
  border-color: #f4e6a7;
  color: #424242;
}

.alert-warning hr {
  border-top-color: #f1df91;
}

.alert-warning .alert-link {
  color: #292929;
}

.alert-warning .close {
  color: #e4c126;
}

.alert-danger {
  background-color: #fef8f9;
  border-color: #f7cccf;
  color: #424242;
}

.alert-danger hr {
  border-top-color: #f3b7ba;
}

.alert-danger .alert-link {
  color: #292929;
}

.alert-danger .close {
  color: #e6636b;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border: 0;
}

.list-group-item-action {
  width: 100%;
  cursor: pointer;
  color: #424242;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #939393;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #424242;
  text-decoration: none;
  background-color: rgba(155, 148, 148, 0.05);
}

.list-group-item-action:active {
  color: #424242;
  background-color: #f5f5f5;
}

.list-group-item {
  border: 0;
  border-bottom: 1px solid #ececec;
  font-weight: 500;
  outline: none;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 1.2rem 1.5rem;
  margin-bottom: -1px;
  background-color: transparent;
  line-height: 1.8rem;
  color: #424242;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
  background: rgba(155, 148, 148, 0.05);
  color: #424242;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #939393;
  cursor: not-allowed;
  background-color: transparent;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
  color: #939393;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #524545;
  border-color: #524545;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text {
  color: #cfc7c7;
}

.list-group-item.depth-1 {
  padding-left: 2.4rem;
}

.list-group-item.depth-2 {
  padding-left: 4.2rem;
}

.list-group-item.depth-3 {
  padding-left: 5rem;
}

.list-group-item.depth-4 {
  padding-left: 6.8rem;
}

.list-group-item .category-circle {
  margin-left: 0.3rem;
  margin-right: 0.6rem;
}

.list-group-item .list-group-contents {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.is-app .list-group-item,
.is-mobile .list-group-item {
  padding: 1.2rem 1.5rem;
}

.list-group-flush .list-group-item {
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-check {
  padding: 0;
}

.list-group-item-check .custom-checkbox {
  margin: 0;
  padding: 1.2rem 1.5rem;
  padding-left: 3.9rem;
  width: 100%;
}

.list-group-item-check .custom-checkbox .custom-control-indicator {
  top: 1.3rem;
  left: 1.5rem;
}

.is-app .list-group-item-check,
.is-mobile .list-group-item-check {
  padding: 0;
}

.is-app .list-group-item-check .custom-checkbox,
.is-mobile .list-group-item-check .custom-checkbox {
  padding: 1.2rem 1.5rem;
  padding-left: 4.2rem;
}

.is-app .list-group-item-check .custom-checkbox .custom-control-indicator,
.is-mobile .list-group-item-check .custom-checkbox .custom-control-indicator {
  top: 1.6rem;
  left: 1.5rem;
}

.list-group-header {
  border-top: 1px solid #ececec;
  color: #767676;
  display: flex;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-top: 1.2rem;
  padding: 1.2rem 1.5rem;
}

.list-group-item-subgroup {
  align-items: center;
  color: #767676;
  display: flex;
  font-size: 1.2rem;
}

ul.tree {
  list-style: none;
  padding-left: 0;
}

ul.tree li {
  float: left;
}

ul.tree li::after {
  content: ">";
  margin: 0 5px;
}

ul.tree li:last-child::after {
  content: "";
  margin: 0;
}

.list-group-item-success {
  color: #424242;
  background-color: #f5f9fc;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #424242;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #424242;
  background-color: #e1eef6;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}

.list-group-item-info {
  color: #424242;
  background-color: #fbfbfb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #424242;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #424242;
  background-color: #eeeeee;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}

.list-group-item-warning {
  color: #424242;
  background-color: #fefcf4;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #424242;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #424242;
  background-color: #fbf5de;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}

.list-group-item-danger {
  color: #424242;
  background-color: #fef8f9;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #424242;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #424242;
  background-color: #fae2e4;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}

.close {
  float: right;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.6rem;
  color: #767676;
  text-shadow: 0;
  transition: all 0.16s ease-in-out;
  outline: 0;
  opacity: .5;
  width: 3.6rem;
}

.close:focus, .close:hover {
  color: #767676;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  opacity: .75;
  outline: none;
}

.close .icon.icon-lg {
  top: -2px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.backdrop {
  animation: fadeIn 0.16s ease;
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
}

.backdrop-transparent {
  background: transparent;
  z-index: 1040 !important;
}

.btn-toggler {
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: #767676;
  height: 3.6rem;
  min-height: 3.6rem;
  transition: all 0.16s ease-in-out;
  min-width: 3.6rem;
  width: 3.6rem;
}

.btn-toggler:hover {
  cursor: pointer;
}

.btn-toggler.btn-sm, .btn-group-sm > .btn-toggler.btn {
  height: 3rem;
  width: 3rem;
}

.subpane-toggler {
  position: fixed;
  top: 13.2rem;
  right: 1.2rem;
}

.avatar {
  background: #d6d6d6;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

.avatar .avatar-image {
  height: 100%;
  vertical-align: top;
  width: 100%;
}

.avatar.avatar-icon-md {
  height: 1.4rem;
  min-height: 1.4rem;
  min-width: 1.4rem;
  width: 1.4rem;
}

.avatar.avatar-sm {
  height: 1.8rem;
  min-height: 1.8rem;
  min-width: 1.8rem;
  width: 1.8rem;
}

.avatar.avatar-md {
  height: 2.4rem;
  min-height: 2.4rem;
  min-width: 2.4rem;
  width: 2.4rem;
}

.avatar.avatar-lg {
  border-width: 3px;
  height: 3.6rem;
  min-height: 3.6rem;
  min-width: 3.6rem;
  width: 3.6rem;
}

.avatar.avatar-primary {
  border-color: #4abaa4;
}

.avatar.avatar-primary {
  border-color: #9b9494;
}

.avatar.avatar-success {
  border-color: #5ba4cf;
}

.avatar.avatar-info {
  border-color: #9b9494;
}

.avatar.avatar-warning {
  border-color: #e4c126;
}

.avatar.avatar-danger {
  border-color: #e6636b;
}

.avatar.disabled {
  border-color: #d6d6d6;
}

.avatar.disabled .avatar-image {
  opacity: .75;
}

.avatar.disabled::after {
  background: rgba(155, 148, 148, 0.5);
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

a > .avatar:hover {
  border-color: #4abaa4;
}

.icon {
  color: inherit;
  font-size: 1em;
  position: relative;
  vertical-align: middle;
}

.icon.icon-xs {
  font-size: 1rem;
}

.icon.icon-sm {
  font-size: 1.2rem;
}

.icon.icon-md {
  font-size: 1.8rem;
}

.icon.icon-textsize {
  font-size: 1.4rem;
}

.icon.icon-lg {
  font-size: 2.2rem;
}

.icon.icon-xl {
  font-size: 2.7rem;
}

.icon.icon-text {
  color: #424242;
}

.icon.icon-primary {
  color: #4abaa4;
}

.icon.icon-success {
  color: #5ba4cf;
}

.icon.icon-warning {
  color: #e4c126;
}

.icon.icon-danger {
  color: #e6636b;
}

.icon.icon-link {
  color: #4abaa4;
}

.icon.icon-secondary {
  color: #767676;
}

.icon.icon-disable {
  color: #d6d6d6;
}

.icon.icon-inverse {
  color: #fff;
}

.material-symbols-rounded.fill {
  font-variation-settings: "FILL" 1;
}

.category-circle {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
  margin-right: 0.6rem;
  vertical-align: middle;
  background: #ececec;
  border: 1px solid #ececec;
  border-radius: 50%;
}

.category-depth-1 td:first-child {
  padding-left: 2.4rem;
}

.category-depth-2 td:first-child {
  padding-left: 3.6rem;
}

.category-depth-3 td:first-child {
  padding-left: 4.8rem;
}

.category-depth-4 td:first-child {
  padding-left: 6rem;
}

.category-depth-5 td:first-child {
  padding-left: 7.2rem;
}

/* Category Color selector */
.category-color-selector {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 2.4rem 1.2rem;
  padding-bottom: 1.2rem;
  border: 1px solid #ececec;
  border-radius: 0.5rem;
}

.category-color-selector .category-color {
  width: 20%;
  margin-bottom: 1.2rem;
  text-align: center;
  cursor: pointer;
}

.category-color-selector .category-color-chip {
  box-sizing: border-box;
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  border: 2px solid transparent;
  border-radius: 0.5rem;
}

.category-color-selector .category-color-chip.active {
  padding-top: .8rem;
  font-size: 3rem;
  color: #fff;
  border-color: #767676;
}

.category-circle.category-1 {
  background: #c8eca4;
  border-color: #c8eca4;
}

.category-color-chip.category-1 {
  background: #c8eca4;
  border-color: #c8eca4;
}

.report-category.category-1 {
  border-left: 0.6rem solid #c8eca4;
}

.category-circle.category-2 {
  background: #fcc7dc;
  border-color: #fcc7dc;
}

.category-color-chip.category-2 {
  background: #fcc7dc;
  border-color: #fcc7dc;
}

.report-category.category-2 {
  border-left: 0.6rem solid #fcc7dc;
}

.category-circle.category-3 {
  background: #e2cce9;
  border-color: #e2cce9;
}

.category-color-chip.category-3 {
  background: #e2cce9;
  border-color: #e2cce9;
}

.report-category.category-3 {
  border-left: 0.6rem solid #e2cce9;
}

.category-circle.category-4 {
  background: #bad7f5;
  border-color: #bad7f5;
}

.category-color-chip.category-4 {
  background: #bad7f5;
  border-color: #bad7f5;
}

.report-category.category-4 {
  border-left: 0.6rem solid #bad7f5;
}

.category-circle.category-5 {
  background: #fcf6a7;
  border-color: #fcf6a7;
}

.category-color-chip.category-5 {
  background: #fcf6a7;
  border-color: #fcf6a7;
}

.report-category.category-5 {
  border-left: 0.6rem solid #fcf6a7;
}

.category-circle.category-6 {
  background: #acd9c1;
  border-color: #acd9c1;
}

.category-color-chip.category-6 {
  background: #acd9c1;
  border-color: #acd9c1;
}

.report-category.category-6 {
  border-left: 0.6rem solid #acd9c1;
}

.category-circle.category-7 {
  background: #f9cfcc;
  border-color: #f9cfcc;
}

.category-color-chip.category-7 {
  background: #f9cfcc;
  border-color: #f9cfcc;
}

.report-category.category-7 {
  border-left: 0.6rem solid #f9cfcc;
}

.category-circle.category-8 {
  background: #cecef2;
  border-color: #cecef2;
}

.category-color-chip.category-8 {
  background: #cecef2;
  border-color: #cecef2;
}

.report-category.category-8 {
  border-left: 0.6rem solid #cecef2;
}

.category-circle.category-9 {
  background: #b0e7ea;
  border-color: #b0e7ea;
}

.category-color-chip.category-9 {
  background: #b0e7ea;
  border-color: #b0e7ea;
}

.report-category.category-9 {
  border-left: 0.6rem solid #b0e7ea;
}

.category-circle.category-10 {
  background: #ffd0a6;
  border-color: #ffd0a6;
}

.category-color-chip.category-10 {
  background: #ffd0a6;
  border-color: #ffd0a6;
}

.report-category.category-10 {
  border-left: 0.6rem solid #ffd0a6;
}

.category-circle.category-11 {
  background: #badcad;
  border-color: #badcad;
}

.category-color-chip.category-11 {
  background: #badcad;
  border-color: #badcad;
}

.report-category.category-11 {
  border-left: 0.6rem solid #badcad;
}

.category-circle.category-12 {
  background: #f3a9a4;
  border-color: #f3a9a4;
}

.category-color-chip.category-12 {
  background: #f3a9a4;
  border-color: #f3a9a4;
}

.report-category.category-12 {
  border-left: 0.6rem solid #f3a9a4;
}

.category-circle.category-13 {
  background: #94bae3;
  border-color: #94bae3;
}

.category-color-chip.category-13 {
  background: #94bae3;
  border-color: #94bae3;
}

.report-category.category-13 {
  border-left: 0.6rem solid #94bae3;
}

.category-circle.category-14 {
  background: #99c4d6;
  border-color: #99c4d6;
}

.category-color-chip.category-14 {
  background: #99c4d6;
  border-color: #99c4d6;
}

.report-category.category-14 {
  border-left: 0.6rem solid #99c4d6;
}

.category-circle.category-15 {
  background: #e2d6b7;
  border-color: #e2d6b7;
}

.category-color-chip.category-15 {
  background: #e2d6b7;
  border-color: #e2d6b7;
}

.report-category.category-15 {
  border-left: 0.6rem solid #e2d6b7;
}

.category-circle.category-16 {
  background: #b3c185;
  border-color: #b3c185;
}

.category-color-chip.category-16 {
  background: #b3c185;
  border-color: #b3c185;
}

.report-category.category-16 {
  border-left: 0.6rem solid #b3c185;
}

.category-circle.category-17 {
  background: #dd9bb3;
  border-color: #dd9bb3;
}

.category-color-chip.category-17 {
  background: #dd9bb3;
  border-color: #dd9bb3;
}

.report-category.category-17 {
  border-left: 0.6rem solid #dd9bb3;
}

.category-circle.category-18 {
  background: #829ece;
  border-color: #829ece;
}

.category-color-chip.category-18 {
  background: #829ece;
  border-color: #829ece;
}

.report-category.category-18 {
  border-left: 0.6rem solid #829ece;
}

.category-circle.category-19 {
  background: #d3d3d3;
  border-color: #d3d3d3;
}

.category-color-chip.category-19 {
  background: #d3d3d3;
  border-color: #d3d3d3;
}

.report-category.category-19 {
  border-left: 0.6rem solid #d3d3d3;
}

.category-circle.category-20 {
  background: #ccb38b;
  border-color: #ccb38b;
}

.category-color-chip.category-20 {
  background: #ccb38b;
  border-color: #ccb38b;
}

.report-category.category-20 {
  border-left: 0.6rem solid #ccb38b;
}

.category-list-item__container {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  margin-bottom: .5rem;
  background-color: #fff;
  border: solid 1px #ececec;
  border-radius: 0.5rem;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
}

.category-name-group__container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

@media (min-width: 996px) {
  .category-name-group__container {
    width: 50%;
  }
}

.category-list-item__handle:hover {
  cursor: default;
}

.nested-category-list-item--overlay {
  font-size: 14px;
  transform: scale(1.05, 1.15);
}

.nested-category-list-item--dragged {
  opacity: .5;
}

.category-selector .list-group-item {
  white-space: normal;
}

.category-selector__category-list {
  max-height: calc(60vh - 60px);
  overflow-y: scroll;
  border-top: 1px solid #ececec;
}

@media (max-width: 575px) {
  .category-selector__category-list {
    height: 273px;
  }
}

.category-selector__category-list .expansion_panel {
  border-top: none;
}

.loading-spinner {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2YwZjBmMDt9LmJ7ZmlsbDp1cmwoI2EpO308L3N0eWxlPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjE5LjU1NDYxIiB5MT0iMjEuNDE1OTUiIHgyPSIyLjU4NDA0IiB5Mj0iNC40NDUzOCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzRhYmFhNCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2U0YzEyNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjx0aXRsZT5sb2FkaW5nLXNwaW5uZXItY29sb3JlZF8xPC90aXRsZT48cGF0aCBjbGFzcz0iYSIgZD0iTTEyLDNhOSw5LDAsMSwxLTksOSw5LjAxMDE5LDkuMDEwMTksMCwwLDEsOS05bTAtM0ExMiwxMiwwLDEsMCwyNCwxMiwxMiwxMiwwLDAsMCwxMiwwWiIvPjxwYXRoIGNsYXNzPSJiIiBkPSJNMjAuOTQyMzgsMTEuMDA2NDFhOS4wMjQ5MSw5LjAyNDkxLDAsMSwxLTcuOTQ4NzktNy45NDg3OUwxMy4zMjQ3Ny4wNzY5QTEyLjAzNCwxMi4wMzQsMCwxLDAsMjMuOTIzMSwxMC42NzUyM1oiLz48L3N2Zz4=);
  background-size: contain;
  display: inline-block;
  line-height: inherit;
  width: 1em;
  height: 1em;
  top: -1px;
  position: relative;
  margin: auto;
  animation: spin 0.75s infinite cubic-bezier(0.12, 0, 0.9, 1);
  transform: translate3d(0, 0, 0);
  vertical-align: middle;
}

.loading-spinner.loading-spinner-sm {
  height: 1.8rem;
  width: 1.8rem;
}

.loading-spinner.loading-spinner-md {
  height: 2.4rem;
  width: 2.4rem;
}

.loading-spinner.loading-spinner-lg {
  height: 3.6rem;
  width: 3.6rem;
}

.loading-spinner.loading-spinner-lowkey {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNC4wNjkxIiBoZWlnaHQ9IjI0LjA3MDIiIHZpZXdCb3g9IjAgMCAyNC4wNjkxIDI0LjA3MDIiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiM3Njc2NzY7b3BhY2l0eTowLjE7fS5ie2ZpbGw6I2Q4ZDhkODt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmxvYWRpbmctc3Bpbm5lci1ncmV5XzM8L3RpdGxlPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTIuMDY5LDMuMDAxMTVhOSw5LDAsMSwxLTksOSw5LDksMCwwLDEsOS05bTAtM2ExMiwxMiwwLDEsMCwxMiwxMkExMiwxMiwwLDAsMCwxMi4wNjkuMDAxMTVaIi8+PHBhdGggY2xhc3M9ImIiIGQ9Ik0yMS4wMTE0MywxMS4wMDc1NmE5LjAyNDkxLDkuMDI0OTEsMCwxLDEtNy45NDg3OS03Ljk0ODc5TDEzLjM5MzgyLjA3OEExMi4wMzQsMTIuMDM0LDAsMSwwLDIzLjk5MjE1LDEwLjY3NjM4WiIvPjwvc3ZnPg==);
}

.loading-spinner.loading-spinner-inverse {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNC4wNjkxIiBoZWlnaHQ9IjI0LjA3MDIiIHZpZXdCb3g9IjAgMCAyNC4wNjkxIDI0LjA3MDIiPjxkZWZzPjxzdHlsZT4uYSwuYntmaWxsOiNmZmY7fS5he29wYWNpdHk6MC4xO308L3N0eWxlPjwvZGVmcz48dGl0bGU+bG9hZGluZy1zcGlubmVyLXdoaXRlXzI8L3RpdGxlPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTIuMDY5LDMuMDAxMTVhOSw5LDAsMSwxLTksOSw5LDksMCwwLDEsOS05bTAtM2ExMiwxMiwwLDEsMCwxMiwxMkExMiwxMiwwLDAsMCwxMi4wNjkuMDAxMTVaIi8+PHBhdGggY2xhc3M9ImIiIGQ9Ik0yMS4wMTE0MywxMS4wMDc1NmE5LjAyNDkxLDkuMDI0OTEsMCwxLDEtNy45NDg3OS03Ljk0ODc5TDEzLjM5MzgyLjA3OEExMi4wMzQsMTIuMDM0LDAsMSwwLDIzLjk5MjE1LDEwLjY3NjM4WiIvPjwvc3ZnPg==);
}

.loading-spinner.absolute-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.toolbar {
  background: #f9f9f9;
  border-bottom: 1px solid #d6d6d6;
  box-sizing: border-box;
  height: 6rem;
  padding: .9rem;
  position: fixed;
  transition: all .16s ease-in-out;
  width: calc(100% - 24rem + .2rem);
  z-index: 600;
}

@media (max-width: 755px) {
  .toolbar {
    width: 100%;
  }
}

.is-app .toolbar-hidden-touch,
.is-mobile .toolbar-hidden-touch {
  border: 0;
  height: 0;
  padding: 0;
}

.subpane {
  background: #fff;
  height: 100%;
  min-height: 100vh;
  border-left: 1px solid #d6d6d6;
  overflow: auto;
  padding: 0;
  padding-bottom: 6rem;
  position: fixed;
  right: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 500;
}

.subpane.col-md-3 {
  width: calc(25% - 5.4rem);
}

@media (max-width: 755px) {
  .subpane {
    border: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
  }
  .subpane.open {
    transform: translate3d(0, 0, 0);
    animation: fadeIn ease-out 0.16s;
  }
  .subpane.hide {
    transform: translate3d(0, -100%, 0);
  }
  .subpane.col-12 {
    top: 0;
    width: 100%;
  }
}

.subpane-body {
  width: 100%;
}

.subpane-calendar {
  width: calc(33.33333% - 7.2rem);
}

@media (max-width: 755px) {
  .subpane-calendar {
    width: 100%;
  }
}

.expansion-panel {
  border-top: 1px solid #ececec;
}

.expansion-panel-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
  padding: .3rem .6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.expansion-panel-header:hover .btn-toggler {
  background: rgba(155, 148, 148, 0.05);
  color: #424242;
}

.expansion-panel-header:active .btn-toggler {
  background: rgba(155, 148, 148, 0.1);
  color: #424242;
}

.expansion-panel-header.expansion-panel-header-action .btn-toggler {
  background: transparent;
}

.expansion-panel-header.expansion-panel-header-action:hover {
  background: rgba(155, 148, 148, 0.05);
}

.expansion-panel-header.expansion-panel-header-action:active {
  background: rgba(155, 148, 148, 0.1);
}

.expansion-panel-header.expansion-panel-header-action:hover .btn-toggler {
  background: transparent;
}

.expansion-panel-header.expansion-panel-header-action:active .btn-toggler {
  background: transparent;
}

.expansion-panel-header .expansion-panel-header-body {
  padding-left: .6rem;
  width: calc(100% - 36px);
}

.expansion-panel-header.expand .expansion-panel-preview {
  display: none;
}

.expansion-panel-header.list-group-header .expansion-panel-header-body {
  display: inherit;
  width: 80%;
}

.expansion-panel-label {
  color: #767676;
  cursor: pointer;
  font-weight: 700;
  line-height: 3.6rem;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.expansion-panel-label .icon {
  top: -1px;
}

.expansion-panel-body.expand {
  animation: fadeInDownSmall 0.16s ease-out;
}

.expansion-panel-body.animated {
  animation: none;
}

.expansion-panel-body.shrink {
  display: none;
}

.composer {
  background: #fff;
  box-shadow: 0 0.3rem 1.5rem rgba(82, 69, 69, 0.21);
  border-radius: 0.5rem;
  overflow: visible;
  position: absolute;
  width: 100%;
  z-index: 1050;
}

.composer-header {
  border-radius: 0.5rem 0.5rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  position: relative;
  width: 100%;
}

.composer-footer {
  background: #f5f5f5;
  border-radius: 0 0 0.5rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.2rem;
  border-top: 0 solid #ececec;
  width: 100%;
}

.composer-options {
  display: flex;
  max-width: 424px;
}

@media (max-width: 755px) {
  .composer-options {
    max-width: auto;
  }
}

.composer-option-toggle {
  align-items: center;
  border-radius: 1.8rem;
  color: #767676;
  display: flex;
  font-size: 1.2rem;
  padding: .6rem 1.2rem;
  position: relative;
  user-select: none;
  z-index: 10;
}

.composer-option-toggle:hover {
  background: rgba(155, 148, 148, 0.05);
  cursor: pointer;
}

.composer-option-toggle:active {
  background: rgba(155, 148, 148, 0.1);
}

.composer-option-toggle.active {
  background: transparent;
}

.category-composer-option-toggle {
  width: 60%;
}

.schedule-composer-option-toggle {
  width: 40%;
}

.toolbar .composer {
  max-width: 1080px;
}

@media (max-width: 755px) {
  .toolbar .composer {
    position: fixed;
    margin-top: -.9rem;
    left: 0;
  }
}

.tasklist {
  width: 100%;
}

.task {
  background: #fff;
  border-bottom: 1px solid #ececec;
  padding: .9rem 1.2rem;
  position: relative;
}

.task:hover {
  background: rgba(155, 148, 148, 0.05);
}

.task:active {
  background: rgba(155, 148, 148, 0.1);
}

.task:not(.archived):not(.readonly) {
  cursor: pointer;
}

.task:not(.archived):not(.readonly):hover .task-icon-start {
  color: #4abaa4;
}

.task .task-header {
  display: flex;
  margin: .3rem 0 .6rem 0;
  position: relative;
  min-width: 1em;
  word-break: break-all;
}

.task .task-header .task-title {
  display: flex;
  font-weight: 500;
  line-height: 1.8rem;
  max-height: 3.6rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.task .task-icon {
  margin-left: -2px;
  line-height: 1;
}

.task .task-icon-start {
  color: #524545;
}

.task .task-icon-stop {
  color: #e6636b;
}

.task .task-block {
  color: #939393;
  display: flex;
  font-size: 1.2rem;
}

.task .task-category {
  display: flex;
  margin: 0 .6rem 0 .3rem;
  min-width: 180px;
  align-items: center;
}

.task .task-category .category-circle {
  margin-right: 1.2rem;
}

.task .task-category .task-category-team {
  margin-left: 0.6rem;
  white-space: nowrap;
}

.task .task-duration {
  font-weight: 700;
  margin-left: auto;
  white-space: nowrap;
}

.task .task-duration .icon {
  margin-right: .3rem;
}

.task.logging .task-duration {
  color: #424242;
}

.task-controls-container .task-controls {
  background: transparent;
  display: none;
  position: absolute;
  top: .9rem;
  right: .9rem;
}

.task-controls-container:hover .task-controls {
  display: flex;
}

.task.complete .task-title {
  color: #939393;
  text-decoration: line-through;
}

.task.complete .task-icon {
  color: #939393;
}

.teamlist {
  padding-bottom: 1.2rem;
}

.teamlist:first-of-type .section-header {
  border-top: 0;
}

.task-title {
  font-weight: 500;
  line-height: 1.8rem;
}

.task-meta {
  display: flex;
  padding: 0 1.2rem;
}

.task-category {
  color: #939393;
  font-size: 1.2rem;
}

.task-times {
  color: #939393;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: auto;
}

.working-users .task-controls {
  top: auto;
  bottom: .9rem;
}

.task-inline {
  padding: 0;
}

.task-inline .task-title {
  font-weight: 500;
  line-height: 2.4rem;
  max-height: 4.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.task-inline .task-block {
  display: flex;
  flex-wrap: nowrap;
  line-height: 2.4rem;
  max-width: 960px;
  width: 100%;
}

.task-inline .task-meta {
  align-items: center;
  display: flex;
  min-width: 180px;
  margin-left: auto;
  margin-top: 0;
  padding-left: 2.4rem;
  padding-right: 0;
  width: 180px;
}

@media (max-width: 755px) {
  .task-inline .task-meta {
    min-width: auto;
  }
}

.task-inline .task-category {
  max-width: 180px;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.task-suggestion .task-inline .task-block {
  flex-wrap: wrap;
}

.task-suggestion .task-inline .task-meta {
  padding-left: 0;
  min-width: auto;
  width: auto;
}

.task-suggestion .task-inline .task-category-title {
  white-space: normal;
}

@media (max-width: 755px) {
  .task-suggestion {
    padding-top: 0;
    padding-bottom: 0;
    margin: .8rem 0;
  }
}

.task-member {
  align-items: center;
  color: #424242;
  display: flex;
  position: relative;
  white-space: nowrap;
}

@media (max-width: 755px) {
  .task-member {
    width: 100%;
  }
}

.task-member .task-icon-member {
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 2px;
  left: 0;
  transition: all 0.16s ease-in-out;
}

.task-member .task-member-nickname {
  color: #767676;
  max-width: 16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  white-space: nowrap;
}

@media (max-width: 755px) {
  .task-member .task-member-nickname {
    max-width: calc(100% - 8.4rem);
  }
}

.task-member .task-member-duration {
  align-items: center;
  display: flex;
  width: 8.4rem;
}

@media (max-width: 755px) {
  .task-member .task-member-duration {
    margin-left: auto;
    justify-content: flex-end;
  }
}

.task-member .counter {
  font-weight: 700;
}

.task-member:hover .task-icon-member {
  opacity: 1;
}

.task-form {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 1.5rem rgba(82, 69, 69, 0.21);
  max-width: 1200px;
  position: relative;
  transition: all 0.16s ease-in-out;
  width: 100%;
  z-index: 1050;
}

.task-form .task-form-body {
  display: flex;
  width: 100%;
}

.task-form .task-form-title {
  border: 0;
  border-bottom: 0;
  border-radius: 0.5rem;
  font-weight: bold;
  line-height: 1.8rem;
  padding: 1.5rem 1.5rem 0 1.5rem;
  resize: none;
}

.task-form .task-form-title:focus {
  box-shadow: none;
}

.task-form .task-form-controls {
  display: flex;
  padding: .6rem;
}

.task-form .task-form-attrs {
  background: #fff;
  border-bottom: 0;
  margin-bottom: 0;
  border-radius: 1.8rem;
  padding: 0;
  position: relative;
  z-index: 1000;
}

.task-form .task-form-attrs .nav-link {
  align-items: center;
  border: 0;
  border-radius: 1.8rem;
  color: #767676;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  margin: .6rem 0 .6rem .6rem;
  padding: .6rem 1.2rem;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  width: 216px;
}

.task-form .task-form-attrs .nav-link:hover {
  background: rgba(155, 148, 148, 0.1);
}

.task-form .task-form-attrs .nav-link.active {
  background: #fff;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.task-form .task-form-attrs .nav-link.disabled {
  cursor: not-allowed;
}

.task-form .task-form-attrs .nav-link .icon {
  top: 0;
}

@media (max-width: 755px) {
  .task-form .task-form-attrs .nav-link {
    margin-left: 0 !important;
  }
}

.task-form .tab-content {
  padding-top: 1px;
}

.task-form.unselect-tabs .tab-content {
  padding-top: 0;
}

.task-form.unselect-tabs .tab-content:before {
  display: none;
}

.task-form .tab-pane {
  background: #fbfbfb;
  max-height: 273px;
}

.task-form.unselect-tabs .tab-content {
  border-top: 0;
}

.task-form .tab-pane.active {
  animation: slideInDownSmall .16s ease-out;
}

@keyframes slideInDownSmall {
  0% {
    transform: translate3d(0, -4.8rem, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.quick-task {
  background: #ececec;
  margin: 0 auto;
  padding: .3rem;
}

.quick-task .task-edit {
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  overflow: hidden;
}

.task-form .task-edit {
  background: #fff;
  display: flex;
  font-size: 14px;
  max-width: 1200px;
  position: relative;
  transition: all .16s ease;
  width: 100%;
  z-index: 1050;
}

.task-form .task-edit .btn-primary {
  min-width: 60px;
}

.task-form .task-edit .task-edit-preview {
  background: #fff;
  border-bottom: 0;
  padding: .6rem 1.2rem;
}

.task-form .task-edit .task-edit-title {
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  font-weight: bold;
  line-height: 1.8rem;
  padding: 0;
  resize: none;
}

.task-form .task-edit .task-edit-title:focus {
  box-shadow: none;
}

.task-form .task-edit .task-edit-tabs {
  background: #fff;
  border-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  z-index: 1000;
}

.task-form .task-edit .task-edit-tabs .nav-link {
  border: 0;
  color: #767676;
  cursor: pointer;
  overflow: hidden;
  padding: .6rem 1.2rem;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  width: 216px;
}

.task-form .task-edit .task-edit-tabs .nav-link:hover {
  background: rgba(155, 148, 148, 0.1);
}

.task-form .task-edit .task-edit-tabs .nav-link.active {
  background: #fff;
}

@media (max-width: 755px) {
  .task-form .task-edit .task-edit-tabs .nav-link {
    margin-left: 0 !important;
  }
}

.task-form .task-edit .task-edit-tabs .temp__nav-link-preview {
  color: #767676;
  font-size: 1.2rem;
  font-weight: 500;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.add-time-entry-wrapper {
  min-height: 3.6rem;
}

@media (max-width: 995px) {
  .add-time-entry-wrapper {
    min-height: 4.4rem;
  }
}

.task-edit-title {
  border: 0;
  font-weight: 700;
  resize: none;
}

.task-edit-title:focus {
  border: 0;
  box-shadow: none;
}

.task-edit-title:disabled {
  background: #fff;
  color: #767676;
}

.timeline .task-edit {
  min-width: 50.4rem;
  width: calc(100% - 1.2rem);
  z-index: 400;
}

@media (max-width: 755px) {
  .timeline .task-edit {
    width: calc(100% - 4.2rem);
  }
}

@media (max-width: 755px) {
  .timeline .modal .task-edit {
    min-width: auto;
    width: 100%;
  }
}

@media (max-width: 755px) {
  .content:not(.is-pc) .timeline .task-edit {
    min-width: inherit;
  }
}

@media (max-width: 755px) {
  .timeline-item .task-edit {
    width: 100%;
  }
}

.is-app .open-timeline-task-form .task-edit,
.is-mobile .open-timeline-task-form .task-edit,
.is-crx .open-timeline-task-form .task-edit {
  position: fixed;
  z-index: 1050;
}

.is-crx .open-timeline-task-form .task-edit {
  border-radius: 0.5rem 0.5rem 0 0;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.is-app .task-edit,
.is-mobile .task-edit {
  border-radius: 0.5rem 0.5rem 0 0;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.member {
  background: #fff;
  border: 1px solid #ececec;
  border-left: 0;
  border-right: 0;
  padding: .9rem;
  position: relative;
}

.member + .member {
  margin-top: -1px;
}

.member .member-name {
  font-weight: 500;
}

.member .member-name.disabled {
  color: #939393;
}

.member .member-block {
  display: flex;
  margin-left: auto;
  font-size: 1.2rem;
  color: #767676;
}

.member .member-status {
  display: flex;
  padding-left: 3.3rem;
  width: 100%;
}

.member .member-tasks {
  font-weight: 700;
  margin-left: auto;
}

.member .member-tasks i {
  margin: 0 0.6rem;
}

.task-members {
  flex-wrap: wrap;
  margin-bottom: .9rem;
  margin-top: 0;
}

@media (max-width: 755px) {
  .timespan {
    width: 100%;
  }
}

.timespan .timespan-datetime-input {
  width: 16.8rem;
}

@media (max-width: 755px) {
  .timespan .timespan-datetime-input {
    width: 50%;
  }
}

@media (max-width: 755px) {
  .timespan .timespan-start {
    margin-right: .3rem;
  }
}

@media (max-width: 755px) {
  .timespan .timespan-stop {
    margin-left: .3rem;
  }
}

.timespan .date-dropdown:after {
  background: #ececec;
  content: " ";
  display: block;
  position: absolute;
  top: .6rem;
  right: 0;
  height: 2.4rem;
  width: 1px;
  z-index: 2;
}

.timespan .date-input {
  background: #fff;
  border-radius: 0.5rem 0 0 0.5rem;
  border-right: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 1rem;
  flex: 0;
  text-align: center;
  width: 8.4rem;
}

.timespan .date-input:hover {
  background: rgba(155, 148, 148, 0.05);
  border-color: #d6d6d6;
}

.timespan .date-input.form-control-danger:hover {
  border-color: #e6636b;
}

.timespan .date-input.disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

.timespan .time-input {
  border-left: 0;
  font-weight: 700;
  flex-grow: 0;
  position: relative;
  text-align: left;
  width: 8.4rem;
}

@media (max-width: 755px) {
  .timespan .time-input {
    flex-grow: 1;
    width: 100%;
  }
}

.timespan-duration {
  color: #767676;
  font-size: 1.2rem;
  line-height: 3.6rem;
  text-align: center;
  transition: all 0.16s ease-in-out;
  padding: 0 1.2rem;
  position: relative;
  min-width: 10.2rem;
}

@media (min-width: 576px) {
  .timespan-duration:before {
    background: #d6d6d6;
    content: " ";
    display: block;
    height: 1px;
    position: absolute;
    top: 1.8rem;
    left: .6rem;
    width: .6rem;
  }
  .timespan-duration:after {
    background: #d6d6d6;
    content: " ";
    display: block;
    height: 1px;
    position: absolute;
    top: 1.8rem;
    right: .6rem;
    width: .6rem;
  }
}

.timespan-duration .duration {
  padding: .3rem .6rem;
  border-radius: 1.2rem;
}

.timespan-duration.timespan-duration-danger .duration {
  background: #e6636b;
  color: #fff;
}

.timespan-duration.timespan-duration-danger:before, .timespan-duration.timespan-duration-danger:after {
  background: #e6636b;
}

@media (max-width: 755px) {
  .timespan-form {
    flex-wrap: wrap;
    display: block;
  }
}

@media (max-width: 755px) {
  .timespan-form-controls {
    margin-top: 1.2rem;
  }
}

.date {
  margin: 0;
  max-height: 100vh;
}

.date-header-container {
  background: #fff;
  position: fixed;
  top: 6rem;
  z-index: 410;
}

@media (max-width: 755px) {
  .date-header-container {
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(6px);
  }
  .date-header-container.date-header-with-toolbar {
    top: 12rem;
  }
}

.date-header-container .date-header-link {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

@media (min-width: 756px) {
  .date-header-container .date-header-link {
    right: calc(1rem + 24rem);
  }
}

.date-header {
  align-items: center;
  border-bottom: 1px solid #ececec;
  display: flex;
  height: 4.8rem;
  padding-left: 3.6rem;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 756px) {
  .date-header {
    width: calc(100% - 24rem);
  }
}

.date-header-title {
  color: #424242;
}

.date-header-title.today {
  font-weight: 700;
}

@media (max-width: 755px) {
  .date-header-title {
    font-size: 1.6rem;
  }
}

.date-header-subtitle {
  color: #939393;
  font-size: 1.2rem;
}

.calendar-date-select-nav {
  padding: .9rem;
}

.quicktask-current-wrap {
  background: transparent;
  border-radius: 0;
  color: #424242;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 4.8rem);
}

.quicktask-current {
  display: flex;
  padding-right: 1.2rem;
  padding-left: 1.8rem;
  width: calc(100% - 3.6rem);
}

.quicktask-current .current-title {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.quicktask-current .current-elapsed {
  font-weight: 700;
  margin-left: auto;
  min-width: 10.2rem;
  padding-left: 1.2rem;
}

.quicktask-current .current-elapsed .icon {
  top: -1px;
}

.quicktask-current .current-category-name {
  display: none;
}

.timeline {
  background: #fff;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.is-app .timeline,
.is-mobile .timeline {
  padding-bottom: 4.8rem;
}

:not(.rnd-bounds) > .timeline,
.rnd-bounds {
  margin-top: 10.2rem;
}

.is-app .with-toolbar-only-sm-up .timeline,
.is-mobile .with-toolbar-only-sm-up .timeline {
  padding-bottom: 0;
}

.timeline-hour-label {
  color: #939393;
  font-size: 1.2rem;
  font-weight: 700;
}

@media (max-width: 755px) {
  .timeline-hour-label {
    font-size: 1rem;
  }
}

.timeline-hour {
  border-top: 1px solid #ececec;
  display: flex;
}

.timeline-hour:first-of-type {
  border-top: 0;
}

.timeline-hour-header {
  text-align: center;
  width: 3.6rem;
  position: relative;
}

@media (max-width: 755px) {
  .timeline-hour-header {
    width: 3rem;
  }
}

.timeline-hour-body {
  margin-top: -1px;
  width: 100%;
  border-left: 1px solid #ececec;
}

.daily .timeline-hour-body-item {
  border-top: 1px solid #ececec;
}

.timeline-division {
  cursor: pointer;
  padding: 0 .6rem;
  width: 100%;
}

.timeline-division:first-child {
  border-top-color: #ececec;
}

.timeline-division:hover {
  background: rgba(155, 148, 148, 0.05);
}

.timeline-division.readonly:hover {
  background: inherit;
}

.timeline-division:active {
  background: rgba(155, 148, 148, 0.1);
}

.is-app .timeline-division:hover,
.is-mobile .timeline-division:hover {
  background: transparent;
}

.timeline-division.dragged {
  background: transparent;
}

@media (hover: hover) {
  body:not(.react-draggable-transparent-selection):not(.modal-open) .timeline-division:not(.readonly):hover::before {
    content: attr(data-title);
    position: absolute;
    font-size: 90%;
    top: -2.8rem;
    left: .5em;
    width: 7.5em;
    height: 2.6rem;
    border: 1px solid #ebda7e;
    background-color: #f7ecb8;
    box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.1);
    z-index: 1300;
    padding-left: .5em;
  }
}

.daily .timeline-division {
  border-top: 1px solid #ececec;
}

.timeline-item {
  box-sizing: border-box;
  cursor: pointer;
  left: .5rem;
  line-height: 1.8rem;
  padding: 0;
  position: absolute;
  width: calc(100% - .5rem);
}

.timeline-item.open {
  overflow: visible;
}

.timeline-item.timeline-entry {
  width: calc(100% - 1rem);
}

.timeline-item.react-draggable {
  z-index: 1;
}

@media (max-width: 755px) {
  .timeline-item {
    width: calc(100% - .5rem);
  }
}

.timeline-task-inline {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  height: 100%;
  overflow: hidden;
  padding-left: .9rem;
}

.timeline-task-inline:hover {
  cursor: pointer;
}

.timeline-task-inline .task-block {
  align-items: start;
}

@media (max-width: 755px) {
  .timeline-task-inline .task-title {
    min-width: auto;
    width: calc(100% - 2.4rem);
  }
  .timeline-task-inline .task-category {
    height: 1.8rem;
    margin-right: .3rem;
    margin-top: .3rem;
    min-width: auto;
    width: 1.2rem;
  }
  .timeline-task-inline .task-meta {
    width: auto;
    padding-right: .3rem;
  }
  .timeline-task-inline .task-category-title {
    display: none;
  }
}

.weekly .task-inline .task-meta {
  display: none;
}

.weekly .task-suggestion .task-inline .task-meta {
  display: flex;
}

.timeline-task-inline.category-1 {
  background: #f6fcf0;
  border: 1px solid #c8eca4 !important;
}

.timeline-task-inline.category-1.archived {
  background: repeating-linear-gradient(-45deg, #c8eca4, #c8eca4 1px, #f6fcf0 0, #f6fcf0 1rem);
}

.timeline-task-inline.category-1:hover {
  background: #ebf8de;
}

.timeline-task-inline.category-1:hover.archived {
  background: repeating-linear-gradient(-45deg, #c8eca4, #c8eca4 1px, #ebf8de 0, #ebf8de 1rem);
}

.timeline-task-inline.category-2 {
  background: #fff6f9;
  border: 1px solid #fcc7dc !important;
}

.timeline-task-inline.category-2.archived {
  background: repeating-linear-gradient(-45deg, #fcc7dc, #fcc7dc 1px, #fff6f9 0, #fff6f9 1rem);
}

.timeline-task-inline.category-2:hover {
  background: #feebf2;
}

.timeline-task-inline.category-2:hover.archived {
  background: repeating-linear-gradient(-45deg, #fcc7dc, #fcc7dc 1px, #feebf2 0, #feebf2 1rem);
}

.timeline-task-inline.category-3 {
  background: #faf7fb;
  border: 1px solid #e2cce9 !important;
}

.timeline-task-inline.category-3.archived {
  background: repeating-linear-gradient(-45deg, #e2cce9, #e2cce9 1px, #faf7fb 0, #faf7fb 1rem);
}

.timeline-task-inline.category-3:hover {
  background: #f5edf7;
}

.timeline-task-inline.category-3:hover.archived {
  background: repeating-linear-gradient(-45deg, #e2cce9, #e2cce9 1px, #f5edf7 0, #f5edf7 1rem);
}

.timeline-task-inline.category-4 {
  background: #f4f9fd;
  border: 1px solid #bad7f5 !important;
}

.timeline-task-inline.category-4.archived {
  background: repeating-linear-gradient(-45deg, #bad7f5, #bad7f5 1px, #f4f9fd 0, #f4f9fd 1rem);
}

.timeline-task-inline.category-4:hover {
  background: #e6f1fb;
}

.timeline-task-inline.category-4:hover.archived {
  background: repeating-linear-gradient(-45deg, #bad7f5, #bad7f5 1px, #e6f1fb 0, #e6f1fb 1rem);
}

.timeline-task-inline.category-5 {
  background: #fffef1;
  border: 1px solid #fcf6a7 !important;
}

.timeline-task-inline.category-5.archived {
  background: repeating-linear-gradient(-45deg, #fcf6a7, #fcf6a7 1px, #fffef1 0, #fffef1 1rem);
}

.timeline-task-inline.category-5:hover {
  background: #fefcdf;
}

.timeline-task-inline.category-5:hover.archived {
  background: repeating-linear-gradient(-45deg, #fcf6a7, #fcf6a7 1px, #fefcdf 0, #fefcdf 1rem);
}

.timeline-task-inline.category-6 {
  background: #f2f9f5;
  border: 1px solid #acd9c1 !important;
}

.timeline-task-inline.category-6.archived {
  background: repeating-linear-gradient(-45deg, #acd9c1, #acd9c1 1px, #f2f9f5 0, #f2f9f5 1rem);
}

.timeline-task-inline.category-6:hover {
  background: #e1f1e9;
}

.timeline-task-inline.category-6:hover.archived {
  background: repeating-linear-gradient(-45deg, #acd9c1, #acd9c1 1px, #e1f1e9 0, #e1f1e9 1rem);
}

.timeline-task-inline.category-7 {
  background: #fef7f7;
  border: 1px solid #f9cfcc !important;
}

.timeline-task-inline.category-7.archived {
  background: repeating-linear-gradient(-45deg, #f9cfcc, #f9cfcc 1px, #fef7f7 0, #fef7f7 1rem);
}

.timeline-task-inline.category-7:hover {
  background: #fdeeed;
}

.timeline-task-inline.category-7:hover.archived {
  background: repeating-linear-gradient(-45deg, #f9cfcc, #f9cfcc 1px, #fdeeed 0, #fdeeed 1rem);
}

.timeline-task-inline.category-8 {
  background: #f7f7fd;
  border: 1px solid #cecef2 !important;
}

.timeline-task-inline.category-8.archived {
  background: repeating-linear-gradient(-45deg, #cecef2, #cecef2 1px, #f7f7fd 0, #f7f7fd 1rem);
}

.timeline-task-inline.category-8:hover {
  background: #ededfa;
}

.timeline-task-inline.category-8:hover.archived {
  background: repeating-linear-gradient(-45deg, #cecef2, #cecef2 1px, #ededfa 0, #ededfa 1rem);
}

.timeline-task-inline.category-9 {
  background: #f2fbfc;
  border: 1px solid #b0e7ea !important;
}

.timeline-task-inline.category-9.archived {
  background: repeating-linear-gradient(-45deg, #b0e7ea, #b0e7ea 1px, #f2fbfc 0, #f2fbfc 1rem);
}

.timeline-task-inline.category-9:hover {
  background: #e3f6f7;
}

.timeline-task-inline.category-9:hover.archived {
  background: repeating-linear-gradient(-45deg, #b0e7ea, #b0e7ea 1px, #e3f6f7 0, #e3f6f7 1rem);
}

.timeline-task-inline.category-10 {
  background: #fff7f1;
  border: 1px solid #ffd0a6 !important;
}

.timeline-task-inline.category-10.archived {
  background: repeating-linear-gradient(-45deg, #ffd0a6, #ffd0a6 1px, #fff7f1 0, #fff7f1 1rem);
}

.timeline-task-inline.category-10:hover {
  background: #ffeedf;
}

.timeline-task-inline.category-10:hover.archived {
  background: repeating-linear-gradient(-45deg, #ffd0a6, #ffd0a6 1px, #ffeedf 0, #ffeedf 1rem);
}

.timeline-task-inline.category-11 {
  background: #f4f9f2;
  border: 1px solid #badcad !important;
}

.timeline-task-inline.category-11.archived {
  background: repeating-linear-gradient(-45deg, #badcad, #badcad 1px, #f4f9f2 0, #f4f9f2 1rem);
}

.timeline-task-inline.category-11:hover {
  background: #e6f2e1;
}

.timeline-task-inline.category-11:hover.archived {
  background: repeating-linear-gradient(-45deg, #badcad, #badcad 1px, #e6f2e1 0, #e6f2e1 1rem);
}

.timeline-task-inline.category-12 {
  background: #fdf1f0;
  border: 1px solid #f3a9a4 !important;
}

.timeline-task-inline.category-12.archived {
  background: repeating-linear-gradient(-45deg, #f3a9a4, #f3a9a4 1px, #fdf1f0 0, #fdf1f0 1rem);
}

.timeline-task-inline.category-12:hover {
  background: #fbe0de;
}

.timeline-task-inline.category-12:hover.archived {
  background: repeating-linear-gradient(-45deg, #f3a9a4, #f3a9a4 1px, #fbe0de 0, #fbe0de 1rem);
}

.timeline-task-inline.category-13 {
  background: #eef4fb;
  border: 1px solid #94bae3 !important;
}

.timeline-task-inline.category-13.archived {
  background: repeating-linear-gradient(-45deg, #94bae3, #94bae3 1px, #eef4fb 0, #eef4fb 1rem);
}

.timeline-task-inline.category-13:hover {
  background: #d8e6f5;
}

.timeline-task-inline.category-13:hover.archived {
  background: repeating-linear-gradient(-45deg, #94bae3, #94bae3 1px, #d8e6f5 0, #d8e6f5 1rem);
}

.timeline-task-inline.category-14 {
  background: #eff6f8;
  border: 1px solid #99c4d6 !important;
}

.timeline-task-inline.category-14.archived {
  background: repeating-linear-gradient(-45deg, #99c4d6, #99c4d6 1px, #eff6f8 0, #eff6f8 1rem);
}

.timeline-task-inline.category-14:hover {
  background: #daeaf0;
}

.timeline-task-inline.category-14:hover.archived {
  background: repeating-linear-gradient(-45deg, #99c4d6, #99c4d6 1px, #daeaf0 0, #daeaf0 1rem);
}

.timeline-task-inline.category-15 {
  background: #faf8f3;
  border: 1px solid #e2d6b7 !important;
}

.timeline-task-inline.category-15.archived {
  background: repeating-linear-gradient(-45deg, #e2d6b7, #e2d6b7 1px, #faf8f3 0, #faf8f3 1rem);
}

.timeline-task-inline.category-15:hover {
  background: #f5f0e5;
}

.timeline-task-inline.category-15:hover.archived {
  background: repeating-linear-gradient(-45deg, #e2d6b7, #e2d6b7 1px, #f5f0e5 0, #f5f0e5 1rem);
}

.timeline-task-inline.category-16 {
  background: #f3f5eb;
  border: 1px solid #b3c185 !important;
}

.timeline-task-inline.category-16.archived {
  background: repeating-linear-gradient(-45deg, #b3c185, #b3c185 1px, #f3f5eb 0, #f3f5eb 1rem);
}

.timeline-task-inline.category-16:hover {
  background: #e4e9d3;
}

.timeline-task-inline.category-16:hover.archived {
  background: repeating-linear-gradient(-45deg, #b3c185, #b3c185 1px, #e4e9d3 0, #e4e9d3 1rem);
}

.timeline-task-inline.category-17 {
  background: #faeff3;
  border: 1px solid #dd9bb3 !important;
}

.timeline-task-inline.category-17.archived {
  background: repeating-linear-gradient(-45deg, #dd9bb3, #dd9bb3 1px, #faeff3 0, #faeff3 1rem);
}

.timeline-task-inline.category-17:hover {
  background: #f3dbe4;
}

.timeline-task-inline.category-17:hover.archived {
  background: repeating-linear-gradient(-45deg, #dd9bb3, #dd9bb3 1px, #f3dbe4 0, #f3dbe4 1rem);
}

.timeline-task-inline.category-18 {
  background: #ebeff7;
  border: 1px solid #829ece !important;
}

.timeline-task-inline.category-18.archived {
  background: repeating-linear-gradient(-45deg, #829ece, #829ece 1px, #ebeff7 0, #ebeff7 1rem);
}

.timeline-task-inline.category-18:hover {
  background: #d2dced;
}

.timeline-task-inline.category-18:hover.archived {
  background: repeating-linear-gradient(-45deg, #829ece, #829ece 1px, #d2dced 0, #d2dced 1rem);
}

.timeline-task-inline.category-19 {
  background: #f8f8f8;
  border: 1px solid #d3d3d3 !important;
}

.timeline-task-inline.category-19.archived {
  background: repeating-linear-gradient(-45deg, #d3d3d3, #d3d3d3 1px, #f8f8f8 0, #f8f8f8 1rem);
}

.timeline-task-inline.category-19:hover {
  background: #efefef;
}

.timeline-task-inline.category-19:hover.archived {
  background: repeating-linear-gradient(-45deg, #d3d3d3, #d3d3d3 1px, #efefef 0, #efefef 1rem);
}

.timeline-task-inline.category-20 {
  background: #f7f3ec;
  border: 1px solid #ccb38b !important;
}

.timeline-task-inline.category-20.archived {
  background: repeating-linear-gradient(-45deg, #ccb38b, #ccb38b 1px, #f7f3ec 0, #f7f3ec 1rem);
}

.timeline-task-inline.category-20:hover {
  background: #ede4d5;
}

.timeline-task-inline.category-20:hover.archived {
  background: repeating-linear-gradient(-45deg, #ccb38b, #ccb38b 1px, #ede4d5 0, #ede4d5 1rem);
}

body:not(.modal-open) .timeline-division .dragged {
  background-color: rgba(155, 148, 148, 0.1);
  border-radius: 0.5rem;
  margin-left: .6rem;
  position: absolute;
  left: 0;
  width: calc(100% - 1.2rem);
}

.timeline-nowdate-line {
  position: absolute;
  left: 0;
  border-bottom: 1px solid #e6636b;
  width: 100%;
}

.timeline-zoom-control {
  position: fixed;
  bottom: 1.2rem;
  z-index: 2;
}

@media (min-width: 576px) {
  .timeline-zoom-control {
    right: 1.2rem;
  }
}

@media (max-width: 755px) {
  .timeline-zoom-control {
    left: 1.2rem;
    right: auto;
  }
}

@media (max-width: 755px) {
  .with-bottom-bar-only-mobile-app .timeline-zoom-control {
    bottom: 5.6rem;
  }
}

.timeline-event {
  width: 40%;
}

.calendar-event-item .timeline-task-inline {
  background: #f6f6f6;
  border: 1px solid #dddddd;
}

.form-nav {
  border-bottom: 1px solid #ececec;
  padding-bottom: 1.8rem;
  margin-bottom: 2.4rem;
  width: 100%;
}

.form-title {
  color: #524545;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 3.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  white-space: nowrap;
}

@media (max-width: 755px) {
  .form-title {
    font-size: 1.6rem;
  }
}

.blank {
  height: 100%;
  min-height: 100vh;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blank.fixed {
  position: fixed;
}

.bg-blank {
  background: #f4f3f3;
}

.with-toolbar .blank {
  min-height: calc(100vh - 6rem);
}

.blank-header {
  animation: fadeIn .7s ease-out;
}

.blank-header .blank-image {
  opacity: .8;
  margin-bottom: 3.6rem;
  width: 10.8rem;
}

.blank-header .blank-title {
  color: #9b9494;
}

.blank-header .blank-description {
  color: #9b9494;
}

.blank-container {
  padding-top: 1.2rem;
  position: relative;
}

.blank-not-found .blank-container {
  padding-top: 0;
}

.blank-body {
  padding: 2.4rem;
}

.report-detailed-header {
  display: flex;
  background: #f9f9f9;
  border-top: 1px solid #ececec;
  padding: .9rem 4.8rem .9rem 1.8rem;
  font-weight: 700;
}

.report-detailed-title {
  font-weight: 700;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.report-detailed-hours,
.report-detailed-amount {
  width: 12rem;
}

.report-category {
  cursor: pointer;
}

.report-category .report-tasks {
  display: none;
}

.report-category .report-category-child {
  display: none;
}

.report-category.expand .report-tasks {
  display: block;
}

.report-category.expand .report-category-child {
  display: block;
}

.report-category .report-category:last-of-type {
  border-bottom: 1px solid #ececec;
}

.report-category-header {
  display: flex;
  padding-right: 1.2rem;
  width: 100%;
}

.report-category-title {
  color: #424242;
  font-weight: 700;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.report-category-hours,
.report-category-amount {
  color: #424242;
  font-weight: 400;
  min-width: 12rem;
}

.report-category-bar {
  width: 100px;
}

.report-detailed-bar,
.report-task-bar {
  width: 106px;
}

.report-task-list {
  padding: 1.2rem;
  padding-top: 0;
}

.report-task {
  padding-right: 3.6rem;
  justify-content: flex-end;
}

.report-task-title {
  padding-right: 1.2rem;
  flex: 1 0 auto;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.report-task-hours,
.report-task-amount {
  color: #767676;
  font-weight: 400;
  min-width: 12rem;
}

@media (max-width: 575px) {
  .report-detailed-header,
  .report-category-header,
  .report-task {
    display: block;
    line-height: 2rem;
  }
  .report-detailed-header .report-detailed-title,
  .report-detailed-header .report-detailed-hours,
  .report-detailed-header .report-detailed-amount,
  .report-detailed-header .report-category-title,
  .report-detailed-header .report-category-hours,
  .report-detailed-header .report-category-amount,
  .report-detailed-header .report-task-title,
  .report-detailed-header .report-task-hours,
  .report-detailed-header .report-task-amount,
  .report-category-header .report-detailed-title,
  .report-category-header .report-detailed-hours,
  .report-category-header .report-detailed-amount,
  .report-category-header .report-category-title,
  .report-category-header .report-category-hours,
  .report-category-header .report-category-amount,
  .report-category-header .report-task-title,
  .report-category-header .report-task-hours,
  .report-category-header .report-task-amount,
  .report-task .report-detailed-title,
  .report-task .report-detailed-hours,
  .report-task .report-detailed-amount,
  .report-task .report-category-title,
  .report-task .report-category-hours,
  .report-task .report-category-amount,
  .report-task .report-task-title,
  .report-task .report-task-hours,
  .report-task .report-task-amount {
    display: block;
    width: 100%;
  }
  .report-category-header {
    padding: .5rem 0;
  }
}

.report-details-tooltip .tooltip-inner,
.report-member-activities-tooltip .tooltip-inner {
  color: #424242;
  background-color: white;
  border: 1px solid #ececec;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  max-width: none;
}

.report-details-tooltip .show,
.report-member-activities-tooltip .show {
  opacity: 1 !important;
}

.helplink {
  color: #4abaa4;
  cursor: pointer;
  margin: 0 .6rem;
  transition: all 0.16s ease-in-out;
}

.helplink:hover {
  color: #3fa692;
  text-decoration: none;
}

.helplink:hover .helplink-title {
  text-decoration: underline;
}

.helplink .icon {
  top: -1px;
}

.helplink.helplink-secondary {
  color: #767676;
}

.helplink.helplink-secondary:hover {
  color: #4abaa4;
}

.helplink.helplink-info {
  color: #9b9494;
}

.helplink.helplink-warning {
  color: #e4c126;
}

.helplink.helplink-danger {
  color: #e6636b;
}

.helplink.inverse {
  color: #fff;
}

.mobile-page {
  background: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  padding-top: 6rem;
  width: 100%;
  z-index: 1050;
}

.mobile-header {
  background: #f9f9f9;
  border-bottom: 1px solid #ececec;
  display: flex;
  font-size: 1.6rem;
  line-height: 6rem;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  z-index: 600;
  align-items: center;
}

.mobile-header-title {
  color: #767676;
  display: flex;
  font-weight: 700;
  font-size: 1.6rem;
}

@media (max-width: 755px) {
  .is-mobile .btn-mobile-header-action,
  .is-app .btn-mobile-header-action,
  .btn-mobile-header-action {
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    height: 6rem;
    color: #767676;
    font-size: 1.6rem;
    font-weight: 700;
    transition: all 0.16s ease-in-out;
    padding: 1.8rem;
  }
  .is-mobile .btn-mobile-header-action .icon,
  .is-app .btn-mobile-header-action .icon,
  .btn-mobile-header-action .icon {
    font-size: 2.4rem;
  }
  .is-mobile .btn-mobile-header-action:focus,
  .is-app .btn-mobile-header-action:focus,
  .btn-mobile-header-action:focus {
    border: 0;
    box-shadow: none;
    text-decoration: none;
    outline: none;
  }
  .is-mobile .btn-mobile-header-action:hover,
  .is-app .btn-mobile-header-action:hover,
  .btn-mobile-header-action:hover {
    background: inherit;
    color: #767676;
    outline: none;
    text-decoration: none;
  }
}

.btn-mobile-header-action-primary {
  color: #4abaa4;
}

.btn-mobile-header-action-primary:hover {
  color: #4abaa4;
}

.is-app .btn-mobile-header-action-text,
.is-mobile .btn-mobile-header-action-text .btn-mobile-header-action-text {
  padding-right: 2.1rem;
}

.is-app .btn-mobile-header-action-left,
.is-mobile .btn-mobile-header-action-left .btn-mobile-header-action-left {
  padding-left: 1.5rem;
}

@media (max-width: 755px) {
  .floating-dropdown-toggle {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #ececec;
    border-radius: 0 !important;
    font-size: 1.6rem !important;
    line-height: 3.6rem !important;
    padding: 1.2rem 4.2rem 1.2rem 1.2rem !important;
  }
  .floating-dropdown-toggle .badge {
    min-width: inherit;
  }
  .floating-dropdown-toggle:active {
    border: 0;
    box-shadow: none;
    outline: none;
  }
  .floating-dropdown-toggle:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI5MnB4IiBoZWlnaHQ9IjkycHgiIHZpZXdCb3g9IjAgMCA5MiA5MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOTIgOTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggaWQ9IlhNTElEXzQ2N18iIGQ9Ik00Niw2M2MtMS4xLDAtMi4xLTAuNC0yLjktMS4ybC0yNS0yNmMtMS41LTEuNi0xLjUtNC4xLDAuMS01LjdjMS42LTEuNSw0LjEtMS41LDUuNywwLjFsMjIuMSwyM2wyMi4xLTIzDQoJYzEuNS0xLjYsNC4xLTEuNiw1LjctMC4xYzEuNiwxLjUsMS42LDQuMSwwLjEsNS43bC0yNSwyNkM0OC4xLDYyLjYsNDcuMSw2Myw0Niw2M3oiLz4NCjwvc3ZnPg0K);
    background-size: cover;
    display: inline-block;
    opacity: .5;
    width: 2.1rem;
    height: 2.1rem;
    margin-left: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.8rem;
    margin: auto;
    content: " ";
  }
  .floating-dropdown-menu-compability {
    position: fixed !important;
    transform: none !important;
  }
  .floating-dropdown-menu {
    animation: fadeInUpSmall 0.4s ease;
    border: 0;
    position: fixed;
    max-height: 70%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 2.4rem);
    z-index: 1050;
  }
  .floating-dropdown-menu .dropdown-item {
    font-size: 1.6rem;
    line-height: 3.6rem;
    padding: .6rem 1.2rem;
  }
}

.inline-edit {
  border-top: 3px solid #ececec;
  border-bottom: 3px solid #ececec;
  position: relative;
  transition: all 0.16s ease-in-out;
  top: 1px;
}

.inline-edit-body {
  padding: 1.2rem;
}

.inline-edit-footer {
  background: #f9f9f9;
  display: flex;
  padding: 1.2rem;
}

.inline-edit-backdrop-container {
  position: relative;
}

.inline-edit-backdrop-container .inline-edit {
  border-radius: .5rem;
  border: none;
  position: absolute;
  z-index: 1050;
  background: #fff;
  width: 100%;
}

.inline-edit-backdrop-container .inline-edit-footer {
  border-radius: 0 0 .5rem .5rem;
}

.inline-edit-backdrop-container .inline-edit-header {
  border-radius: .5rem .5rem 0 0;
  border-bottom: 1px solid #ececec;
  padding: 1.2rem;
}

.inline-edit-backdrop-container .change-task-modal {
  width: 100%;
  height: 100%;
}

.time-entry-times,
.time-entry-times input {
  font-size: 1.6rem;
}

.task-edit-header .btn-link:hover,
.task-edit-header .btn-link.btn-secondary:hover,
.time-entry-times .form-control-static:hover {
  background-color: rgba(155, 148, 148, 0.1);
}

.time-entry .edit-icon {
  visibility: hidden;
}

.time-entry .time-entry-menu {
  visibility: hidden;
}

.time-entry:hover .edit-icon {
  visibility: visible;
}

.time-entry:hover .time-entry-menu {
  visibility: visible;
}

.time-entry-list .list-group-header + .list-group-item:before {
  display: none;
}

.time-entry-comment {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  white-space: nowrap;
  border-bottom: 1px solid #d6d6d6;
}

@media (max-width: 995px) {
  .time-entry-comment {
    max-width: 12rem;
  }
}

.time-entry-duration {
  font-weight: 400;
}

.btn-add {
  align-items: center;
  display: flex;
  font-weight: 500;
  text-align: left;
  width: 100%;
}

@media (max-width: 995px) {
  .btn-add {
    font-size: 1.6rem;
    padding: 0 1.2rem;
  }
}

.btn-add:hover {
  text-decoration: none;
}

.btn-add:hover .btn-add-plus {
  background: #4abaa4;
  color: #fff;
}

.btn-add .btn-add-plus {
  align-items: center;
  background: #f9f9f9;
  border-radius: 50%;
  display: flex;
  height: 2.4rem;
  text-align: center;
  transition: all 0.16s ease-in-out;
  width: 2.4rem;
}

.btn-add .btn-add-plus .icon {
  width: 100%;
}

@media (max-width: 995px) {
  .btn-add .btn-add-plus {
    height: 4.2rem;
    width: 4.2rem;
  }
  .btn-add .btn-add-plus .icon {
    font-size: 3rem;
  }
}

.mobile-header-title.task-title {
  max-height: 4.2rem;
  overflow: hidden;
  line-height: 1.8rem;
}

.mobile-header-title.task-title .category-circle {
  margin-top: .5rem;
}

.task-edit-header {
  padding: .3rem 0 .3rem .6rem;
  width: calc(100% - 5.4rem);
}

@media (max-width: 995px) {
  .task-edit-header {
    padding: 0;
  }
}

@media (max-width: 755px) {
  .task-edit-header {
    width: 100%;
  }
}

.btn-close {
  background: transparent;
  color: #767676;
  position: relative;
}

.btn-close:hover {
  color: #4abaa4;
}

.btn-link.btn-secondary {
  background: transparent;
}

.btn-link.btn-secondary:hover {
  background: rgba(155, 148, 148, 0.05);
}

.section-header {
  border-top: 1px solid #ececec;
  align-items: center;
  color: #767676;
  font-size: 1.2rem;
  display: flex;
  padding: .9rem 1.5rem;
}

.section-header-title {
  display: flex;
  font-weight: 700;
  align-items: center;
}

.section-header-controls .btn-icon {
  width: 4.2rem;
  height: 4.2rem;
}

.section-header-controls .btn {
  height: 4.2rem;
}

.section-header-controls .dropdown {
  display: inline-block;
}

.data-table-header {
  border-bottom: solid 2px #ececec;
}

.data-table-add-data {
  padding: 1.15rem .8rem;
}

@media (max-width: 755px) {
  .data-table-add-data {
    padding: 1.2rem 1.2rem;
    border-bottom: 1px solid #ececec;
    width: 100%;
  }
}

.data-table-add-data button {
  padding: 0;
}

.data-table-add-data .icon {
  background: #f5f5f5;
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 2.4rem;
  width: 2.4rem;
  justify-content: center;
}

.data-table-add-data:hover {
  background: #f9f9f9;
}

.data-table-add-data:hover button {
  background: transparent;
}

.data-table-add-data:hover .icon {
  background-color: #4abaa4;
  color: #fff;
}

@media (max-width: 755px) {
  .data-table {
    position: relative;
    overflow: hidden;
  }
  .data-table:after {
    position: absolute;
    bottom: 0;
    left: 6.6rem;
    right: 0;
    height: 1px;
    width: 100%;
    content: "";
    background: #ececec;
  }
}

.data-table:hover {
  background: #f9f9f9;
}

.data-table:hover.isEdit {
  background-color: transparent;
}

.data-table:hover.isEdit .data-table-edit {
  background-color: #f5f5f5;
}

.data-table .data-table-edit {
  background-color: #f5f5f5;
  border-top: 0 !important;
}

.data-table .row {
  align-items: center;
  line-height: 1;
  border-top: 1px solid #ececec;
  cursor: pointer;
}

.data-table input[type=text] {
  display: inline-block;
  width: 70%;
}

.data-table .data-table-avatar-mobile .avatar {
  border: none;
  width: 4.2rem;
  height: 4.2rem;
}

.data-table .data-table-icon-mobile {
  width: 4.2rem;
  height: 4.2rem;
}

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

.compare-bar.compare-bar-md {
  border-radius: 0 2px 2px 0;
  height: 1rem;
}

.walkthrough .walkthrough-logo {
  max-height: 4rem;
}

.walkthrough .btn-lg, .walkthrough .btn-group-lg > .btn {
  border-radius: 4rem;
}

@media (max-width: 755px) {
  .walkthrough .btn-lg, .walkthrough .btn-group-lg > .btn {
    padding: 1.2rem 2.4rem;
    font-size: 1.4rem;
  }
}

@media (min-width: 1176px) {
  .walkthrough main {
    max-width: 520px;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.195312deg) skewY(-0.195312deg);
    transform: skewX(-0.195312deg) skewY(-0.195312deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.195312deg) skewY(-0.195312deg);
    transform: skewX(-0.195312deg) skewY(-0.195312deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 0.16s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideInToLeft {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, -1.8rem, 0) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 1.8rem, 0) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, -2.4rem, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeOutUpSmall {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -1.8rem, 0) scale(0.97);
  }
}

@keyframes fadeOutDownSmall {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 1.8rem, 0) scale(0.97);
  }
}

.fadeInDownSmall {
  animation: fadeInDownSmall 0.16s ease-out;
}

.fadeInUpSmall {
  animation: fadeInUpSmall 0.16s ease-out;
}

.fadeOutUpSmall {
  animation: fadeOutUpSmall 0.16s ease-in;
  opacity: 0;
}

.fadeOutDownSmall {
  animation: fadeOutDownSmall 0.16s ease-in;
  opacity: 0;
}

.fadeInSlow {
  animation: fadeIn .32s ease-in;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.16s ease-out;
}

.modal.show .modal-dialog {
  animation: fadeInUpSmall 0.4s ease-out;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.2rem;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #ececec;
  border-radius: 0.5rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem;
  position: relative;
  border-bottom: 0 solid #ececec;
}

.modal-header .close {
  font-size: 2.4rem;
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
}

.modal-header .close .icon {
  top: -2px;
}

.modal-title {
  color: #9b9494;
  margin-bottom: 0;
  line-height: 3rem;
  padding-left: .6rem;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.8rem 3rem 3rem 3rem;
}

.modal-footer {
  background: #f5f5f5;
  border-radius: 0 0 .5rem .5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.2rem;
  border-top: 0 solid #ececec;
}

.modal-footer > :not(:first-child) {
  margin-left: .3rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .3rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 540px;
    margin: 3rem auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 996px) {
  .modal-lg {
    max-width: 840px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2.4rem;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 1.2rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.5rem;
}

.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 480px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2.4rem;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 1.4rem;
  word-wrap: break-word;
  background-color: #fbfbfb;
  background-clip: padding-box;
  border: 1px solid #dedbdb;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 1.5rem rgba(82, 69, 69, 0.21);
  animation: fadeIn 0.4s ease-out;
}

.popover .popover-body {
  padding: 1.2rem 1.2rem;
  color: #424242;
}

.popover.popover-info {
  background: #fbfbfb;
  border-color: #dedbdb;
}

.popover.popover-success {
  background: #f5f9fc;
  border-color: #c6dfee;
}

.popover.popover-warning {
  background: #fefcf4;
  border-color: #f4e6a7;
}

.popover.popover-danger {
  background: #fef8f9;
  border-color: #f7cccf;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  content: "";
  border-width: 9px;
}

.popover .arrow::after {
  content: "";
  border-width: 9px;
}

.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 9px;
}

.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
  transform: scaleX(0.75);
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -9px;
  margin-left: -9px;
  border-top-color: #dedbdb;
}


.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: calc((9px - 1px) * -1);
  margin-left: -9px;
  border-top-color: #fbfbfb;
}

.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 9px;
}

.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
  transform: scaleY(0.75);
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -9px;
  border-left-width: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -9px;
  border-right-color: #dedbdb;
}


.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: calc((9px - 1px) * -1);
  border-right-color: #fbfbfb;
}

.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 9px;
}

.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -9px;
  border-top-width: 0;
  transform: scaleX(0.75);
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -9px;
  border-bottom-color: #dedbdb;
}


.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: calc((9px - 1px) * -1);
  border-bottom-color: #fbfbfb;
}

.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #fbfbfb;
}

.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 9px;
}

.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -9px;
  border-right-width: 0;
  transform: scaleY(0.75);
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -9px;
  border-left-color: #dedbdb;
}


.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: calc((9px - 1px) * -1);
  border-left-color: #fbfbfb;
}

.popover-header {
  padding: 1.2rem 1.2rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: inherit;
  background-color: #fbfbfb;
  border-bottom: 1px solid #eeeeee;
  border-top-right-radius: calc(0.5rem - 1px);
  border-top-left-radius: calc(0.5rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1.2rem 1.2rem;
  color: #424242;
}

.popover-footer {
  background: #f5f5f5;
  border-top: 1px solid #ececec;
  border-radius: 0 0 0.5rem 0.5rem;
  display: flex;
  justify-content: flex-end;
  margin-top: 1.2rem;
  padding: .9rem;
}

.redux-infinite-scroll .loader {
  background: #fff;
  height: 7.2rem;
  position: relative;
}

.Cal__Day__root {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  list-style: none;
  text-align: center;
  user-select: none;
  width: 14.28571%;
}

.Cal__Day__root:hover {
  color: #4abaa4;
}

.Cal__Day__root.Cal__Day__enabled.Cal__Day__highlighted,
.Cal__Day__root.Cal__Day__enabled:active,
.Cal__Day__root.Cal__Day__enabled:hover {
  position: relative;
  z-index: 1;
}

.Cal__Day__root.Cal__Day__enabled.Cal__Day__highlighted:before,
.Cal__Day__root.Cal__Day__enabled:active:before,
.Cal__Day__root.Cal__Day__enabled:hover:before {
  background-color: rgba(155, 148, 148, 0.1);
  border-radius: 50%;
  content: "";
  height: 36px;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 36px;
  z-index: -1;
}

.Cal__Day__root.Cal__Day__enabled.Cal__Day__highlighted:before,
.Cal__Day__root.Cal__Day__enabled:active:before {
  opacity: 1;
}

.Cal__Day__root:first-child {
  position: relative;
}

.Cal__Day__root.Cal__Day__today {
  position: relative;
  z-index: 2;
}

.Cal__Day__root.Cal__Day__today > span {
  color: #e4c126 !important;
}

.Cal__Day__root.Cal__Day__today.Cal__Day__disabled > span {
  color: #939393;
}

.Cal__Day__root.Cal__Day__today:before {
  border: 1px solid #e4c126;
  border-radius: 50%;
  content: "";
  height: 36px;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 36px;
  z-index: -1;
}

.Cal__Day__root.Cal__Day__today.Cal__Day__disabled:before {
  box-shadow: inset 0 0 0 1px #bbb;
}

.Cal__Day__root.Cal__Day__selected {
  position: relative;
}

.Cal__Day__root.Cal__Day__selected > .Cal__Day__month,
.Cal__Day__root.Cal__Day__selected > .Cal__Day__year {
  display: none;
}

.Cal__Day__root.Cal__Day__selected:before {
  display: none;
}

.Cal__Day__root.Cal__Day__selected .Cal__Day__selection {
  background: #524545 !important;
  border-radius: 50%;
  content: "";
  height: 36px;
  left: 50%;
  line-height: 36px;
  margin-left: -18px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 36px;
  z-index: 2;
}

.Cal__Day__root.Cal__Day__selected .Cal__Day__selection .Cal__Day__month {
  display: none;
  top: 0;
}

.Cal__Day__root.Cal__Day__selected .Cal__Day__selection .Cal__Day__day {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  top: 0;
}

.Cal__Day__root.Cal__Day__disabled {
  color: #aaa;
  cursor: not-allowed;
}

.Cal__Day__month,
.Cal__Day__year {
  font-size: 1rem;
  left: 0;
  line-height: 1.8rem;
  position: absolute;
  right: 0;
  text-transform: capitalize;
}

.Cal__Day__month {
  top: 3px;
}

.Cal__Day__year {
  bottom: 6px;
}

/*
 * Range selection styles
 */
.Cal__Day__range.Cal__Day__selected.Cal__Day__end:after,
.Cal__Day__range.Cal__Day__selected.Cal__Day__start:after {
  background: rgba(155, 148, 148, 0.1);
  box-shadow: none;
  content: "";
  height: 3.6rem;
  margin-top: -1.8rem;
  position: absolute;
  top: 50%;
  width: 50%;
}

.Cal__Day__range.Cal__Day__selected.Cal__Day__disabled .Cal__Day__selection.Cal__Day__selection {
  background-color: #eee !important;
}

.Cal__Day__range.Cal__Day__selected.Cal__Day__disabled .Cal__Day__selection.Cal__Day__selection .Cal__Day__day,
.Cal__Day__range.Cal__Day__selected.Cal__Day__disabled .Cal__Day__selection.Cal__Day__selection .Cal__Day__month {
  color: #aaa;
  font-weight: 300;
}

.Cal__Day__range.Cal__Day__selected.Cal__Day__start .Cal__Day__selection {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}

.Cal__Day__range.Cal__Day__selected.Cal__Day__start:after {
  right: 0;
}

.Cal__Day__range.Cal__Day__selected.Cal__Day__start.Cal__Day__end:after {
  display: none;
}

.Cal__Day__range.Cal__Day__selected.Cal__Day__betweenRange {
  color: transparent !important;
}

.Cal__Day__range.Cal__Day__selected.Cal__Day__betweenRange .Cal__Day__selection {
  background: rgba(155, 148, 148, 0.1) !important;
  color: #fff !important;
  font-weight: 400;
  align-items: center;
  border-radius: 0;
  display: flex;
  justify-content: center;
  left: 0;
  margin-left: 0;
  right: 0;
  width: 100%;
}

.Cal__Day__range.Cal__Day__selected.Cal__Day__betweenRange .Cal__Day__day {
  color: #4abaa4 !important;
  font-size: 16px;
  font-weight: 400;
  top: 0;
}

.Cal__Day__range.Cal__Day__selected.Cal__Day__betweenRange .Cal__Day__month {
  display: none;
}

.Cal__Day__range.Cal__Day__selected.Cal__Day__end:after {
  left: 0;
}

.Cal__Day__range.Cal__Day__selected.Cal__Day__end .Cal__Day__selection {
  background-color: #524545 !important;
  border: 0;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  box-sizing: border-box;
  color: #fff !important;
}

.Cal__Day__range.Cal__Day__selected.Cal__Day__end .Cal__Day__selection .Cal__Day__day {
  top: 0;
}

.Cal__Container__root {
  border-bottom: 1px solid #d6d6d6;
  display: table;
  font-weight: normal;
  line-height: 2.4rem;
  outline: none;
  position: relative;
  text-align: left;
  z-index: 1;
}

.Cal__Container__root.Cal__Container__landscape {
  display: flex;
  flex-direction: row;
}

.Cal__Container__root.Cal__Container__landscape .Cal__Container__wrapper {
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.Cal__Container__listWrapper {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.Cal__Header__root {
  align-items: center;
  background: #fff !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  color: #939393 !important;
  display: flex;
  font-weight: 400;
  line-height: 1.8rem;
  min-height: 72px;
  overflow: hidden;
  padding: 12px;
  position: relative;
}

.calendar-sm .Cal__Header__root {
  border-bottom: 1px solid #ececec;
  min-height: 0;
}

.Cal__Header__root.Cal__Header__landscape {
  align-items: flex-start;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  min-width: 200px;
}

.Cal__Header__root.Cal__Header__landscape .Cal__Header__dateWrapper.Cal__Header__day {
  flex-grow: 1;
  height: 76px;
}

.Cal__Header__wrapper {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.calendar-sm .Cal__Header__wrapper {
  flex-direction: row;
}

.Cal__Header__wrapper.Cal__Header__blank {
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
  font-size: 18px;
  height: 58px;
  line-height: 58px;
}

.Cal__Header__dateWrapper {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  overflow: hidden;
  position: relative;
  transition: color .3s ease;
}

.Cal__Header__dateWrapper.Cal__Header__active {
  color: white;
}

.Cal__Header__dateWrapper.Cal__Header__year {
  color: #939393 !important;
  font-size: 14px;
  height: 1.8rem;
  line-height: 18px;
}

.calendar-sm .Cal__Header__dateWrapper.Cal__Header__year {
  width: 5rem;
}

.Cal__Header__dateWrapper.Cal__Header__day {
  color: #424242 !important;
  font-size: 18px;
  font-weight: 700;
  height: 3.6rem;
  line-height: 3.6rem;
  text-transform: capitalize;
}

.calendar-sm .Cal__Header__dateWrapper.Cal__Header__day {
  font-size: 1.4rem;
  height: 1.8rem;
  line-height: 1.8rem;
  width: 100%;
}

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

.Cal__Header__range {
  display: flex;
  flex-grow: 1;
}

.Cal__Header__range .Cal__Header__dateWrapper {
  overflow: visible;
}

.Cal__Header__range .Cal__Header__wrapper {
  position: relative;
}

.Cal__Header__range .Cal__Header__wrapper:first-child:before {
  transform: translateX(1px);
}

.Cal__Header__range .Cal__Header__wrapper .Cal__Header__date {
  white-space: nowrap;
  z-index: 1;
}

.Cal__Today__root {
  align-items: center;
  background: linear-gradient(#fff, #fafafa) !important;
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: #767676;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  left: 0;
  line-height: 0;
  padding: 1.2rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(0, -100%, 0);
  transition: transform .16s ease;
  transition-delay: .16s;
  z-index: 10;
}

.Cal__Today__root:hover {
  color: #4abaa4;
}

.Cal__Today__root.Cal__Today__show {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.Cal__Today__root.Cal__Today__show .Cal__Today__chevron {
  color: #fff !important;
  transition: transform .16s ease;
}

.Cal__Today__root .Cal__Today__chevron {
  margin-left: .6rem;
  transform: rotate(270deg);
  transition: transform .16s ease;
}

.Cal__Today__root.Cal__Today__chevronUp .Cal__Today__chevron {
  transform: rotate(180deg);
}

.Cal__Today__root.Cal__Today__chevronDown .Cal__Today__chevron {
  transform: rotate(360deg);
}

.Cal__MonthList__root {
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  width: 100% !important;
}

.Cal__MonthList__root.Cal__MonthList__scrolling > div {
  pointer-events: none;
}

.Cal__MonthList__root.Cal__MonthList__scrolling label {
  opacity: 1;
}

.Cal__Weekdays__root {
  background: #fff !important;
  border-bottom: 1px solid #d6d6d6;
  color: #939393 !important;
  display: flex;
  line-height: 3.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}

.Cal__Weekdays__day {
  flex-basis: 14.28571%;
  flex-grow: 1;
  font-weight: 400;
  padding: 0;
  text-align: center;
}

.Cal__Years__root {
  align-items: center;
  background-color: #f9f9f9;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 10;
}

.Cal__Years__root:after,
.Cal__Years__root:before {
  content: "";
  height: 50px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.Cal__Years__root:before {
  background: #fff;
  top: 0;
}

.Cal__Years__root:after {
  background: #fff;
  bottom: 0;
}

.Cal__Years__list {
  box-sizing: border-box;
}

.Cal__Years__list.Cal__Years__center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.Cal__Years__year {
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
  -webkit-user-select: none;
}

.Cal__Years__year.Cal__Years__withMonths {
  border-bottom: 1px solid #e9e9e9;
}

.Cal__Years__year.Cal__Years__withMonths label {
  box-sizing: border-box;
  height: 88px;
  padding-top: 12px;
}

.Cal__Years__year label {
  flex-basis: 42%;
}

.Cal__Years__year label span {
  color: #333;
  flex-shrink: 0;
}

.Cal__Years__year ol {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.Cal__Years__year ol li {
  align-items: center;
  border-radius: 50%;
  box-sizing: border-box;
  color: #444;
  display: flex;
  flex-shrink: 0;
  font-weight: 400;
  height: 44px;
  justify-content: center;
  list-style: none;
  text-transform: capitalize;
  width: 44px;
}

.Cal__Years__year ol li.Cal__Years__currentMonth {
  border: 1px solid;
}

.Cal__Years__year ol li.Cal__Years__selected {
  background-color: blue;
  border: 0;
  color: #fff !important;
  position: relative;
  z-index: 1;
}

.Cal__Years__year ol li.Cal__Years__disabled {
  color: #aaa;
  cursor: not-allowed;
}

.Cal__Years__year ol li.Cal__Years__disabled:hover {
  background-color: inherit;
}

.Cal__Years__year ol li:hover {
  background-color: #efefef;
}

.Cal__Years__year.Cal__Years__active label > span,
.Cal__Years__year:hover label > span {
  color: inherit;
}

.Cal__Years__year.Cal__Years__active,
.Cal__Years__year:hover {
  position: relative;
  z-index: 2;
}

.Cal__Years__year.Cal__Years__active {
  font-size: 32px;
}

.Cal__Years__year.Cal__Years__currentYear {
  position: relative;
}

.Cal__Years__year.Cal__Years__currentYear label > span {
  border-bottom: 3px solid;
  min-width: 50px;
  padding-bottom: 5px;
}

.Cal__Years__year.Cal__Years__currentYear.Cal__Years__active label > span {
  min-width: 85px;
}

.Cal__Years__year.Cal__Years__first {
  padding-top: 40px;
}

.Cal__Years__year.Cal__Years__last {
  padding-bottom: 40px;
}

.Cal__Animation__enter {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: .25s ease;
}

.Cal__Animation__enter.Cal__Animation__enterActive {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.Cal__Animation__leave {
  transform: translate3d(0, 0, 0);
  transition: .25s ease;
}

.Cal__Animation__leave.Cal__Animation__leaveActive {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

.Cal__Slider__root,
.Cal__Slider__slide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.Cal__Slider__root {
  overflow: hidden;
}

.Cal__Slider__slide {
  padding: 20px 65px;
}

.Cal__Slider__slide:first-child {
  padding-left: 20px;
}

.Cal__Slider__wrapper {
  height: 100%;
  transition: transform .3s ease;
}

.Cal__Slider__arrow {
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: .7;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 1;
}

.Cal__Slider__arrow svg {
  width: 15px;
}

.Cal__Slider__arrow:hover {
  opacity: 1;
}

.Cal__Slider__arrowRight {
  right: 0;
}

.Cal__Slider__arrowLeft {
  left: 0;
  transform: scaleX(-1);
}

.Cal__transition__enter {
  opacity: 0;
}

.Cal__transition__enterActive {
  opacity: 1;
  transition: opacity .3s ease;
}

.Cal__transition__leave {
  opacity: 1;
}

.Cal__transition__leaveActive {
  opacity: 0;
  transition: opacity .3s ease;
}

.Cal__Month__rows {
  background: #fff;
  position: relative;
}

.Cal__Month__row {
  margin: 0;
  padding: 0;
}

.Cal__Month__row:first-child {
  text-align: right;
}

.Cal__Month__row:first-child li {
  background-color: #fff;
  box-shadow: 0 -3px 0 #eee;
}

.Cal__Month__row:nth-child(2) {
  box-shadow: 0 -3px 0 #eee;
}

.Cal__Month__row.Cal__Month__partial:first-child li:first-child {
  box-shadow: 0 -3px 0 #eee, inset 3px 0 0 #eee;
}

.Cal__Month__row.Cal__Month__partial:last-of-type li {
  position: relative;
  z-index: 1;
}

.Cal__Month__label {
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  font-size: 30px;
  font-weight: 500;
  left: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  z-index: 3;
}

.Cal__Month__label > span {
  align-items: center;
  bottom: 48px;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-transform: capitalize;
  top: 0;
}

.Cal__Month__label.Cal__Month__partialFirstRow {
  top: 48px;
}

#payjp_checkout_box input[type=button] {
  display: inline-block !important;
  font-weight: 700 !important;
  line-height: 2.4rem !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  user-select: none !important;
  cursor: pointer !important;
  color: #767676 !important;
  border: 1px solid #d6d6d6 !important;
  padding: 0.5rem, 1.2rem !important;
  font-size: 1.4rem !important;
  border-radius: 0.5rem !important;
  background: linear-gradient(#fff, #fafafa) !important;
  outline: none !important;
  transition: all 0.16s ease-in-out !important;
}

#payjp_checkout_box input[type=button]:hover {
  color: #4abaa4 !important;
  background-color: #fff !important;
  border-color: #bdbdbd !important;
}

#payjp_checkout_box input[type=button]:focus {
  box-shadow: 0 0 0 2px rgba(214, 214, 214, 0.5) !important;
}

#payjp_checkout_box input[type=button]:active {
  color: #767676 !important;
  background-color: #f0f0f0 !important;
  background-image: none !important;
  border-color: #bdbdbd !important;
  transform: scale(0.99) !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #4abaa4 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #3a9785 !important;
}

.bg-success {
  background-color: #5ba4cf !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #388dbf !important;
}

.bg-info {
  background-color: #9b9494 !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #827a7a !important;
}

.bg-warning {
  background-color: #e4c126 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #bfa018 !important;
}

.bg-danger {
  background-color: #e6636b !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #df3741 !important;
}

.bg-inverse {
  background-color: #524545 !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #362e2e !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

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

.border-left-1 {
  border-left: 1px solid #ececec;
}

.rounded {
  border-radius: 0.5rem;
}

.rounded-top {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.rounded-right {
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-left {
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

.rounded-right-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 756px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 996px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1176px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.flex-unordered {
  order: 0;
}

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

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

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

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

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-around {
  align-content: space-around !important;
}

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

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1;
  }
  .flex-sm-last {
    order: 1;
  }
  .flex-sm-unordered {
    order: 0;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 756px) {
  .flex-md-first {
    order: -1;
  }
  .flex-md-last {
    order: 1;
  }
  .flex-md-unordered {
    order: 0;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 996px) {
  .flex-lg-first {
    order: -1;
  }
  .flex-lg-last {
    order: 1;
  }
  .flex-lg-unordered {
    order: 0;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1176px) {
  .flex-xl-first {
    order: -1;
  }
  .flex-xl-last {
    order: 1;
  }
  .flex-xl-unordered {
    order: 0;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 756px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 996px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1176px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.position-relative {
  position: relative;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.6rem 0.6rem !important;
}

.mt-1 {
  margin-top: 0.6rem !important;
}

.mr-1 {
  margin-right: 0.6rem !important;
}

.mb-1 {
  margin-bottom: 0.6rem !important;
}

.ml-1 {
  margin-left: 0.6rem !important;
}

.mx-1 {
  margin-right: 0.6rem !important;
  margin-left: 0.6rem !important;
}

.my-1 {
  margin-top: 0.6rem !important;
  margin-bottom: 0.6rem !important;
}

.m-2 {
  margin: 1.2rem 1.2rem !important;
}

.mt-2 {
  margin-top: 1.2rem !important;
}

.mr-2 {
  margin-right: 1.2rem !important;
}

.mb-2 {
  margin-bottom: 1.2rem !important;
}

.ml-2 {
  margin-left: 1.2rem !important;
}

.mx-2 {
  margin-right: 1.2rem !important;
  margin-left: 1.2rem !important;
}

.my-2 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}

.m-3 {
  margin: 2.4rem 2.4rem !important;
}

.mt-3 {
  margin-top: 2.4rem !important;
}

.mr-3 {
  margin-right: 2.4rem !important;
}

.mb-3 {
  margin-bottom: 2.4rem !important;
}

.ml-3 {
  margin-left: 2.4rem !important;
}

.mx-3 {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important;
}

.my-3 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.m-4 {
  margin: 3.6rem 3.6rem !important;
}

.mt-4 {
  margin-top: 3.6rem !important;
}

.mr-4 {
  margin-right: 3.6rem !important;
}

.mb-4 {
  margin-bottom: 3.6rem !important;
}

.ml-4 {
  margin-left: 3.6rem !important;
}

.mx-4 {
  margin-right: 3.6rem !important;
  margin-left: 3.6rem !important;
}

.my-4 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important;
}

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

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

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

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

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

.mx-5 {
  margin-right: 4.8rem !important;
  margin-left: 4.8rem !important;
}

.my-5 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

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

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

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

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.6rem 0.6rem !important;
}

.pt-1 {
  padding-top: 0.6rem !important;
}

.pr-1 {
  padding-right: 0.6rem !important;
}

.pb-1 {
  padding-bottom: 0.6rem !important;
}

.pl-1 {
  padding-left: 0.6rem !important;
}

.px-1 {
  padding-right: 0.6rem !important;
  padding-left: 0.6rem !important;
}

.py-1 {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}

.p-2 {
  padding: 1.2rem 1.2rem !important;
}

.pt-2 {
  padding-top: 1.2rem !important;
}

.pr-2 {
  padding-right: 1.2rem !important;
}

.pb-2 {
  padding-bottom: 1.2rem !important;
}

.pl-2 {
  padding-left: 1.2rem !important;
}

.px-2 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

.py-2 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.p-3 {
  padding: 2.4rem 2.4rem !important;
}

.pt-3 {
  padding-top: 2.4rem !important;
}

.pr-3 {
  padding-right: 2.4rem !important;
}

.pb-3 {
  padding-bottom: 2.4rem !important;
}

.pl-3 {
  padding-left: 2.4rem !important;
}

.px-3 {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important;
}

.py-3 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.p-4 {
  padding: 3.6rem 3.6rem !important;
}

.pt-4 {
  padding-top: 3.6rem !important;
}

.pr-4 {
  padding-right: 3.6rem !important;
}

.pb-4 {
  padding-bottom: 3.6rem !important;
}

.pl-4 {
  padding-left: 3.6rem !important;
}

.px-4 {
  padding-right: 3.6rem !important;
  padding-left: 3.6rem !important;
}

.py-4 {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

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

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

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

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

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

.px-5 {
  padding-right: 4.8rem !important;
  padding-left: 4.8rem !important;
}

.py-5 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

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

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

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

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

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

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.6rem 0.6rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.6rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.6rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.6rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.6rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .my-sm-1 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .m-sm-2 {
    margin: 1.2rem 1.2rem !important;
  }
  .mt-sm-2 {
    margin-top: 1.2rem !important;
  }
  .mr-sm-2 {
    margin-right: 1.2rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1.2rem !important;
  }
  .ml-sm-2 {
    margin-left: 1.2rem !important;
  }
  .mx-sm-2 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .my-sm-2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .m-sm-3 {
    margin: 2.4rem 2.4rem !important;
  }
  .mt-sm-3 {
    margin-top: 2.4rem !important;
  }
  .mr-sm-3 {
    margin-right: 2.4rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 2.4rem !important;
  }
  .ml-sm-3 {
    margin-left: 2.4rem !important;
  }
  .mx-sm-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .my-sm-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .m-sm-4 {
    margin: 3.6rem 3.6rem !important;
  }
  .mt-sm-4 {
    margin-top: 3.6rem !important;
  }
  .mr-sm-4 {
    margin-right: 3.6rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 3.6rem !important;
  }
  .ml-sm-4 {
    margin-left: 3.6rem !important;
  }
  .mx-sm-4 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .my-sm-4 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .m-sm-5 {
    margin: 4.8rem 4.8rem !important;
  }
  .mt-sm-5 {
    margin-top: 4.8rem !important;
  }
  .mr-sm-5 {
    margin-right: 4.8rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 4.8rem !important;
  }
  .ml-sm-5 {
    margin-left: 4.8rem !important;
  }
  .mx-sm-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .my-sm-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.6rem 0.6rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.6rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.6rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.6rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.6rem !important;
  }
  .px-sm-1 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .py-sm-1 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .p-sm-2 {
    padding: 1.2rem 1.2rem !important;
  }
  .pt-sm-2 {
    padding-top: 1.2rem !important;
  }
  .pr-sm-2 {
    padding-right: 1.2rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1.2rem !important;
  }
  .pl-sm-2 {
    padding-left: 1.2rem !important;
  }
  .px-sm-2 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .py-sm-2 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .p-sm-3 {
    padding: 2.4rem 2.4rem !important;
  }
  .pt-sm-3 {
    padding-top: 2.4rem !important;
  }
  .pr-sm-3 {
    padding-right: 2.4rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 2.4rem !important;
  }
  .pl-sm-3 {
    padding-left: 2.4rem !important;
  }
  .px-sm-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .py-sm-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .p-sm-4 {
    padding: 3.6rem 3.6rem !important;
  }
  .pt-sm-4 {
    padding-top: 3.6rem !important;
  }
  .pr-sm-4 {
    padding-right: 3.6rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 3.6rem !important;
  }
  .pl-sm-4 {
    padding-left: 3.6rem !important;
  }
  .px-sm-4 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .py-sm-4 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .p-sm-5 {
    padding: 4.8rem 4.8rem !important;
  }
  .pt-sm-5 {
    padding-top: 4.8rem !important;
  }
  .pr-sm-5 {
    padding-right: 4.8rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 4.8rem !important;
  }
  .pl-sm-5 {
    padding-left: 4.8rem !important;
  }
  .px-sm-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-sm-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 756px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.6rem 0.6rem !important;
  }
  .mt-md-1 {
    margin-top: 0.6rem !important;
  }
  .mr-md-1 {
    margin-right: 0.6rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.6rem !important;
  }
  .ml-md-1 {
    margin-left: 0.6rem !important;
  }
  .mx-md-1 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .my-md-1 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .m-md-2 {
    margin: 1.2rem 1.2rem !important;
  }
  .mt-md-2 {
    margin-top: 1.2rem !important;
  }
  .mr-md-2 {
    margin-right: 1.2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1.2rem !important;
  }
  .ml-md-2 {
    margin-left: 1.2rem !important;
  }
  .mx-md-2 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .my-md-2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .m-md-3 {
    margin: 2.4rem 2.4rem !important;
  }
  .mt-md-3 {
    margin-top: 2.4rem !important;
  }
  .mr-md-3 {
    margin-right: 2.4rem !important;
  }
  .mb-md-3 {
    margin-bottom: 2.4rem !important;
  }
  .ml-md-3 {
    margin-left: 2.4rem !important;
  }
  .mx-md-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .my-md-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .m-md-4 {
    margin: 3.6rem 3.6rem !important;
  }
  .mt-md-4 {
    margin-top: 3.6rem !important;
  }
  .mr-md-4 {
    margin-right: 3.6rem !important;
  }
  .mb-md-4 {
    margin-bottom: 3.6rem !important;
  }
  .ml-md-4 {
    margin-left: 3.6rem !important;
  }
  .mx-md-4 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .my-md-4 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .m-md-5 {
    margin: 4.8rem 4.8rem !important;
  }
  .mt-md-5 {
    margin-top: 4.8rem !important;
  }
  .mr-md-5 {
    margin-right: 4.8rem !important;
  }
  .mb-md-5 {
    margin-bottom: 4.8rem !important;
  }
  .ml-md-5 {
    margin-left: 4.8rem !important;
  }
  .mx-md-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .my-md-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.6rem 0.6rem !important;
  }
  .pt-md-1 {
    padding-top: 0.6rem !important;
  }
  .pr-md-1 {
    padding-right: 0.6rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.6rem !important;
  }
  .pl-md-1 {
    padding-left: 0.6rem !important;
  }
  .px-md-1 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .py-md-1 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .p-md-2 {
    padding: 1.2rem 1.2rem !important;
  }
  .pt-md-2 {
    padding-top: 1.2rem !important;
  }
  .pr-md-2 {
    padding-right: 1.2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1.2rem !important;
  }
  .pl-md-2 {
    padding-left: 1.2rem !important;
  }
  .px-md-2 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .py-md-2 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .p-md-3 {
    padding: 2.4rem 2.4rem !important;
  }
  .pt-md-3 {
    padding-top: 2.4rem !important;
  }
  .pr-md-3 {
    padding-right: 2.4rem !important;
  }
  .pb-md-3 {
    padding-bottom: 2.4rem !important;
  }
  .pl-md-3 {
    padding-left: 2.4rem !important;
  }
  .px-md-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .py-md-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .p-md-4 {
    padding: 3.6rem 3.6rem !important;
  }
  .pt-md-4 {
    padding-top: 3.6rem !important;
  }
  .pr-md-4 {
    padding-right: 3.6rem !important;
  }
  .pb-md-4 {
    padding-bottom: 3.6rem !important;
  }
  .pl-md-4 {
    padding-left: 3.6rem !important;
  }
  .px-md-4 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .py-md-4 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .p-md-5 {
    padding: 4.8rem 4.8rem !important;
  }
  .pt-md-5 {
    padding-top: 4.8rem !important;
  }
  .pr-md-5 {
    padding-right: 4.8rem !important;
  }
  .pb-md-5 {
    padding-bottom: 4.8rem !important;
  }
  .pl-md-5 {
    padding-left: 4.8rem !important;
  }
  .px-md-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-md-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 996px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.6rem 0.6rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.6rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.6rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.6rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.6rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .my-lg-1 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .m-lg-2 {
    margin: 1.2rem 1.2rem !important;
  }
  .mt-lg-2 {
    margin-top: 1.2rem !important;
  }
  .mr-lg-2 {
    margin-right: 1.2rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1.2rem !important;
  }
  .ml-lg-2 {
    margin-left: 1.2rem !important;
  }
  .mx-lg-2 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .my-lg-2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .m-lg-3 {
    margin: 2.4rem 2.4rem !important;
  }
  .mt-lg-3 {
    margin-top: 2.4rem !important;
  }
  .mr-lg-3 {
    margin-right: 2.4rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 2.4rem !important;
  }
  .ml-lg-3 {
    margin-left: 2.4rem !important;
  }
  .mx-lg-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .my-lg-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .m-lg-4 {
    margin: 3.6rem 3.6rem !important;
  }
  .mt-lg-4 {
    margin-top: 3.6rem !important;
  }
  .mr-lg-4 {
    margin-right: 3.6rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 3.6rem !important;
  }
  .ml-lg-4 {
    margin-left: 3.6rem !important;
  }
  .mx-lg-4 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .my-lg-4 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .m-lg-5 {
    margin: 4.8rem 4.8rem !important;
  }
  .mt-lg-5 {
    margin-top: 4.8rem !important;
  }
  .mr-lg-5 {
    margin-right: 4.8rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 4.8rem !important;
  }
  .ml-lg-5 {
    margin-left: 4.8rem !important;
  }
  .mx-lg-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .my-lg-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.6rem 0.6rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.6rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.6rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.6rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.6rem !important;
  }
  .px-lg-1 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .py-lg-1 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .p-lg-2 {
    padding: 1.2rem 1.2rem !important;
  }
  .pt-lg-2 {
    padding-top: 1.2rem !important;
  }
  .pr-lg-2 {
    padding-right: 1.2rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1.2rem !important;
  }
  .pl-lg-2 {
    padding-left: 1.2rem !important;
  }
  .px-lg-2 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .py-lg-2 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .p-lg-3 {
    padding: 2.4rem 2.4rem !important;
  }
  .pt-lg-3 {
    padding-top: 2.4rem !important;
  }
  .pr-lg-3 {
    padding-right: 2.4rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 2.4rem !important;
  }
  .pl-lg-3 {
    padding-left: 2.4rem !important;
  }
  .px-lg-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .py-lg-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .p-lg-4 {
    padding: 3.6rem 3.6rem !important;
  }
  .pt-lg-4 {
    padding-top: 3.6rem !important;
  }
  .pr-lg-4 {
    padding-right: 3.6rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 3.6rem !important;
  }
  .pl-lg-4 {
    padding-left: 3.6rem !important;
  }
  .px-lg-4 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .py-lg-4 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .p-lg-5 {
    padding: 4.8rem 4.8rem !important;
  }
  .pt-lg-5 {
    padding-top: 4.8rem !important;
  }
  .pr-lg-5 {
    padding-right: 4.8rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 4.8rem !important;
  }
  .pl-lg-5 {
    padding-left: 4.8rem !important;
  }
  .px-lg-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-lg-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1176px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.6rem 0.6rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.6rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.6rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.6rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.6rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .my-xl-1 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .m-xl-2 {
    margin: 1.2rem 1.2rem !important;
  }
  .mt-xl-2 {
    margin-top: 1.2rem !important;
  }
  .mr-xl-2 {
    margin-right: 1.2rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1.2rem !important;
  }
  .ml-xl-2 {
    margin-left: 1.2rem !important;
  }
  .mx-xl-2 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .my-xl-2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .m-xl-3 {
    margin: 2.4rem 2.4rem !important;
  }
  .mt-xl-3 {
    margin-top: 2.4rem !important;
  }
  .mr-xl-3 {
    margin-right: 2.4rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 2.4rem !important;
  }
  .ml-xl-3 {
    margin-left: 2.4rem !important;
  }
  .mx-xl-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .my-xl-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .m-xl-4 {
    margin: 3.6rem 3.6rem !important;
  }
  .mt-xl-4 {
    margin-top: 3.6rem !important;
  }
  .mr-xl-4 {
    margin-right: 3.6rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 3.6rem !important;
  }
  .ml-xl-4 {
    margin-left: 3.6rem !important;
  }
  .mx-xl-4 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .my-xl-4 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .m-xl-5 {
    margin: 4.8rem 4.8rem !important;
  }
  .mt-xl-5 {
    margin-top: 4.8rem !important;
  }
  .mr-xl-5 {
    margin-right: 4.8rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 4.8rem !important;
  }
  .ml-xl-5 {
    margin-left: 4.8rem !important;
  }
  .mx-xl-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .my-xl-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .p-xl-0 {
    padding: 0 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.6rem 0.6rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.6rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.6rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.6rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.6rem !important;
  }
  .px-xl-1 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .py-xl-1 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .p-xl-2 {
    padding: 1.2rem 1.2rem !important;
  }
  .pt-xl-2 {
    padding-top: 1.2rem !important;
  }
  .pr-xl-2 {
    padding-right: 1.2rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1.2rem !important;
  }
  .pl-xl-2 {
    padding-left: 1.2rem !important;
  }
  .px-xl-2 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .py-xl-2 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .p-xl-3 {
    padding: 2.4rem 2.4rem !important;
  }
  .pt-xl-3 {
    padding-top: 2.4rem !important;
  }
  .pr-xl-3 {
    padding-right: 2.4rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 2.4rem !important;
  }
  .pl-xl-3 {
    padding-left: 2.4rem !important;
  }
  .px-xl-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .py-xl-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .p-xl-4 {
    padding: 3.6rem 3.6rem !important;
  }
  .pt-xl-4 {
    padding-top: 3.6rem !important;
  }
  .pr-xl-4 {
    padding-right: 3.6rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 3.6rem !important;
  }
  .pl-xl-4 {
    padding-left: 3.6rem !important;
  }
  .px-xl-4 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }
  .py-xl-4 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .p-xl-5 {
    padding: 4.8rem 4.8rem !important;
  }
  .pt-xl-5 {
    padding-top: 4.8rem !important;
  }
  .pr-xl-5 {
    padding-right: 4.8rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 4.8rem !important;
  }
  .pl-xl-5 {
    padding-left: 4.8rem !important;
  }
  .px-xl-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-xl-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 756px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 996px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1176px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

.font-weight-bold {
  font-weight: 700;
}

.font-weight-medium {
  font-weight: 500;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #939393 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #7a7a7a !important;
}

.text-primary {
  color: #4abaa4 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #3a9785 !important;
}

.text-success {
  color: #5ba4cf !important;
}

a.text-success:focus, a.text-success:hover {
  color: #388dbf !important;
}

.text-info {
  color: #9b9494 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #827a7a !important;
}

.text-warning {
  color: #e4c126 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #bfa018 !important;
}

.text-danger {
  color: #e6636b !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #df3741 !important;
}

.text-secondary-link {
  color: #767676 !important;
}

a.text-secondary-link:focus, a.text-secondary-link:hover {
  color: #5d5d5d !important;
}

.text-gray-dark {
  color: #939393 !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #7a7a7a !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 755px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 756px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 995px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 996px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1175px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1176px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* FIXME: 一時的なものをここに記載 */
.border-top-1 {
  border-top: 1px solid #ececec;
}

.border-1 {
  border: 1px solid #ececec;
}

.border-2 {
  border: 2px solid #ececec;
}

/* TODO: Conditionalsをつくる？ */
.is-app .open-timeline-task-form,
.is-mobile .open-timeline-task-form {
  max-height: 100vh;
  overflow: hidden;
}

/* TODO: .section-headerに置き換える */
.datebar {
  background: #f5f5f5;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  display: flex;
  margin-top: -1px;
  position: relative;
}

.datebar .datebar-day {
  color: #767676;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  padding: .6rem 1.2rem;
}

.datebar .datebar-times {
  color: #767676;
  font-size: 1.2rem;
  margin-left: auto;
  padding: .6rem 1.2rem;
}

/* FIXME: レポート条件変更まで一時的 */
.report-toolbar .btn-group .btn-group {
  width: 100%;
}

.report-toolbar .btn-group .btn-group .dropdown-toggle {
  width: 100%;
}

@media (max-width: 755px) {
  .report-toolbar .btn-group {
    display: block;
  }
  .report-toolbar .btn-group .btn-group {
    display: block;
    float: left;
    width: calc(50% - 19px);
  }
  .report-toolbar .btn-group .btn-group .dropdown-toggle {
    font-size: 1.15rem;
    overflow: hidden;
    width: 100%;
  }
  .report-toolbar .btn-group .btn-group-last {
    display: block;
    float: left;
  }
}

/* FIXME: タスク編集画面を整える */
.task-edit-tab-content {
  background: #fbfbfb;
  border-radius: 0 0 0.5rem 0.5rem;
  height: 100%;
  transition: all 0.16s ease-in-out;
}

.task-edit-tab-content .tab-pane {
  height: 100%;
  overflow: visible;
  border-top: 1px solid #d6d6d6;
}

.is-app .unselect-tabs .task-edit-tab-content,
.is-mobile .unselect-tabs .task-edit-tab-content {
  border-top: 1px solid #d6d6d6;
}

.is-app .open-suggestion .task-edit-tab-content,
.is-mobile .open-suggestion .task-edit-tab-content {
  border-top: 0;
}

.arrow-block-up {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMjQgNiI+PHBhdGggZD0iTTI0LDUuOTU4MzNIMTJWLjVDMTYuNjU2MjkuNSwxOCw1Ljk1ODMzLDI0LDUuOTU4MzNaIiBmaWxsPSIjZmJmYmZiIi8+PHBhdGggZD0iTTEyLC41YzUuNTMxMjUsMCw1LjExNDU4LDUuMDAzNDcsOS43ODEyNSw1LjAwMzMxQzI0LDUuNTAzMjMsMjQsNS41MDM0NywyNCw1LjUwMzQ3IiBmaWxsPSJub25lIiBzdHJva2U9IiNkNmQ2ZDYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjxwYXRoIGQ9Ik0wLDUuOTU4MzNIMTJWLjVDNy4zNDM3OS41LDYsNS45NTgzMywwLDUuOTU4MzNaIiBmaWxsPSIjZmJmYmZiIi8+PHBhdGggZD0iTTEyLC41QzYuNDY4NzkuNSw2Ljg4NTQ1LDUuNTAzNDcsMi4yMTg3OSw1LjUwMzMxLDAsNS41MDMyMywwLDUuNTAzNDcsMCw1LjUwMzQ3IiBmaWxsPSJub25lIiBzdHJva2U9IiNkNmQ2ZDYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjwvc3ZnPg==);
  background-size: contain;
  height: .6rem;
  width: 2.4rem;
  position: absolute;
  bottom: -.7rem;
  left: 2.4rem;
  animation: arrowUp .16s ease-out;
}

@keyframes arrowUp {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

.composer .form-inline input.form-control {
  border: 0;
  font-weight: 700;
}

.composer .form-inline input.form-control::placeholder-shown {
  font-weight: 700;
}

.composer .form-inline input.form-control:focus, .composer .form-inline input.form-control.focus {
  border: 0;
  box-shadow: none;
}

.composer.data-export-form {
  max-height: 480px;
}

.composer.data-export-form .data-export-form-block {
  border-left: 1px solid #ececec;
  height: 430px;
}

.composer.data-export-form .data-export-form-block:first-of-type {
  border-left: 0;
}

.composer.data-export-form .data-export-form-list {
  height: 352px;
  overflow-y: scroll;
}

@media (max-width: 995px) {
  .composer.data-export-form {
    position: fixed;
    right: 1.2rem;
    left: 1.2rem;
    margin: auto;
    width: calc(100% - 2.4rem);
  }
}

@media (max-width: 755px) {
  .composer.data-export-form {
    top: 3.6rem;
    height: calc(100vh - 7.2rem);
    overflow-y: scroll;
  }
  .composer.data-export-form.data-export-form {
    max-height: none;
  }
  .composer.data-export-form.data-export-form .data-export-form-block {
    border-left: 0;
    border-top: 1px solid #ececec;
    height: 204px;
  }
  .composer.data-export-form.data-export-form .data-export-form-block:first-of-type {
    border-top: 0;
  }
  .composer.data-export-form.data-export-form .data-export-form-list {
    height: 160px;
    overflow-y: scroll;
  }
}

@media (max-width: 755px) {
  .floating-nav {
    display: flex;
    width: 100%;
  }
  .is-crx .floating-nav,
  .is-pc .floating-nav {
    display: inline-flex;
    width: auto;
    position: fixed;
    bottom: 1.2rem;
    right: 1.2rem;
  }
}

@media (max-width: 755px) {
  .quicktask .quicktask-current {
    padding-left: .6rem;
  }
}

.is-app .quicktask,
.is-mobile .quicktask {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-left: -.9rem;
  border-top: 1px solid #d6d6d6;
  background: #fff;
}

.is-app .quicktask .quicktask-current-wrap,
.is-mobile .quicktask .quicktask-current-wrap {
  border: 0;
  border-radius: 0;
  height: 4.8rem;
  padding-right: 1.2rem;
}

.is-app .toolbar.stopped .quicktask .btn-new-task,
.is-mobile .toolbar.stopped .quicktask .btn-new-task {
  background: #fff;
  border: 0;
  border-radius: 0;
  height: 4.8rem;
}

.is-app .toolbar.started .quicktask .btn-new-task,
.is-mobile .toolbar.started .quicktask .btn-new-task {
  padding: .4rem .6rem;
  margin: .6rem;
}

.list-group-suggest {
  max-height: 60vh;
  overflow-y: scroll;
}

@media (max-width: 575px) {
  .list-group-suggest {
    height: 274px;
  }
}

.list-group-suggest .list-group-item {
  margin: 1.2rem 0;
}

.change-task-modal {
  position: absolute;
  z-index: 1051;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: .5rem;
  width: calc(100% - 2.4rem);
}

.change-task-modal .list-group-suggest {
  height: 100%;
}

.change-task-modal .change-task-modal-header {
  padding: 1.2rem;
  border-bottom: 1px solid #ececec;
}

.change-task-modal .change-task-modal-header .task-edit-title {
  padding-left: .3rem;
}

.change-task-modal .change-task-modal-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: calc(100% - 61px);
}

@media (max-width: 755px) {
  .change-task-modal {
    height: 200px;
    top: 0;
  }
}

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

.navbar-nav .nav-link .badge-status {
  min-width: 1.2rem;
  max-height: 1.2rem;
  min-height: 1.2rem;
  max-width: 1.2rem;
  left: .5rem;
  top: .8rem;
  margin: 0;
  z-index: 1;
  border: 2px solid #3f3535;
  box-sizing: content-box;
}

.navbar-nav .nav-link .badge-status .icon.tc-start {
  left: 2px;
}

@media (max-width: 575px) {
  .navbar-nav .nav-link .badge-status {
    left: 50%;
    top: .4rem;
    margin-left: -1.5rem;
  }
  .navbar-nav .nav-link .badge-status .icon.tc-start {
    top: 1px;
  }
}

.hide-member .navbar .nav-item.members {
  display: none;
}

.btn-light {
  border-color: #fff;
  background: #fff;
  transition: all 0.16s ease-in-out;
}

.btn-light:hover {
  background: rgba(155, 148, 148, 0.05);
  border-color: rgba(155, 148, 148, 0.05);
}

.h3.should-remove-ensure-compatibility-design {
  padding-left: .6rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #767676;
}

.category-list__head {
  padding: .5rem .9rem;
  font-weight: bold;
  border-top: solid 1px #ececec;
  border-right: solid 1px #ececec;
  border-left: solid 1px #ececec;
}

.category-list {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}

.category-list .nested-category-list {
  padding: 0 !important;
  margin: 0 !important;
  border: none;
}

.category-list li {
  display: flex;
  justify-content: space-between;
  padding: .9rem;
  border-top: solid 1px #ececec;
  border-right: solid 1px #ececec;
  border-left: solid 1px #ececec;
}

.category-list__root > li:last-child {
  border-bottom: solid 1px #ececec;
}

.nested-category-list ul {
  width: 100%;
  padding: 0;
  margin-left: 0;
}

.filterable-input {
  border-bottom-right-radius: .5em !important;
  border-top-right-radius: .5em !important;
}

.filterable-input::placeholder {
  font-size: .9em;
}

.text-overflow-unset {
  overflow: unset !important;
}

.border-warning {
  border-color: #f4e6a7 !important;
}

.last\:border-bottom-1:last-child {
  border-bottom: 1px solid #ececec !important;
}

.dropdown-toggle.is-invalid {
  border: 1px solid #e6636b;
}

label .required::after {
  color: #e6636b;
  content: "*";
  margin-left: .25rem;
}

.opacity-50 {
  opacity: .5;
}

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

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

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

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

.flex-grow-1 {
  flex-grow: 1;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.w-auto {
  width: auto !important;
}

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

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

.bg-transparent {
  background-color: transparent !important;
}

.bg-body-secondary {
  background-color: #e9ecef;
}

.z-1 {
  z-index: 1;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.start-0 {
  left: 0;
}

.text-reset {
  color: inherit !important;
}

.pe-none {
  pointer-events: none;
}

.pe-auto {
  pointer-events: auto;
}

.border-danger {
  border-color: #e6636b !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

.windows .scrollbar-thin {
  scrollbar-width: thin;
}

.windows .scrollbar-dark {
  scrollbar-color: #888 transparent;
}

.overflow-scroll-hover {
  overflow-y: hidden;
}

.overflow-scroll-hover:hover {
  overflow-y: scroll;
}

.bg-gray-light {
  background-color: #ececec;
}

.bg-gray-lighter {
  background-color: #f5f5f5;
}

.bg-gray-lightest {
  background-color: #f9f9f9;
}

.hover\:bg-gray-lightest:hover {
  background-color: #f9f9f9;
}

.bg-choco-light {
  background-color: #9b9494;
}

.modal-dialog.scrollable .modal-body {
  overflow: auto;
}

.modal-dialog.scrollable .modal-body:not(:last-child) {
  max-height: calc(100vh - 12rem);
  padding-bottom: 8rem;
}

@media (max-width: 575px) {
  .modal-dialog.scrollable .modal-body:not(:last-child) {
    max-height: calc(100vh - 8rem);
    max-height: calc(100dvh - 8rem);
  }
}

.modal-dialog.scrollable .modal-body:last-child {
  max-height: calc(100vh - 18rem);
}

@media (max-width: 575px) {
  .modal-dialog.scrollable .modal-body:last-child {
    max-height: calc(100vh - 14rem);
    max-height: calc(100dvh - 14rem);
  }
}

.modal-dialog.scrollable .modal-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
  border-top: 1px solid #ececec;
}

.modal-dialog.scrollable .scroll-info {
  bottom: 11rem;
  left: 50%;
  transform: translateX(-50%);
}

.scrollable-gradient-inverse::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  pointer-events: none;
  content: "";
  background: linear-gradient(to bottom, transparent, #524545);
}

.scrollable-gradient::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  pointer-events: none;
  content: "";
  background: linear-gradient(to bottom, transparent, #fff);
}

.context-menu {
  position: absolute;
  z-index: 10000;
  display: block;
  min-width: 180px;
  padding: 6px 0;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.context-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.context-menu li {
  padding: 8px 15px;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}

.context-menu li:hover:not(.disabled) {
  background-color: #f0f0f0;
}

.context-menu .disabled {
  color: #aaa;
  cursor: not-allowed;
  background-color: transparent;
}

.context-menu .separator {
  margin: 5px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}
/*# sourceMappingURL=bootstrap.css.map */
/*
Any CSS added to this file or imported from this file, e.g. `@import '../stylesheets/my-css.css'`,
will be included in the "application" pack. Any CSS imported from application.js or as part of the
application.js dependency graph, e.g. `import '../stylesheets/my-css.css'` will also be included
in the "application" pack.

To reference this file, add <%= stylesheet_pack_tag 'application' %> to the appropriate
layout file, like app/views/layouts/application.html.erb
*/

@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(https://demo-assets-timecrowd.s3-ap-northeast-1.amazonaws.com/packs/static/node_modules/@material-symbols/font-700/material-symbols-rounded-66ac79e408a6614a870b.woff2) format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: 'timecrowd';
  src:
    url(https://demo-assets-timecrowd.s3-ap-northeast-1.amazonaws.com/packs/static/timecrowd-react/iconfonts/fonts/timecrowd-6054e3e69295b75a19db.ttf) format('truetype'),
    url(https://demo-assets-timecrowd.s3-ap-northeast-1.amazonaws.com/packs/static/timecrowd-react/iconfonts/fonts/timecrowd-3bca2ab386b27de30a31.woff) format('woff'),
    url(https://demo-assets-timecrowd.s3-ap-northeast-1.amazonaws.com/packs/static/timecrowd-react/iconfonts/fonts/timecrowd-e3a3a109c5a3da055b78.svg#timecrowd) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="tc-"], [class*=" tc-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'timecrowd' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tc-alarm::before {
  content: "\61";
}
.tc-align-center::before {
  content: "\62";
}
.tc-align-justify::before {
  content: "\63";
}
.tc-align-left::before {
  content: "\64";
}
.tc-align-right::before {
  content: "\65";
}
.tc-anchor::before {
  content: "\66";
}
.tc-archive::before {
  content: "\67";
}
.tc-arrow-down::before {
  content: "\68";
}
.tc-arrow-left::before {
  content: "\69";
}
.tc-arrow-right::before {
  content: "\6a";
}
.tc-arrow-thin-down::before {
  content: "\6b";
}
.tc-arrow-thin-left::before {
  content: "\6c";
}
.tc-arrow-thin-right::before {
  content: "\6d";
}
.tc-arrow-thin-up::before {
  content: "\6e";
}
.tc-arrow-up::before {
  content: "\6f";
}
.tc-article::before {
  content: "\70";
}
.tc-backspace::before {
  content: "\71";
}
.tc-basket::before {
  content: "\72";
}
.tc-basketball::before {
  content: "\73";
}
.tc-battery-empty::before {
  content: "\74";
}
.tc-battery-full::before {
  content: "\75";
}
.tc-battery-low::before {
  content: "\76";
}
.tc-battery-medium::before {
  content: "\77";
}
.tc-bell::before {
  content: "\78";
}
.tc-blog::before {
  content: "\79";
}
.tc-bluetooth::before {
  content: "\7a";
}
.tc-bold::before {
  content: "\41";
}
.tc-bookmark::before {
  content: "\42";
}
.tc-bookmarks::before {
  content: "\43";
}
.tc-box::before {
  content: "\44";
}
.tc-briefcase::before {
  content: "\45";
}
.tc-brightness-low::before {
  content: "\46";
}
.tc-brightness-max::before {
  content: "\47";
}
.tc-brightness-medium::before {
  content: "\48";
}
.tc-broadcast::before {
  content: "\49";
}
.tc-browser::before {
  content: "\4a";
}
.tc-browser-upload::before {
  content: "\4b";
}
.tc-brush::before {
  content: "\4c";
}
.tc-calendar::before {
  content: "\4d";
}
.tc-camcorder::before {
  content: "\4e";
}
.tc-camera::before {
  content: "\4f";
}
.tc-card::before {
  content: "\50";
}
.tc-cart::before {
  content: "\51";
}
.tc-checklist::before {
  content: "\52";
}
.tc-checkmark::before {
  content: "\53";
}
.tc-chevron-down::before {
  content: "\54";
}
.tc-chevron-left::before {
  content: "\55";
}
.tc-chevron-right::before {
  content: "\56";
}
.tc-chevron-up::before {
  content: "\57";
}
.tc-clipboard::before {
  content: "\58";
}
.tc-clock::before {
  content: "\59";
}
.tc-clockwise::before {
  content: "\5a";
}
.tc-cloud::before {
  content: "\30";
}
.tc-cloud-download::before {
  content: "\31";
}
.tc-cloud-upload::before {
  content: "\32";
}
.tc-code::before {
  content: "\33";
}
.tc-contract::before {
  content: "\34";
}
.tc-contract-2::before {
  content: "\35";
}
.tc-conversation::before {
  content: "\36";
}
.tc-copy::before {
  content: "\37";
}
.tc-crop::before {
  content: "\38";
}
.tc-cross::before {
  content: "\39";
}
.tc-crosshair::before {
  content: "\21";
}
.tc-cutlery::before {
  content: "\22";
}
.tc-device-desktop::before {
  content: "\23";
}
.tc-device-mobile::before {
  content: "\24";
}
.tc-device-tablet::before {
  content: "\25";
}
.tc-direction::before {
  content: "\26";
}
.tc-disc::before {
  content: "\27";
}
.tc-document::before {
  content: "\28";
}
.tc-document-delete::before {
  content: "\29";
}
.tc-document-edit::before {
  content: "\2a";
}
.tc-document-new::before {
  content: "\2b";
}
.tc-document-remove::before {
  content: "\2c";
}
.tc-dot::before {
  content: "\2d";
}
.tc-dots-2::before {
  content: "\2e";
}
.tc-dots-3::before {
  content: "\2f";
}
.tc-download::before {
  content: "\3a";
}
.tc-duplicate::before {
  content: "\3b";
}
.tc-enter::before {
  content: "\3c";
}
.tc-exit::before {
  content: "\3d";
}
.tc-expand::before {
  content: "\3e";
}
.tc-expand-2::before {
  content: "\3f";
}
.tc-experiment::before {
  content: "\40";
}
.tc-export::before {
  content: "\5b";
}
.tc-feed::before {
  content: "\5d";
}
.tc-flag::before {
  content: "\5e";
}
.tc-flashlight::before {
  content: "\5f";
}
.tc-folder::before {
  content: "\60";
}
.tc-folder-open::before {
  content: "\7b";
}
.tc-forward::before {
  content: "\7c";
}
.tc-gaming::before {
  content: "\7d";
}
.tc-gear::before {
  content: "\7e";
}
.tc-graduation::before {
  content: "\5c";
}
.tc-graph-bar::before {
  content: "\e000";
}
.tc-graph-line::before {
  content: "\e001";
}
.tc-graph-pie::before {
  content: "\e002";
}
.tc-headset::before {
  content: "\e003";
}
.tc-heart::before {
  content: "\e004";
}
.tc-help::before {
  content: "\e005";
}
.tc-home::before {
  content: "\e006";
}
.tc-hourglass::before {
  content: "\e007";
}
.tc-inbox::before {
  content: "\e008";
}
.tc-information::before {
  content: "\e009";
}
.tc-italic::before {
  content: "\e00a";
}
.tc-jewel::before {
  content: "\e00b";
}
.tc-lifting::before {
  content: "\e00c";
}
.tc-lightbulb::before {
  content: "\e00d";
}
.tc-link::before {
  content: "\e00e";
}
.tc-link-broken::before {
  content: "\e00f";
}
.tc-list::before {
  content: "\e010";
}
.tc-loading::before {
  content: "\e011";
}
.tc-location::before {
  content: "\e012";
}
.tc-lock::before {
  content: "\e013";
}
.tc-lock-open::before {
  content: "\e014";
}
.tc-mail::before {
  content: "\e015";
}
.tc-map::before {
  content: "\e016";
}
.tc-media-loop::before {
  content: "\e017";
}
.tc-media-next::before {
  content: "\e018";
}
.tc-media-pause::before {
  content: "\e019";
}
.tc-media-play::before {
  content: "\e01a";
}
.tc-media-previous::before {
  content: "\e01b";
}
.tc-media-record::before {
  content: "\e01c";
}
.tc-media-shuffle::before {
  content: "\e01d";
}
.tc-media-stop::before {
  content: "\e01e";
}
.tc-medical::before {
  content: "\e01f";
}
.tc-menu::before {
  content: "\e020";
}
.tc-message::before {
  content: "\e021";
}
.tc-meter::before {
  content: "\e022";
}
.tc-microphone::before {
  content: "\e023";
}
.tc-minus::before {
  content: "\e024";
}
.tc-monitor::before {
  content: "\e025";
}
.tc-move::before {
  content: "\e026";
}
.tc-music::before {
  content: "\e027";
}
.tc-network-1::before {
  content: "\e028";
}
.tc-network-2::before {
  content: "\e029";
}
.tc-network-3::before {
  content: "\e02a";
}
.tc-network-4::before {
  content: "\e02b";
}
.tc-network-5::before {
  content: "\e02c";
}
.tc-pamphlet::before {
  content: "\e02d";
}
.tc-paperclip::before {
  content: "\e02e";
}
.tc-pencil::before {
  content: "\e02f";
}
.tc-phone::before {
  content: "\e030";
}
.tc-photo::before {
  content: "\e031";
}
.tc-photo-group::before {
  content: "\e032";
}
.tc-pill::before {
  content: "\e033";
}
.tc-pin::before {
  content: "\e034";
}
.tc-plus::before {
  content: "\e035";
}
.tc-power::before {
  content: "\e036";
}
.tc-preview::before {
  content: "\e037";
}
.tc-print::before {
  content: "\e038";
}
.tc-pulse::before {
  content: "\e039";
}
.tc-question::before {
  content: "\e03a";
}
.tc-reply::before {
  content: "\e03b";
}
.tc-reply-all::before {
  content: "\e03c";
}
.tc-return::before {
  content: "\e03d";
}
.tc-retweet::before {
  content: "\e03e";
}
.tc-rocket::before {
  content: "\e03f";
}
.tc-scale::before {
  content: "\e040";
}
.tc-search::before {
  content: "\e041";
}
.tc-shopping-bag::before {
  content: "\e042";
}
.tc-skip::before {
  content: "\e043";
}
.tc-stack::before {
  content: "\e044";
}
.tc-star::before {
  content: "\e045";
}
.tc-stopwatch::before {
  content: "\e046";
}
.tc-store::before {
  content: "\e047";
}
.tc-suitcase::before {
  content: "\e048";
}
.tc-swap::before {
  content: "\e049";
}
.tc-tag::before {
  content: "\e04a";
}
.tc-tag-delete::before {
  content: "\e04b";
}
.tc-tags::before {
  content: "\e04c";
}
.tc-thumbs-down::before {
  content: "\e04d";
}
.tc-thumbs-up::before {
  content: "\e04e";
}
.tc-ticket::before {
  content: "\e04f";
}
.tc-time-reverse::before {
  content: "\e050";
}
.tc-to-do::before {
  content: "\e051";
}
.tc-toggles::before {
  content: "\e052";
}
.tc-trash::before {
  content: "\e053";
}
.tc-trophy::before {
  content: "\e054";
}
.tc-upload::before {
  content: "\e055";
}
.tc-user::before {
  content: "\e056";
}
.tc-user-group::before {
  content: "\e057";
}
.tc-user-id::before {
  content: "\e058";
}
.tc-vibrate::before {
  content: "\e059";
}
.tc-view-apps::before {
  content: "\e05a";
}
.tc-view-list::before {
  content: "\e05b";
}
.tc-view-list-large::before {
  content: "\e05c";
}
.tc-view-thumb::before {
  content: "\e05d";
}
.tc-volume-full::before {
  content: "\e05e";
}
.tc-volume-low::before {
  content: "\e05f";
}
.tc-volume-medium::before {
  content: "\e060";
}
.tc-volume-off::before {
  content: "\e061";
}
.tc-wallet::before {
  content: "\e062";
}
.tc-warning::before {
  content: "\e063";
}
.tc-web::before {
  content: "\e064";
}
.tc-weight::before {
  content: "\e065";
}
.tc-wifi::before {
  content: "\e066";
}
.tc-wrong::before {
  content: "\e067";
}
.tc-zoom-in::before {
  content: "\e068";
}
.tc-zoom-out::before {
  content: "\e069";
}
.tc-indeterminate::before {
  content: "\e904";
}
.tc-start-circle::before {
  content: "\e902";
}
.tc-stop-circle::before {
  content: "\e903";
}
.tc-stop::before {
  content: "\e900";
}
.tc-start::before {
  content: "\e901";
}

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  
}

.tw-invisible {
  visibility: hidden
}

.tw-static {
  position: static
}

.tw-absolute {
  position: absolute
}

.tw-relative {
  position: relative
}

.tw--top-1 {
  top: -4px
}

.tw--top-7\.5 {
  top: -30px
}

.tw-bottom-0 {
  bottom: 0px
}

.tw-bottom-0\.5 {
  bottom: 2px
}

.tw-left-0 {
  left: 0px
}

.tw-left-2\.5 {
  left: 10px
}

.tw-left-20\.5 {
  left: 82px
}

.tw-right-0 {
  right: 0px
}

.tw-top-0 {
  top: 0px
}

.tw-top-1 {
  top: 4px
}

.tw-col-span-2 {
  grid-column: span 2 / span 2
}

.tw-col-span-3 {
  grid-column: span 3 / span 3
}

.tw-m-0 {
  margin: 0px
}

.tw-mx-0\.5 {
  margin-left: 2px;
  margin-right: 2px
}

.tw-mx-1 {
  margin-left: 4px;
  margin-right: 4px
}

.tw-my-2 {
  margin-top: 8px;
  margin-bottom: 8px
}

.\!tw-ml-4 {
  margin-left: 16px !important
}

.\!tw-mr-1 {
  margin-right: 4px !important
}

.tw--mb-4 {
  margin-bottom: -16px
}

.tw--ml-0\.5 {
  margin-left: -2px
}

.tw--mt-2 {
  margin-top: -8px
}

.tw-mb-0 {
  margin-bottom: 0px
}

.tw-mb-1 {
  margin-bottom: 4px
}

.tw-mb-2 {
  margin-bottom: 8px
}

.tw-mb-3 {
  margin-bottom: 12px
}

.tw-mb-4 {
  margin-bottom: 16px
}

.tw-mb-5 {
  margin-bottom: 20px
}

.tw-ml-0\.5 {
  margin-left: 2px
}

.tw-ml-1 {
  margin-left: 4px
}

.tw-ml-2 {
  margin-left: 8px
}

.tw-ml-3 {
  margin-left: 12px
}

.tw-ml-4 {
  margin-left: 16px
}

.tw-ml-5 {
  margin-left: 20px
}

.tw-ml-6 {
  margin-left: 24px
}

.tw-ml-auto {
  margin-left: auto
}

.tw-mr-0 {
  margin-right: 0px
}

.tw-mr-0\.5 {
  margin-right: 2px
}

.tw-mr-1 {
  margin-right: 4px
}

.tw-mr-1\.5 {
  margin-right: 6px
}

.tw-mr-2 {
  margin-right: 8px
}

.tw-mr-3 {
  margin-right: 12px
}

.tw-mr-4 {
  margin-right: 16px
}

.tw-mr-5 {
  margin-right: 20px
}

.tw-mr-8 {
  margin-right: 32px
}

.tw-mt-0\.5 {
  margin-top: 2px
}

.tw-mt-1 {
  margin-top: 4px
}

.tw-mt-1\.5 {
  margin-top: 6px
}

.tw-mt-12 {
  margin-top: 48px
}

.tw-mt-2 {
  margin-top: 8px
}

.tw-mt-3 {
  margin-top: 12px
}

.tw-mt-4 {
  margin-top: 16px
}

.tw-mt-6 {
  margin-top: 24px
}

.tw-mt-8 {
  margin-top: 32px
}

.tw-line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1
}

.tw-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.tw-block {
  display: block
}

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

.tw-inline {
  display: inline
}

.tw-flex {
  display: flex
}

.tw-grid {
  display: grid
}

.tw-hidden {
  display: none
}

.tw-h-1\.5 {
  height: 6px
}

.tw-h-2 {
  height: 8px
}

.tw-h-26 {
  height: 104px
}

.tw-h-27\.5 {
  height: 110px
}

.tw-h-39 {
  height: 156px
}

.tw-h-4 {
  height: 16px
}

.tw-h-5\.5 {
  height: 22px
}

.tw-h-50 {
  height: 200px
}

.tw-h-8 {
  height: 32px
}

.tw-h-\[200px\] {
  height: 200px
}

.tw-h-\[400px\] {
  height: 400px
}

.tw-h-\[calc\(100vh-200px\)\] {
  height: calc(100vh - 200px)
}

.tw-h-full {
  height: 100%
}

.\!tw-max-h-5 {
  max-height: 20px !important
}

.tw-max-h-20 {
  max-height: 80px
}

.tw-max-h-40 {
  max-height: 160px
}

.tw-max-h-80 {
  max-height: 320px
}

.tw-max-h-\[50vh\] {
  max-height: 50vh
}

.tw-max-h-\[80vh\] {
  max-height: 80vh
}

.tw-max-h-\[calc\(100dvh-31rem\)\] {
  max-height: calc(100dvh - 31rem)
}

.tw-min-h-12\.5 {
  min-height: 50px
}

.tw-min-h-\[36px\] {
  min-height: 36px
}

.tw-min-h-auto {
  min-height: auto
}

.tw-min-h-full {
  min-height: 100%
}

.tw-w-17\.5 {
  width: 70px
}

.tw-w-2 {
  width: 8px
}

.tw-w-25 {
  width: 100px
}

.tw-w-4\.5 {
  width: 18px
}

.tw-w-5\.5 {
  width: 22px
}

.tw-w-60 {
  width: 240px
}

.tw-w-80 {
  width: 320px
}

.tw-w-auto {
  width: auto
}

.tw-w-fit {
  width: -moz-fit-content;
  width: fit-content
}

.tw-w-full {
  width: 100%
}

.tw-min-w-0 {
  min-width: 0px
}

.tw-min-w-2 {
  min-width: 8px
}

.tw-min-w-4 {
  min-width: 16px
}

.tw-max-w-1\/2 {
  max-width: 50%
}

.tw-max-w-3\/4 {
  max-width: 75%
}

.tw-max-w-80 {
  max-width: 320px
}

.tw-max-w-full {
  max-width: 100%
}

.tw-max-w-none {
  max-width: none
}

.tw-flex-1 {
  flex: 1 1 0%
}

.tw-shrink-0 {
  flex-shrink: 0
}

.\!tw-cursor-auto {
  cursor: auto !important
}

.\!tw-cursor-default {
  cursor: default !important
}

.\!tw-cursor-pointer {
  cursor: pointer !important
}

.tw-cursor-default {
  cursor: default
}

.tw-cursor-not-allowed {
  cursor: not-allowed
}

.tw-cursor-pointer {
  cursor: pointer
}

.tw-resize-none {
  resize: none
}

.tw-list-none {
  list-style-type: none
}

.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.tw-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr))
}

.tw-flex-col {
  flex-direction: column
}

.tw-flex-wrap {
  flex-wrap: wrap
}

.tw-items-center {
  align-items: center
}

.tw-justify-start {
  justify-content: flex-start
}

.tw-justify-end {
  justify-content: flex-end
}

.tw-justify-between {
  justify-content: space-between
}

.tw-gap-2 {
  gap: 8px
}

.tw-gap-4 {
  gap: 16px
}

.tw-gap-5 {
  gap: 20px
}

.tw-gap-x-2 {
  -moz-column-gap: 8px;
       column-gap: 8px
}

.tw-gap-y-1\.5 {
  row-gap: 6px
}

.tw-gap-y-2 {
  row-gap: 8px
}

.tw-overflow-hidden {
  overflow: hidden
}

.tw-overflow-visible {
  overflow: visible
}

.tw-overflow-y-auto {
  overflow-y: auto
}

.tw-overflow-y-scroll {
  overflow-y: scroll
}

.tw-whitespace-normal {
  white-space: normal
}

.tw-text-nowrap {
  text-wrap: nowrap
}

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

.tw-rounded {
  border-radius: 0.25rem
}

.tw-rounded-full {
  border-radius: 9999px
}

.tw-rounded-lg {
  border-radius: 0.5rem
}

.tw-rounded-md {
  border-radius: 0.375rem
}

.tw-rounded-none {
  border-radius: 0px
}

.tw-rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem
}

.tw-rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px
}

.tw-rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem
}

.\!tw-border-0 {
  border-width: 0px !important
}

.tw-border {
  border-width: 1px
}

.tw-border-0 {
  border-width: 0px
}

.tw-border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px
}

.tw-border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px
}

.tw-border-l {
  border-left-width: 1px
}

.tw-border-l-4 {
  border-left-width: 4px
}

.tw-border-r-0 {
  border-right-width: 0px
}

.tw-border-t {
  border-top-width: 1px
}

.tw-border-t-0 {
  border-top-width: 0px
}

.tw-border-solid {
  border-style: solid
}

.tw-border-dashed {
  border-style: dashed
}

.tw-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1))
}

.tw-border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1))
}

.tw-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
}

.tw-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
}

.tw-border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1))
}

.tw-border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1))
}

.tw-border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1))
}

.tw-border-l-gray-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1))
}

.\!tw-bg-transparent {
  background-color: transparent !important
}

.\!tw-bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3) !important
}

.tw-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}

.tw-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1))
}

.tw-bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1))
}

.tw-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
}

.tw-bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1))
}

.tw-bg-transparent {
  background-color: transparent
}

.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.tw-bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3)
}

.tw-bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1))
}

.tw-bg-opacity-5 {
  --tw-bg-opacity: 0.05
}

.tw-p-0 {
  padding: 0px
}

.tw-p-0\.5 {
  padding: 2px
}

.tw-p-1 {
  padding: 4px
}

.tw-p-1\.5 {
  padding: 6px
}

.tw-p-2 {
  padding: 8px
}

.tw-p-3 {
  padding: 12px
}

.tw-p-4 {
  padding: 16px
}

.\!tw-px-1\.5 {
  padding-left: 6px !important;
  padding-right: 6px !important
}

.\!tw-px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important
}

.\!tw-py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important
}

.\!tw-py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important
}

.tw-px-2 {
  padding-left: 8px;
  padding-right: 8px
}

.tw-px-3 {
  padding-left: 12px;
  padding-right: 12px
}

.tw-px-4 {
  padding-left: 16px;
  padding-right: 16px
}

.tw-py-1 {
  padding-top: 4px;
  padding-bottom: 4px
}

.tw-py-2 {
  padding-top: 8px;
  padding-bottom: 8px
}

.tw-py-3 {
  padding-top: 12px;
  padding-bottom: 12px
}

.tw-py-4 {
  padding-top: 16px;
  padding-bottom: 16px
}

.tw-pb-0 {
  padding-bottom: 0px
}

.tw-pb-2 {
  padding-bottom: 8px
}

.tw-pb-4 {
  padding-bottom: 16px
}

.tw-pl-2 {
  padding-left: 8px
}

.tw-pl-3 {
  padding-left: 12px
}

.tw-pl-4 {
  padding-left: 16px
}

.tw-pr-4 {
  padding-right: 16px
}

.tw-pt-14 {
  padding-top: 56px
}

.tw-pt-2 {
  padding-top: 8px
}

.tw-pt-24 {
  padding-top: 96px
}

.tw-pt-27\.5 {
  padding-top: 110px
}

.tw-pt-38 {
  padding-top: 152px
}

.tw-text-left {
  text-align: left
}

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

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

.tw-align-middle {
  vertical-align: middle
}

.tw-align-text-bottom {
  vertical-align: text-bottom
}

.tw-text-2xs {
  font-size: 1.0rem;
  line-height: 1.2rem
}

.tw-text-base {
  font-size: 1.6rem;
  line-height: 2.4rem
}

.tw-text-sm {
  font-size: 1.4rem;
  line-height: 2.0rem
}

.tw-text-xs {
  font-size: 1.2rem;
  line-height: 1.6rem
}

.tw-font-bold {
  font-weight: 700
}

.\!tw-leading-none {
  line-height: 1 !important
}

.tw-leading-3 {
  line-height: 1.2rem
}

.tw-leading-5 {
  line-height: 2.0rem
}

.tw-leading-6 {
  line-height: 2.4rem
}

.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}

.tw-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1))
}

.tw-text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1))
}

.tw-text-inherit {
  color: inherit
}

.tw-text-white\/50 {
  color: rgb(255 255 255 / 0.5)
}

.tw-text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1))
}

.\!tw-opacity-100 {
  opacity: 1 !important
}

.tw-opacity-30 {
  opacity: 0.3
}

.tw-opacity-80 {
  opacity: 0.8
}

.tw-shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.tw-transition-none {
  transition-property: none
}

.last\:tw-mb-0:last-child {
  margin-bottom: 0px
}

.hover\:tw-bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}

.hover\:tw-bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1))
}

.hover\:tw-text-inherit:hover {
  color: inherit
}

.tw-group:hover .group-hover\:tw-visible {
  visibility: visible
}

.tw-group:hover .group-hover\:tw-inline {
  display: inline
}

.tw-group:hover .group-hover\:tw-hidden {
  display: none
}

@media (min-width: 768px) {
  .md\:tw-mb-0 {
    margin-bottom: 0px
  }

  .md\:tw-ml-0\.5 {
    margin-left: 2px
  }

  .md\:tw-ml-1 {
    margin-left: 4px
  }

  .md\:tw-ml-2 {
    margin-left: 8px
  }

  .md\:tw-ml-auto {
    margin-left: auto
  }

  .md\:tw-mr-1 {
    margin-right: 4px
  }

  .md\:tw-mr-10 {
    margin-right: 40px
  }

  .md\:tw-mt-0 {
    margin-top: 0px
  }

  .md\:tw-mt-2 {
    margin-top: 8px
  }

  .md\:tw-line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
  }

  .md\:tw-inline {
    display: inline
  }

  .md\:tw-flex {
    display: flex
  }

  .md\:tw-hidden {
    display: none
  }

  .md\:tw-h-4 {
    height: 16px
  }

  .md\:tw-h-6 {
    height: 24px
  }

  .md\:tw-max-h-100 {
    max-height: 400px
  }

  .md\:tw-w-auto {
    width: auto
  }

  .md\:tw-flex-row {
    flex-direction: row
  }

  .md\:tw-gap-3 {
    gap: 12px
  }

  .md\:tw-p-2 {
    padding: 8px
  }

  .md\:tw-p-4 {
    padding: 16px
  }

  .md\:\!tw-px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important
  }

  .md\:tw-px-7\.5 {
    padding-left: 30px;
    padding-right: 30px
  }

  .md\:tw-pb-7\.5 {
    padding-bottom: 30px
  }

  .md\:tw-pt-4\.5 {
    padding-top: 18px
  }

  .md\:\!tw-text-xl {
    font-size: 2.0rem !important;
    line-height: 2.8rem !important
  }

  .md\:tw-text-sm {
    font-size: 1.4rem;
    line-height: 2.0rem
  }
}


/*# sourceMappingURL=application-5f29be9f.css.map*/