@charset "UTF-8";
/* =============================================================

    Reset CSS

============================================================= */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: auto;
  font-size: 62.5%;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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 {
  padding: 0;
  border-style: none;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

h4,
.h4 {
  font-size: 1.5rem;
}

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

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

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

input[type="button"] {
  cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  outline: 0;
  border-width: 1px;
  border-style: solid;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
  width: 100%;
  height: 180px;
  line-height: 1.6;
}

a {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

iframe {
  max-width: 100%;
  border: none;
}

/* -------------------------------

  Media Print

------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

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

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 896px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

a:not([href]):hover {
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

h4,
.h4 {
  font-size: 1.5rem;
}

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

.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: 0.5rem;
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

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

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 896px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 896px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.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-auto,
.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-sm-auto,
.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-md-auto,
.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-lg-auto,
.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,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .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: 896px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .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: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .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: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .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%;
  margin-bottom: 1rem;
  color: #212529;
}

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

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

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

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

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

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

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

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

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

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

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

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

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

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

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

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

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

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

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

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

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

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

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

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

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

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 896px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

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

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

.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: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

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

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

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

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

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

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

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

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

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

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

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

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  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%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 896px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

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

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

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

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

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

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

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

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

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

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

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

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

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

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

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

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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

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

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

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

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

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

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

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 896px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    padding: 0 20px;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !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-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.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-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 896px) {
  .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-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

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

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 896px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    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: 896px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !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;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 896px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !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: 896px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .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-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

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

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

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

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

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

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

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

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/*# sourceMappingURL=bootstrap-datepicker.css.map */
/* =============================================================

    Plugins CSS

============================================================= */
/*  Calendar
--------------------------------------------- */
.fc {
  direction: ltr;
  text-align: left;
}

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

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2px 4px;
}

.fc-rtl .fc-popover .fc-header {
  flex-direction: row-reverse;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "mirror" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-mirror-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to timegrid/daygrid */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8;
}

.fc-event,
.fc-event-dot {
  background-color: #3788d8;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

/* Event Dragging
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-dragging.fc-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-event.fc-dragging:not(.fc-selected) {
  opacity: 0.75;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
  /* except for mirror skeleton */
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #d0d8f0;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons
--------------------------------------------------------------------------------------------------
from https://feathericons.com/ and built with IcoMoon
*/
@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fc-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !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;
}

.fc-icon-chevron-left:before {
  content: "";
}

.fc-icon-chevron-right:before {
  content: "";
}

.fc-icon-chevrons-left:before {
  content: "";
}

.fc-icon-chevrons-right:before {
  content: "";
}

.fc-icon-minus-square:before {
  content: "";
}

.fc-icon-plus-square:before {
  content: "";
}

.fc-icon-x:before {
  content: "";
}

.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
}

/* Buttons
--------------------------------------------------------------------------------------------------
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
*/
/* reset */
.fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

.fc-button {
  -webkit-appearance: button;
}

.fc-button:not(:disabled) {
  cursor: pointer;
}

.fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* theme */
.fc-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}

.fc-button:hover {
  color: #212529;
  text-decoration: none;
}

.fc-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

.fc-button:disabled {
  opacity: 0.65;
}

/* "primary" coloring */
.fc-button-primary {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f;
}

.fc-button-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc-button-primary:disabled {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27;
}

.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

/* icons within buttons */
.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.fc-button-group > .fc-button {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.fc-button-group > .fc-button:hover {
  z-index: 1;
}

.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}

.fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
}

.fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

/* inner content */
.fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}

.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
.fc-view-container {
  position: relative;
}

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

@media print {
  .fc {
    max-width: 100% !important;
  }

  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }

  .fc-event .fc-resizer {
    display: none;
  }

  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc th,
  .fc td,
  .fc hr,
  .fc thead,
  .fc tbody,
  .fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }

  /* kill the overlaid, absolutely-positioned components */
  /* common... */
  .fc-bg,
  .fc-bgevent-skeleton,
  .fc-highlight-skeleton,
  .fc-mirror-skeleton,
  .fc-bgevent-container,
  .fc-business-container,
  .fc-highlight-container,
  .fc-mirror-container {
    display: none;
  }

  /* don't force a min-height on rows (for DayGrid) */
  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */
  }

  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */
  }

  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */
  }

  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
       making it look more like 3em. for other browers, it will already be this tall */
    height: 1em;
  }

  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/
  .fc-more-cell,
  .fc-more {
    display: none !important;
  }

  .fc tr.fc-limited {
    display: table-row !important;
  }

  .fc td.fc-limited {
    display: table-cell !important;
  }

  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */
  }

  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/
  /* undo the min-height 100% trick used to fill the container's height */
  .fc-time-grid {
    min-height: 0 !important;
  }

  /* don't display the side axis at all ("all-day" and time cells) */
  .fc-timeGrid-view .fc-axis {
    display: none;
  }

  /* don't display the horizontal lines */
  .fc-slats,
  .fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */
  }

  /* let the container that holds the events be naturally positioned and create real height */
  .fc-time-grid .fc-content-skeleton {
    position: static;
  }

  /* in case there are no events, we still want some height */
  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }

  /* kill the horizontal spacing made by the event container. event margins will be done below */
  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }

  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/
  /* naturally position events, vertically stacking them */
  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }

  /* for events that continue to a future day, give the bottom border back */
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }

  /* indicate the event continues via "..." text */
  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }

  /* for events that are continuations from previous days, give the top border back */
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }

  /* indicate the event is a continuation via "..." text */
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }

  /* time */
  /* undo a previous declaration and let the time text span to a second line */
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }

  /* hide the the time that is normally displayed... */
  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }

  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }

  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/
  /* kill the scrollbars and allow natural height */
  .fc-scroller,
  .fc-day-grid-container,
  .fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important;
  }

  /* kill the horizontal border/padding used to compensate for scrollbars */
  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }

  /* Button Controls
  --------------------------------------------------------------------------------------------------*/
  .fc-button-group,
  .fc button {
    display: none;
    /* don't display any button-related controls */
  }
}
/* DayGridView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-dayGridWeek-view .fc-content-skeleton,
.fc-dayGridDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-dayGrid-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-dayGrid-view .fc-week-number,
.fc-dayGrid-view .fc-day-number {
  padding: 2px;
}

.fc-dayGrid-view th.fc-week-number,
.fc-dayGrid-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-dayGrid-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-dayGrid-view td.fc-week-number {
  text-align: center;
}

.fc-dayGrid-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* TimeGridView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-timeGrid-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-timeGrid-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> TimeGridView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-mirror-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 3px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  margin-bottom: 1px;
}

.fc-time-grid-event-inset {
  -webkit-box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px #fff;
}

.fc-time-grid-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-time-grid-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  max-height: 100%;
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

/* jquery circliful
--------------------------------------------------------------------------------------------------*/
.circliful .outer {
  fill: transparent;
  stroke: #333;
  stroke-width: 19.8;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-89deg) translateX(-190px);
}

/* full circle 25 empty 534 */
.circliful .inner {
  fill: transparent;
  stroke: orange;
  stroke-width: 20;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-89deg) translateX(-190px);
  stroke-dashoffset: 0;
}

.circliful {
  overflow: visible !important;
}

.svg-container {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}

svg .icon {
  font-family: FontAwesome;
}

.legend-line {
  white-space: nowrap;
}

.color-box {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  display: inline-block;
  float: left;
  padding-top: 3px;
  margin: 2px 5px 0 0;
}

/* =============================================================

    Base CSS

============================================================= */
html,
body {
  height: 100%;
}

body {
  color: #2a3853;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 1.45em;
  text-align: center;
  word-wrap: break-word;
  line-height: 1.6;
  letter-spacing: .04em;
}

a {
  color: inherit;
}

:placeholder-shown {
  color: #aaa;
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

::selection {
  background: #c5d6f3;
  color: #fff;
}

::-moz-selection {
  background: #c5d6f3;
  color: #fff;
}

/*  Link Setting
-------------------------- */
a, a:focus, a:hover {
  text-decoration: none;
}
a, a:before, a:after,
a img {
  transition: opacity .25s ease-in-out, color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, text-shadow .25s ease-in-out, filter .25s ease-in-out;
}

/*  Form Setting
-------------------------- */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
button,
select-input,
textarea {
  outline: none !important;
  padding: 11px 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 0.95em;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 12px;
  padding: 0;
  font-size: 1.2em;
  vertical-align: 2px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  transition: border-color .3s ease-in-out;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 20px;
  height: 45px;
  padding: 0;
  padding: 0 45px 0 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: url(../img/icn_select.png) no-repeat calc(100% - 15px) center;
  background-color: #fff;
  background-size: 10px 14px;
  font-size: .9em;
  color: #2a3853;
}

select::-ms-expand {
  display: none;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, select {
    background: url(../img/icn_select.png) no-repeat 96% center #fff;
    background-size: 10px 14px;
  }
}
/* Edge */
@supports (-ms-ime-align: auto) {
  select {
    background: url(../img/icn_select.png) no-repeat 96% center #fff;
    background-size: 10px 14px;
  }
}
.c-loading {
  transition: opacity 0.8s ease-in-out, z-index 0.8s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  vertical-align: middle;
}
.c-loading + #container.is-hidden {
  overflow: hidden;
}
.c-loading.is-active {
  opacity: 1;
  z-index: 999;
}
.c-loading__icn:before, .c-loading__icn:after,
.c-loading span:before,
.c-loading span:after {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #68a8fe;
  content: "";
}
.c-loading__icn:before,
.c-loading span:before {
  top: 5px;
  left: 18px;
}
.c-loading__icn:after,
.c-loading span:after {
  right: 15px;
}
.c-loading__icn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 120px;
  padding: 120px 0 0;
  font-size: 0.9em;
  text-align: center;
}
.c-loading__icn:before {
  left: 22px;
  animation: animeLoading 1.2s ease 0s infinite;
}
.c-loading__icn:after {
  animation: animeLoading2 1.2s ease 0s infinite;
}
.c-loading span {
  display: block;
}
.c-loading span:before, .c-loading span:after {
  top: 55px;
}
.c-loading span:before {
  animation: animeLoading2 1.2s ease 0s infinite;
}
.c-loading span:after {
  top: 60px;
  right: 22px;
  animation: animeLoading 1.2s ease 0s infinite;
}

@keyframes animeLoading {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(0.6);
  }
}
@keyframes animeLoading2 {
  0% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1.3);
  }
}
svg,
path,
rect,
g,
polygon {
  transition: fill .2s ease-in-out;
}

/*  Container
--------------------------------------------- */
#container {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

#container.is-hidden {
  overflow: hidden !important;
  width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
}

/*  Screen
-------------------------- */
#container.screen-pc {
  width: 100% !important;
  position: relative !important;
  right: auto !important;
}

@media screen and (min-width: 896px) {
  .screen-sp {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .pg-course .screen-sp,
  .pg-admin .screen-sp {
    display: none;
  }
}
/*  Footer
--------------------------------------------- */
.l-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  height: 343px;
  font-size: .9em;
  text-align: center;
  color: #52607a;
  background: #fff;
}

.pg-admin .l-footer {
  height: 70px;
}

@media screen and (max-width: 1280px) {
  .pg-user .l-footer {
    min-width: 0;
  }
}
.p-footer--top {
  padding-top: 50px;
  padding-bottom: 30px;
}
.p-footer--top .p-flogo img {
  width: 270px;
}
.p-footer--top .p-fgnav {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 1em;
  letter-spacing: .01em;
}
.p-footer--top .p-fgnav__inner {
  margin: 0;
  padding: 0;
}
.p-footer--top .p-fgnav__item {
  display: inline-block;
  margin-left: 20px;
  margin-right: 0;
  vertical-align: top;
}
.p-footer--top .p-fgnav__item:first-child {
  margin-left: 0;
}
.p-footer--top .p-fgnav__link:hover, .p-footer--top .p-fsnav__link:hover {
  opacity: 1;
  color: #68a8fe;
}
.p-footer--top .p-fsnav {
  margin-bottom: 30px;
  font-size: .88em;
  color: #76818d;
}
.p-footer--top .p-fsnav__inner {
  margin: 0;
  padding: 0;
  letter-spacing: -.04em;
}
.p-footer--top .p-fsnav__item {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #252525;
  line-height: 1;
  letter-spacing: normal;
}
.p-footer--top .p-fsnav__item:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left-width: 0;
}
.p-footer--top .p-fbtn .c-icn, .p-footer--top .p-fbtn .c-icn--download, .p-footer--top .p-fbtn .c-icn--delete, .p-footer--top .p-fbtn .c-icn--memo, .p-footer--top .p-fbtn .c-icn--calendar, .p-footer--top .p-fbtn .c-icn--doc, .p-footer--top .p-fbtn .c-icn--timer, .p-footer--top .p-fbtn .c-icn--images, .p-footer--top .p-fbtn .c-icn--close, .p-footer--top .p-fbtn .c-icn--correct, .p-footer--top .p-fbtn .c-icn--incorrect, .p-footer--top .p-fbtn .c-icn--time, .p-footer--top .p-fbtn .c-icn--crown, .p-footer--top .p-fbtn .c-icn--kadai, .p-footer--top .p-fbtn .c-icn--check {
  vertical-align: -4px !important;
}
.p-footer--bottom {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  padding-top: 12px;
  border-top: 1px solid #e8f0fc;
  padding-bottom: 40px;
}
.p-footer--bottom .p-copyright {
  display: block;
  font-size: .8em;
  line-height: 1.7;
  letter-spacing: .05em;
  text-align: center;
  text-transform: inherit;
}
.p-footer--bottom .p-pagetop {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out, z-index .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  position: absolute;
  top: -80px;
  right: 20px;
  z-index: -2;
  bottom: auto;
  width: 63px;
  height: 63px;
}
.p-footer--bottom .p-pagetop.is-show {
  opacity: 1;
  z-index: 10;
  visibility: visible;
}
.p-footer--bottom .p-pagetop.is-fxd {
  position: fixed;
  top: auto;
  bottom: 20px;
}
.p-footer--bottom .p-pagetop__link {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  top: auto;
  left: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 28px 0 0;
  background: #525e76;
  border-radius: 100%;
}
.p-footer--bottom .p-pagetop__link:before {
  display: block;
  border-radius: 1px;
  overflow: hidden;
  transform: rotate(-45deg) skew(1deg, 1deg);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: auto;
  width: 11px;
  height: 11px;
  margin-top: -15px;
  margin-left: -6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
}
.p-footer--bottom .p-pagetop__link:hover {
  opacity: 1;
  background: #68a8fe;
}
.p-footer--bottom .p-pagetop__link-txt {
  color: #fff;
  letter-spacing: -0.02em;
  font-size: 0.92em;
  font-weight: bold;
}

/*  Overlay
--------------------------------------------- */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/*  Header
--------------------------------------------- */
.l-header {
  min-width: 1280px;
  padding: 0;
}
.l-header .c-inner, .l-header .pg-user .p-gnav__inner, .pg-user .l-header .p-gnav__inner, .l-header .c-inner--center {
  width: 100%;
}

.p-header--top .c-inner, .p-header--top .pg-user .p-gnav__inner, .pg-user .p-header--top .p-gnav__inner, .p-header--top .c-inner--center {
  position: relative;
}
.p-header__logo {
  margin: 0;
  padding: 10px 0;
}
.p-header__logo img {
  width: 250px;
}
.p-header__logo-txt {
  display: inline-block;
  padding-top: 0;
  padding-left: 10px;
  color: #52607a;
  font-size: .82em;
  font-weight: bold;
  vertical-align: middle;
}
.p-header__btn {
  position: absolute;
  top: 13px;
  right: 30px;
  z-index: auto;
  margin-bottom: 0;
}

/*  Menu
-------------------------- */
.p-menu__btn {
  display: none;
}
.p-menu__btn-txt {
  display: none;
}

/*  Global Navi
-------------------------- */
.p-gnav__inner {
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}
.p-gnav__item {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin: 0 24px;
  letter-spacing: 0;
}
.p-gnav__item.screen-sp {
  display: none;
}
.pg-user .p-gnav__item {
  margin-right: 35px;
  margin-left: 35px;
}
.p-gnav__link {
  position: relative;
  transition: opacity .2s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px 0;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: auto 20px;
  color: #525e76;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
}
.p-gnav__link img,
.p-gnav__link svg {
  width: 20px;
  height: 20px;
}
.p-gnav__link svg,
.p-gnav__link path,
.p-gnav__link rect,
.p-gnav__link g,
.p-gnav__link polygon {
  fill: #9da8c6;
}
.p-gnav__link:hover svg,
.p-gnav__link:hover path,
.p-gnav__link:hover rect,
.p-gnav__link:hover g,
.p-gnav__link:hover polygon {
  fill: #358cff;
}
.p-gnav__link i {
  font-size: 1.25em;
}

/*  User
-------------------------- */
.p-user {
  position: absolute;
  top: 13px;
  right: 180px;
  z-index: auto;
  font-size: 0.92em;
}
.pg-user .p-user {
  right: 160px;
}
.p-user__thumb {
  position: relative;
  height: 38px;
  padding-right: 23px;
  cursor: pointer;
}
.p-user__thumb-img img {
  width: 35px;
  height: 35px !important;
  border-radius: 100%;
  object-fit: cover;
}
.p-user__thumb-name {
  display: block;
  padding-top: 10px;
  font-size: .9em;
  font-weight: bold;
}
.p-user__thumb:before {
  transition: fill .2s ease-in-out, opacity .2s ease-in-out;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: auto;
  width: 13px;
  height: 8px;
  margin-top: -3px;
  background: url(../img/icn_arw.png) no-repeat;
  background-size: 100% auto;
  background-position: 0 -12px;
  content: "";
}
.is-new .p-user__thumb {
  position: relative;
}
.is-new .p-user__thumb:after {
  position: absolute;
  top: -7px;
  right: 4px;
  z-index: auto;
  padding: 2px 7px 1px;
  border-radius: 20px;
  background: #ff749b;
  color: #fff;
  font-size: .75em;
  font-weight: bold;
  text-align: center;
  transform: scale(0.7);
  content: "NEW";
}
.p-user__content {
  transition: opacity .3s ease-in-out, z-index .3s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 53px;
  right: 0;
  z-index: -2;
  width: 216px;
  padding: 0 25px;
  border: 1px solid #dee3eb;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03);
  font-size: .88em;
  text-align: left;
}
.p-user__content.is-active {
  opacity: 1;
  z-index: 10;
}
.p-user .p-usernav {
  margin: 0;
  padding-left: 0;
  font-weight: bold;
  color: #525e76;
}
.p-user .p-usernav__item {
  border-bottom: 1px dotted #ccc;
}
.p-user .p-usernav__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.p-user .p-usernav__item a {
  display: block;
  padding: 14px 0;
}
.p-user .p-usernav__item a:hover {
  color: #68a8fe;
}
.p-user .c-tag--sm {
  float: right;
  min-width: 65px;
  font-size: .7em;
}

/*  preview Styles
--------------------------------------------- */
.preview .l-header {
  padding-bottom: 15px;
}
.preview .p-header--top {
  padding: 2px 0;
  background: #f9f9f9;
  border-bottom: 1px solid #dee3eb;
}
.preview .p-header__logo img {
  width: 230px;
}
.preview .p-header__btn .c-btn--close {
  width: 200px;
  border-color: #2a3853;
  background-color: #2a3853;
  text-align: center;
}
.preview .p-header__btn .c-btn--close .c-icn--close {
  padding-right: 8px;
  vertical-align: 0 !important;
}
.preview .p-header__btn .c-btn--close img,
.preview .p-header__btn .c-btn--close svg {
  width: 10px;
  height: 10px;
}
.preview .p-header__btn .c-btn--close svg,
.preview .p-header__btn .c-btn--close path,
.preview .p-header__btn .c-btn--close rect,
.preview .p-header__btn .c-btn--close g,
.preview .p-header__btn .c-btn--close polygon {
  fill: #fff !important;
}
.preview .p-header__btn .c-btn--close:hover {
  border-color: #212d42;
  background-color: #212d42;
}

/*  User Styles
--------------------------------------------- */
.pg-user .p-gnav {
  border-top: 1px solid #dee3eb;
  border-bottom: 1px solid #dee3eb;
  box-shadow: -1px 3px 3px #f7f9fa;
}
.pg-user .p-gnav__inner {
  text-align: center !important;
}
.pg-user .p-gnav__link {
  transition: color .2s ease-in-out;
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px;
  letter-spacing: 0;
}
.pg-user .p-gnav__link img,
.pg-user .p-gnav__link svg {
  width: 18px;
  height: 18px;
}
.pg-user .p-gnav__link .c-icn, .pg-user .p-gnav__link .c-icn--download, .pg-user .p-gnav__link .c-icn--delete, .pg-user .p-gnav__link .c-icn--memo, .pg-user .p-gnav__link .c-icn--calendar, .pg-user .p-gnav__link .c-icn--doc, .pg-user .p-gnav__link .c-icn--timer, .pg-user .p-gnav__link .c-icn--images, .pg-user .p-gnav__link .c-icn--close, .pg-user .p-gnav__link .c-icn--correct, .pg-user .p-gnav__link .c-icn--incorrect, .pg-user .p-gnav__link .c-icn--time, .pg-user .p-gnav__link .c-icn--crown, .pg-user .p-gnav__link .c-icn--kadai, .pg-user .p-gnav__link .c-icn--check {
  padding-right: 4px;
}
.pg-user .p-gnav__link:hover {
  color: #68a8fe;
}
.pg-user .p-gnav__link:hover img,
.pg-user .p-gnav__link:hover svg {
  width: 18px;
  height: 18px;
}
.pg-user .p-gnav__link:hover svg,
.pg-user .p-gnav__link:hover path,
.pg-user .p-gnav__link:hover rect,
.pg-user .p-gnav__link:hover g,
.pg-user .p-gnav__link:hover polygon {
  fill: #68a8fe;
}
.pg-user .p-gnav .is-active .p-gnav__link {
  color: #68a8fe;
}
.pg-user .p-gnav .is-active .p-gnav__link img,
.pg-user .p-gnav .is-active .p-gnav__link svg {
  width: 20px;
  height: 20px;
}
.pg-user .p-gnav .is-active .p-gnav__link svg,
.pg-user .p-gnav .is-active .p-gnav__link path,
.pg-user .p-gnav .is-active .p-gnav__link rect,
.pg-user .p-gnav .is-active .p-gnav__link g,
.pg-user .p-gnav .is-active .p-gnav__link polygon {
  fill: #68a8fe;
}
.pg-user .p-gnav .is-active .p-gnav__link:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 34px;
  height: 5px;
  margin-left: -17px;
  background: #68a8fe;
  content: "";
}

@media screen and (max-width: 1280px) {
  .pg-user .l-header {
    min-width: 0;
  }
}
/*  Course Styles
--------------------------------------------- */
.pg-course .p-header--bottom {
  background: #52607a;
}
.pg-course .p-header--bottom .c-inner, .pg-course .p-header--bottom .pg-user .p-gnav__inner, .pg-user .pg-course .p-header--bottom .p-gnav__inner, .pg-course .p-header--bottom .c-inner--center {
  padding-top: 13px;
  padding-bottom: 13px;
}
.pg-course .p-gnav__item .c-icn, .pg-course .p-gnav__item .c-icn--download, .pg-course .p-gnav__item .c-icn--delete, .pg-course .p-gnav__item .c-icn--memo, .pg-course .p-gnav__item .c-icn--calendar, .pg-course .p-gnav__item .c-icn--doc, .pg-course .p-gnav__item .c-icn--timer, .pg-course .p-gnav__item .c-icn--images, .pg-course .p-gnav__item .c-icn--close, .pg-course .p-gnav__item .c-icn--correct, .pg-course .p-gnav__item .c-icn--incorrect, .pg-course .p-gnav__item .c-icn--time, .pg-course .p-gnav__item .c-icn--crown, .pg-course .p-gnav__item .c-icn--kadai, .pg-course .p-gnav__item .c-icn--check {
  padding-right: 5px;
  vertical-align: -4px;
}
.pg-course .p-gnav__item--course_list .p-gnav__link img,
.pg-course .p-gnav__item--course_list .p-gnav__link svg {
  width: 20px;
  height: 20px;
}
.pg-course .p-gnav__item--unscore .p-gnav__link img,
.pg-course .p-gnav__item--unscore .p-gnav__link svg {
  width: 20px;
  height: 20px;
}
.pg-course .p-gnav__link {
  color: #fff;
}
.pg-course .p-gnav__link img,
.pg-course .p-gnav__link svg {
  width: 20px;
  height: 20px;
}
.pg-course .p-gnav__link svg,
.pg-course .p-gnav__link path,
.pg-course .p-gnav__link rect,
.pg-course .p-gnav__link g,
.pg-course .p-gnav__link polygon {
  fill: #fff;
}
.pg-course .p-gnav .is-active {
  position: relative;
}
.pg-course .p-gnav .is-active:before {
  position: absolute;
  right: auto;
  left: 50%;
  z-index: auto;
  bottom: -13px;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-width: 8px 7px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  content: "";
}
.pg-course .p-gnav .is-active .p-gnav__link img,
.pg-course .p-gnav .is-active .p-gnav__link svg {
  width: 20px;
  height: 20px;
}
.pg-course .p-gnav .is-active .p-gnav__link svg,
.pg-course .p-gnav .is-active .p-gnav__link path,
.pg-course .p-gnav .is-active .p-gnav__link rect,
.pg-course .p-gnav .is-active .p-gnav__link g,
.pg-course .p-gnav .is-active .p-gnav__link polygon {
  fill: #c5d6f3;
}

/*  Admin Styles
--------------------------------------------- */
.pg-admin .p-header__btn .c-btn--xs {
  padding-right: 20px;
}
.pg-admin .p-header__btn .c-icn, .pg-admin .p-header__btn .c-icn--download, .pg-admin .p-header__btn .c-icn--delete, .pg-admin .p-header__btn .c-icn--memo, .pg-admin .p-header__btn .c-icn--calendar, .pg-admin .p-header__btn .c-icn--doc, .pg-admin .p-header__btn .c-icn--timer, .pg-admin .p-header__btn .c-icn--images, .pg-admin .p-header__btn .c-icn--close, .pg-admin .p-header__btn .c-icn--correct, .pg-admin .p-header__btn .c-icn--incorrect, .pg-admin .p-header__btn .c-icn--time, .pg-admin .p-header__btn .c-icn--crown, .pg-admin .p-header__btn .c-icn--kadai, .pg-admin .p-header__btn .c-icn--check {
  padding-right: 6px;
}
.pg-admin .p-header__btn .c-icn img, .pg-admin .p-header__btn .c-icn--download img, .pg-admin .p-header__btn .c-icn--delete img, .pg-admin .p-header__btn .c-icn--memo img, .pg-admin .p-header__btn .c-icn--calendar img, .pg-admin .p-header__btn .c-icn--doc img, .pg-admin .p-header__btn .c-icn--timer img, .pg-admin .p-header__btn .c-icn--images img, .pg-admin .p-header__btn .c-icn--close img, .pg-admin .p-header__btn .c-icn--correct img, .pg-admin .p-header__btn .c-icn--incorrect img, .pg-admin .p-header__btn .c-icn--time img, .pg-admin .p-header__btn .c-icn--crown img, .pg-admin .p-header__btn .c-icn--kadai img, .pg-admin .p-header__btn .c-icn--check img,
.pg-admin .p-header__btn .c-icn svg,
.pg-admin .p-header__btn .c-icn--download svg,
.pg-admin .p-header__btn .c-icn--delete svg,
.pg-admin .p-header__btn .c-icn--memo svg,
.pg-admin .p-header__btn .c-icn--calendar svg,
.pg-admin .p-header__btn .c-icn--doc svg,
.pg-admin .p-header__btn .c-icn--timer svg,
.pg-admin .p-header__btn .c-icn--images svg,
.pg-admin .p-header__btn .c-icn--close svg,
.pg-admin .p-header__btn .c-icn--correct svg,
.pg-admin .p-header__btn .c-icn--incorrect svg,
.pg-admin .p-header__btn .c-icn--time svg,
.pg-admin .p-header__btn .c-icn--crown svg,
.pg-admin .p-header__btn .c-icn--kadai svg,
.pg-admin .p-header__btn .c-icn--check svg {
  width: 14px;
  height: 14px;
}
.pg-admin .p-header--bottom {
  border-top: 1px solid #dee3eb;
  border-bottom: 1px solid #dee3eb;
  box-shadow: -1px 3px 3px #f7f9fa;
}
.pg-admin .p-user {
  right: 220px;
}
.pg-admin .p-gnav__link {
  transition: color .4s ease-in-out;
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px;
  letter-spacing: 0;
}
.pg-admin .p-gnav__link:hover {
  color: #68a8fe;
}
.pg-admin .p-gnav .is-active .p-gnav__link {
  color: #68a8fe;
}
.pg-admin .p-gnav .is-active .p-gnav__link:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 34px;
  height: 5px;
  margin-left: -17px;
  background: #68a8fe;
  content: "";
}

/*  Main
--------------------------------------------- */
.l-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  clear: both;
  padding-bottom: 345px;
}
.l-content:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ".";
}
.l-content--bottom {
  position: relative;
  margin-right: -60px;
  margin-left: -60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pg-admin .l-content {
  padding-bottom: 70px;
}

.l-main {
  position: relative;
  float: right;
  width: calc(100% - 280px);
  min-width: 880px;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 100px;
}

.pg-user .l-main {
  width: calc(100% - 280px);
  min-width: 0;
  margin-right: -30px;
}
.pg-user .l-side {
  margin-left: 0;
}

@media screen and (max-width: 1280px) {
  .pg-user .l-main {
    width: 76%;
  }
  .pg-user .l-side {
    width: 26%;
  }
}
/*  Side
--------------------------------------------- */
.l-side {
  float: left;
  width: 280px;
  margin-left: -30px;
  padding: 20px 20px 50px;
  margin-top: 20px;
  font-size: 0.94em;
  background: #f2f6fc;
}
.l-side .c-btnwrap, .l-side .c-btnwrap--top, .l-side .c-btnwrap--bottom {
  padding-top: 10px;
  font-size: 0.95em;
}
.l-side.is-follow {
  position: sticky !important;
  top: 0;
  z-index: 20;
}

/* =============================================================

    Component CSS

============================================================= */
/*  Inner
--------------------------------------------- */
.c-inner, .pg-user .p-gnav__inner, .c-inner--center {
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
  text-align: left;
}
.c-inner--padding, .c-inner, .pg-user .p-gnav__inner, .c-inner--center, .c-answer__item-left {
  padding-right: 30px;
  padding-left: 30px;
}
.c-inner--margin, .c-ttl--style1, .c-ttl--style1__m0, .c-ttl--style2, .c-ttl--style2__m0 {
  margin-right: -30px;
  margin-left: -30px;
}
.c-inner--center {
  text-align: center;
}

.l-content.c-inner, .pg-user .l-content.p-gnav__inner, .l-content.c-inner--center {
  padding-right: 60px;
  padding-left: 60px;
}

.pg-user .c-inner, .pg-user .p-gnav__inner, .pg-user .c-inner--center {
  width: 1280px;
}

@media screen and (max-width: 1280px) {
  .pg-user .c-inner, .pg-user .p-gnav__inner, .pg-user .c-inner--center {
    width: 100%;
    min-width: 100%;
  }
}
/*  Clearfix
--------------------------------------------- */
.c-clearfix {
  min-height: 1px;
  clear: both;
}
.c-clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ".";
}

* html .c-clearfix {
  height: 1px;
}

/*  Text
--------------------------------------------- */
.c-txt-style1 {
  margin-left: 2rem;
}

.c-txt__title_under_date {
  margin-top: -2rem;
  margin-left: 4rem;
}

.c-txt__progress {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
}

.c-txt__error {
  margin: 0;
}

.c-txt--left {
  margin-left: 0;
}

.c-txt-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  text-align: left;
}

.hyphenblock {
  display: block;
  line-height: 0.5em;
}

.c-txt--content {
  padding: 30px 20px 5px;
  line-height: 1.8;
}

/*  Icon
--------------------------------------------- */
.c-icn, .c-icn--download, .c-icn--delete, .c-icn--memo, .c-icn--calendar, .c-icn--doc, .c-icn--timer, .c-icn--images, .c-icn--close, .c-icn--correct, .c-icn--incorrect, .c-icn--time, .c-icn--crown, .c-icn--kadai, .c-icn--check {
  display: inline-block;
  padding-right: 8px;
  vertical-align: -3px;
}
.c-icn img, .c-icn--download img, .c-icn--delete img, .c-icn--memo img, .c-icn--calendar img, .c-icn--doc img, .c-icn--timer img, .c-icn--images img, .c-icn--close img, .c-icn--correct img, .c-icn--incorrect img, .c-icn--time img, .c-icn--crown img, .c-icn--kadai img, .c-icn--check img,
.c-icn svg,
.c-icn--download svg,
.c-icn--delete svg,
.c-icn--memo svg,
.c-icn--calendar svg,
.c-icn--doc svg,
.c-icn--timer svg,
.c-icn--images svg,
.c-icn--close svg,
.c-icn--correct svg,
.c-icn--incorrect svg,
.c-icn--time svg,
.c-icn--crown svg,
.c-icn--kadai svg,
.c-icn--check svg {
  margin-right: 0 !important;
  padding-right: 0;
}
.c-icn img, .c-icn--download img, .c-icn--delete img, .c-icn--memo img, .c-icn--calendar img, .c-icn--doc img, .c-icn--timer img, .c-icn--images img, .c-icn--close img, .c-icn--correct img, .c-icn--incorrect img, .c-icn--time img, .c-icn--crown img, .c-icn--kadai img, .c-icn--check img,
.c-icn svg,
.c-icn--download svg,
.c-icn--delete svg,
.c-icn--memo svg,
.c-icn--calendar svg,
.c-icn--doc svg,
.c-icn--timer svg,
.c-icn--images svg,
.c-icn--close svg,
.c-icn--correct svg,
.c-icn--incorrect svg,
.c-icn--time svg,
.c-icn--crown svg,
.c-icn--kadai svg,
.c-icn--check svg {
  width: 14px;
  height: 14px;
  float: left;
  vertical-align: 1px;
}
.c-icn--user {
  display: inline-block;
  overflow: hidden;
  margin: 0 10px;
  border-radius: 100% !important;
  vertical-align: middle;
}
.c-icn--user img {
  overflow: hidden;
  width: 45px;
  height: 45px !important;
  object-fit: cover;
  border-radius: 100% !important;
}
.c-form-check .c-icn--user img {
  width: 100px;
  height: 100px !important;
}
.c-icn--organizer img,
.c-icn--organizer svg,
.c-icn--organizer g {
  width: 16px;
  height: 17px;
  vertical-align: -2px;
}
.c-icn--organizer svg,
.c-icn--organizer path,
.c-icn--organizer rect,
.c-icn--organizer g,
.c-icn--organizer polygon {
  transition: fill .2s ease-in-out;
  fill: #9da8c6;
}
.c-icn--arw, .c-list--arw li a, .c-txt--arw {
  position: relative;
  padding-left: 15px;
}
.c-icn--arw:before, .c-list--arw li a:before, .c-btn--arw:before, .c-txt--arw:before {
  transition: fill .2s ease-in-out, opacity .2s ease-in-out;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: auto;
  width: 10px;
  height: 20px;
  transform: rotate(-90deg);
  background: url(../img/icn_arw.png) no-repeat;
  background-size: 100%;
  content: "";
}
.c-icn--download, .c-icn--delete, .c-icn--memo, .c-icn--calendar, .c-icn--doc, .c-icn--timer, .c-icn--images, .c-icn--close, .c-icn--correct, .c-icn--incorrect, .c-icn--time, .c-icn--crown, .c-icn--kadai, .c-icn--check {
  vertical-align: -2px;
}
.c-icn--download img,
.c-icn--download svg {
  width: 22px;
  height: 22px;
}
.c-icn--download svg,
.c-icn--download path,
.c-icn--download rect,
.c-icn--download g,
.c-icn--download polygon {
  fill: #68a8fe;
}
.c-icn--download:hover img,
.c-icn--download:hover svg {
  width: 22px;
  height: 22px;
}
.c-icn--download:hover svg,
.c-icn--download:hover path,
.c-icn--download:hover rect,
.c-icn--download:hover g,
.c-icn--download:hover polygon {
  fill: #2d88ff;
}
.c-icn--delete {
  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 5px;
}
.c-icn--delete img,
.c-icn--delete svg {
  width: 18px;
  height: 18px;
}
.c-icn--delete svg,
.c-icn--delete path,
.c-icn--delete rect,
.c-icn--delete g,
.c-icn--delete polygon {
  fill: #9da8c6;
}
.c-icn--delete:hover img,
.c-icn--delete:hover svg {
  width: 18px;
  height: 18px;
}
.c-icn--delete:hover svg,
.c-icn--delete:hover path,
.c-icn--delete:hover rect,
.c-icn--delete:hover g,
.c-icn--delete:hover polygon {
  fill: #606c8d;
}
.c-icn--memo img,
.c-icn--memo svg {
  width: 18px;
  height: 18px;
}
.c-icn--memo svg,
.c-icn--memo path,
.c-icn--memo rect,
.c-icn--memo g,
.c-icn--memo polygon {
  fill: #252525;
}
.c-icn--calendar img,
.c-icn--calendar svg {
  width: 19px;
  height: 19px;
}
.c-icn--calendar svg,
.c-icn--calendar path,
.c-icn--calendar rect,
.c-icn--calendar g,
.c-icn--calendar polygon {
  fill: #fff;
}
.c-box__task .c-icn--calendar {
  vertical-align: middle;
}
.c-box__task .c-icn--calendar img,
.c-box__task .c-icn--calendar svg {
  width: 20px;
  height: 20px;
  margin-top: -4px;
}
.c-box__task .c-icn--calendar svg,
.c-box__task .c-icn--calendar path,
.c-box__task .c-icn--calendar rect,
.c-box__task .c-icn--calendar g,
.c-box__task .c-icn--calendar polygon {
  fill: #fff;
}
.c-box__record-inner .c-icn--calendar img,
.c-box__record-inner .c-icn--calendar svg {
  width: 22px;
  height: 22px;
}
.c-icn--doc img,
.c-icn--doc svg {
  width: 20px;
  height: 20px;
}
.c-icn--doc svg,
.c-icn--doc path,
.c-icn--doc rect,
.c-icn--doc g,
.c-icn--doc polygon {
  fill: #fff;
}
.c-icn--timer {
  vertical-align: -3px;
}
.c-icn--timer img,
.c-icn--timer svg {
  width: 20px;
  height: 20px;
}
.c-icn--timer svg,
.c-icn--timer path,
.c-icn--timer rect,
.c-icn--timer g,
.c-icn--timer polygon {
  fill: #252525;
}
.c-icn--images {
  vertical-align: -5px;
}
.c-icn--images img,
.c-icn--images svg {
  width: 14px;
  height: 14px;
}
.c-icn--images svg,
.c-icn--images path,
.c-icn--images rect,
.c-icn--images g,
.c-icn--images polygon {
  fill: #252525;
}
.c-icn--close {
  vertical-align: 0;
}
.c-icn--close img,
.c-icn--close svg {
  width: 10px;
  height: 10px;
}
.c-icn--close svg,
.c-icn--close path,
.c-icn--close rect,
.c-icn--close g,
.c-icn--close polygon {
  fill: #9da8c6;
}
.c-icn--correct {
  vertical-align: -4px;
}
.c-icn--correct img,
.c-icn--correct svg {
  width: 18px;
  height: 18px;
}
.c-icn--correct svg,
.c-icn--correct path,
.c-icn--correct rect,
.c-icn--correct g,
.c-icn--correct polygon {
  fill: #ff749b;
}
.c-icn--incorrect {
  vertical-align: -2px;
}
.c-icn--incorrect img,
.c-icn--incorrect svg {
  width: 13px;
  height: 13px;
}
.c-icn--incorrect svg,
.c-icn--incorrect path,
.c-icn--incorrect rect,
.c-icn--incorrect g,
.c-icn--incorrect polygon {
  fill: #68a8fe;
}
.c-icn--time img,
.c-icn--time svg {
  width: 21px;
  height: 21px;
}
.c-icn--time svg,
.c-icn--time path,
.c-icn--time rect,
.c-icn--time g,
.c-icn--time polygon {
  fill: #fff;
}
.c-icn--crown img,
.c-icn--crown svg {
  width: 25px;
  height: 25px;
}
.c-icn--crown svg,
.c-icn--crown path,
.c-icn--crown rect,
.c-icn--crown g,
.c-icn--crown polygon {
  fill: #9da8c6;
}
.c-icn--kadai {
  padding-right: 5px;
}
.c-icn--kadai img,
.c-icn--kadai svg {
  width: 15px;
  height: 15px;
}
.c-icn--kadai svg,
.c-icn--kadai path,
.c-icn--kadai rect,
.c-icn--kadai g,
.c-icn--kadai polygon {
  fill: #68a8fe;
}
.c-icn--kadai i {
  color: #68a8fe;
}
.c-icn--check {
  padding-right: 5px;
  padding-left: 5px;
}
.c-icn--check img,
.c-icn--check svg {
  width: 15px;
  height: 15px;
}
.c-icn--check svg,
.c-icn--check path,
.c-icn--check rect,
.c-icn--check g,
.c-icn--check polygon {
  fill: #68a8fe;
}
.c-icn--check i {
  color: #68a8fe;
}

/*  List
--------------------------------------------- */
.c-list li {
  list-style-type: none;
  line-height: 1.5;
}
.c-list ul,
.c-list ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.c-list dl dt {
  margin-bottom: 10px;
}
.c-list dl dd {
  margin-bottom: 0;
}
.c-list a {
  text-decoration: underline;
}
.c-list a:hover {
  text-decoration: none;
}
.c-list--line > * > li {
  margin-bottom: 0 !important;
  padding: 30px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 0 1px;
}
.c-list--line > * > li:first-child {
  padding-top: 0;
}
.c-list--line > * > li > a {
  display: block;
  position: relative;
  overflow: hidden;
  margin: -30px 0;
  padding: 30px 0;
}
.c-list--line > * > li:first-child > a {
  margin-top: 0;
}
.c-list--dot {
  margin: 0 0 5px;
}
.c-list--dot ul {
  margin: 0;
  padding-left: 1.5em;
}
.c-list--dot ul li {
  margin: 0;
  list-style-type: none;
}
.c-list--dot ul li:before {
  margin-left: -1.35em;
  padding-right: 5px;
  content: "・";
}
.c-list--dot ul ul li ul {
  padding-top: 2px;
  padding-left: 2.5em;
}
.c-list--arw ul {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0;
}
.c-list--arw li {
  margin: 0 0 5px;
  list-style-type: none;
}
.c-list--arw li a {
  padding-left: 18px;
}
.c-list--arw li a:before {
  top: -4px;
  left: -4px;
  width: 12px;
}
.c-list--arw li:last-child {
  margin-bottom: 0;
}
.c-list--arw.c-note, .c-list--arw.c-search-sort, .c-list--arw.c-download, .c-list--arw.c-passage {
  padding-right: 30px;
  padding-left: 30px;
}
.c-list--row li {
  display: inline-block;
  margin-top: 5px;
  margin-right: 20px;
}

/* -- List Number -- */
.c-list--num {
  margin: 20px 0;
}

.c-list--num ol {
  padding-left: 1.5em !important;
}

.c-list--num ol li {
  margin-bottom: 5px;
  list-style-type: decimal;
  line-height: 1.8;
}

.c-list--num ol li ul li {
  list-style: none;
}

.c-list--num ol li ol {
  padding-top: 2px;
}

/* -- List Definition -- */
.c-list--dl > ul {
  padding-left: 0;
}

.c-list--dl > ul > li:before {
  display: none;
}

.c-list--dl dl {
  margin: 20px 0;
}

.c-list--dl li dl {
  margin: 0;
  line-height: 1.8;
}

.c-list--dl dl dt {
  float: left;
  width: 180px;
  font-weight: bold;
}

.c-list--dl dl dd {
  padding-left: 200px;
}

.c-list--dl dl dd p {
  margin: .2em 0;
}

.c-list--dl dl .c-list--dot,
.c-list--dl dl .c-list--num {
  margin: 0;
}

.c-list--dl > * > li {
  margin-bottom: 0;
  padding: 5px 0;
}

.c-list--dl.c-list--line {
  overflow: hidden;
}

.c-list--dl.c-list--line > * > li:first-child {
  padding-top: 0;
}

.c-list--dl.c-list--line dl dt,
.c-list--dl.c-list--line dl dd {
  margin-bottom: 0;
}

/*  Column
-------------------------- */
.c-col {
  /* -- Title -- */
  /* -- content -- */
}
.c-col__inner {
  letter-spacing: -.40em;
}
.c-col__item {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.c-col__item--full {
  width: 100% !important;
}
.c-col__ttl {
  padding-top: 30px;
}
.c-col__content {
  padding-top: 12px;
  line-height: 1.8;
}
.c-col--2 .c-col__inner {
  margin-top: -20px;
  margin-left: -20px;
}
.c-col--2 .c-col__item {
  width: 50%;
  padding: 20px 0 0 20px;
}
.c-col--2 .c-col__content {
  font-size: 1.1em;
  line-height: 1.9;
  letter-spacing: -.04em;
}
.c-col--3 .c-col__inner {
  margin-top: -20px;
  margin-left: -20px;
}
.c-col--3 .c-col__item {
  width: 33.333%;
  padding: 20px 0 0 20px;
}
.c-col--3 .c-col__content {
  font-size: 1.1em;
  line-height: 1.9;
  letter-spacing: -.04em;
}
.c-col--4 .c-col__inner {
  margin-top: -20px;
  margin-left: -20px;
}
.c-col--4 .c-col__item {
  width: 25%;
  padding: 20px 0 0 20px;
}
.c-col--5 .c-col__inner {
  margin-top: -20px;
  margin-left: -20px;
}
.c-col--5 .c-col__item {
  width: 20%;
  padding: 20px 0 0 20px;
}
.c-col--6 .c-col__inner {
  margin-top: -20px;
  margin-left: -20px;
}
.c-col--6 .c-col__item {
  width: 16.65%;
  padding: 20px 0 0 20px;
}
.c-col--7 .c-col__inner {
  margin-top: -20px;
  margin-left: -20px;
}
.c-col--7 .c-col__item {
  width: 14.2%;
  padding: 20px 0 0 20px;
}
.c-col--8 .c-col__inner {
  margin-top: -20px;
  margin-left: -20px;
}
.c-col--8 .c-col__item {
  width: 12.5%;
  padding: 20px 0 0 20px;
}
.c-col--line {
  overflow: hidden;
}
.c-col--line .c-col__inner {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: -.40em;
}
.c-col--line .c-col__item {
  border: none !important;
}
.c-col--line .c-col__item-inner {
  display: block;
  height: 100%;
  border: 1px solid #9da8c6;
}

/*  Section
-------------------------- */
.c-section {
  margin-bottom: 0;
  line-height: 1.9;
}

.c-section .c-inner, .c-section .pg-user .p-gnav__inner, .pg-user .c-section .p-gnav__inner, .c-section .c-inner--center {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* ---- Section Header ---- */
/* ---- Section Main / SIde ---- */
.c-section__main {
  width: 67%;
}

.c-section__side {
  width: 33%;
}

.c-section__main.c-float--left {
  padding-right: 30px;
}

.c-section__main.c-float--right {
  padding-left: 30px;
}

.c-section__side .c-thumb img {
  width: 100%;
}

.c-section__side .c-section {
  margin-bottom: 20px;
}

/* ---- Section Half ---- */
.c-section--half {
  width: 50%;
}

.c-section--half.c-float--left {
  padding-right: 25px;
}

.c-section--half.c-float--right {
  padding-left: 25px;
}

.c-section--half .c-section--inner {
  padding: 45px;
}

.c-section--half p:first-child {
  margin-top: 0;
}

/* ---- Contents Inner ---- */
.c-contents__inner {
  padding: 50px 50px 60px;
  background: #fff;
}

/*  Box Decoration
-------------------------- */
.c-line {
  padding: 30px 35px;
  border: 1px solid #9da8c6;
  line-height: 1.6;
}
.c-line--top {
  border: 1px solid #9da8c6;
  border-width: 1px 0 0;
}
.c-line--solid {
  border: 1px solid #9da8c6;
  border-width: 1px 0 0;
}
.c-line--dot {
  border: 1px dashed #9da8c6;
  border-width: 1px 0 0;
}

hr.c-line--solid,
hr.c-line--dot {
  margin: 40px 0;
}

/* -- Animation keyframes -- */
@-webkit-keyframes opa0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opa0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes opa1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tra1 {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@keyframes tra1 {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@-webkit-keyframes tra2 {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@keyframes tra2 {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@-webkit-keyframes tra3 {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@keyframes tra3 {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@-webkit-keyframes tra4 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -ms-transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes tra4 {
  0% {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    -ms-transform: translateX(150%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
.c-ef--top {
  opacity: 0;
}

.c-ef--top.is-effect {
  -webkit-animation: opa1 1s ease-in-out 0s 1 forwards, tra3 1s ease-in-out 0s 1 forwards;
  animation: opa1 1s ease-in-out 0s 1 forwards, tra3 1s ease-in-out 0s 1 forwards;
}

.c-ef--right.is-effect {
  -webkit-animation: opa1 1s ease-in-out 0s 1 forwards, tra4 1s ease-in-out 0s 1 forwards;
  animation: opa1 1s ease-in-out 0s 1 forwards, tra4 1s ease-in-out 0s 1 forwards;
}

.c-ef--left.is-effect {
  animation: opa1 1s ease-in-out 0s 1 forwards, tra5 1s ease-in-out 0s 1 forwards;
}

.c-ef--lg.is-effect {
  -webkit-animation: opa1 1s ease-in-out 0s 1 forwards, tra6 1s ease-in-out 0s 1 forwards;
  animation: opa1 1s ease-in-out 0s 1 forwards, tra6 1s ease-in-out 0s 1 forwards;
}

/*  Note
-------------------------- */
.c-note, .c-search-sort, .c-download, .c-passage {
  margin-bottom: 30px;
  padding: 20px 20px;
  background: #f9f9f9;
}

/*  Breadcrumb
-------------------------- */
.c-breadcrumb {
  margin: 0;
  padding-top: 17px;
  border-radius: 0;
  letter-spacing: 0;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0;
}
.c-breadcrumb img,
.c-breadcrumb svg {
  width: 15px;
  height: 15px;
  vertical-align: -2px;
}
.c-breadcrumb svg,
.c-breadcrumb path,
.c-breadcrumb rect,
.c-breadcrumb g,
.c-breadcrumb polygon {
  fill: #9da8c6;
}
.c-breadcrumb a {
  margin-right: 2px;
  margin-left: 2px;
}
.c-breadcrumb a:hover {
  color: #68a8fe;
}
.c-breadcrumb a:hover svg,
.c-breadcrumb a:hover path,
.c-breadcrumb a:hover rect,
.c-breadcrumb a:hover g,
.c-breadcrumb a:hover polygon {
  fill: #68a8fe;
}
.c-breadcrumb span {
  margin-left: 2px;
}
.c-breadcrumb a:first-child,
.c-breadcrumb span:first-child {
  margin-left: 0;
}
.c-breadcrumb.is-bg {
  display: inline-block;
  margin: 12px 0 15px -15px;
  padding: 4px 15px;
  background: #fff;
  border-radius: 20px;
}

/*  Pagination
-------------------------- */
.c-pagination {
  display: block;
  padding: 0;
  font-size: .95em;
  font-weight: bold;
  text-align: right;
}
.c-pagination--top {
  margin: 30px 0 12px;
}
.c-btnwrap + .c-pagination--top, .c-btnwrap--top + .c-pagination--top, .c-btnwrap--bottom + .c-pagination--top {
  margin-top: 50px;
}
.c-pagination--bottom {
  margin: 20px 0;
}
.c-pagination--bottom .page-of,
.c-pagination--bottom .page-desc {
  display: none;
}
.c-pagination > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 12px;
  letter-spacing: .2em;
  text-align: center;
}
.c-pagination .page-of {
  float: left;
  margin-right: 8px;
  margin-bottom: 0;
  padding-top: 10px;
  letter-spacing: 0;
  font-size: 0.98em;
}
.c-pagination .page-of span {
  margin-right: 5px;
  font-size: 1.3em;
}
.c-pagination a,
.c-pagination .current,
.c-pagination .previous,
.c-pagination .next {
  transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
  display: inline-block;
  min-width: 36px;
  height: 36px;
  margin: 0 1px 5px;
  padding: 0;
  border-radius: 100%;
  background: #f2f6fc;
  vertical-align: middle;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center;
}
.c-pagination .previous,
.c-pagination .next {
  font-size: .9em;
}
.c-pagination a {
  text-decoration: none;
  cursor: pointer;
}
.c-pagination a:hover,
.c-pagination .current {
  border-color: #68a8fe;
  background-color: #68a8fe;
  box-shadow: none;
  color: #fff !important;
}
.c-pagination .page-desc {
  float: left;
  margin-left: 20px;
  margin-right: 8px;
  margin-bottom: 0;
  padding-top: 14px;
  font-size: 1.02em;
  font-weight: normal;
  letter-spacing: 0;
}
.c-pagination .page-desc img {
  vertical-align: -4px;
}
.c-pagination .page-of-sp {
  display: none;
}

/*  Side Navi
-------------------------- */
.c-sidenav {
  padding: 0;
  color: #2a3853;
}
@media screen and (min-width: 896px) {
  .c-sidenav__content {
    display: block !important;
  }
}
.c-sidenav__inner {
  padding-left: 0;
}
.c-sidenav__item {
  margin-bottom: 2px;
}
.c-sidenav__item-link, .c-sidenav__item-title, .is-active .c-sidenav__item-link, .c-acc__btn {
  transition: background-color .2s ease-in-out;
  position: relative;
  display: block;
  padding: 18px 35px 18px 16px;
  background: #fff;
  font-weight: bold;
}
.c-sidenav__item-link:before, .c-sidenav__item-title:before, .is-active .c-sidenav__item-link:before, .is-active .c-acc__btn:before, .c-acc__btn:before {
  border-radius: 1px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 14px;
  left: auto;
  width: 7px;
  height: 7px;
  margin-top: -4.5px;
  background: none;
  transform: rotate(45deg) skew(1.2deg, 1.2deg);
  border-top: 2px solid #68a8fe;
  border-right: 2px solid #68a8fe;
  content: "";
}
.c-sidenav__item-link:hover, .c-sidenav__item-title:hover, .c-acc__btn:hover {
  color: #252525;
  background-color: #b3d0ff;
}
.c-sidenav__item-link .c-txt--sm, .c-sidenav__item-title .c-txt--sm, .c-acc__btn .c-txt--sm {
  display: block;
  font-weight: normal;
}
.is-indent .c-sidenav__item-link, .is-indent .c-sidenav__item-title, .is-indent .c-acc__btn {
  padding-left: 42px;
}
.is-active .c-sidenav__item-title:before, .is-active .c-sidenav__item-link:before, .is-active .c-acc__btn:before {
  transform: rotate(45deg) skew(1.4deg, 1.4deg);
  border-top-color: #fff;
  border-right-color: #fff;
}
.c-sidenav__content .is-active .c-sidenav__item-title, .c-sidenav__content .is-active .c-sidenav__item-link, .c-sidenav__content .is-active .c-acc__btn, .c-acc__content .is-active .c-sidenav__item-title, .c-acc__content .is-active .c-sidenav__item-link, .c-acc__content .is-active .c-acc__btn {
  background: #cde0ff;
  color: inherit;
  padding-left: 26px;
}
.c-sidenav__content .is-active .c-sidenav__item-title:before, .c-sidenav__content .is-active .c-sidenav__item-link:before, .c-sidenav__content .is-active .c-acc__btn:before, .c-acc__content .is-active .c-sidenav__item-title:before, .c-acc__content .is-active .c-sidenav__item-link:before, .c-acc__content .is-active .c-acc__btn:before {
  border-top-color: #68a8fe;
  border-right-color: #68a8fe;
}
.c-sidenav__content .is-active .c-sidenav__item-title:after, .c-sidenav__content .is-active .c-sidenav__item-link:after, .c-sidenav__content .is-active .c-acc__btn:after, .c-acc__content .is-active .c-sidenav__item-title:after, .c-acc__content .is-active .c-sidenav__item-link:after, .c-acc__content .is-active .c-acc__btn:after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  width: 6px;
  background: #68a8fe;
  border-radius: 3px;
  content: "";
}
.c-sidenav__content .is-active .c-sidenav__item-title:hover, .c-sidenav__content .is-active .c-sidenav__item-link:hover, .c-sidenav__content .is-active .c-acc__btn:hover, .c-acc__content .is-active .c-sidenav__item-title:hover, .c-acc__content .is-active .c-sidenav__item-link:hover, .c-acc__content .is-active .c-acc__btn:hover {
  background: #b3d0ff;
  color: inherit;
}
.c-sidenav__item-title, .is-active .c-sidenav__item-link, .is-active .c-sidenav__item-title, .c-acc__btn {
  transition: background-color .2s ease-in-out;
  padding-right: 28px;
  background: #68a8fe;
  color: #fff;
}
.c-sidenav__item-title:hover, .is-active .c-sidenav__item-link:hover, .c-acc__btn:hover {
  color: #fff;
  background-color: #4f99fe;
}
.c-sidenav__content .c-sidenav__item-link, .c-sidenav__content .c-sidenav__item-title, .c-sidenav__content .c-acc__btn {
  padding-left: 26px;
}

/*  Sub Menu
-------------------------- */
.c-submenu {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #ccc;
}
.c-submenu__title {
  padding: 18px 35px 18px 16px;
  padding-right: 28px;
  background: #cde0ff;
  font-weight: bold;
}
.c-submenu__title-txt {
  margin: 0 -15px -10px;
  font-size: 0.95em;
}
.c-submenu__title-txt .c-icn--arw, .c-submenu__title-txt .c-list--arw li a, .c-list--arw li .c-submenu__title-txt a, .c-submenu__title-txt .c-txt--arw {
  display: inline-block;
  font-weight: normal;
}
.c-submenu__title-txt .c-icn--arw:before, .c-submenu__title-txt .c-list--arw li a:before, .c-list--arw li .c-submenu__title-txt a:before, .c-submenu__title-txt .c-btn--arw:before, .c-submenu__title-txt .c-txt--arw:before {
  top: -2px;
  left: -2px;
}
.c-submenu .c-sidenav__item-link, .c-submenu .c-sidenav__item-title, .c-submenu .c-acc__btn {
  transition: color .2s ease-in-out;
  background-color: #fff;
  border-bottom: 1px solid #e8f0fc;
}
.c-submenu .c-sidenav__item-link:hover, .c-submenu .c-sidenav__item-title:hover, .c-submenu .c-acc__btn:hover {
  color: #68a8fe;
}

/*  Accordion
-------------------------- */
.c-acc__btn {
  margin-bottom: 3px;
  padding-left: 50px;
  cursor: pointer;
}
.c-acc__btn:before {
  transform: rotate(134deg) skew(1.4deg, 1.4deg);
  border-top-color: #fff;
  border-right-color: #fff;
}
.c-acc__btn:hover {
  color: #fff;
  background-color: #4f99fe;
}
.c-acc__btn.is-active:before {
  transform: rotate(-45deg) skew(1.4deg, 1.4deg);
  margin-top: -1.5px;
}
.c-acc__btn img,
.c-acc__btn svg {
  width: 22px;
  height: 20px;
  position: absolute;
  top: 18px;
  left: 20px;
}
.c-acc__btn svg,
.c-acc__btn path,
.c-acc__btn rect,
.c-acc__btn g,
.c-acc__btn polygon {
  fill: #fff;
}
.c-acc--questions .c-acc__btn {
  padding-left: 20px;
}

/*  Questions
-------------------------- */
.c-qnav .c-acc__btn {
  padding-left: 25px;
  padding-right: 25px;
}
.c-qnav .c-acc__btn.is-active {
  background-color: #f2f6fc;
  color: #2a3853;
}
.c-qnav .c-acc__btn:before {
  display: none;
}
.c-qnav .c-acc__btn .c-txt--sm {
  display: inline;
  font-weight: bold;
}
.c-qnav .c-acc__btn .c-tag--circle {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 32px;
  height: 32px;
  margin-top: -18px;
  margin-right: 0;
  padding: 0 !important;
  color: #fff;
  background: #252525;
  text-align: center;
  font-size: 0.9em !important;
  line-height: 32px !important;
  letter-spacing: -0.05em !important;
}
.c-qnav .c-acc__btn .c-txt--score {
  float: right;
  margin: 0 -7px 0 0;
  font-size: 0.9em;
  font-weight: normal;
}
.c-qnav .c-acc__btn .c-txt--score .c-txt--md {
  margin-right: 1px;
}
.c-qnav .c-acc__content {
  padding: 25px 25px 15px;
  background-color: #fff;
  font-size: 0.9em;
}
.c-qnav__inner {
  margin: 0;
  padding: 0;
}
.c-qnav__item {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  margin: 3px 7px;
  font-weight: bold;
  text-indent: -0.05em;
  letter-spacing: -0.05em;
  line-height: 32px;
  border-radius: 100% !important;
  text-align: center;
}
.c-qnav__item-link {
  display: block;
  border-radius: 100% !important;
  text-decoration: underline;
}
.c-qnav__item-link:hover {
  text-decoration: none;
}
.is-correct .c-qnav__item-link {
  background: url(../img/icn_correct2.svg) no-repeat center center;
  background-size: 36px 36px;
  text-decoration: none !important;
}
.is-incorrect .c-qnav__item-link {
  background: url(../img/icn_incorrect_grey.svg) no-repeat center center;
  background-size: 30px 30px;
  text-decoration: none !important;
}
.c-qnav__item.is-active {
  background: #252525;
  color: #fff;
  text-decoration: none !important;
}
.is-active .c-qnav__item-link {
  text-decoration: none !important;
}
.is-active .c-qnav__item-link:hover {
  text-decoration: none;
  color: #fff;
  background-color: #68a8fe;
}
.c-qnav .c-txt--right {
  margin-top: 10px;
  font-size: .95em;
}
.c-qnav .c-txt--right .c-icn--correct,
.c-qnav .c-txt--right .c-icn--incorrect {
  margin-left: 8px;
  padding-right: 3px;
}

/*  Form
-------------------------- */
.c-form__modal-score {
  position: relative;
}

.c-form__modal-score .c-form-input {
  margin-right: 1.5rem;
}

.c-form__modal-score span {
  position: absolute;
  bottom: 12px;
}

/*  Input
-------------------------- */
.c-formwrap {
  padding-bottom: 100px;
}
.l-main .c-formwrap {
  padding-bottom: 0;
}
.c-flow + .c-formwrap .c-input, .c-flow + .c-formwrap .c-input--linenone, .c-flow + .c-formwrap .c-inputwrap .c-input--half, .c-inputwrap .c-flow + .c-formwrap .c-input--half {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.c-flow + .c-formwrap .c-input__title {
  padding: 5px 0 15px;
}

.c-input, .c-input--linenone, .c-inputwrap .c-input--half {
  clear: both;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #ccc;
  /* ---- Checkbox / Radio ---- */
}
.c-input--linenone {
  padding-bottom: 0;
  border-bottom-width: 0;
}
.c-input:after, .c-input--linenone:after, .c-inputwrap .c-input--half:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ".";
}
.c-input__title {
  display: block;
  margin-bottom: 0;
  padding: 0 0 10px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.8;
}
.c-input__content-img__file {
  position: relative;
  overflow: hidden;
  border: 1px solid #9da8c6;
  background-color: #eff5ff;
  text-align: center;
}
.c-input__content-img__file .c-frame {
  text-align: center;
  height: 100%;
}
.c-input__content-img__file .c-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100% !important;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.c-input__content-img__file label {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 30px 0 0;
  cursor: pointer;
}
.c-input__content-img__file button {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}
.c-input__content-img__file img,
.c-input__content-img__file svg {
  width: 35px;
  height: 35px;
}
.c-input__content-img__file svg,
.c-input__content-img__file path,
.c-input__content-img__file rect,
.c-input__content-img__file g,
.c-input__content-img__file polygon {
  fill: #2a3853;
}
.c-input__content-img--icon .c-input__content-img__file {
  float: left;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.c-input__content-img--icon .c-input__content-img__file .c-frame img {
  width: 100%;
  height: 100%;
}
.c-input__content-img--icon .c-input__content-img__file.c-input__setting-img__file {
  float: none;
  width: 160px;
  height: 160px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.c-input__content-img--icon .c-input__content-img__btn {
  padding-top: 20px;
  padding-left: 130px;
}
.c-input__content-img--icon button[class="c-btn--delete-img"] {
  display: block;
  transition: color .2s ease-in-out;
  overflow: hidden;
  margin-top: 10px;
  padding: 0 10px;
  border: none;
  background: none;
  font-size: 0.9em;
}
.c-input__content-img--cover {
  margin-top: 10px;
  margin-bottom: 10px;
}
.c-input__content-img--cover .c-img--cover img {
  width: 100%;
}
.c-input__content-img--cover .c-input__content-img__file {
  height: 170px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.c-input__content-img--cover .c-input__content-img__file .c-frame {
  height: 170px;
}
.c-input__content-img--cover .c-input__content-img__file .c-frame img {
  width: auto;
  height: auto;
}
.c-input__content-img--cover .c-input__content-img__file label {
  padding: 30px;
}
.c-input__content-img--cover .c-input__content-img__file .c-txt--upload {
  display: block;
  padding: 8px 0 0;
  font-size: 1em;
}
.c-input__content-img--cover .c-input__content-img__file img,
.c-input__content-img--cover .c-input__content-img__file svg {
  width: 60px;
  height: 60px;
}
.c-input__content-img--cover .c-input__content-img__file svg,
.c-input__content-img--cover .c-input__content-img__file path,
.c-input__content-img--cover .c-input__content-img__file rect,
.c-input__content-img--cover .c-input__content-img__file g,
.c-input__content-img--cover .c-input__content-img__file polygon {
  fill: #2a3853;
}
.c-input input[type="text"], .c-input--linenone input[type="text"], .c-inputwrap .c-input--half input[type="text"],
.c-input input[type="email"],
.c-input--linenone input[type="email"],
.c-inputwrap .c-input--half input[type="email"],
.c-input input[type="tel"],
.c-input--linenone input[type="tel"],
.c-inputwrap .c-input--half input[type="tel"],
.c-input input[type="url"],
.c-input--linenone input[type="url"],
.c-inputwrap .c-input--half input[type="url"],
.c-input input[type="password"],
.c-input--linenone input[type="password"],
.c-inputwrap .c-input--half input[type="password"] {
  vertical-align: middle;
}
.c-input input, .c-input--linenone input, .c-inputwrap .c-input--half input,
.c-input select,
.c-input--linenone select,
.c-inputwrap .c-input--half select,
.c-input textarea,
.c-input--linenone textarea,
.c-inputwrap .c-input--half textarea {
  font-size: 1.4rem;
}
.c-input textarea.c-form-textarea__big, .c-input--linenone textarea.c-form-textarea__big, .c-inputwrap .c-input--half textarea.c-form-textarea__big {
  height: 476px;
}
.c-input textarea.c-form-textarea__middle, .c-input--linenone textarea.c-form-textarea__middle, .c-inputwrap .c-input--half textarea.c-form-textarea__middle {
  height: 210px;
}
.c-input label span, .c-input--linenone label span, .c-inputwrap .c-input--half label span {
  margin: 0 1.5rem;
}
.c-input label .c-input__title-txt, .c-input--linenone label .c-input__title-txt, .c-inputwrap .c-input--half label .c-input__title-txt {
  display: inline;
  font-weight: normal;
}
.c-input__left {
  float: left;
  width: 356px;
}
.c-input__left .c-input__title {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.c-input__left .c-input__title, .c-input__left .c-input__content-txt {
  margin-bottom: 0;
}
.c-input__left .c-input__content-txt {
  margin-top: 3px;
}
.c-input__right {
  padding-left: 356px;
}
.c-input__right .c-form-input {
  margin-bottom: 0;
}
.c-input__content {
  position: relative;
}
.c-input__content + .c-input__content {
  margin-top: 10px;
}
.c-input__content:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ".";
}
.c-input__content-txt {
  margin-bottom: 0;
  color: #2a3853;
}
.c-input__left .c-input__content-txt {
  font-size: 0.9em;
}
div + .c-input__content-txt {
  margin-top: 15px;
}
.c-input__content-txt + .c-form-input {
  margin-top: 12px;
}
.c-input__content .c-txt--bold.c-form-txt--bold {
  font-size: 1.8rem;
  margin: 0 1.5rem;
}
.c-input__content-group {
  margin-bottom: 1rem;
}
.c-input__content__content-three {
  margin-bottom: 15px;
}
.c-input__list {
  display: block;
  vertical-align: middle;
  margin: 10px 0 12px 10px;
  padding-left: 0;
  font-size: 0.95em;
  line-height: 0.8;
}
.c-input__list li {
  display: inline-block;
}
.c-input__list label {
  display: inline-block;
  margin-right: 1.2rem;
  font-weight: normal;
  cursor: pointer;
}
.c-input__list-item {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
.c-input__list-item:first-child {
  padding-left: 0;
}
.c-input__edit {
  overflow: hidden;
}
.c-input__edit + .c-input__edit {
  margin-top: 10px;
}
.c-input__edit .c-btn--public {
  float: right;
  width: 75px;
  margin-top: 16px;
}
.c-input__edit .c-btn--public + .c-form-input {
  float: left;
  width: calc(100% - 100px);
}
.c-input__textbook {
  overflow: hidden;
}
.c-input__textbook + .c-input__textbook {
  margin-top: 10px;
}
.c-input__txt {
  line-height: 1.8;
}
.c-input__btn + .c-input__txt {
  float: left;
  width: calc(100% - 150px);
  padding-right: 10px;
}
.c-input__btn {
  position: absolute;
  top: 50%;
  right: 0;
  float: right;
  width: 150px;
  margin-top: -15px;
  text-align: right;
}
.c-input__memo.c-notice--primary {
  padding: 23px 28px;
}
.c-input__memo.c-notice--primary .c-input__title {
  color: #2a3853;
}
.c-input__memo.c-notice--primary .c-input__title .c-icn--memo img,
.c-input__memo.c-notice--primary .c-input__title .c-icn--memo svg {
  width: 18px;
  height: 18px;
}
.c-input__memo.c-notice--primary .c-input__title .c-icn--memo svg,
.c-input__memo.c-notice--primary .c-input__title .c-icn--memo path,
.c-input__memo.c-notice--primary .c-input__title .c-icn--memo rect,
.c-input__memo.c-notice--primary .c-input__title .c-icn--memo g,
.c-input__memo.c-notice--primary .c-input__title .c-icn--memo polygon {
  fill: #9da8c6;
}
.c-input__memo.c-notice--primary .c-input__content {
  font-weight: normal;
}
.c-input input[type="checkbox"], .c-input--linenone input[type="checkbox"], .c-inputwrap .c-input--half input[type="checkbox"],
.c-input input[type="radio"],
.c-input--linenone input[type="radio"],
.c-inputwrap .c-input--half input[type="radio"] {
  display: none;
}
.c-input input[type="checkbox"] + label, .c-input--linenone input[type="checkbox"] + label, .c-inputwrap .c-input--half input[type="checkbox"] + label,
.c-input input[type="radio"] + label,
.c-input--linenone input[type="radio"] + label,
.c-inputwrap .c-input--half input[type="radio"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 24px;
  line-height: 1;
}
.c-input input[type="checkbox"] + label:before, .c-input--linenone input[type="checkbox"] + label:before, .c-inputwrap .c-input--half input[type="checkbox"] + label:before,
.c-input input[type="radio"] + label:before,
.c-input--linenone input[type="radio"] + label:before,
.c-inputwrap .c-input--half input[type="radio"] + label:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #9da8c6;
  background: #fff;
  content: "";
}
.c-input input[type="checkbox"] + label:before, .c-input--linenone input[type="checkbox"] + label:before, .c-inputwrap .c-input--half input[type="checkbox"] + label:before {
  top: 1px;
}
.c-input input[type="checkbox"]:checked + label:after, .c-input--linenone input[type="checkbox"]:checked + label:after, .c-inputwrap .c-input--half input[type="checkbox"]:checked + label:after,
.c-input input[type="radio"]:checked + label:after,
.c-input--linenone input[type="radio"]:checked + label:after,
.c-inputwrap .c-input--half input[type="radio"]:checked + label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: #52607a;
  content: "";
}
.c-input input[type="checkbox"]:checked + label:after, .c-input--linenone input[type="checkbox"]:checked + label:after, .c-inputwrap .c-input--half input[type="checkbox"]:checked + label:after {
  top: 3px;
  border-radius: 0;
}
.c-input input[type="radio"] + label:before, .c-input--linenone input[type="radio"] + label:before, .c-inputwrap .c-input--half input[type="radio"] + label:before,
.c-input input[type="radio"]:checked + label:after,
.c-input--linenone input[type="radio"]:checked + label:after,
.c-inputwrap .c-input--half input[type="radio"]:checked + label:after {
  border-radius: 100%;
}
.c-input input[type="radio"] + label:before, .c-input--linenone input[type="radio"] + label:before, .c-inputwrap .c-input--half input[type="radio"] + label:before {
  width: 16px;
  height: 16px;
}
.c-input input[type="radio"]:checked + label:after, .c-input--linenone input[type="radio"]:checked + label:after, .c-inputwrap .c-input--half input[type="radio"]:checked + label:after {
  top: 2px;
  left: 4px;
}

.c-txt--error {
  color: #ff749b;
  font-weight: bold;
}
.c-txt--warning {
  color: red;
  font-weight: bold;
}
.c-input .c-txt--error, .c-input--linenone .c-txt--error, .c-inputwrap .c-input--half .c-txt--error {
  margin-top: 10px;
  margin-bottom: -2px !important;
  font-size: 0.92em;
}

/* -- Select -- */
.c-form-select--short {
  width: 20% !important;
  margin-right: 0.8%;
}
.c-form-select--middle {
  width: 48% !important;
}
.c-form-select--long {
  width: 55.6% !important;
}

/* -- Form Check -- */
.c-form-check .c-input, .c-form-check .c-input--linenone, .c-form-check .c-inputwrap .c-input--half, .c-inputwrap .c-form-check .c-input--half {
  padding-bottom: 1rem;
}
.c-form-check .c-input:after, .c-form-check .c-input--linenone:after, .c-form-check .c-inputwrap .c-input--half:after, .c-inputwrap .c-form-check .c-input--half:after {
  display: block;
  clear: both;
  content: "";
}
.c-form-check .c-input.c-input__cover .c-input__content, .c-form-check .c-input__cover.c-input--linenone .c-input__content, .c-form-check .c-inputwrap .c-input__cover.c-input--half .c-input__content, .c-inputwrap .c-form-check .c-input__cover.c-input--half .c-input__content,
.c-form-check .c-input .c-input__memo .c-input__content,
.c-form-check .c-input--linenone .c-input__memo .c-input__content,
.c-form-check .c-inputwrap .c-input--half .c-input__memo .c-input__content,
.c-inputwrap .c-form-check .c-input--half .c-input__memo .c-input__content {
  float: none;
  width: 100%;
}
.c-form-check .c-input.c-input__cover .c-input__content img, .c-form-check .c-input__cover.c-input--linenone .c-input__content img, .c-form-check .c-inputwrap .c-input__cover.c-input--half .c-input__content img, .c-inputwrap .c-form-check .c-input__cover.c-input--half .c-input__content img {
  width: 100%;
  height: auto;
}
.c-form-check__keyword {
  display: block;
  margin-bottom: 8px;
  padding: 18px;
  border: 1px solid #9da8c6;
  border-radius: 4px;
}
.c-form-check__keyword:last-child {
  margin-bottom: 0;
}

.c-form-textarea-edit {
  width: 100%;
  height: auto !important;
  border: none !important;
  padding: 0 !important;
}

.c-form-input-time {
  width: 150px;
  margin-left: 0.8%;
  text-align: center;
}
.c-form-input100 {
  width: 100%;
}
.c-form-input20 {
  width: 20%;
}
.c-form-input30 {
  width: 30%;
}
.c-form-input40 {
  width: 40%;
}
.c-form-input50 {
  width: 50%;
}
.c-form-input60 {
  width: 60%;
}
.c-form-input70 {
  width: 70%;
}
.c-form-input-sidebtn {
  width: 84%;
  margin-right: 10px;
}
.c-form-input-edit {
  width: 100%;
  border: none !important;
  padding: 0 !important;
  font-size: 1.02em;
}
.c-form-input-edit + label, .c-form-input-edit + .p-entry__add-img {
  margin-top: 10px;
}
.c-form-input + .c-input__conten-txt, .c-form-input + .c-form-input, .c-form-input + .c-form-textarea, .c-form-input + p [class*="c-btn"], .c-form-input + label [class*="c-btn"] {
  margin-top: 12px;
}
.c-form-input--fileupload {
  display: none;
}

/*  Input Wrap
-------------------------- */
.c-inputwrap {
  margin-top: -15px;
  margin-left: -30px;
  letter-spacing: -0.4em;
}
.c-inputwrap .c-input, .c-inputwrap .c-input--linenone, .c-inputwrap .c-input--half {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 15px;
  padding-left: 30px;
  border: none;
  letter-spacing: 0;
  vertical-align: top;
}
.c-inputwrap .c-input__content {
  display: inline-block;
  vertical-align: middle;
}
.c-inputwrap .c-input--half {
  width: 50%;
}
.c-inputwrap .c-input--half .c-input__content {
  display: block;
}
.c-inputwrap .c-input--half .select-pref,
.c-inputwrap .c-input--half .c-form-select {
  width: 100%;
}
.c-inputwrap .c-input--half .c-datepicker {
  width: calc(100%/2 - 18px);
}

/*  Search Sort
-------------------------- */
.c-search-sort {
  overflow: hidden;
  margin-top: 25px;
}
.c-search-sort__keyword {
  width: 100%;
}
.c-search-sort__keyword + .c-inputwrap {
  margin-top: 0 !important;
}
.c-search-sort .c-btnwrap, .c-search-sort .c-btnwrap--top, .c-search-sort .c-btnwrap--bottom {
  padding-top: 15px;
  padding-bottom: 2px;
}
.c-search-sort .c-btnwrap .c-btn--search, .c-search-sort .c-btnwrap--top .c-btn--search, .c-search-sort .c-btnwrap--bottom .c-btn--search {
  text-indent: 0.5em;
  letter-spacing: 0.5em;
}

/*  Download
-------------------------- */
/*  Period
-------------------------- */
.c-period__list {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  padding-left: 5px;
  font-size: 0.95em;
  border-left: 1px solid #9da8c6;
  line-height: 1.3;
}
.c-period__list:first-child, .c-datepicker + .c-period__list {
  border-left-width: 0;
  margin-left: 0;
}
.c-period__list-item {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}
.c-period__list-item label {
  margin-bottom: 0;
}

/*  Datepicker
-------------------------- */
.c-datepicker {
  display: inline-block;
  width: 21.5%;
  min-width: 164px;
  height: auto;
  padding-right: 35px !important;
  vertical-align: middle;
  background: url(../img/icn_calendar.svg) no-repeat calc(100% - 15px) center #fff;
  background-size: 16px 17px;
}
.c-datepicker + .c-txt--bold {
  display: inline-block;
  width: 35px;
  padding: 0 10px;
  vertical-align: middle;
}

/* Bootstrap */
.datepicker-dropdown {
  font-size: 0.85em;
}

/*  Timepicker
-------------------------- */
/* Bootstrap */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 0 !important;
}

.bootstrap-datetimepicker-widget table td span {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table td span {
  height: 34px !important;
  line-height: 34px !important;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table td span,
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 36px !important;
}

.bootstrap-datetimepicker-widget table {
  width: 100% !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 18.5rem !important;
}

/*  Modal (Bootstrap)
-------------------------- */
.modal .fade .modal-dialog.modal-work {
  transform: translate(0, 0);
}
.modal-content {
  padding-bottom: 180px;
}
.modal-body {
  padding-top: 2rem;
  padding-right: 60px;
  padding-left: 60px;
}
.modal-body .c-form-textarea {
  height: 94px;
  margin-top: 15px;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-header {
  border-bottom-width: 0;
}
.modal-header .close {
  transition: opacity .2s ease-in-out;
  outline: none;
  opacity: 1;
  font-size: 8rem;
  color: #9da8c6;
  font-family: monospace !important;
}
.modal-header .close:hover {
  opacity: 0.5;
}
.modal-content {
  border-width: 0;
}

/*  Box
-------------------------- */
.c-box__task-progress strong {
  display: inline-block;
  margin-right: 1rem;
  line-height: 0.8em;
}

.c-box__error {
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 1.5rem 2rem;
  font-weight: bold;
  color: #ff749b;
  border: 1px solid #ff749b;
  background-color: #ffedf2;
}

.c-boxwide {
  position: relative;
  margin: 25px 0 40px 0;
  padding: 84px 65px 24px 65px;
  border: 1px solid #a7b3d2;
  border-radius: 4px;
}

.c-boxwide.c-boxwide-short {
  padding: 0px 63px;
  border-radius: 0;
}

.c-box__task {
  position: relative;
  overflow: hidden;
  margin-top: 4rem;
  border: 1px solid #9da8c6;
  background-color: #f9f9f9;
}

.c-boxwide dl:last-child {
  margin-bottom: 4rem;
}

.c-box__task.c-box__task-horizontal {
  display: table;
  width: 100%;
}

.c-box__task.c-box__task-horizontal dt {
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
  vertical-align: middle;
}

.c-box__task.c-box__task-horizontal dd {
  display: table-cell;
}

.c-box__task.c-box__task-horizontal dd::after {
  display: block;
  content: "";
  clear: both;
}

.c-box__task dt {
  padding: 15px 0;
  font-size: 1.9rem;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #9da8c6;
}

.c-box__task dd {
  padding: 24px;
  color: #2a3853;
  background-color: #f9f9f9;
}

.c-box__task.c-box__task-horizontal dd {
  padding: 15px 0 10px 0;
  font-size: 1.9rem;
}

.c-box__csvwrap .c-box__csv {
  position: relative;
  width: 49%;
  height: 260px;
  margin-bottom: 60px;
  padding: 34px;
  background-color: #f2f6fc;
}

.c-box__csvwrap .c-box__csv.c-box__csv-dl {
  float: left;
}

.c-box__csvwrap .c-box__csv.c-box__csv-up {
  float: right;
}

.c-box__csvwrap .c-box__csv dt {
  margin-bottom: 20px;
  font-size: 1.05em;
  color: #2a3852;
}

.c-box__csvwrap .c-box__csv dt .c-num {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 1.1rem;
  text-align: center;
  color: #fff;
  line-height: 42px;
  background-color: #65a7fe;
  border-radius: 50%;
}

.c-box__csvwrap .c-box__csv dd {
  text-align: center;
}

.c-box__csv .c-btn__outline--primary, .c-box__csv .c-btn__outline--scoring, .c-box__csv .c-btn__outline--primary2, .c-box__csv input:checked + .c-btn--checkbox.c-btn--primary {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: block;
  min-width: 316px;
  margin-left: -158px;
  padding: 16px 0;
  color: #2a3853;
  border: 1px solid #64a6fe;
  border-radius: 4px;
  background-color: #fff;
}

.c-box__csv .c-btn__outline--primary:hover, .c-box__csv .c-btn__outline--scoring:hover, .c-box__csv .c-btn__outline--primary2:hover, .c-box__csv input:checked + .c-btn--checkbox.c-btn--primary:hover {
  opacity: 1;
}

/*  Box Dl
-------------------------- */
.c-box-dl {
  overflow: hidden;
  border: 1px solid #e8f0fc;
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #a7b3d2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fbff), color-stop(50%, #ffffff), to(#eef2f8));
  background: linear-gradient(top, #f9fbff 0%, #ffffff 50%, #eef2f8 100%);
  background: linear-gradient(to bottom, #f9fbff 0%, #ffffff 50%, #eef2f8 100%);
  font-size: 1.1em;
  font-weight: bold;
}
.c-box-dl__title {
  padding: 4px 0 6px;
  border-bottom: 1px solid #e3e8fc;
  text-align: center;
  color: #525e76;
  font-size: 1.05em;
}
.c-box-dl__title .c-icn, .c-box-dl__title .c-icn--download, .c-box-dl__title .c-icn--delete, .c-box-dl__title .c-icn--memo, .c-box-dl__title .c-icn--calendar, .c-box-dl__title .c-icn--doc, .c-box-dl__title .c-icn--timer, .c-box-dl__title .c-icn--images, .c-box-dl__title .c-icn--close, .c-box-dl__title .c-icn--correct, .c-box-dl__title .c-icn--incorrect, .c-box-dl__title .c-icn--time, .c-box-dl__title .c-icn--crown, .c-box-dl__title .c-icn--kadai, .c-box-dl__title .c-icn--check {
  padding-right: 6px;
}
.c-box-dl__title img,
.c-box-dl__title svg {
  width: 19px;
  height: 19px;
  vertical-align: 1px;
}
.c-box-dl__title svg,
.c-box-dl__title path,
.c-box-dl__title rect,
.c-box-dl__title g,
.c-box-dl__title polygon {
  fill: #9ba5c2;
}
.c-box-dl__content {
  padding: 12px 0 0;
  color: #2a3853;
  text-align: center;
}
.c-box-dl__content .c-txt--lg {
  font-size: 1.9em;
  letter-spacing: -0.02em;
}
.c-box-dl2 {
  display: table;
  width: 100%;
  border: 1px solid #8b9ac2;
  font-weight: bold;
  text-align: center;
}
.c-box-dl2__title {
  display: table-cell;
  width: 200px;
  padding: 12px;
  background: #8b9ac2;
  color: #fff;
  vertical-align: middle;
}
.c-box-dl2__content {
  display: table-cell;
  padding: 12px;
  background: #f9f9f9;
  vertical-align: middle;
}
.c-box-dl3 {
  height: 100%;
  padding: 30px;
  background: #f2f6fc;
}
.c-box-dl3__content {
  padding-top: 20px;
  text-align: center;
}
.c-box-dl3__content p {
  margin-bottom: 15px;
}
.c-box-dl3__content p:last-child {
  margin-bottom: 0;
}

/*  Box Toggle
-------------------------- */
.c-box-toggle__btn {
  float: right;
  margin-top: 15px;
  margin-bottom: 13px;
  border-radius: 6px;
  border: 1px solid #68a8fe;
  font-size: 0.98em;
}
.c-box-toggle__btn-item {
  display: inline-block;
  padding: 7px 16px;
  font-weight: bold;
}
.c-box-toggle__btn-item.is-active {
  background-color: #68a8fe;
  color: #fff;
}

/*  User Thumb
-------------------------- */
.c-user-thumb p {
  margin-bottom: 0;
}
.c-user-thumb__img {
  float: left;
  width: 50px;
}
.c-user-thumb__img .c-icn--user {
  margin: 0;
}
.c-user-thumb__txt {
  padding-top: 3px;
  padding-left: 70px;
}
.c-user-thumb__txt .c-tag--xs {
  margin-left: 0;
  margin-bottom: 5px;
}
.c-user-thumb__txt-name {
  font-size: .96em;
}

/*  Notice
-------------------------- */
.c-notice, .c-notice--primary, .c-notice--accent, .c-notice--emergency {
  clear: both;
  margin: 30px 0;
  padding: 14px 30px;
  border: 1px solid #f2f6fc;
  background: #f9f9f9;
  color: #52607a;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1.8;
}
.c-notice--warning {
  clear: both;
  margin: 30px 0;
  padding: 14px 30px;
  border: 1px solid red;
  background: red;
  color: white;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1.8;
}
.c-notice p, .c-notice--primary p, .c-notice--accent p, .c-notice--emergency p {
  margin-top: .5em;
  margin-bottom: .5em;
}
.c-notice--primary {
  border-color: #68a8fe;
  background: #f2f6fc;
  color: #68a8fe;
}
.c-notice--accent, .c-notice--emergency {
  border-color: #ff749b;
  background: #ffedf2;
  color: #ff749b;
}
.c-notice--emergency {
  position: relative;
  z-index: auto;
  padding-top: 6px;
  padding-left: 55px !important;
  padding-bottom: 6px;
  color: #525e76;
  font-size: 1.19em;
}
.c-notice--emergency p {
  line-height: 1.5;
}
.c-notice--emergency .c-icn, .c-notice--emergency .c-icn--download, .c-notice--emergency .c-icn--delete, .c-notice--emergency .c-icn--memo, .c-notice--emergency .c-icn--calendar, .c-notice--emergency .c-icn--doc, .c-notice--emergency .c-icn--timer, .c-notice--emergency .c-icn--images, .c-notice--emergency .c-icn--close, .c-notice--emergency .c-icn--correct, .c-notice--emergency .c-icn--incorrect, .c-notice--emergency .c-icn--time, .c-notice--emergency .c-icn--crown, .c-notice--emergency .c-icn--kadai, .c-notice--emergency .c-icn--check {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: auto;
  margin-top: -10px;
  padding-right: 18px;
}
.c-notice--emergency img,
.c-notice--emergency svg,
.c-notice--warning img,
.c-notice--warning svg{
  width: 20px;
  height: 20px;
  vertical-align: -1px;
}
.c-notice--emergency svg,
.c-notice--emergency path,
.c-notice--emergency rect,
.c-notice--emergency g,
.c-notice--emergency polygon {
  fill: #ff749b;
}
.c-notice--warning svg,
.c-notice--warning path,
.c-notice--warning rect,
.c-notice--warning g,
.c-notice--warning polygon {
  fill: white;
}

/*  Passage
-------------------------- */
.c-passage {
  position: sticky !important;
  top: 20px;
  z-index: 20;
  font-size: 1.2em;
  letter-spacing: -.4em;
}
.c-passage:before {
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 21px;
  content: "";
}
.c-passage__txt, .c-passage__gauge, .c-passage__timer {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  letter-spacing: 0;
}
.c-passage__txt {
  width: 120px;
}
.c-passage__txt .c-txt--lg {
  padding-right: 5px;
  font-weight: bold;
}
.c-passage__gauge {
  overflow: hidden;
  width: calc(100% - 265px);
  border-radius: 6px;
  background: #ddd;
}
.c-passage__timer {
  width: 135px;
  padding-right: 0;
  font-weight: bold;
  text-align: right;
}

.progress {
  height: 32px;
}

.progress-bar {
  background-color: #EC7199;
}

/*  Question
-------------------------- */
.c-question {
  margin-top: 30px;
  margin-bottom: 30px;
}
.c-question p {
  font-weight: normal;
}
.c-question__txt {
  margin-bottom: 25px;
}
.c-question .c-tag--base {
  font-size: 1.22em;
}
.c-question .c-tag__outline--default_light {
  margin-bottom: 0;
  margin-left: 10px;
  padding: 6px;
  font-size: 0.94em;
}
.c-question-image {
  margin-bottom: 20px;
}
@media screen and (min-width: 896px) {
  .c-question-image img {
    max-width: 515px;
  }
}

/*  Answer
-------------------------- */
.c-form-radio,
.c-form-checkbox {
  display: none;
}

.c-answer {
  /* 苦手項目チェック */
}
.c-answer__head {
  margin-bottom: 2px;
}
.c-answer__consecutive {
  float: left;
  font-weight: bold;
}
.c-answer__consecutive .c-txt--lg {
  margin: 0 4px;
  font-size: 2em;
}
.c-answer__notgood {
  float: right;
  text-align: right;
  padding-top: 8px;
}
.c-answer__notgood input:checked + .c-btn--checkbox:before {
  content: "苦手問題に追加済み";
}
.c-answer__inner {
  padding: 0;
}
.c-answer__item {
  overflow: hidden;
  margin-bottom: 5px;
}
.c-answer__item-txt {
  transition: background-color .2s ease-in-out;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 16px 30px 16px 50px;
  border-radius: 5px;
  background: #f2f6fc;
}
.c-form-radio + .c-answer__item-txt, .c-form-checkbox + .c-answer__item-txt {
  cursor: pointer;
}
.is-active .c-answer__item-txt {
  background-color: #68a8fe !important;
  color: #fff;
  font-weight: bold;
}
.is-correct .c-answer__item-txt {
  background-image: url(../img/icn_correct.svg);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 20px center;
  font-weight: normal;
}
.is-correct--select .c-answer__item-txt {
  background-image: url(../img/icn_correct.svg);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-color: rgba(255, 169, 78, 0.3) !important;
  font-weight: bold;
}
.is-incorrect .c-answer__item-txt {
  background-image: url(../img/icn_incorrect.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 25px center;
  font-weight: normal;
}
.is-incorrect--select .c-answer__item-txt {
  background-color: rgba(255, 169, 78, 0.3) !important;
  background-image: url(../img/icn_incorrect.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 25px center;
  font-weight: bold;
}
.c-answer__item-num {
  display: inline-block;
  width: 25px;
  margin-left: -25px;
  vertical-align: 0;
}
.c-answer__item-left {
  float: left;
  width: 160px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
}
.c-answer__item-left + .c-answer__item-txt, .c-answer__item-left + input + .c-answer__item-txt {
  overflow: initial;
  margin-left: 160px;
}
.c-answer--result .c-answer__item-txt {
  padding-left: 110px;
}
.c-answer--result_content, .c-answer--result_comment {
  margin: 15px 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 0.88em;
}
.c-answer--result_content .c-answer--result__title {
  float: left;
  width: 55px;
}
.c-answer--result_content .c-answer--result__title:after {
  content: "：";
}
.c-answer--result_content .c-answer--result__text {
  padding-left: 60px;
}
.c-answer--result_content .c-answer--result__text ul {
  margin-bottom: 0;
  padding-left: 0;
}
.c-answer--result_content .c-answer--result__text li {
  padding-top: 7px;
}
.c-answer--result_content .c-answer--result__text li:first-child {
  padding-top: 0;
}
.c-answer--result_content + .c-txt--right {
  margin-top: -10px;
}
.c-answer--result_comment {
  border-width: 0;
}
.c-answer--result_comment .c-answer--result__title {
  padding-bottom: 4px;
  font-size: 1.05em;
}
.c-answer--result_comment + .c-txt--right {
  margin-top: -10px;
}
.c-answer--result__inner {
  margin-bottom: 0;
}
.c-answer--result__text {
  margin-bottom: 0;
  color: #2a3853;
  font-weight: normal;
}

label.c-answer__item-txt:hover {
  background-color: #d0e2ff;
}

/*  Flow
-------------------------- */
.c-flow {
  margin-bottom: 4rem;
}

.flowbox {
  display: inline-block;
  position: relative;
  height: 74px;
  margin-left: -4px;
  padding: 13px 0 0 72px;
  font-weight: bold;
  color: #2a3853;
  border-top: 1px solid #68a8fe;
  border-bottom: 1px solid #68a8fe;
  border-left: 1px solid #68a8fe;
  background-color: #fff;
}

.flowbox .c-tag, .flowbox .c-btn--public, .flowbox .c-tag--base, .flowbox .c-tag--default, .flowbox .c-tag--default_light, .flowbox .c-tag--default_dark, .flowbox .c-tag--primary, .flowbox .c-tag--primary_light, .flowbox .c-tag--primary_dark, .flowbox .c-tag--accent, .flowbox .c-tag--secondary, .flowbox .c-tag--secondary2, .flowbox .c-tag--secondary3, .flowbox .c-tag__outline--base, .flowbox .c-tag__outline--default, .flowbox .c-tag__outline--default_light, .flowbox .c-tag__outline--default_dark, .flowbox .c-tag__outline--primary, .flowbox .c-tag__outline--primary_light, .flowbox .c-tag__outline--primary_dark, .flowbox .c-tag__outline--accent, .flowbox .c-tag__outline--secondary, .flowbox .c-tag__outline--secondary2, .flowbox .c-tag__outline--secondary3 {
  padding: 3px;
  font-size: 1.15rem;
}

.flowbox.flowcomp {
  background-color: #eff5ff;
}

.c-flow-col3 .flowbox {
  width: 33%;
}

.c-flow-col4 .flowbox {
  width: 24.9%;
}

.flowbox .c-flowbox__txt {
  margin-top: 0.2rem;
}

.flowbox:first-child {
  margin-left: 0;
  padding: 13px 0 0 15px;
  z-index: 10;
}

.flowbox:nth-child(2) {
  z-index: 9;
}

.flowbox:nth-child(3) {
  z-index: 8;
}

.flowbox:nth-child(4) {
  z-index: 7;
}

.flowbox:nth-child(5) {
  z-index: 6;
}

.flowbox:last-child {
  border-right: 1px solid #68a8fe;
  z-index: 1;
}

.flowbox:before,
.flowbox:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  z-index: -1;
  transform: scale(0.8, 1);
}

.flowbox:last-child:before,
.flowbox:last-child:after {
  border: none;
}

.flowbox:before {
  top: -1px;
  right: -54px;
  border-style: solid;
  border-color: transparent transparent transparent #68a8fe;
  border-width: 37px 0 37px 60px;
}

.flowbox:after {
  top: -1px;
  right: -52px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 37px 0 37px 60px;
}

.flowbox.flowcomp:after {
  border-color: transparent transparent transparent #eff5ff;
}

/*  Hashtag
--------------------------------------------- */
.c-hashtag, .c-hashtag__outline--default, .c-hashtag--default {
  display: inline-block;
  position: relative;
  margin-left: 18px;
  margin-bottom: 3px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  border-color: #eff5ff;
  border-left: 0;
  background-color: #eff5ff;
  padding: 3px 5px !important;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  font-weight: bold;
  text-decoration: none !important;
  white-space: normal;
  min-width: 50px;
}
.c-hashtag:before, .c-hashtag__outline--default:before, .c-hashtag--default:before {
  display: none;
  overflow: hidden;
  transform: rotate(-135deg) scale(1) translate(0px, 0px);
  position: absolute;
  top: 50% !important;
  left: -7px !important;
  z-index: -1;
  width: 14px !important;
  height: 14px !important;
  margin-top: -7px;
  border: none !important;
  border-top: 1px solid #eff5ff !important;
  border-right: 1px solid #eff5ff !important;
  background: #eff5ff !important;
  content: "";
}
.c-hashtag:after, .c-hashtag__outline--default:after, .c-hashtag--default:after {
  display: none !important;
}
.c-hashtag__outline--default, .c-hashtag--default {
  border-color: #d3d3d3 !important;
  border-left: 1px solid #d3d3d3 !important;
}
.c-hashtag__outline--default:before, .c-hashtag--default:before {
  border-color: #d3d3d3 !important;
}
.c-hashtag__outline--default {
  background-color: #fff !important;
}
.c-hashtag__outline--default:before {
  background-color: #fff !important;
}
input:checked + .c-hashtag__outline--default,
.c-hashtag__outline--default .c-hashtag__outline--default {
  background-color: #d2e3ff !important;
}
input:checked + .c-hashtag__outline--default:before,
input:checked + .c-hashtag__outline--default .c-hashtag--default:before,
.c-hashtag__outline--default .c-hashtag__outline--default:before,
.c-hashtag__outline--default .c-hashtag__outline--default .c-hashtag--default:before {
  background-color: #d2e3ff !important;
}
.c-hashtag__inner {
  margin-left: -5px;
  padding: 0;
  letter-spacing: -0.4em;
}
.c-hashtag__item {
  display: inline-block;
  letter-spacing: 0;
}

/*  Title
--------------------------------------------- */
.c-ttl--style1, .c-ttl--style1__m0 {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 25px 25px 25px 45px;
  border-radius: 3px;
  color: #2a3853;
  font-size: 1.55em;
  font-weight: bold;
  letter-spacing: 0;
  background: #f2f6fc;
}
.c-ttl--style1:before, .c-ttl--style1__m0:before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 20px;
  z-index: auto;
  width: 9px;
  background: #68a8fe;
  border-radius: 3.5px;
  content: "";
}
.c-ttl--style1:first-child, .c-ttl--style1__m0:first-child {
  margin-top: 0;
}
.l-content > .c-ttl--style1:first-child, .l-content > .c-ttl--style1__m0:first-child {
  margin-top: 30px;
}
.c-ttl--style1__m0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.c-ttl--style2, .c-ttl--style2__m0 {
  margin-bottom: 20px;
  padding: 20px;
  border-left: 10px solid #68a8fe;
  border-radius: 3px;
  color: #2a3853;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0;
  background: #f2f6fc;
}
.c-ttl--style2 .c-txt--md, .c-ttl--style2__m0 .c-txt--md {
  display: inline-block;
  margin-top: -4px;
  margin-bottom: -4px;
  font-size: 1.35em;
}
.c-ttl--style2 .c-txt--md .c-tag__outline--default_light, .c-ttl--style2__m0 .c-txt--md .c-tag__outline--default_light {
  font-weight: normal;
}
.c-ttl--style2 .c-txt--md .c-tag--accent, .c-ttl--style2__m0 .c-txt--md .c-tag--accent {
  margin-left: 20px !important;
}
.l-main .c-ttl--style2, .l-main .c-ttl--style2__m0 {
  margin-right: 0;
  margin-left: 0;
}
.c-ttl--style2__m0 {
  margin-top: 40px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.c-btnwrap + .c-ttl--style2__m0, .c-btnwrap--top + .c-ttl--style2__m0, .c-btnwrap--bottom + .c-ttl--style2__m0 {
  margin-top: 20px;
}
.c-ttl--style2__m0:first-child {
  margin-top: 0 !important;
}
.c-ttl--style5 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #9da8c6;
  font-size: 1.1em;
  font-weight: bold;
}
.c-ttl--style5:first-child {
  margin-top: 0;
}
.c-ttl--style5 .c-tag, .c-ttl--style5 .c-btn--public, .c-ttl--style5 .c-tag--base, .c-ttl--style5 .c-tag--default, .c-ttl--style5 .c-tag--default_light, .c-ttl--style5 .c-tag--default_dark, .c-ttl--style5 .c-tag--primary, .c-ttl--style5 .c-tag--primary_light, .c-ttl--style5 .c-tag--primary_dark, .c-ttl--style5 .c-tag--accent, .c-ttl--style5 .c-tag--secondary, .c-ttl--style5 .c-tag--secondary2, .c-ttl--style5 .c-tag--secondary3, .c-ttl--style5 .c-tag__outline--base, .c-ttl--style5 .c-tag__outline--default, .c-ttl--style5 .c-tag__outline--default_light, .c-ttl--style5 .c-tag__outline--default_dark, .c-ttl--style5 .c-tag__outline--primary, .c-ttl--style5 .c-tag__outline--primary_light, .c-ttl--style5 .c-tag__outline--primary_dark, .c-ttl--style5 .c-tag__outline--accent, .c-ttl--style5 .c-tag__outline--secondary, .c-ttl--style5 .c-tag__outline--secondary2, .c-ttl--style5 .c-tag__outline--secondary3 {
  padding-right: 18px;
  padding-left: 18px;
  min-width: 0 !important;
  margin-left: 0 !important;
  font-size: 1.45em !important;
}
.c-ttl--style6, .c-ttl__line--style6 {
  color: #2a3853;
  font-size: 1.05em;
  font-weight: bold;
}
.c-ttl--style7 {
  margin-bottom: 30px;
  font-size: 1.4em;
  font-weight: bold;
}

[class*="c-ttl__line"] {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.c-ttl--style1 .c-tag, .c-ttl--style1__m0 .c-tag, .c-ttl--style1 .c-btn--public, .c-ttl--style1__m0 .c-btn--public, .c-ttl--style1 .c-tag--base, .c-ttl--style1__m0 .c-tag--base, .c-ttl--style1 .c-tag--default, .c-ttl--style1__m0 .c-tag--default, .c-ttl--style1 .c-tag--default_light, .c-ttl--style1__m0 .c-tag--default_light, .c-ttl--style1 .c-tag--default_dark, .c-ttl--style1__m0 .c-tag--default_dark, .c-ttl--style1 .c-tag--primary, .c-ttl--style1__m0 .c-tag--primary, .c-ttl--style1 .c-tag--primary_light, .c-ttl--style1__m0 .c-tag--primary_light, .c-ttl--style1 .c-tag--primary_dark, .c-ttl--style1__m0 .c-tag--primary_dark, .c-ttl--style1 .c-tag--accent, .c-ttl--style1__m0 .c-tag--accent, .c-ttl--style1 .c-tag--secondary, .c-ttl--style1__m0 .c-tag--secondary, .c-ttl--style1 .c-tag--secondary2, .c-ttl--style1__m0 .c-tag--secondary2, .c-ttl--style1 .c-tag--secondary3, .c-ttl--style1__m0 .c-tag--secondary3, .c-ttl--style1 .c-tag__outline--base, .c-ttl--style1__m0 .c-tag__outline--base, .c-ttl--style1 .c-tag__outline--default, .c-ttl--style1__m0 .c-tag__outline--default, .c-ttl--style1 .c-tag__outline--default_light, .c-ttl--style1__m0 .c-tag__outline--default_light, .c-ttl--style1 .c-tag__outline--default_dark, .c-ttl--style1__m0 .c-tag__outline--default_dark, .c-ttl--style1 .c-tag__outline--primary, .c-ttl--style1__m0 .c-tag__outline--primary, .c-ttl--style1 .c-tag__outline--primary_light, .c-ttl--style1__m0 .c-tag__outline--primary_light, .c-ttl--style1 .c-tag__outline--primary_dark, .c-ttl--style1__m0 .c-tag__outline--primary_dark, .c-ttl--style1 .c-tag__outline--accent, .c-ttl--style1__m0 .c-tag__outline--accent, .c-ttl--style1 .c-tag__outline--secondary, .c-ttl--style1__m0 .c-tag__outline--secondary, .c-ttl--style1 .c-tag__outline--secondary2, .c-ttl--style1__m0 .c-tag__outline--secondary2, .c-ttl--style1 .c-tag__outline--secondary3, .c-ttl--style1__m0 .c-tag__outline--secondary3 {
  margin-right: 1rem;
}

.c-ttl--style2 .c-tag, .c-ttl--style2__m0 .c-tag, .c-ttl--style2 .c-btn--public, .c-ttl--style2__m0 .c-btn--public, .c-ttl--style2 .c-tag--base, .c-ttl--style2__m0 .c-tag--base, .c-ttl--style2 .c-tag--default, .c-ttl--style2__m0 .c-tag--default, .c-ttl--style2 .c-tag--default_light, .c-ttl--style2__m0 .c-tag--default_light, .c-ttl--style2 .c-tag--default_dark, .c-ttl--style2__m0 .c-tag--default_dark, .c-ttl--style2 .c-tag--primary, .c-ttl--style2__m0 .c-tag--primary, .c-ttl--style2 .c-tag--primary_light, .c-ttl--style2__m0 .c-tag--primary_light, .c-ttl--style2 .c-tag--primary_dark, .c-ttl--style2__m0 .c-tag--primary_dark, .c-ttl--style2 .c-tag--accent, .c-ttl--style2__m0 .c-tag--accent, .c-ttl--style2 .c-tag--secondary, .c-ttl--style2__m0 .c-tag--secondary, .c-ttl--style2 .c-tag--secondary2, .c-ttl--style2__m0 .c-tag--secondary2, .c-ttl--style2 .c-tag--secondary3, .c-ttl--style2__m0 .c-tag--secondary3, .c-ttl--style2 .c-tag__outline--base, .c-ttl--style2__m0 .c-tag__outline--base, .c-ttl--style2 .c-tag__outline--default, .c-ttl--style2__m0 .c-tag__outline--default, .c-ttl--style2 .c-tag__outline--default_light, .c-ttl--style2__m0 .c-tag__outline--default_light, .c-ttl--style2 .c-tag__outline--default_dark, .c-ttl--style2__m0 .c-tag__outline--default_dark, .c-ttl--style2 .c-tag__outline--primary, .c-ttl--style2__m0 .c-tag__outline--primary, .c-ttl--style2 .c-tag__outline--primary_light, .c-ttl--style2__m0 .c-tag__outline--primary_light, .c-ttl--style2 .c-tag__outline--primary_dark, .c-ttl--style2__m0 .c-tag__outline--primary_dark, .c-ttl--style2 .c-tag__outline--accent, .c-ttl--style2__m0 .c-tag__outline--accent, .c-ttl--style2 .c-tag__outline--secondary, .c-ttl--style2__m0 .c-tag__outline--secondary, .c-ttl--style2 .c-tag__outline--secondary2, .c-ttl--style2__m0 .c-tag__outline--secondary2, .c-ttl--style2 .c-tag__outline--secondary3, .c-ttl--style2__m0 .c-tag__outline--secondary3 {
  margin-right: 1rem;
  font-size: 1.4rem;
}

.c-ttl--style3 {
  margin-bottom: 1.8rem;
}

.c-ttl--style2-single {
  margin: 0 0 30px 0;
}

/*  Button
--------------------------------------------- */
.c-line .c-btnwrap.c-txt--right, .c-line .c-txt--right.c-btnwrap--top, .c-line .c-txt--right.c-btnwrap--bottom {
  margin-top: -10px;
  margin-bottom: -12px;
}
.c-line .c-btnwrap.c-txt--right .c-btn--sm, .c-line .c-txt--right.c-btnwrap--top .c-btn--sm, .c-line .c-txt--right.c-btnwrap--bottom .c-btn--sm,
.c-line .c-btnwrap.c-txt--right .c-btn--md,
.c-line .c-txt--right.c-btnwrap--top .c-btn--md,
.c-line .c-txt--right.c-btnwrap--bottom .c-btn--md {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.c-btnwrap a, .c-btnwrap--top a, .c-btnwrap--bottom a {
  margin: 8px 6px;
}
.c-btnwrap--top {
  margin-bottom: 20px;
}
.c-btnwrap--bottom {
  margin-top: 60px;
}
.c-btnwrap--bottom.c-line--top {
  padding-top: 40px;
}
.c-input + .c-btnwrap--bottom, .c-input--linenone + .c-btnwrap--bottom, .c-inputwrap .c-input--half + .c-btnwrap--bottom {
  margin-top: 30px;
}
.c-btnwrap-vertical {
  margin-top: 6rem;
}
.c-btnwrap-vertical a {
  font-size: 1.3rem;
}
.c-btnwrap-vertical a.c-btn--lg {
  margin-bottom: 15px;
  padding: 24.5px 30px 22.5px;
}
.c-btnwrap-vertical a.c-btn--md {
  margin-bottom: 15px;
  padding: 15px 30px 15px;
  min-width: 244px;
}

a.c-btn, a.c-btn--base, a.c-btn--default, a.c-btn--default_light, a.c-btn--primary, a.c-btn--primary_light, a.c-btn--accent, a.c-btn__outline--base, a.c-btn__outline--default, a.c-btn__outline--default_light, a.c-btn__outline--primary, a.c-btn__outline--scoring, a.c-btn__outline--primary2, input:checked + a.c-btn--checkbox.c-btn--primary, a.c-btn__outline--primary_light, a.c-btn__outline--accent,
button.c-btn,
button.c-btn--base,
button.c-btn--default,
button.c-btn--default_light,
button.c-btn--primary,
button.c-btn--primary_light,
button.c-btn--accent,
button.c-btn__outline--base,
button.c-btn__outline--default,
button.c-btn__outline--default_light,
button.c-btn__outline--primary,
button.c-btn__outline--scoring,
button.c-btn__outline--primary2,
input:checked + button.c-btn--checkbox.c-btn--primary,
button.c-btn__outline--primary_light,
button.c-btn__outline--accent {
  cursor: pointer;
}

.c-btn, .c-btn--base, .c-btn--default, .c-btn--default_light, .c-btn--primary, .c-btn--primary_light, .c-btn--accent, .c-btn__outline--base, .c-btn__outline--default, .c-btn__outline--default_light, .c-btn__outline--primary, .c-btn__outline--scoring, .c-btn__outline--primary2, input:checked + .c-btn--checkbox.c-btn--primary, .c-btn__outline--primary_light, .c-btn__outline--accent {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 0;
  padding: 12px 15px 10px;
  border: 1px solid transparent;
  border-width: 0 0 3px;
  border-radius: 6px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out, background-image .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out, filter .2s ease-in-out, padding .2s linear;
  cursor: default;
  font-weight: bold;
  text-decoration: none !important;
  letter-spacing: 0;
  line-height: 1.2;
}
.c-btn img, .c-btn--base img, .c-btn--default img, .c-btn--default_light img, .c-btn--primary img, .c-btn--primary_light img, .c-btn--accent img, .c-btn__outline--base img, .c-btn__outline--default img, .c-btn__outline--default_light img, .c-btn__outline--primary img, .c-btn__outline--scoring img, .c-btn__outline--primary2 img, input:checked + .c-btn--checkbox.c-btn--primary img, .c-btn__outline--primary_light img, .c-btn__outline--accent img,
.c-btn svg,
.c-btn--base svg,
.c-btn--default svg,
.c-btn--default_light svg,
.c-btn--primary svg,
.c-btn--primary_light svg,
.c-btn--accent svg,
.c-btn__outline--base svg,
.c-btn__outline--default svg,
.c-btn__outline--default_light svg,
.c-btn__outline--primary svg,
.c-btn__outline--scoring svg,
.c-btn__outline--primary2 svg,
input:checked + .c-btn--checkbox.c-btn--primary svg,
.c-btn__outline--primary_light svg,
.c-btn__outline--accent svg {
  width: 18px;
  height: 18px;
}
.c-btn--base {
  color: #fff;
  border-color: #fff;
  background-color: #252525;
}
.c-btn--base svg,
.c-btn--base path {
  fill: #fff;
}
.c-btn--default {
  color: #252525;
  border-color: #9da8c6;
  background-color: #cacaca;
}
.c-btn--default svg,
.c-btn--default path {
  fill: #252525;
}
.c-btn--default_light {
  color: #252525;
  border-color: #9da8c6;
  background-color: #e8f0fc;
}
.c-btn--default_light svg,
.c-btn--default_light path {
  fill: #252525;
}
.c-btn--primary {
  color: #fff;
  border-color: #2e70c7;
  background-color: #68a8fe;
}
.c-btn--primary svg,
.c-btn--primary path {
  fill: #fff;
}
.c-btn--primary_light {
  color: #525e76;
  border-color: #c5d6f3;
  background-color: #f2f6fc;
}
.c-btn--primary_light svg,
.c-btn--primary_light path {
  fill: #525e76;
}
.c-btn--accent {
  color: #fff;
  border-color: #cd4068;
  background-color: #ff749b;
}
.c-btn--accent svg,
.c-btn--accent path {
  fill: #fff;
}
.c-btn--base:hover {
  color: #fff;
  border-color: #f2f2f2;
  background-color: #181818;
}
.c-btn--primary_light svg,
.c-btn--primary_light path {
  fill: #358cff;
}
.c-btn__outline--primary svg, .c-btn__outline--scoring svg, .c-btn__outline--primary2 svg, input:checked + .c-btn--checkbox.c-btn--primary svg,
.c-btn__outline--primary path,
.c-btn__outline--scoring path,
.c-btn__outline--primary2 path,
input:checked + .c-btn--checkbox.c-btn--primary path {
  fill: #68a8fe;
}
.c-btn--default_light {
  border-width: 1px;
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.c-btn--dblock {
  display: block;
  margin: 10px 0 0;
}
.c-btn--default:hover {
  color: #252525;
  border-color: #8d9abd;
  background-color: #bdbdbd;
}
.c-btn--primary_light svg,
.c-btn--primary_light path {
  fill: #358cff;
}
.c-btn__outline--primary svg, .c-btn__outline--scoring svg, .c-btn__outline--primary2 svg, input:checked + .c-btn--checkbox.c-btn--primary svg,
.c-btn__outline--primary path,
.c-btn__outline--scoring path,
.c-btn__outline--primary2 path,
input:checked + .c-btn--checkbox.c-btn--primary path {
  fill: #68a8fe;
}
.c-btn--default_light {
  border-width: 1px;
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.c-btn--dblock {
  display: block;
  margin: 10px 0 0;
}
.c-btn--default_light:hover {
  color: #252525;
  border-color: #8d9abd;
  background-color: #d1e1f9;
}
.c-btn--primary_light svg,
.c-btn--primary_light path {
  fill: #358cff;
}
.c-btn__outline--primary svg, .c-btn__outline--scoring svg, .c-btn__outline--primary2 svg, input:checked + .c-btn--checkbox.c-btn--primary svg,
.c-btn__outline--primary path,
.c-btn__outline--scoring path,
.c-btn__outline--primary2 path,
input:checked + .c-btn--checkbox.c-btn--primary path {
  fill: #68a8fe;
}
.c-btn--default_light {
  border-width: 1px;
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.c-btn--dblock {
  display: block;
  margin: 10px 0 0;
}
.c-btn--primary:hover {
  color: #fff;
  border-color: #2964b2;
  background-color: #4f99fe;
}
.c-btn--primary_light svg,
.c-btn--primary_light path {
  fill: #358cff;
}
.c-btn__outline--primary svg, .c-btn__outline--scoring svg, .c-btn__outline--primary2 svg, input:checked + .c-btn--checkbox.c-btn--primary svg,
.c-btn__outline--primary path,
.c-btn__outline--scoring path,
.c-btn__outline--primary2 path,
input:checked + .c-btn--checkbox.c-btn--primary path {
  fill: #68a8fe;
}
.c-btn--default_light {
  border-width: 1px;
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.c-btn--dblock {
  display: block;
  margin: 10px 0 0;
}
.c-btn--primary_light:hover {
  color: #525e76;
  border-color: #b0c7ef;
  background-color: #dde8f7;
}
.c-btn--primary_light svg,
.c-btn--primary_light path {
  fill: #358cff;
}
.c-btn__outline--primary svg, .c-btn__outline--scoring svg, .c-btn__outline--primary2 svg, input:checked + .c-btn--checkbox.c-btn--primary svg,
.c-btn__outline--primary path,
.c-btn__outline--scoring path,
.c-btn__outline--primary2 path,
input:checked + .c-btn--checkbox.c-btn--primary path {
  fill: #68a8fe;
}
.c-btn--default_light {
  border-width: 1px;
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.c-btn--dblock {
  display: block;
  margin: 10px 0 0;
}
.c-btn--accent:hover {
  color: #fff;
  border-color: #c1335b;
  background-color: #ff5b89;
}
.c-btn--primary_light svg,
.c-btn--primary_light path {
  fill: #358cff;
}
.c-btn__outline--primary svg, .c-btn__outline--scoring svg, .c-btn__outline--primary2 svg, input:checked + .c-btn--checkbox.c-btn--primary svg,
.c-btn__outline--primary path,
.c-btn__outline--scoring path,
.c-btn__outline--primary2 path,
input:checked + .c-btn--checkbox.c-btn--primary path {
  fill: #68a8fe;
}
.c-btn--default_light {
  border-width: 1px;
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.c-btn--dblock {
  display: block;
  margin: 10px 0 0;
}
.c-btn__outline--base {
  color: #252525;
  border-color: #252525;
  background-color: #fff;
}
.c-btn__outline--default {
  color: #252525;
  border-color: #cacaca;
  background-color: #252525;
}
.c-btn__outline--default_light {
  color: #252525;
  border-color: #e8f0fc;
  background-color: #252525;
}
.c-btn__outline--primary, .c-btn__outline--scoring, .c-btn__outline--primary2, input:checked + .c-btn--checkbox.c-btn--primary {
  color: #252525;
  border-color: #68a8fe;
  background-color: #fff;
}
.c-btn__outline--primary_light {
  color: #252525;
  border-color: #f2f6fc;
  background-color: #525e76;
}
.c-btn__outline--accent {
  color: #252525;
  border-color: #ff749b;
  background-color: #fff;
}
.c-btn__outline--primary:hover, .c-btn__outline--scoring:hover, .c-btn__outline--primary2:hover, input:checked + .c-btn--checkbox.c-btn--primary:hover {
  color: #252525;
  background-color: #e0ecff;
}
.c-btn__default_light {
  transition: background-color .2s ease-in-out;
}
.c-btn__default_light:hover {
  background-color: #f2f2f2;
}
.c-btn--xs {
  padding: 9px 13.5px 9px;
  font-size: .85em;
  line-height: 1.2;
}
.c-btn--xs .c-icn, .c-btn--xs .c-icn--download, .c-btn--xs .c-icn--delete, .c-btn--xs .c-icn--memo, .c-btn--xs .c-icn--calendar, .c-btn--xs .c-icn--doc, .c-btn--xs .c-icn--timer, .c-btn--xs .c-icn--images, .c-btn--xs .c-icn--close, .c-btn--xs .c-icn--correct, .c-btn--xs .c-icn--incorrect, .c-btn--xs .c-icn--time, .c-btn--xs .c-icn--crown, .c-btn--xs .c-icn--kadai, .c-btn--xs .c-icn--check {
  padding-right: 5px;
  vertical-align: -2px !important;
}
.c-btn--xs img,
.c-btn--xs svg {
  width: 14px;
  height: 14px;
}
.c-btn--sm {
  padding: 9.5px 11.25px 7.5px;
  min-width: 75px;
  font-size: .88em;
  line-height: 1.2;
}
.c-btn--sm .c-icn, .c-btn--sm .c-icn--download, .c-btn--sm .c-icn--delete, .c-btn--sm .c-icn--memo, .c-btn--sm .c-icn--calendar, .c-btn--sm .c-icn--doc, .c-btn--sm .c-icn--timer, .c-btn--sm .c-icn--images, .c-btn--sm .c-icn--close, .c-btn--sm .c-icn--correct, .c-btn--sm .c-icn--incorrect, .c-btn--sm .c-icn--time, .c-btn--sm .c-icn--crown, .c-btn--sm .c-icn--kadai, .c-btn--sm .c-icn--check {
  vertical-align: -2px !important;
}
.c-btn--sm img,
.c-btn--sm svg {
  width: 14px;
  height: 14px;
}
.c-btn--mds {
  padding: 9.5px 13.5px 7.5px;
  font-size: 0.98em;
  line-height: 1.2;
}
.c-btn--mds .c-icn, .c-btn--mds .c-icn--download, .c-btn--mds .c-icn--delete, .c-btn--mds .c-icn--memo, .c-btn--mds .c-icn--calendar, .c-btn--mds .c-icn--doc, .c-btn--mds .c-icn--timer, .c-btn--mds .c-icn--images, .c-btn--mds .c-icn--close, .c-btn--mds .c-icn--correct, .c-btn--mds .c-icn--incorrect, .c-btn--mds .c-icn--time, .c-btn--mds .c-icn--crown, .c-btn--mds .c-icn--kadai, .c-btn--mds .c-icn--check {
  vertical-align: -4px !important;
}
.c-btn--mds img,
.c-btn--mds svg {
  width: 20px;
  height: 20px;
}
.c-btn--md {
  min-width: 160px;
  padding: 14.5px 22.5px 12.5px;
  font-size: 1.05em;
  font-weight: bold;
  line-height: 1.2;
}
.c-btn--md .c-icn, .c-btn--md .c-icn--download, .c-btn--md .c-icn--delete, .c-btn--md .c-icn--memo, .c-btn--md .c-icn--calendar, .c-btn--md .c-icn--doc, .c-btn--md .c-icn--timer, .c-btn--md .c-icn--images, .c-btn--md .c-icn--close, .c-btn--md .c-icn--correct, .c-btn--md .c-icn--incorrect, .c-btn--md .c-icn--time, .c-btn--md .c-icn--crown, .c-btn--md .c-icn--kadai, .c-btn--md .c-icn--check {
  vertical-align: -3px !important;
}
.c-btn--md img,
.c-btn--md svg {
  width: 18px;
  height: 18px;
}
.c-btn--mdl {
  min-width: 215px;
  padding: 22.5px 36.9px 20.5px;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.2;
}
.c-btn--lg {
  min-width: 300px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 40px;
  padding: 22.5px 41px 20.5px;
  border-bottom-width: 3px;
  font-size: 1.28em;
  font-weight: bold;
  text-align: center;
}
.c-btn--arw {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  padding-right: 25.5px;
}
.c-btn--arw:before {
  top: 50%;
  right: 10px;
  left: auto;
  margin-top: -9px;
  background-image: url(../img/icn_arw_white.png);
}
.c-btn--public {
  width: 75px;
  transition: none !important;
  padding-right: 15px !important;
  border-radius: 100px !important;
  cursor: pointer;
  /* -- Checkbox -- */
}
.c-btn--public:hover {
  opacity: 1;
}
.c-btn--public:after {
  transition: right 0.06s linear;
  position: absolute;
  top: 50%;
  right: 3px;
  z-index: auto;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  background: #68a8fe;
  border-radius: 100%;
  content: "";
}
.c-btn--public__checkbox:checked + .c-btn--public {
  padding-right: 5px !important;
  padding-left: 20px !important;
  background-color: #252525 !important;
  border-color: #252525 !important;
  color: #fff !important;
}
.c-btn--public__checkbox:checked + .c-btn--public:after {
  right: 75.4%;
  background: #fff;
}
.c-btn--public__checkbox:checked + .c-btn--public:before {
  content: "非";
}
.c-btn--public__checkbox {
  display: none;
}
.c-btn--back {
  padding-top: 100px;
}
.c-btn--add {
  margin-top: 15px;
  margin-bottom: 0;
  transition: color 0.8s ease-in-out;
}
.c-btn--add:hover {
  color: #65a7fe;
  cursor: pointer;
}
.c-btn--add:before {
  content: "＋";
  margin-right: 0.5rem;
  color: #65a7fe;
  font-weight: bold;
}
.c-btn__outline--scoring, .c-btn__outline--primary2 {
  color: #2a3853;
  background-color: #f2f6fc;
}
.c-btn--w100 {
  min-width: 100px;
}
.c-btn--w240 {
  min-width: 220px;
}
.c-btn--w260 {
  min-width: 260px;
}
.c-btn--w300 {
  min-width: 300px;
}
.c-btn--testsearch {
  min-width: 350px;
  padding-top: 30px;
  font-size: 1.4rem;
}
.c-btn--high {
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-btn--high2 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.c-btn--linenone {
  border-width: 0 !important;
}
.c-btn--rounded {
  margin-bottom: 10px !important;
  padding-right: 32.8px;
  padding-left: 32.8px;
  border-radius: 200px !important;
  border-bottom-width: 0 !important;
}
.c-btn--rounded.c-btn--md {
  font-size: 0.95em;
}
.c-btn--rounded .c-icn, .c-btn--rounded .c-icn--download, .c-btn--rounded .c-icn--delete, .c-btn--rounded .c-icn--memo, .c-btn--rounded .c-icn--calendar, .c-btn--rounded .c-icn--doc, .c-btn--rounded .c-icn--timer, .c-btn--rounded .c-icn--images, .c-btn--rounded .c-icn--close, .c-btn--rounded .c-icn--correct, .c-btn--rounded .c-icn--incorrect, .c-btn--rounded .c-icn--time, .c-btn--rounded .c-icn--crown, .c-btn--rounded .c-icn--kadai, .c-btn--rounded .c-icn--check {
  vertical-align: -5px;
}
.c-btn--shadow {
  border-bottom-width: 0 !important;
  filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.25));
}
.c-btn--shadow.c-btn--sm {
  padding-top: 12px;
  padding-bottom: 11px;
  font-weight: normal;
}
.c-btn--shadow.c-btn--rounded.c-btn--sm {
  padding-right: 30px;
  padding-left: 30px;
}
.c-btn--close {
  border: 1px solid #9da8c6;
}
.c-btn--checkbox {
  cursor: pointer;
  min-width: 0;
  padding: 9px 12px 8px !important;
}
.c-btn--checkbox span {
  font-size: 0.92em;
}
.c-btn--checkbox:before {
  font-size: 0.92em;
}
.c-btn--checkbox.c-btn--primary {
  border-color: #68a8fe;
  border-width: 1px !important;
}
input:checked + .c-btn--checkbox.c-btn--primary {
  cursor: pointer;
  border-width: 1px !important;
  color: #68a8fe !important;
}
input:checked + .c-btn--checkbox {
  padding-left: 33px !important;
  background-image: url(../img/icn_check2.svg);
  background-size: 16px 16px;
  background-position: 10px 11px;
  background-repeat: no-repeat;
}
input:checked + .c-btn--checkbox span {
  display: none;
}

[class*="c-btn__outline"] {
  border-width: 1px;
}

/*  Tag
--------------------------------------------- */
.c-tag, .c-btn--public, .c-tag--base, .c-tag--default, .c-tag--default_light, .c-tag--default_dark, .c-tag--primary, .c-tag--primary_light, .c-tag--primary_dark, .c-tag--accent, .c-tag--secondary, .c-tag--secondary2, .c-tag--secondary3, .c-tag__outline--base, .c-tag__outline--default, .c-tag__outline--default_light, .c-tag__outline--default_dark, .c-tag__outline--primary, .c-tag__outline--primary_light, .c-tag__outline--primary_dark, .c-tag__outline--accent, .c-tag__outline--secondary, .c-tag__outline--secondary2, .c-tag__outline--secondary3 {
  display: inline-block;
  min-width: 75px;
  margin-bottom: 3px;
  padding: 3px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  font-weight: bold;
  text-decoration: none !important;
}
.c-tag.screen-sp, .screen-sp.c-btn--public, .screen-sp.c-tag--base, .screen-sp.c-tag--default, .screen-sp.c-tag--default_light, .screen-sp.c-tag--default_dark, .screen-sp.c-tag--primary, .screen-sp.c-tag--primary_light, .screen-sp.c-tag--primary_dark, .screen-sp.c-tag--accent, .screen-sp.c-tag--secondary, .screen-sp.c-tag--secondary2, .screen-sp.c-tag--secondary3, .screen-sp.c-tag__outline--base, .screen-sp.c-tag__outline--default, .screen-sp.c-tag__outline--default_light, .screen-sp.c-tag__outline--default_dark, .screen-sp.c-tag__outline--primary, .screen-sp.c-tag__outline--primary_light, .screen-sp.c-tag__outline--primary_dark, .screen-sp.c-tag__outline--accent, .screen-sp.c-tag__outline--secondary, .screen-sp.c-tag__outline--secondary2, .screen-sp.c-tag__outline--secondary3 {
  display: none;
}
.c-tag--base {
  color: #fff;
  border-color: #2a3853;
  background-color: #2a3853;
}
.c-tag--default {
  color: #fff;
  border-color: #848484;
  background-color: #848484;
}
.c-tag--default_light {
  color: #2a3853;
  border-color: #ccc;
  background-color: #ccc;
}
.c-tag--default_dark {
  color: #fff;
  border-color: #525e76;
  background-color: #525e76;
}
.c-tag--primary {
  color: #fff;
  border-color: #358cff;
  background-color: #358cff;
}
.c-tag--primary_light {
  color: #fff;
  border-color: #c5d6f3;
  background-color: #c5d6f3;
}
.c-tag--primary_dark {
  color: #e8f0fc;
  border-color: #2a3853;
  background-color: #2a3853;
}
.c-tag--accent {
  color: #fff;
  border-color: #ff749b;
  background-color: #ff749b;
}
.c-tag--secondary {
  color: #fff;
  border-color: #ffa94e;
  background-color: #ffa94e;
}
.c-tag--secondary2 {
  color: #fff;
  border-color: #25c8ca;
  background-color: #25c8ca;
}
.c-tag--secondary3 {
  color: #fff;
  border-color: #6d4646;
  background-color: #6d4646;
}
.c-tag__outline--base {
  color: #2a3853;
  border-color: #2a3853;
  background-color: #fff;
}
.c-tag__outline--default {
  color: #252525;
  border-color: #848484;
  background-color: #fff;
}
.c-tag__outline--default_light {
  color: #2a3853;
  border-color: #ccc;
  background-color: #2a3853;
}
.c-tag__outline--default_dark {
  color: #2a3853;
  border-color: #525e76;
  background-color: #fff;
}
.c-tag__outline--primary {
  color: #252525;
  border-color: #358cff;
  background-color: #fff;
}
.c-tag__outline--primary_light {
  color: #252525;
  border-color: #c5d6f3;
  background-color: #fff;
}
.c-tag__outline--primary_dark {
  color: #2a3853;
  border-color: #2a3853;
  background-color: #e8f0fc;
}
.c-tag__outline--accent {
  color: #252525;
  border-color: #ff749b;
  background-color: #fff;
}
.c-tag__outline--secondary {
  color: #252525;
  border-color: #ffa94e;
  background-color: #fff;
}
.c-tag__outline--secondary2 {
  color: #252525;
  border-color: #25c8ca;
  background-color: #fff;
}
.c-tag__outline--secondary3 {
  color: #252525;
  border-color: #6d4646;
  background-color: #fff;
}
.c-tag__outline--default_light {
  color: #2a3853;
  border-color: #ccc;
  background-color: #fff;
}
.pg-admin .c-tag--default_light, .pg-course .c-tag--default_light {
  border-color: #eff5ff;
  background-color: #eff5ff;
}
.c-tag--xs {
  min-width: 55px;
  padding: 2px;
  font-size: 0.6em;
}
.c-tag--md {
  min-width: 57px;
  padding: 6px;
  font-size: 1em;
}
.c-tag--circle {
  width: 50px;
  min-width: 0;
  height: 50px;
  margin-right: 20px;
  padding: 10px !important;
  line-height: 29px !important;
  border-radius: 100% !important;
  font-size: 1.05em !important;
}
.c-tag--rounded {
  border-radius: 200px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

[class*="c-ttl"] .c-tag, [class*="c-ttl"] .c-btn--public, [class*="c-ttl"] .c-tag--base, [class*="c-ttl"] .c-tag--default, [class*="c-ttl"] .c-tag--default_light, [class*="c-ttl"] .c-tag--default_dark, [class*="c-ttl"] .c-tag--primary, [class*="c-ttl"] .c-tag--primary_light, [class*="c-ttl"] .c-tag--primary_dark, [class*="c-ttl"] .c-tag--accent, [class*="c-ttl"] .c-tag--secondary, [class*="c-ttl"] .c-tag--secondary2, [class*="c-ttl"] .c-tag--secondary3, [class*="c-ttl"] .c-tag__outline--base, [class*="c-ttl"] .c-tag__outline--default, [class*="c-ttl"] .c-tag__outline--default_light, [class*="c-ttl"] .c-tag__outline--default_dark, [class*="c-ttl"] .c-tag__outline--primary, [class*="c-ttl"] .c-tag__outline--primary_light, [class*="c-ttl"] .c-tag__outline--primary_dark, [class*="c-ttl"] .c-tag__outline--accent, [class*="c-ttl"] .c-tag__outline--secondary, [class*="c-ttl"] .c-tag__outline--secondary2, [class*="c-ttl"] .c-tag__outline--secondary3 {
  margin-left: 5px;
  margin-right: 10px;
  margin-bottom: 0;
}

.c-tag, .c-btn--public, .c-tag--base, .c-tag--default, .c-tag--default_light, .c-tag--default_dark, .c-tag--primary, .c-tag--primary_light, .c-tag--primary_dark, .c-tag--accent, .c-tag--secondary, .c-tag--secondary2, .c-tag--secondary3, .c-tag__outline--base, .c-tag__outline--default, .c-tag__outline--default_light, .c-tag__outline--default_dark, .c-tag__outline--primary, .c-tag__outline--primary_light, .c-tag__outline--primary_dark, .c-tag__outline--accent, .c-tag__outline--secondary, .c-tag__outline--secondary2, .c-tag__outline--secondary3 {
  padding: 4px;
  font-size: 1.2rem;
}

.c-tag--on {
  color: #2a3853;
  border-color: #2a3853;
  background-color: #fff;
}

.c-tag--onscore {
  color: #fff;
  background-color: #52607a;
}

.c-tag--offhours {
  color: #fff;
  background-color: #6d4646;
}

.c-tag--check {
  color: #fff;
  border-color: #b4acff;
  background-color: #b4acff;
}

.c-labeltag {
  display: inline-block;
  width: 136px;
  height: 50px;
  padding: 8px 0;
  font-weight: bold;
  font-size: 1.9rem;
  text-align: center;
  letter-spacing: 0.05em;
}

.c-labeltag:before,
.c-labeltag:after {
  position: absolute;
  content: "";
}

.c-labeltag:before {
  top: 48px;
  left: 0.1px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
}

.c-labeltag:after {
  right: -14.5px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.c-labeltag--notsubmit {
  color: #fff;
  background-color: #fd6993;
}

.c-labeltag--notsubmit:before {
  border-top: 9px solid #bd345a;
}

.c-labeltag--notsubmit:after {
  border-left: 15px solid #fd6993;
}

.c-labeltag--scoring {
  color: #fff;
  background-color: #ffa94e;
}

.c-labeltag--scoring:before {
  border-top: 9px solid #b47233;
}

.c-labeltag--scoring:after {
  border-left: 15px solid #ffa94e;
}

.c-labeltag--sendback {
  color: #fff;
  background-color: #928ce5;
}

.c-labeltag--sendback:before {
  border-top: 9px solid #3f37b8;
}

.c-labeltag--sendback:after {
  border-left: 15px solid #928ce5;
}

.c-labeltag--scored {
  color: #fff;
  background-color: #358cff;
}

.c-labeltag--scored:before {
  border-top: 9px solid #3370be;
}

.c-labeltag--scored:after {
  border-left: 15px solid #358cff;
}

.c-labeltag--submitted {
  color: #fff;
  background-color: #9aa5b9;
}

.c-labeltag--submitted:before {
  border-top: 9px solid #606f89;
}

.c-labeltag--submitted:after {
  border-left: 15px solid #9aa5b9;
}

.c-labeltag--entry {
  width: 180px;
  color: #fff;
  background-color: #2a3852;
  border-radius: 0 5px 5px 0;
}

.c-labeltag--entry:before {
  top: -9px;
  border: none;
  border-bottom: 9px solid #45526b;
  border-left: 9px solid transparent;
}

.c-labeltag--entry:after {
  display: none;
}

/*  Table
--------------------------------------------- */
.c-tablewrap {
  overflow: auto;
  white-space: nowrap;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
}
.c-tablewrap .c-loading {
  overflow: hidden;
  top: 75px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  width: auto;
  min-width: 0;
  height: auto;
  border-radius: 0 0 10px 10px;
}
.c-tablewrap .c-loading.is-active {
  z-index: 99;
}
.c-tablewrap .c-loading__icn:before, .c-tablewrap .c-loading__icn:after,
.c-tablewrap .c-loading span:before,
.c-tablewrap .c-loading span:after {
  background: #ccc;
}
.c-tablewrap .c-loading__icn {
  transform: translateY(-50%) translateX(-50%) scale(0.75);
  padding-top: 110px;
  font-size: 1.1em;
}

.c-table {
  overflow: hidden;
  width: 100%;
  margin: 0;
  border: none;
  border: 1px solid #9da8c6;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  background-color: transparent;
  font-size: 1.35rem;
  /* X Small */
  /* Small */
  /* Normal */
  /* X Normal */
  /* Middle */
  /* X Middle */
  /* Large */
  /* X Large */
  /* ---- Responsive ---- */
  /* ---- Responsive2 ---- */
}
.c-table a {
  text-decoration: underline;
}
.c-table a:hover {
  text-decoration: none;
}
.c-table th,
.c-table td {
  padding: 17px 2px;
  vertical-align: top;
  border: none !important;
  vertical-align: middle;
  line-height: 1.1;
}
.c-table thead {
  overflow: hidden;
  width: 100%;
}
.c-table thead tr {
  overflow: hidden;
  border-radius: 9px 9px 0 0;
  background: #9da8c6;
  color: #fff;
}
.c-table thead th {
  overflow: hidden;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #9da8c6 !important;
  padding: 15px 2px;
  vertical-align: middle;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: -.02em;
  line-height: 1.3;
}
.c-table thead th:first-child {
  border-radius: 9px 0 0 0;
}
.c-table thead th:last-child {
  border-radius: 0 9px 0 0;
}
.c-table thead th .c-th--sort {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  display: inline-block;
  padding-right: 18px;
}
.c-table thead th .c-th--sort .c-icn--sort {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: auto;
  margin-top: -9px;
  cursor: pointer;
}
.c-table thead th .c-th--sort .c-icn--sort img,
.c-table thead th .c-th--sort .c-icn--sort svg {
  width: 20px;
  height: 13px;
}
.c-table thead th .c-th--sort .c-icn--sort svg,
.c-table thead th .c-th--sort .c-icn--sort path,
.c-table thead th .c-th--sort .c-icn--sort rect,
.c-table thead th .c-th--sort .c-icn--sort g,
.c-table thead th .c-th--sort .c-icn--sort polygon {
  fill: #fff;
}
.c-table thead th .c-th--sort .c-icn--sort:hover {
  opacity: 0.6;
}
.c-table thead th .c-th--sort .c-icn--sort__checkbox {
  display: none;
}
.c-table tbody {
  overflow: hidden;
  width: 100%;
}
.c-table tbody.is-hidden {
  opacity: 0;
}
.c-table tbody tr {
  background: transparent;
}
.c-table tbody tr:nth-child(even) {
  background: #f9f9f9;
}
.c-table tbody th {
  min-width: 180px;
  padding-right: 5px;
  padding-left: 15px;
  font-weight: normal;
  text-align-last: left;
  background: transparent;
  white-space: normal;
  line-height: 1.4;
}
.c-table tbody th a {
  display: inline-block;
  text-decoration: underline;
}
.c-table tbody th a:hover {
  text-decoration: none;
}
.c-table tbody td {
  background: transparent;
  text-align: center;
  white-space: normal;
  word-break: break-all;
}
.c-table tbody td .c-td--hyphen {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  display: block;
}
.c-table tbody td .c-td--hyphen .c-txt--hyphen {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -10px;
  z-index: auto;
  margin-top: -1px;
  line-height: 1;
}
.c-table .c-icn--organizer {
  margin-right: 10px;
}
.c-table--xs {
  width: 20%;
}
.c-table--sm {
  width: 30%;
}
.c-table--nm {
  width: 40%;
}
.c-table--xn {
  width: 50%;
}
.c-table--md {
  width: 60%;
}
.c-table--xm {
  width: 70%;
}
.c-table--lg {
  width: 80%;
}
.c-table--xl {
  width: 100%;
}
.c-table--responsive {
  margin: 20px 0;
  border: none;
  overflow: auto;
  white-space: nowrap;
}
.c-table--responsive table {
  width: 100%;
  margin: 0;
}
.c-table--responsive::-webkit-scrollbar {
  height: 7px;
}
.c-table--responsive::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.c-table--responsive::-webkit-scrollbar-thumb {
  background: #ccc;
}
.c-table--responsive2 {
  margin-top: 2em;
}
.c-table--responsive2 table {
  margin-top: 0;
}

/* =============================================================

    Project CSS

============================================================= */
/*  Login
------------------------------------------------------------- */
.l-login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-size: 0.95em;
  text-align: center;
}
.l-login .c-inner, .l-login .pg-user .p-gnav__inner, .pg-user .l-login .p-gnav__inner, .l-login .c-inner--center {
  width: 665px;
  min-width: 0;
  max-height: 100%;
  margin: inherit;
}
.l-login .l-header {
  min-width: 0;
  margin-bottom: 40px;
  padding-top: 50px;
}
.l-login .p-header__logo {
  text-align: center;
}
.l-login .p-header__logo img {
  width: 360px;
}
.l-login .l-content {
  padding-bottom: 0;
}
.l-login .c-notice, .l-login .c-notice--primary, .l-login .c-notice--accent, .l-login .c-notice--emergency {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 10px 30px;
}
.l-login .p-form-login {
  padding-right: 26px;
  padding-left: 26px;
  padding-bottom: 100px;
}
.l-login .p-form-login .c-input, .l-login .p-form-login .c-input--linenone, .l-login .p-form-login .c-inputwrap .c-input--half, .c-inputwrap .l-login .p-form-login .c-input--half {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.l-login .p-form-login .c-input__title {
  font-size: 1.1em;
}
.l-login .p-form-login .c-btnwrap, .l-login .p-form-login .c-btnwrap--top, .l-login .p-form-login .c-btnwrap--bottom {
  padding-top: 20px;
}

/*  Course
------------------------------------------------------------- */
.p-course__num {
  padding-top: 40px;
  padding-bottom: 10px;
}
.p-course__charts {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-course__charts-colors {
  display: inline-block;
  margin: 20px 0;
  padding: 15px 20px;
  background: #f9f9f9;
  font-size: 0.9em;
}
.p-course__charts-colors span {
  display: inline-block;
  padding-left: 10px;
  vertical-align: 4px;
}
.p-course__charts-colors img {
  margin-left: 10px;
  margin-right: 20px;
}

.p-charts {
  width: 96%;
  height: 500px;
  margin: 0 auto 80px;
}
.p-charts-graph {
  width: 100%;
  height: 316px;
}

/*お気に入りボタン*/
.btn-favorite, .icn-favorite {
  display: inline-block;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 12px !important;
  padding: 0;
  background-color: #dedede;
  color: #999;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.5s;
  width: 22px;
  height: 22px;
  text-align: center;
  text-shadow: 0px 0px 0px #666, 0px 0px 0px #666, 0px 1px 0px #666, 0px 1px 0px #666, 0px 1px 0px #666;
  border: 2px solid #cdcdcd;
  box-shadow: 0px 0px 8px 3px #ccc inset;
}
.btn-favorite.on, .icn-favorite.on {
  outline: 0;
  background-color: rgba(252, 200, 0, .5);
  color: rgba(244, 157, 67, 1);
  text-shadow: 0px 0px 0px #ed6d3d, 0px 0px 0px #ed6d3d, 0px 1px 0px #ed6d3d, 0px 1px 0px #ed6d3d, 0px 1px 0px #ed6d3d;
  border: 2px solid rgba(252, 200, 0, .75);
  box-shadow: 0px 0px 8px 3px rgba(252, 200, 0, .5) inset;
}
.btn-favorite:hover {
  outline: 0;
  background-color: rgba(252, 200, 0, .35);
}
.btn-favorite:active {
  scale: .9;
  line-height: 28px;
}
.c-ttl--style1 .btn-favorite {
  margin-left: 10px;
  vertical-align: middle;
}
.icn-favorite.on {
  background-color: white;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px !important;
  font-size: 14px !important;
  border: none;
  box-shadow: none;
}

/*  Entry Body
------------------------------------------------------------- */
.p-entrybody .c-ttl--style2, .p-entrybody .c-ttl--style2__m0 {
  margin-right: 0;
  margin-left: 0;
}
.p-entrybody p {
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  line-height: 1.75;
  font-size: 0.9em;
}
.p-entrybody__date {
  display: block;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  font-size: 0.9em;
}
.p-entrybody .c-note, .p-entrybody .c-search-sort, .p-entrybody .c-download, .p-entrybody .c-passage {
  font-size: 0.88em;
}

/*  404ページ
------------------------------------------------------------- */
.p-notfound {
  padding-top: 236px;
  padding-bottom: 8rem;
  background: url(/img/icn_notfound.png) center 82px no-repeat;
}

.p-notfound .p-notfound__title {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding: 2rem 6rem;
  border-radius: 45px;
  background-color: #358cff;
}

.p-notfound .p-notfound__txt {
  color: #2a3853;
  font-size: 1.6rem;
}

/*  未採点課題ページ
------------------------------------------------------------- */
.c-table--unscore {
  table-layout: fixed;
}

.c-table--unscore thead th:first-child {
  width: 24%;
}

.c-table--unscore thead th:nth-child(2) {
  width: 12%;
}

.c-table--unscore thead th:nth-child(3),
.c-table--unscore thead th:nth-child(4) {
  width: 10%;
}

.c-table--unscore thead th:nth-child(5),
.c-table--unscore thead th:nth-child(6) {
  width: 12%;
}

.c-table--unscore thead th:nth-child(7) {
  width: 20%;
}

.c-table--unscore tbody tr td:nth-last-child(2) {
  text-align: right;
}

.c-table--unscore tbody tr td:nth-last-child(1) {
  padding-left: 1em;
  text-align: left;
}

/*  コース招待ページ
------------------------------------------------------------- */
.p-invitation {
  width: 820px;
  margin: 40px auto;
  padding: 70px;
  border: 1px solid #a9a9a9;
  border-radius: 4px;
  background-color: #fbfbfb;
}

.p-invitation .p-invitation__title img {
  width: 308px;
  height: auto;
}

.p-invitation .p-invitation__date {
  text-align: right;
}

.p-invitation .p-invitation__date span {
  display: inline-block;
  padding-left: 22px;
  background: url(../img/icn_calendar_grey.svg) no-repeat left center;
  font-size: .92em;
  background-size: 15px 15px;
  color: #2a3853;
}

.p-invitation .p-invitation__content {
  margin-bottom: 10px;
  padding: 15px 25px;
  background-color: #f2f6fc;
}

.p-invitation .p-invitation__content label {
  display: block;
  font-weight: bold;
}

.p-invitation .p-invitation__content .p-invitation__txt {
  margin-bottom: 0;
}

.p-invitation .p-invitation__content .p-invitation__btn-copy {
  display: inline-block;
  margin-left: 1rem;
  padding: 4px 12px;
  color: #fff;
  font-size: 1.2rem;
  background-color: #9da8c6;
  border-radius: 4px;
}

.p-invitation .p-invitation__content a:hover {
  opacity: 0.6;
}

.p-invitation .p-invitation__content .p-invitation__btn-copy span {
  display: inline-block;
  padding-left: 22px;
  background: url(../img/icn_copy_white.svg) no-repeat left center;
  background-size: 16px 16px;
}

.p-invitation .p-invitation__content .c-form-input,
.p-invitation .p-invitation__content textarea {
  border: 1px solid #68a8fe;
}

.p-invitation .p-invitation__content .c-form-input {
  width: 480px;
}

.p-invitation .p-invitation__content .c-btn--md {
  min-width: 140px;
  font-size: 1.3rem;
}

.p-invitation .p-invitation__content .p-invitation__qr {
  float: left;
  width: 128px;
}

.p-invitation .p-invitation__content .p-invitation__qr img {
  max-width: 128px;
  height: auto;
}

.p-invitation .p-invitation__content .p-invitation__qrtxt {
  float: right;
  width: 488px;
}

.p-invitation .p-invitation__content .p-invitation__qrtxt textarea {
  height: 94px;
}

.p-invitation .c-btnwrap, .p-invitation .c-btnwrap--top, .p-invitation .c-btnwrap--bottom {
  margin-top: 30px;
  font-size: 1.4rem;
}

/*  テスト登録ページ
------------------------------------------------------------- */
.c-btn-tangen {
  min-width: 14%;
  margin-top: -1px;
  padding: 16px 40px 16px;
  font-size: 1.4rem;
}

.c-btn-nextstepwrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

.c-btn-nextstep {
  position: relative;
  display: inline-block;
  height: auto;
  min-width: 280px;
  padding: 12px 20px;
  color: #2a3853;
  font-weight: bold;
  text-align: left;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  border: 1px solid #68a8fe;
  background-color: #fff;
  border-radius: 5px;
}

.c-btn-nextstep::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 45%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #68a8fe;
  border-right: 2px solid #68a8fe;
  transform: rotate(45deg);
}

.c-btn-nextstep:hover {
  background-color: #f2f6fc;
}

/*  オフライン課題登録02
------------------------------------------------------------- */
.c-boxwide .c-labeltag,
.c-note .c-labeltag,
.c-search-sort .c-labeltag,
.c-download .c-labeltag,
.c-passage .c-labeltag {
  position: absolute;
  top: 23px;
  left: -10px;
}

.c-boxwide .c-ttl--style4 {
  padding: 0.5rem 0;
  font-size: 2.5rem;
  color: #2a3853;
  border-bottom: 1px solid #a7b3d2;
}

.c-boxwide .c-boxwide--txt__date {
  font-size: 1.2rem;
  line-height: 1.8em;
}

.c-btn__taskchange {
  margin-top: 4rem;
}

/*  オフラインユーザー画面
------------------------------------------------------------- */
.p-boxoffline {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.p-boxoffline .c-box__task {
  float: left;
  width: 46%;
  margin-top: 0;
}

.p-boxoffline .p-btn__offline-edit {
  float: right;
  width: 292px;
}

.p-boxoffline .c-box__task {
  border-radius: 4px;
}

.p-boxoffline .c-box__task dt,
.p-boxoffline .c-box__task dd {
  padding: 12px 0 7px 0;
  font-size: 1.5rem;
}

.p-boxoffline .c-box__task .c-icn__calendar {
  background-size: 15px;
}

.p-boxoffline .p-btn__offline-edit a {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  font-weight: bold;
  font-size: 1.5rem;
  color: #2a3853;
  text-align: center;
  letter-spacing: 0;
  border: 1px solid #9da8c6;
  border-radius: 4px;
  background-color: #f2f6fc;
}

.p-boxoffline .p-btn__offline-edit a:hover {
  opacity: 0.6;
}

.c-table--member {
  table-layout: fixed;
}

.c-table--member thead th:first-child {
  width: 26%;
}

.c-table--member thead th:nth-child(2) {
  width: 20%;
}

.c-table--member thead th:nth-child(3) {
  width: 18%;
}

.c-table--member thead th:nth-child(4) {
  width: 21%;
}

.c-table--member tbody tr td:nth-child(3) p {
  overflow: hidden;
  width: 220px;
  margin: 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*  テスト登録（モーダル）ページ
------------------------------------------------------------- */
.c-table--modalsearch {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

.c-table--modalsearch tr {
  overflow: hidden;
}

.c-table--modalsearch th {
  position: relative;
}

.c-table--modalsearch .is-active,
.c-table--modalsearch .is-hover {
  background-color: #e5f0fe !important;
}

.c-table--modalsearch .c-form-radio {
  display: none !important;
}

.c-table--modalsearch .c-form-radio + label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: -600%;
  bottom: 0;
  margin: 0;
  cursor: pointer;
}

.c-table--modalsearch thead,
.c-table--modalsearch tbody {
  display: block;
}

.c-table--modalsearch thead th:first-child,
.c-table--modalsearch tbody th {
  width: 117px;
}

.c-table--modalsearch thead th:nth-child(2),
.c-table--modalsearch tbody td {
  width: 662px;
  text-align: left;
}

.c-table--modalsearch tbody {
  display: block;
  overflow-y: scroll;
  width: 100%;
  height: 300px;
}

.c-table--modalsearch tbody tr th {
  text-align: center;
  text-align-last: center;
}

/*  お知らせ管理
------------------------------------------------------------- */
.c-table--topic {
  min-width: 0;
  table-layout: fixed;
}

.c-table--topic tbody td {
  padding-right: 5px;
  padding-left: 5px;
}

.c-table--topic tbody td:last-child {
  padding-right: 20px;
  padding-left: 10px;
}

.c-table--topic thead th:nth-child(3) {
  width: 40%;
}

.c-table--topic thead th:nth-child(4) {
  width: 13%;
}

.c-table--topic thead th:last-child {
  width: 7%;
}

.c-table--topic tbody td:nth-child(1),
.c-table--topic tbody td:nth-child(2) {
  width: 120px;
}

.c-table--topic tbody td:nth-child(4) {
  text-align: left;
}

.c-table--topic tbody .c-txt-ellipsis {
  width: 99%;
}

#topics_content {
  height: 470px;
}

button.c-icn--delete {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}

/*  更新履歴ページ
------------------------------------------------------------- */
.c-table--history {
  table-layout: fixed;
}

.c-table--history thead th:first-child {
  width: 22%;
}

.c-table--history thead th:nth-child(2),
.c-table--history thead th:nth-child(3) {
  width: 13%;
}

.c-table--history tbody td:last-child {
  text-align: left;
}

/*  カレンダー管理ページ
------------------------------------------------------------- */
.c-table--calendar {
  table-layout: fixed;
  min-width: 0;
}

.c-table--calendar th,
.c-table--calendar td {
  padding-right: 10px;
  padding-left: 10px;
}

.c-table--calendar thead th:nth-child(3) {
  width: 36%;
}

.c-table--calendar thead th:nth-child(4) {
  width: 14%;
}

.c-table--calendar thead th:last-child {
  width: 8%;
}

.c-table--calendar tbody td:nth-child(4) {
  text-align: left;
}

.c-table--calendar tbody .c-txt-ellipsis {
  width: 99.8%;
}

/*  課題アンケート管理ページ
------------------------------------------------------------- */
.c-table--taskadmin {
  table-layout: auto;
}

.c-table--taskadmin .c-icn--download {
  padding-right: 5px;
  padding-left: 5px;
}

.c-table--taskadmin thead th:first-child {
  width: 18%;
}

.c-table--taskadmin thead th:nth-child(2),
.c-table--taskadmin thead th:nth-child(3) {
  width: 8%;
}

.c-table--taskadmin thead th:last-child {
  width: 3%;
}

.c-table--taskadmin tbody {
  font-size: 0.9em;
}

.c-table--taskadmin tbody th {
  min-width: 100px;
  word-break: break-word;
}

.c-table--taskadmin .c-tag, .c-table--taskadmin .c-btn--public, .c-table--taskadmin .c-tag--base, .c-table--taskadmin .c-tag--default, .c-table--taskadmin .c-tag--default_light, .c-table--taskadmin .c-tag--default_dark, .c-table--taskadmin .c-tag--primary, .c-table--taskadmin .c-tag--primary_light, .c-table--taskadmin .c-tag--primary_dark, .c-table--taskadmin .c-tag--accent, .c-table--taskadmin .c-tag--secondary, .c-table--taskadmin .c-tag--secondary2, .c-table--taskadmin .c-tag--secondary3, .c-table--taskadmin .c-tag__outline--base, .c-table--taskadmin .c-tag__outline--default, .c-table--taskadmin .c-tag__outline--default_light, .c-table--taskadmin .c-tag__outline--default_dark, .c-table--taskadmin .c-tag__outline--primary, .c-table--taskadmin .c-tag__outline--primary_light, .c-table--taskadmin .c-tag__outline--primary_dark, .c-table--taskadmin .c-tag__outline--accent, .c-table--taskadmin .c-tag__outline--secondary, .c-table--taskadmin .c-tag__outline--secondary2, .c-table--taskadmin .c-tag__outline--secondary3 {
  min-width: 68px;
  letter-spacing: -0.02em;
}

.c-table--taskadmin .c-btn, .c-table--taskadmin .c-btn--base, .c-table--taskadmin .c-btn--default, .c-table--taskadmin .c-btn--default_light, .c-table--taskadmin .c-btn--primary, .c-table--taskadmin .c-btn--primary_light, .c-table--taskadmin .c-btn--accent, .c-table--taskadmin .c-btn__outline--base, .c-table--taskadmin .c-btn__outline--default, .c-table--taskadmin .c-btn__outline--default_light, .c-table--taskadmin .c-btn__outline--primary, .c-table--taskadmin .c-btn__outline--scoring, .c-table--taskadmin .c-btn__outline--primary2, .c-table--taskadmin input:checked + .c-btn--checkbox.c-btn--primary, .c-table--taskadmin .c-btn__outline--primary_light, .c-table--taskadmin .c-btn__outline--accent {
  min-width: 60px;
  padding: 6px;
  font-size: 1.1rem;
}

.c-table--taskadmin .c-tag--primary_light {
  color: #2a3853;
}

/*  単元登録ページ
------------------------------------------------------------- */
.c-table--unit {
  min-width: 0;
  table-layout: fixed;
}

.c-table--unit thead th:first-child {
  width: 8%;
}

.c-table--unit thead th:nth-child(2) {
  width: 36%;
}

.c-table--unit thead th:nth-child(3) {
  width: 14%;
}

.c-table--unit thead th:nth-child(4) {
  width: 10%;
}

.c-table--unit thead th:nth-child(5) {
  width: 12%;
}

.c-table--unit thead th:nth-child(6) {
  width: 14%;
}

.c-table--unit thead th:last-child {
  width: 8%;
}

.c-table--unit tbody td:nth-child(2) {
  text-align: left;
}

.c-table--unit tbody td .c-txt-ellipsis {
  width: 99.8%;
}

/*  メンバー管理ページ
------------------------------------------------------------- */
.p-member__config {
  margin-bottom: 3rem;
}

.p-member__config-element {
  float: left;
  width: 472px;
}

.p-member__config-element .p-member__config-btn {
  position: relative;
  display: inline-block;
  margin-left: 2rem;
  padding: 3px 18px 2px 32px;
  border: 1px solid #358cff;
  border-radius: 20px;
}

.p-member__config-element .p-member__config-btn:before {
  position: absolute;
  content: "";
  vertical-align: middle;
  left: 18px;
  top: 32%;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #358cff;
}

.p-tasknum__pending {
  position: relative;
  display: inline-block;
}

.p-tasknum__pending-num {
  display: inline-block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -14px;
  right: -10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 35px;
  border-radius: 50%;
  background-color: #fd6993;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}

.c-pagination .page-guide {
  float: left;
  margin-bottom: 0;
  padding-top: 13px;
  font-size: 1.1em;
  font-weight: normal;
  color: #2a3853;
  letter-spacing: 0;
}

.c-pagination .page-guide img {
  margin-left: 8px;
  margin-right: 4px;
  vertical-align: top;
}

.c-table--memberadmin {
  min-width: 0;
  table-layout: fixed;
}

.c-table--memberadmin thead th:first-child {
  width: 23%;
}

.c-table--memberadmin thead th:nth-child(3) {
  width: 24%;
}

.c-table--memberadmin thead th:nth-child(2),
.c-table--memberadmin thead th:nth-child(5),
.c-table--memberadmin thead th:nth-child(6) {
  width: 13%;
}

.c-table--memberadmin thead th:nth-child(4) {
  width: 12%;
}

.c-table--m7emberadmin tbody th {
  width: 8%;
  text-align: center;
}

.c-table--memberadmin td img {
  vertical-align: top;
}

.c-table--memberadmin .c-icn__user {
  display: inline-block;
  margin: 0 auto;
  padding-left: 15px;
}

.c-table--memberadmin .c-icn__user img {
  width: 45px;
  height: 45px;
}

.c-table--memberadmin .c-btn--primary {
  border: none;
}

/*  メンバー管理(承認待ち)ページ
------------------------------------------------------------- */
.c-table--memberadmin.c-table--approval thead th:nth-child(5),
.c-table--memberadmin.c-table--approval thead th:nth-child(6) {
  width: 30%;
}

.c-btn--approval {
  background: #eff5ff;
}

/*  課題アンケート管理ページ
------------------------------------------------------------- */
.c-table--taskadmin-lib thead th:first-child {
  width: 15%;
}

.c-table--taskadmin-lib thead th:nth-child(3),
.c-table--taskadmin-lib thead th:nth-child(4) {
  width: 6%;
}

.c-table--taskadmin-lib thead th:nth-child(3) {
  width: 10%;
}

.c-table--taskadmin-lib thead th:last-child {
  width: 17%;
}

.c-table--taskadmin-lib02 {
  table-layout: fixed;
}

.c-table--taskadmin-lib02 thead th:first-child {
  width: 15%;
}

.c-table--taskadmin-lib02 thead th:nth-child(2) {
  width: 5%;
}

.c-table--taskadmin-lib02 thead th:nth-child(3) {
  width: 7%;
}

.c-table--taskadmin-lib02 thead th:nth-child(4) {
  width: 25%;
  text-align: left;
}

.c-table--taskadmin-lib02 thead th:last-child {
  width: 5%;
}

.c-table--taskadmin-lib02 tbody td:nth-child(4) {
  text-align: left;
}

/*  課題・アンケートライブラリ
------------------------------------------------------------- */
.c-box__regist .c-col__inner {
  margin: 0;
  justify-content: space-between;
}

.c-box__regist .c-col__item-inner {
  border: none;
}

.c-box__regist .c-col__item {
  width: 49.5%;
  margin-bottom: 10px;
  padding: 30px 30px 25px 20px;
  border: 1px solid #64a6fe !important;
}

.c-box__regist .c-box__regist-img {
  float: left;
  width: 30%;
  padding-top: 10px;
  padding-right: 15px;
}
.c-box__regist .c-box__regist-img img {
  width: 125px;
}

.c-box__regist .c-box__regist-txt {
  float: right;
  width: 68%;
  font-size: 0.95em;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

.c-box__regist .c-box__regist-txt .c-btn--md {
  width: 100%;
  margin-top: 0.5em;
}

/*  単元名ページ
------------------------------------------------------------- */
.c-boxwide.c-boxwide-graph {
  margin: 25px 0 40px 0;
  padding: 32px 32px 24px;
  border: 1px solid #a7b3d2;
}
.c-boxwide.c-boxwide-graph:first-child {
  margin-top: 0;
}
.c-boxwide.c-boxwide-graph .c-ttl--style3 {
  margin-bottom: 28px;
  font-size: 1.6em;
  letter-spacing: -0.02em;
}
.c-boxwide.c-boxwide-graph > .c-btnwrap:last-child, .c-boxwide.c-boxwide-graph > .c-btnwrap--top:last-child, .c-boxwide.c-boxwide-graph > .c-btnwrap--bottom:last-child {
  clear: both;
  padding-top: 25px;
  margin-bottom: 0;
}
.c-boxwide.c-boxwide-graph > *:last-child {
  margin-bottom: 1.3rem;
}

.c-line--dot + .c-boxwide-graph {
  margin-top: 40px;
}

.c-boxwide-graph .c-graph-scorewrap {
  float: left;
  width: 42%;
}

.c-boxwide-graph .c-graph-chart {
  float: right;
  width: 56%;
  height: 316px;
}

.c-boxwide-graph .c-graph-chart .c-graph-chart__colors {
  margin-bottom: -20px;
  text-align: center;
  font-size: 0.9em;
}
.c-boxwide-graph .c-graph-chart .c-graph-chart__colors span {
  padding: 0 10px;
}
.c-boxwide-graph .c-graph-chart .c-graph-chart__colors img {
  margin: 0 10px;
  width: 20px;
  height: 11px !important;
  border-radius: 10px;
}

.c-boxwide-graph .c-graph-score-num-people {
  min-height: 145px;
}
.c-boxwide-graph .c-graph-score-num-people .c-col--2.c-graph-score .c-col__inner {
  margin-top: -12px;
  margin-left: -12px;
}
.c-boxwide-graph .c-graph-score-num-people .c-col--2.c-graph-score .c-col__item {
  padding: 12px 0 0 12px;
}

.c-boxwide-graph .c-graph-score-num-people .c-box-dl {
  padding-top: 22px;
}

.l-main .c-boxwide-graph .c-graph-score.c-col--2 .c-col__inner {
  margin-top: -12px;
  margin-left: -12px;
}
.l-main .c-boxwide-graph .c-graph-score.c-col--2 .c-col__item {
  padding: 12px 0 0 12px;
}

.c-boxwide-graph .c-graph-score.c-col--4 {
  font-size: 0.8em;
}
.c-boxwide-graph .c-graph-score.c-col--4 .c-col__inner {
  margin-top: -12px;
  margin-left: -12px;
}
.c-boxwide-graph .c-graph-score.c-col--4 .c-col__item {
  padding: 12px 0 0 12px;
}
.c-boxwide-graph .c-graph-score.c-col--4 .c-box-dl {
  padding: 10px 2px;
}
.c-boxwide-graph .c-graph-score.c-col--4 .c-txt--xl {
  font-size: 1.95em;
}

.c-boxwide-graph .p-maximum-num .c-box-dl__title {
  padding-top: 3px;
  font-size: 1.1em;
}
.c-boxwide-graph .p-maximum-num .c-txt__progress {
  padding-top: 22px;
}

.c-boxwide-graph .c-col--line .c-col__item-inner {
  border: none;
}

.c-graph-score-num-people + .c-graph-score {
  margin-top: 20px;
}

.l-main .c-graph-score-num-people + .c-graph-score,
.c-graph-score-num-people + .c-graph-score.c-col--4 {
  margin-top: 12px;
}

.c-boxwide.c-boxwide-graph dl:last-child {
  margin-bottom: 0;
}

.c-boxwide-graph .c-box-dl {
  padding-right: 5px;
  padding-left: 5px;
  height: 100%;
  min-height: 135px;
  border: 1px solid #a7b3d2;
  background: linear-gradient(top, #f9fbff 0%, #fff fff 50%, #eef2f8 100%);
  background: -moz-linear-gradient(top, #f9fbff 0%, #fff fff 50%, #eef2f8 100%);
  background: -webkit-linear-gradient(top, #f9fbff 0%, #fff fff 50%, #eef2f8 100%);
  background: linear-gradient(to bottom, #f9fbff 0%, #fff fff 50%, #eef2f8 100%);
}

.c-boxwide-graph .c-box-dl__title {
  font-size: 1.25em;
  border: none;
}

.c-boxwide-graph .c-box-dl__title,
.c-boxwide-graph .c-box-dl__content {
  padding: 0;
}

.c-boxwide-graph .c-txt--xl {
  margin-right: 0.1em;
  font-size: 2.5em;
}

.l-main .c-graph-recordwrap {
  font-size: 0.9em;
}
.l-main .c-graph-recordwrap .c-box__record dt {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.8rem;
}

.c-table--member-result {
  table-layout: fixed;
}

.c-table--member-result thead th:first-child {
  width: 24%;
}

.c-table--member-result thead th:nth-child(2) {
  width: 10%;
}

.c-table--member-result thead th:nth-child(3) {
  width: 24%;
}

.c-table--member-result thead th:nth-child(4),
.c-table--member-result thead th:last-child {
  width: 12%;
}

.c-table--member-result thead th:nth-child(5) {
  width: 14%;
}

.c-table--member-result thead th:nth-child(6) {
  width: 10%;
}

.c-table--member-result tbody td .c-txt-ellipsis {
  width: 99.7%;
}

/*  レポート管理02ページ
------------------------------------------------------------- */
.c-graph-recordwrap {
  clear: both;
  margin-bottom: 0;
  padding-top: 30px;
}
.c-graph-recordwrap .c-col__inner {
  margin-top: -10px;
  margin-left: -10px;
}
.c-graph-recordwrap .c-col__item {
  padding: 10px 0 0 10px;
}
.l-main .c-graph-recordwrap .c-col__inner {
  margin-top: -5px;
  margin-left: -5px;
}
.l-main .c-graph-recordwrap .c-col__item {
  padding: 5px 0 0 5px;
}

.c-graph-recordwrap .c-box__record-txt {
  font-size: 1.1em;
}

.c-box__record {
  border: 1px solid #9da8c6 !important;
  background-color: #f9f9f9;
}
.c-graph-recordwrap + .c-box__record {
  margin-top: 30px;
}

.c-box__record dt {
  padding: 15px 0;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #9da8c6;
}

.c-box__record dd {
  padding: 24px;
  color: #2a3853;
  padding-bottom: 18px;
}

.c-box__record-date {
  width: 29% !important;
  margin-right: 1%;
  text-align: center;
}

.c-box__record-title {
  width: 70% !important;
}

.p-box__report-content {
  width: 93%;
  margin: 40px auto;
  padding: 30px 0;
}

.p-box__report-content .c-title__reportcontent {
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  font-size: 2em;
  text-align: center;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #ccc;
}

.p-box__report-content p {
  margin-bottom: 1.5em;
  font-size: 1.2em;
  line-height: 1.65em;
  letter-spacing: 0.03em;
}

/*  レポート管理03ページ
------------------------------------------------------------- */
.c-empty {
  line-height: 5.4em;
}

/*  登録
------------------------------------------------------------- */
.p-entrywrap input[type="text"],
.p-entrywrap input[type="email"],
.p-entrywrap input[type="tel"],
.p-entrywrap input[type="url"],
.p-entrywrap input[type="password"],
.p-entrywrap textarea,
.p-entrywrap select {
  border-color: #9da8c6;
}

.p-entry__boxwide {
  overflow: hidden;
  padding: 90px 30px 30px 30px;
}
.p-entry__boxwide .p-entry__note {
  padding-top: 30px;
}
.p-entry__btn {
  margin-bottom: 40px;
}
.p-entry__btn--delete_entry, .p-entry__btn--delete_entrychild {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin: 0 !important;
  padding: 23px 50px 21px;
  border-radius: 0;
  border-width: 0 !important;
  color: #2a3853;
  cursor: pointer;
}
.p-entry__btn--delete_entry .c-icn--delete, .p-entry__btn--delete_entrychild .c-icn--delete {
  margin: 0;
  vertical-align: -2px !important;
}
.p-entry__btn--delete_entry .c-icn--delete img,
.p-entry__btn--delete_entry .c-icn--delete svg, .p-entry__btn--delete_entrychild .c-icn--delete img,
.p-entry__btn--delete_entrychild .c-icn--delete svg {
  width: 16px;
  height: 16px;
}
.p-entry__btn--delete_entry .c-icn--delete svg,
.p-entry__btn--delete_entry .c-icn--delete path,
.p-entry__btn--delete_entry .c-icn--delete rect,
.p-entry__btn--delete_entry .c-icn--delete g,
.p-entry__btn--delete_entry .c-icn--delete polygon, .p-entry__btn--delete_entrychild .c-icn--delete svg,
.p-entry__btn--delete_entrychild .c-icn--delete path,
.p-entry__btn--delete_entrychild .c-icn--delete rect,
.p-entry__btn--delete_entrychild .c-icn--delete g,
.p-entry__btn--delete_entrychild .c-icn--delete polygon {
  fill: #2a3853;
}
.p-entry__btn--add_entry, .p-entry__btn--add_entrychild, .p-entry__btn--add_select {
  cursor: pointer;
}
.p-entry__btn--add_entry:before, .p-entry__btn--add_entrychild:before, .p-entry__btn--add_select:before {
  content: "＋";
  margin-right: 0.5rem;
  font-weight: bold;
}
.p-entry__add-img {
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 30px;
  text-align-last: left;
}
.p-entry__add-img .c-btn--delete-img {
  transition: color .2s ease-in-out;
  clear: both;
  overflow: hidden;
  margin: 44px 0 0 -172px;
  padding: 0 10px;
  border: none;
  background: none;
  font-size: 0.9em;
}
.p-entry__add-img .c-btn--delete-img:hover {
  color: #68a8fe;
}
.p-q-entry .p-entry__add-img .c-btn--delete-img, .p-check-entry .p-entry__add-img .c-btn--delete-img {
  margin-top: 60px;
}
.p-entry__add-img .c-frame {
  float: left;
}
.p-entry__add-img .c-frame img {
  max-width: 100px;
  border: 1px solid #9da8c6;
  margin-right: 15px;
  background-color: #fff;
}
.p-entry__add-img .c-frame + label, .p-entry__add-img .c-frame + input + .p-entry__btn--add_img {
  vertical-align: top;
}
.p-entry__note {
  position: relative;
  margin-bottom: 30px;
  padding: 100px 30px 30px 30px;
  text-align: left;
}
.p-entry__note .c-input, .p-entry__note .c-input--linenone, .p-entry__note .c-inputwrap .c-input--half, .c-inputwrap .p-entry__note .c-input--half {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.p-entry__note .c-input__edit {
  overflow: visible;
  display: table;
  width: 100%;
  text-align: left;
}
.p-entry__note .c-btn--delete,
.p-entry__note .c-input__edit-txt,
.p-entry__note .c-input__edit-txt--select {
  display: table-cell;
  vertical-align: middle;
}
.p-entry__note .c-btn--delete {
  width: 90px;
  padding-right: 18px;
  text-align: right;
}
.p-entry__note .c-btn--delete img,
.p-entry__note .c-btn--delete svg {
  width: 28px;
  height: 28px;
}
.p-entry__note .c-btn--delete svg,
.p-entry__note .c-btn--delete path,
.p-entry__note .c-btn--delete rect,
.p-entry__note .c-btn--delete g,
.p-entry__note .c-btn--delete polygon {
  fill: #cacaca;
}
.p-entry__note .c-btn--delete .c-icn--delete {
  padding: 5px;
  border: none;
  background: none;
}
.p-entry__note .c-input__edit-txt, .p-entry__note .c-input__edit-txt--select {
  overflow: hidden;
  position: relative;
  padding: 14px;
  border-radius: 6px;
  border: 1px solid #9da8c6;
  background: #fff;
  font-size: 0.9em;
}
.p-entry__note .c-input__edit-txt p, .p-entry__note .c-input__edit-txt--select p {
  margin-bottom: 0;
}
.p-entry__note .c-input__edit-txt--left, .p-entry__note .c-input__edit-txt--right {
  vertical-align: middle;
}
.p-entry__note .c-input__edit-txt--left {
  display: inline-block;
  width: calc(100% - 50px);
}
.p-entry__note .c-input__edit-txt--left .p-entry__add-img {
  margin-bottom: 0;
}
.p-entry__note .c-input__edit-txt--left .c-btn--sm {
  font-size: 1em;
}
.p-entry__note .c-input__edit-txt--left p + .c-btn--sm {
  margin-top: 10px;
}
.p-entry__note .c-input__edit-txt--right {
  display: inline-block;
  width: 44px;
}
.p-entry__note .c-input__edit-txt--right .p-entry-select,
.p-entry__note .c-input__edit-txt--right .c-icn--close {
  display: inline-block;
  vertical-align: middle;
}
.p-entry__note .c-input__edit-txt--right .p-entry-select {
  overflow: hidden;
  white-space: nowrap;
  min-width: 125px;
  height: 100%;
  padding: 0;
  background: url(../img/icn_arw_down.svg) no-repeat 85% center;
  background-size: 13px;
  border-radius: 6px;
  font-weight: bold;
  vertical-align: middle;
}
.p-entry__note .c-input__edit-txt--right .p-entry-select.is-correct {
  background-color: #ffa94e;
  background-image: url(../img/icn_arw_down_white.svg);
  color: #fff;
}
.p-entry__note .c-input__edit-txt--right .p-entry-select.is-correct select {
  color: #fff;
}
.p-entry__note .c-input__edit-txt--right .p-entry-select.is-correct option {
  color: #252525;
}
.p-entry__note .c-input__edit-txt--right .p-entry-select.is-incorrect {
  background-color: #eff5ff;
  color: #2a3852;
}
.p-entry__note .c-input__edit-txt--right .p-entry-select span {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.p-entry__note .c-input__edit-txt--right .p-entry-select select {
  display: inline-block;
  width: 100%;
  height: 100% !important;
  padding: 20px 50px 20px 20px !important;
  border: none !important;
  background: none !important;
  font-size: 1.1em;
  font-weight: bold;
}
.p-entry__note .c-input__edit-txt--right .c-icn--close {
  padding: 0 15px;
  border: none;
  background: none;
}
.p-entry__note .c-input__edit-txt--select .c-input__edit-txt--left {
  width: calc(100% - 202px);
}
.p-entry__note .c-input__edit-txt--select .c-input__edit-txt--right {
  width: 195px;
  text-align: right;
}
.p-entry__note .c-input__edit-txt--select .c-input__edit-txt--right .c-icn--close {
  padding-right: 26px;
  padding-left: 26px;
}
.p-entry__note .c-input__edit + .c-btnwrap, .p-entry__note .c-input__edit + .c-btnwrap--top, .p-entry__note .c-input__edit + .c-btnwrap--bottom {
  margin-top: 20px;
}
.p-entry__note + .p-entry__btn {
  margin-bottom: 20px;
}

/*  登録一覧
------------------------------------------------------------- */
.p-entrylist__header .c-btn--sm, .p-entrylist__footer .c-btn--sm {
  margin-right: 5px;
  padding: 13px 16px 11px;
}
.p-entrylist__header {
  margin-bottom: 10px;
}
.p-entrylist__content {
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-entrylist__footer {
  margin-top: 10px;
}
.p-entrylist__inner {
  padding: 0;
}
.p-entrylist__item {
  display: table;
  table-layout: fixed;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 15px 12px 75px;
  border-radius: 6px;
  background: #f8f8f8;
  letter-spacing: -.4em;
}
.p-entrylist__item.is-delete {
  background-color: #f2f6fc;
}
.p-entrylist__item-check, .p-entrylist__item-title, .p-entrylist__item-txt, .p-entrylist__item-edit, .p-entrylist__item-delete {
  display: inline-block;
  margin: 0;
  vertical-align: middle !important;
  letter-spacing: 0;
}
.p-entrylist__item-check {
  position: absolute;
  left: 38px;
  top: 50%;
  margin: -8px 0 0;
}
.p-entrylist__item-title {
  width: 175px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.02em;
  font-weight: bold;
  white-space: nowrap;
}
.p-entrylist__item-txt {
  width: calc(100% - 175px - 120px - 48px);
  font-size: 0.92em;
}
.p-entrylist__item-txt span {
  display: block;
  max-width: 98%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-entrylist__item-edit {
  width: 120px;
  text-align: center;
  white-space: nowrap;
}
.p-entrylist__item-edit .c-btn--sm {
  padding-top: 13px !important;
  padding-bottom: 11px !important;
}
.p-entrylist__item-delete {
  width: 48px;
  text-align: right;
  white-space: nowrap;
}
.p-entrylist__item-delete .c-icn--delete {
  border: none;
  background: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 2px;
  padding: 10px;
}
.p-entrylist__item-delete .c-icn--delete img,
.p-entrylist__item-delete .c-icn--delete svg {
  width: 22px;
  height: 22px;
}
.p-entrylist__item-delete .c-icn--delete svg,
.p-entrylist__item-delete .c-icn--delete path,
.p-entrylist__item-delete .c-icn--delete rect,
.p-entrylist__item-delete .c-icn--delete g,
.p-entrylist__item-delete .c-icn--delete polygon {
  fill: #9da8c6;
}

.c-input__textbook {
  display: flex;
  align-items: center;
}

.c-input__content-item {
  width: 100%;
  position: relative;
}

.reference .c-form-input100 {
  width: calc(100% - 48px);
}

.reference .p-entrylist__item-delete {
  position: absolute;
  top: 25%;
  right: 0;
}

/*  カレンダー
------------------------------------------------------------- */
#js-calendar {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 10px;
}

.p-calendar .fc-time-grid .fc-slats td, .p-calendar--week .fc-time-grid .fc-slats td, .p-calendar--time .fc-time-grid .fc-slats td {
  height: 2em;
}
.p-calendar .fc-view-line, .p-calendar--week .fc-view-line, .p-calendar--time .fc-view-line {
  overflow: hidden;
  border: 1px solid #a7b3d2;
  border-radius: 5px;
}
.p-calendar .fc-view-line-inner, .p-calendar--week .fc-view-line-inner, .p-calendar--time .fc-view-line-inner {
  margin: -1px;
}
.p-calendar .fc-header.fc-widget-header, .p-calendar--week .fc-header.fc-widget-header, .p-calendar--time .fc-header.fc-widget-header {
  font-size: 0.75em;
}
.p-calendar .fc-toolbar.fc-header-toolbar, .p-calendar--week .fc-toolbar.fc-header-toolbar, .p-calendar--time .fc-toolbar.fc-header-toolbar {
  margin-bottom: 15px;
}
.p-calendar .fc-event .fc-content, .p-calendar--week .fc-event .fc-content, .p-calendar--time .fc-event .fc-content {
  padding: 2px;
  font-size: 0.8em;
}
.p-calendar .fc-time-grid-event .fc-time, .p-calendar--week .fc-time-grid-event .fc-time, .p-calendar--time .fc-time-grid-event .fc-time {
  font-size: 0.8em;
}
.p-calendar .fc-content, .p-calendar--week .fc-content, .p-calendar--time .fc-content {
  font-size: 0.9em;
}
.p-calendar .fc-title, .p-calendar--week .fc-title, .p-calendar--time .fc-title {
  font-size: 1.1em;
  font-weight: bold;
}
.p-calendar .fc-center h2, .p-calendar--week .fc-center h2, .p-calendar--time .fc-center h2 {
  padding-top: 2px;
  padding-bottom: 0;
  padding-left: 30px;
  background: url(../img/icn_calendar_grey.png) no-repeat 0 0;
  background-size: 18px 20px;
  color: #515974;
  font-size: 1.1em;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .p-calendar .fc-center h2, .p-calendar--week .fc-center h2, .p-calendar--time .fc-center h2 {
    font-size: 1.2em;
  }
}
.p-calendar--week .fc-day-grid-event {
  margin: 6px 6px 0;
}
.p-calendar--week tr:first-child > td > .fc-day-grid-event {
  margin-top: 6px;
}
.p-calendar--week a.fc-more {
  margin: 4px 6px;
  font-size: 0.8em;
}
.p-calendar--week .fc-day-header {
  background: #f2f6fc;
  color: #2a3853;
  font-size: .8em;
  padding: 5px;
  letter-spacing: -0.02em;
}
.p-calendar--week .fc-prev-button,
.p-calendar--week .fc-next-button {
  width: 36px;
  height: 28px;
  border-radius: 5px;
  background-color: #f3f3f3;
  border: none;
  border-bottom: 2px solid #cbcbcb;
}
.p-calendar--week .fc-icon-chevron-left:before,
.p-calendar--week .fc-icon-chevron-right:before {
  display: block;
  width: 13px;
  height: 8px;
  background: url(../img/icn_arw.png) no-repeat;
  background-size: 100% auto;
  background-position: 0 -12px;
  content: "";
}
.p-calendar--week .fc-prev-button {
  padding: 8px 0 0 5px;
}
.p-calendar--week .fc-icon-chevron-left:before {
  transform: rotate(90deg);
}
.p-calendar--week .fc-next-button {
  padding: 8px 0 0 12px;
}
.p-calendar--week .fc-icon-chevron-right:before {
  transform: rotate(-90deg);
}
.p-calendar--time .fc-view-container {
  border-radius: 8px;
}
.p-calendar--time .fc-view {
  margin-bottom: -2px;
}
.p-calendar--time .fc-day-header {
  padding: 10px;
  background-color: #f2f6fc;
  font-size: 1em;
  letter-spacing: -0.02em;
}
.p-calendar--time .fc-day-header.fc-widget-header {
  border-color: #a9b4d3;
}
.p-calendar--time .fc-axis.fc-widget-header {
  border-color: #a9b4d3;
  background-color: #f2f6fc;
}
.p-calendar--time .fc-head-container.fc-widget-header {
  border-color: #a9b4d3;
}
.p-calendar--time hr.fc-divider {
  padding: 0;
  border-width: 1px 0 0;
}
.p-calendar--time .fc-toolbar.fc-header-toolbar {
  margin-bottom: 30px;
}
.p-calendar--time .fc-header-toolbar {
  font-size: 0.9em;
}
.p-calendar--time .fc-icon-chevron-left,
.p-calendar--time .fc-icon-chevron-right {
  display: none;
}
.p-calendar--time .fc-center h2 {
  font-size: 1.5em;
  line-height: 1;
}
.p-calendar--time .fc-axis.fc-widget-content,
.p-calendar--time .fc-time-grid .fc-slats td {
  text-align: center;
  font-size: 0.8em;
}
.p-calendar--time .fc-axis.fc-widget-content,
.p-calendar--time .fc-axis.fc-time.fc-widget-content {
  border-right-color: #9da8c6;
}
.p-calendar--time .fc-time-grid .fc-slats .fc-minor td {
  border-style: solid;
}
.p-calendar--time .fc-unthemed th,
.p-calendar--time .fc-unthemed td,
.p-calendar--time .fc-unthemed thead,
.p-calendar--time .fc-unthemed tbody,
.p-calendar--time .fc-unthemed .fc-divider,
.p-calendar--time .fc-unthemed .fc-row,
.p-calendar--time .fc-unthemed .fc-content,
.p-calendar--time .fc-unthemed .fc-popover,
.p-calendar--time .fc-unthemed .fc-list-view,
.p-calendar--time .fc-unthemed .fc-list-heading td {
  border-color: #e8ebf3;
}
.p-calendar--time .fc-time-grid-event {
  margin-top: 3px;
  margin-bottom: 2px;
}
.p-calendar .fc-view.fc-listWeek-view.fc-list-view.fc-widget-content, .p-calendar--week .fc-view.fc-listWeek-view.fc-list-view.fc-widget-content, .p-calendar--time .fc-view.fc-listWeek-view.fc-list-view.fc-widget-content {
  border: none !important;
}

/*  追加
------------------------------------------------------------- */
.c-score .c-score--content {
  padding-right: 20px;
}

.c-editbtn--wrap .c-editbtn--content {
  padding-top: 10px;
  padding-right: 10px;
}

.p-tasklist__item__link {
  background-position: 99% center;
  background-size: 25px 25px;
}

.pg-user .c-ttl--style2__m0.c-mt40 {
  margin-top: 40px !important;
  margin-bottom: 30px;
}

.pg-user .c-ttl--style2__m0.c-mt40:first-child {
  margin-top: 0 !important;
}

.pg-user .c-boxwide {
  padding-bottom: 65px !important;
}

.pg-user .c-box__task dd {
  margin-bottom: 0 !important;
}

.c-score .c-score--point {
  padding-top: 5px !important;
}

.c-editbtn--wrap .c-editbtn--btn {
  margin-bottom: 0 !important;
}

/*  _単元一覧
------------------------------------------------------------- */
.p-sideprogress--content {
  width: auto !important;
  height: auto !important;
  border: none !important;
  padding: 0 !important;
}

.p-percent-graph {
  margin: -50px 0 -40px;
  padding: 0 15px;
}
.p-percent-graph .number,
.p-percent-graph .percent {
  font-weight: bold;
}
.p-percent-graph .number {
  padding-right: 3px;
}
.p-percent-graph .percent {
  font-size: 0.6em;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-percent-graph {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    -moz-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
  }
}
/*  _課題・アンケートライブラリ
------------------------------------------------------------- */
.p-memberadmin-tab {
  margin-top: 50px;
}
.p-memberadmin-tab .c-tab--label {
  width: 240px;
}

/*  Calendar
--------------------------------------------- */
.p-calendar--week {
  margin-bottom: 5px;
}
.p-calendar--week + .c-txt--nm {
  font-size: .9em;
}

/*  _notfound
------------------------------------------------------------- */
/* =============================================================

    Utility CSS

============================================================= */
/*  Color
--------------------------------------------- */
.c-txt--base, .c-txt--base:hover, .c-txt--base:focus {
  color: #252525;
}
.c-txt--default, .c-txt--default:hover, .c-txt--default:focus {
  color: #9da8c6;
}
.c-txt--primary, .c-txt--primary:hover, .c-txt--primary:focus {
  color: #68a8fe;
}
.c-txt--primary_light, .c-txt--primary_light:hover, .c-txt--primary_light:focus {
  color: #c5d6f3;
}
.c-txt--accent, .c-txt--accent:hover, .c-txt--accent:focus {
  color: #ff749b;
}

.c-bg--base {
  background-color: #252525 !important;
}
.c-bg--default {
  background-color: #9da8c6 !important;
}
.c-bg--primary {
  background-color: #68a8fe !important;
}
.c-bg--primary_light {
  background-color: #c5d6f3 !important;
}
.c-bg--accent {
  background-color: #ff749b !important;
}
.c-bg--default {
  background-color: #f9f9f9 !important;
}

/*  Float
--------------------------------------------- */
.c-float--left {
  float: left !important;
}

.c-float--right {
  float: right !important;
}

.c-float--none {
  float: none !important;
}

/*  Position
--------------------------------------------- */
.c-position--static {
  position: static !important;
}

.c-position--relative {
  position: relative !important;
}

.c-position--absolute {
  position: absolute !important;
}

.c-position--fixed {
  position: fixed !important;
}

.c-position--sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/*  Width / Height
--------------------------------------------- */
.c-w--25 {
  width: 25% !important;
}

.c-w--50 {
  width: 50% !important;
}

.c-w--75 {
  width: 75% !important;
}

.c-w--100 {
  width: 100% !important;
}

.c-w--auto {
  width: auto !important;
}

.c-h--25 {
  height: 25% !important;
}

.c-h--50 {
  height: 50% !important;
}

.c-h--75 {
  height: 75% !important;
}

.c-h--100 {
  height: 100% !important;
}

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

.c-mw--100 {
  max-width: 100% !important;
}

.c-mh--100 {
  max-height: 100% !important;
}

/*  Border
--------------------------------------------- */
.c-border--none__top {
  border-top: none !important;
}

.c-border--none__right {
  border-right: none !important;
}

.c-border--none__bottom {
  border-bottom: none !important;
}

.c-border--none__left {
  border-left: none !important;
}

.c-border--none {
  border: none !important;
}

.c-border--0 {
  border: 0 !important;
}

.c-border--top__0 {
  border-top: 0 !important;
}

.c-border--right__0 {
  border-right: 0 !important;
}

.c-border--bottom__0 {
  border-bottom: 0 !important;
}

.c-border--left__0 {
  border-left: 0 !important;
}

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

.c-rounded {
  border-radius: 0.25rem !important;
}

.c-rounded--circle {
  border-radius: 50% !important;
}

.c-rounded--0 {
  border-radius: 0 !important;
}

/*  Margin / Padding
--------------------------------------------- */
.c-m--0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

.c-m--auto {
  margin: auto !important;
}

.c-mt--auto,
.c-my--auto {
  margin-top: auto !important;
}

.c-mr--auto,
.c-mx--auto {
  margin-right: auto !important;
}

.c-mb--auto,
.c-my--auto {
  margin-bottom: auto !important;
}

.c-ml--auto,
.c-mx--auto {
  margin-left: auto !important;
}

.c-mt20 {
  margin-top: 20px;
}

.c-mt30 {
  margin-top: 30px;
}

.c-mt40 {
  margin-top: 40px;
}

.c-mt60 {
  margin-top: 60px;
}

/*  Align
--------------------------------------------- */
.c-align--baseline {
  vertical-align: baseline !important;
}

.c-align--top,
.c-vertical--top {
  vertical-align: top !important;
}

.c-align--middle,
.c-vertical--middle {
  vertical-align: middle !important;
}

.c-align--bottom,
.c-vertical--bottom {
  vertical-align: bottom !important;
}

.c-align--text__bottom {
  vertical-align: text-bottom !important;
}

/*  Text
--------------------------------------------- */
.c-text--truncate,
.c-txt--truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-text--nowrap,
.c-txt--nowrap {
  white-space: nowrap !important;
}

.c-text--right,
.c-txt--right {
  text-align: right !important;
}

.c-text--left,
.c-txt--left {
  text-align: left !important;
}

.c-text--center,
.c-txt--center {
  text-align: center !important;
}

/*  Font Style
--------------------------------------------- */
.c-txt--bold {
  font-weight: bold !important;
}

.c-txt--normal {
  font-weight: normal !important;
}

.c-txt--line {
  text-decoration: underline !important;
}

/*  Text
--------------------------------------------- */
/* X Small */
.c-txt--xs {
  font-size: .7em;
  line-height: 1.5;
}

/* Small */
.c-txt--sm {
  font-size: .85em;
}

/* Normal */
.c-txt--nm {
  font-size: .95em;
}

/* X Normal */
.c-txt--xn {
  font-size: 1.1em;
}

/* Middle */
.c-txt--md {
  font-size: 1.25em;
}

/* X Middle */
.c-txt--xm {
  font-size: 1.35em;
}

/* Large */
.c-txt--lg {
  font-size: 1.4em;
}

/* X Large */
.c-txt--xl {
  font-size: 1.7em;
}

/* -- Text Font -- */
.c-txt--gothic {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}

/* -- Text Transform -- */
.c-txt--tfu {
  text-transform: uppercase;
}

.c-txt--arw:before {
  top: -4px;
  left: -6px;
  background-size: 10px 20px;
}

/*  Link
-------------------------- */
.c-link--line {
  text-decoration: underline;
}

a.c-link--line:hover {
  text-decoration: none;
}

@media screen and (max-width: 896px) {
  /*  Overall Setting
  --------------------------------------------- */
  html,
  body {
    height: 100%;
  }

  body {
    font-size: 1.4em;
    letter-spacing: .02em;
  }

  body.fix {
    position: fixed;
    width: 100%;
  }

  .screen-pc {
    display: none;
  }

  /*  Form Setting
  -------------------------- */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  textarea {
    transform: scale(0.85) translate(-8%, -1%);
    width: 116%;
    padding: 16px 12px;
    font-size: 16px !important;
  }

  select {
    appearance: none;
    transform: scale(0.8) translate(-12%, -8%);
    width: 124% !important;
    height: 55px;
    padding: 0 45px 0 15px !important;
    background-position: calc(100% - 15px) center;
    background-size: 8px 13px;
    font-size: 16px !important;
  }

  textarea {
    transform: scale(0.85) translate(-8%, -4%);
    margin-bottom: -3% !important;
    padding: 10px;
  }

  /*  Container
  --------------------------------------------- */
  #container {
    display: block;
    position: relative !important;
    right: auto !important;
    min-width: 0 !important;
    padding-top: 0;
    font-size: .9em;
  }

  /*  Footer
  --------------------------------------------- */
  .l-footer {
    padding: 0;
    width: 100%;
    min-width: 0;
    font-size: 1em !important;
  }

  .p-footer--top {
    padding-bottom: 20px;
  }
  .p-footer--top .p-flogo img {
    width: 200px;
  }
  .p-footer--top .p-fbtn {
    margin: 20px 0;
  }
  .p-footer--top .p-fbtn .c-btn--md {
    width: auto;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-footer--top .p-fgnav {
    display: none;
  }
  .p-footer--top .p-fsnav {
    margin: 0;
  }
  .p-footer--bottom {
    padding-top: 10px;
  }
  .p-footer--bottom .p-copyright {
    padding: 10px 0 0;
    font-size: .9em;
    line-height: 1.8;
    text-align: center;
  }

  /*  Overlay Setting
  --------------------------------------------- */
  #overlay {
    transition: all .4s ease-in-out;
    opacity: 0;
    z-index: -1;
  }

  .sidr-active #overlay {
    opacity: 1;
    z-index: 50;
  }

  /*  Header
  --------------------------------------------- */
  .l-header {
    min-width: 0;
    position: inherit;
    overflow: visible;
    min-width: 0;
    height: 65px;
    padding: 0;
    border-bottom: 1px solid #a7b3d2;
  }
  .l-header .c-inner, .l-header .pg-user .p-gnav__inner, .pg-user .l-header .p-gnav__inner, .l-header .c-inner--center {
    width: 100%;
  }

  .p-header__btn {
    position: fixed;
    top: auto;
    left: 20px;
    bottom: 20px;
    z-index: 300;
  }
  .p-header__btn .c-btn--xs {
    width: 65px;
    height: 65px;
    border: none;
    border-radius: 100%;
    background: url(../img/icn_pencil2.svg) center no-repeat #a6cbfc;
    background-size: 30px;
    box-shadow: 0 0 14px 0px rgba(82, 81, 81, 0.3);
    text-indent: -999px;
  }
  .p-header__btn .c-btn--xs:before {
    display: none;
  }
  .p-header__btn .c-btn--primary {
    background-color: #a6cbfc;
  }
  .p-header__btn .c-btn--primary:hover {
    background-color: #8ebfff;
  }
  .p-header__btn .c-btn--accent {
    background-color: #fcacc8;
  }
  .p-header__btn .c-btn--accent:hover {
    background-color: #fc9cbe;
  }
  .calendar .p-header__btn .c-btn--xs {
    background-image: url(../img/icn_plus.svg);
    background-size: 35px;
  }
  .calendar .p-header--top .p-header__btn {
    display: none;
  }

  /*  Logo
  -------------------------- */
  .p-header__logo {
    display: block;
    float: left;
    width: auto;
    height: auto;
    padding-top: 13px;
    text-align: left;
  }
  .p-header__logo a {
    width: auto;
    background: none;
  }
  .p-header__logo img {
    width: 210px;
    vertical-align: top;
  }

  /*  User
  -------------------------- */
  .p-user {
    top: 9px;
    right: 15px !important;
    pointer-events: none;
  }
  .p-user .p-user__thumb {
    height: auto;
    padding-right: 0;
  }
  .p-user .p-user__thumb:before {
    display: none !important;
  }
  .p-user .p-user__thumb img {
    width: 42px;
    height: 42px !important;
  }
  .p-user .p-user__thumb span {
    display: none;
  }
  .p-user .p-user__thumb span.p-user__thumb-img {
    display: block;
  }
  .p-user .p-user__content {
    display: none !important;
  }

  .is-new .p-user__thumb:after {
    display: none !important;
  }

  /*  Menu
  -------------------------- */
  .p-header__menu {
    overflow: visible;
    float: none;
    width: auto;
    padding: 0;
  }

  .sidr {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 260px;
    height: 100%;
  }
  .sidr .sidr-inner {
    padding: 0 0 15px;
  }
  .sidr .sidr-inner > p {
    margin-left: 15px;
    margin-right: 15px;
  }
  .sidr.right {
    left: auto;
    right: -260px;
  }
  .sidr.left {
    left: -260px;
    right: auto;
  }
  .sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
  }

  /* ------ Menu Button ------ */
  .p-menu__btn {
    display: block;
    position: fixed;
    top: auto;
    bottom: 19px;
    right: 19px;
    left: auto;
    transition: all .3s ease-in-out;
    z-index: 860;
    opacity: 1;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 14px 0px rgba(82, 81, 81, 0.3);
  }
  .p-menu__btn-txt {
    display: none;
  }
  .sidr-active .p-menu__btn {
    border: 1px solid #59657c;
  }

  .p-menu__icn {
    display: inline-block;
    position: absolute;
    left: 50%;
    transition: all .4s;
    width: 28px;
    height: 3px;
    margin-left: -14px;
    border-radius: 0;
    background-color: #525e76;
  }
  .p-menu__icn:nth-child(1) {
    top: 21px;
  }
  .p-menu__icn:nth-child(2) {
    top: 31px;
  }
  .p-menu__icn:nth-child(3) {
    top: 41px;
  }

  /* -- Menu Button Active -- */
  .sidr-active .p-menu__btn {
    position: fixed;
    box-shadow: none;
    font-size: 1.15em;
  }

  .sidr-active .p-menu__icn:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .sidr-active .p-menu__icn:nth-child(2) {
    left: 60%;
    opacity: 0;
    animation: active-menu-bar02 .8s forwards;
  }
  .sidr-active .p-menu__icn:nth-child(3) {
    transform: translateY(-10px) rotate(45deg);
  }

  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  /* ---- Content ---- */
  .p-menu__content {
    position: fixed;
    transition: right 0.8s cubic-bezier(0.6, 0.11, 0.18, 1.06);
    right: -101% !important;
    z-index: 655;
    width: 101%;
    height: 100%;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    background: #fff;
  }
  .sidr-active .p-menu__content {
    right: -1% !important;
  }
  body.fix .p-menu__content {
    position: fixed;
    top: 0;
  }
  .p-menu__content--inner {
    height: 100vh;
    background: #faf9f9;
    padding: 0 !important;
    font-size: 0.85em;
  }
  .p-menu__content--inner_child {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    height: 100%;
    border-radius: 6px !important;
    margin-top: 0;
    margin-bottom: 0;
    padding: 25px 0 200px 0 !important;
    background: #fff;
  }
  .p-menu__content--inner_child_sec {
    padding-right: 0;
  }
  .p-menu__content .p-header__btn {
    position: inherit;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    background: none;
    width: calc(100%);
    padding: 0 35px;
    content: "";
  }
  .p-menu__content .p-header__btn .c-btn--md {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    font-size: 1.2em;
  }
  .p-menu__content .p-header__btn .c-btn--primary {
    background-color: #64a6fe;
  }
  .p-menu__content .p-header__btn .c-btn--primary:hover {
    background-color: #4b97fe;
  }
  .sidr-active .p-menu__content .p-header__btn {
    display: block;
  }

  /*  Global Navi
  -------------------------- */
  .p-gnav {
    display: block;
    width: 100% !important;
    height: auto !important;
    position: relative;
    top: -25px;
    left: auto;
    width: auto;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 0 25px !important;
    border: none !important;
    box-shadow: none;
    animation: none !important;
  }
  .p-gnav__inner {
    padding: 0 !important;
  }
  .p-gnav__item {
    display: block;
    float: none !important;
    border-bottom: 1px dashed #bbb;
    text-align: center;
    position: relative;
    margin: 0;
    transform: translateY(50px);
    text-align: left;
  }
  .p-gnav__item.screen-sp {
    display: block;
  }
  .p-gnav__item:first-child {
    border-top: 1px solid #bbb;
  }
  .p-gnav__item:last-child {
    border-bottom: 1px solid #bbb;
  }
  .p-gnav__item .c-icn, .p-gnav__item .c-icn--download, .p-gnav__item .c-icn--delete, .p-gnav__item .c-icn--memo, .p-gnav__item .c-icn--calendar, .p-gnav__item .c-icn--doc, .p-gnav__item .c-icn--timer, .p-gnav__item .c-icn--images, .p-gnav__item .c-icn--close, .p-gnav__item .c-icn--correct, .p-gnav__item .c-icn--incorrect, .p-gnav__item .c-icn--time, .p-gnav__item .c-icn--crown, .p-gnav__item .c-icn--kadai, .p-gnav__item .c-icn--check {
    display: none;
  }
  .p-gnav__link {
    display: block;
    position: relative;
    height: 56px;
    padding: 20px 0;
    font-size: 1.25em;
    line-height: 1.7;
    overflow: hidden;
    text-align: left;
  }
  .p-gnav__link:before {
    display: none;
  }
  .p-gnav__link:after {
    position: absolute;
    top: 50%;
    right: 5px;
    background: url(/img/icn_arw.png) no-repeat;
    margin-top: -12px;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    content: "";
  }

  /*  Main
  --------------------------------------------- */
  .l-content {
    display: block;
    position: relative;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
    font-size: 1em !important;
  }
  .l-content-inner {
    margin-left: 0;
  }

  .l-main {
    float: none;
    width: 100% !important;
    min-width: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 50px;
  }

  .pg-user .l-main {
    width: 100% !important;
  }

  /*  Side
  --------------------------------------------- */
  .l-side {
    float: none;
    width: 100% !important;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 50px;
    background: #fff;
  }
  .l-side.is-follow {
    position: inherit !important;
    top: auto;
    z-index: auto;
  }

  /*  Inner
  --------------------------------------------- */
  .c-inner, .pg-user .p-gnav__inner, .c-inner--center {
    width: 100% !important;
    min-width: 0;
  }
  .c-inner--padding, .c-inner, .pg-user .p-gnav__inner, .c-inner--center, .c-answer__item-left {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-inner--margin, .c-ttl--style1, .c-ttl--style1__m0, .c-ttl--style2, .c-ttl--style2__m0 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .c-inner--center {
    text-align: center;
  }

  .l-content.c-inner, .pg-user .l-content.p-gnav__inner, .l-content.c-inner--center {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pg-user .c-inner, .pg-user .p-gnav__inner, .pg-user .c-inner--center {
    width: 100%;
  }

  /*  Icon
  --------------------------------------------- */
  .c-icn--arw, .c-list--arw li a, .c-txt--arw {
    padding-left: 12px;
  }
  .c-icn--arw:before, .c-list--arw li a:before, .c-btn--arw:before, .c-txt--arw:before, .c-icn--arw:after, .c-list--arw li a:after, .c-txt--arw:after {
    top: 7px;
    border-width: 4px 5px;
  }
  .c-icn--doc {
    vertical-align: -3px;
  }

  /*  List
  --------------------------------------------- */
  .c-list {
    /* -- List Line -- */
    /* -- List Dot -- */
    /* -- List Number -- */
    /* -- List Arrow -- */
    /* -- List Style -- */
    /* -- List Definition -- */
  }
  .c-list--line > * > li {
    padding: 20px 0;
  }
  .c-list--line > * > li:first-child {
    padding-top: 0;
  }
  .c-list--line > * > li > a, .c-list--line > * > li.active > * {
    margin: -25px 0;
    padding: 25px 0;
  }
  .c-list--line .c-list {
    margin-top: 20px;
  }
  .c-list--line .list.c-col.c-col--2 > * {
    margin-top: -15px;
  }
  .c-list--line .list.c-col.c-col--2 > * > * {
    padding: 15px 0 0;
  }
  .c-list--dot {
    margin: 20px 0 30px;
  }
  .c-list--num {
    margin: 20px 0 30px;
  }
  .c-list--num ol {
    padding-left: 25px;
  }
  .c-list--num li ol {
    padding-left: 35px;
  }
  .c-list--arw ul {
    padding-left: 2px;
  }
  .c-list--style1 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: .9em;
  }
  .c-list--style1 > ul > li {
    width: 50%;
    margin: 7px -1px;
    border-width: 0 1px;
    background-color: #fff;
  }
  .c-list--style1 a {
    padding-right: 5px;
    padding-left: 15px;
    text-align: left;
  }
  .c-list--dl dl {
    margin: 0;
  }
  .c-list--dl dl dt {
    float: none;
    width: auto;
    padding-bottom: 10px;
    font-size: 1.1em;
  }
  .c-list--dl dl dd {
    padding-left: 0 !important;
  }
  .c-list--dl > ul > li:first-child {
    padding-top: 0;
  }

  /*  Column
  --------------------------------------------- */
  /* ---- Common ---- */
  .c-col__ttl {
    padding-top: 22px;
    text-align: center;
    line-height: 1.65;
  }
  .c-col__content {
    padding-top: 15px;
  }
  .c-col--2 .c-col__inner {
    margin-top: -10px;
    margin-left: -10px;
  }
  .c-col--2 .c-col__item {
    width: 50%;
    padding: 10px 0 0 10px;
  }
  .c-col--2 .c-col__content {
    font-size: 1.1em;
    line-height: 1.9;
    letter-spacing: -.04em;
  }
  .c-col--3 .c-col__inner {
    margin-top: -10px;
    margin-left: -10px;
  }
  .c-col--3 .c-col__item {
    width: 33.333%;
    padding: 10px 0 0 10px;
  }
  .c-col--3 .c-col__content {
    font-size: 1.1em;
    line-height: 1.9;
    letter-spacing: -.04em;
  }
  .c-col--4 .c-col__inner {
    margin-top: -10px;
    margin-left: -10px;
  }
  .c-col--4 .c-col__item {
    width: 25%;
    padding: 10px 0 0 10px;
  }
  .c-col--5 .c-col__inner {
    margin-top: -10px;
    margin-left: -10px;
  }
  .c-col--5 .c-col__item {
    width: 20%;
    padding: 10px 0 0 10px;
  }
  .c-col--6 .c-col__inner {
    margin-top: -10px;
    margin-left: -10px;
  }
  .c-col--6 .c-col__item {
    width: 16.65%;
    padding: 10px 0 0 10px;
  }
  .c-col--7 .c-col__inner {
    margin-top: -10px;
    margin-left: -10px;
  }
  .c-col--7 .c-col__item {
    width: 14.2%;
    padding: 10px 0 0 10px;
  }
  .c-col--8 .c-col__inner {
    margin-top: -10px;
    margin-left: -10px;
  }
  .c-col--8 .c-col__item {
    width: 12.5%;
    padding: 10px 0 0 10px;
  }
  .c-col--line {
    overflow: hidden;
  }
  .c-col--line.c-mt40 {
    margin-top: 20px;
  }
  .c-col--line .c-col__inner {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: -.40em;
  }
  .c-col--line .c-col__item {
    border: none !important;
  }
  .c-col--line .c-col__item-inner {
    display: block;
    height: 100%;
    border: 1px solid #9da8c6;
  }

  /*  Section
  -------------------------- */
  .c-section .c-inner, .c-section .pg-user .p-gnav__inner, .pg-user .c-section .p-gnav__inner, .c-section .c-inner--center {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .c-section__main, .c-section__side {
    float: none !important;
    width: auto !important;
    margin-bottom: 30px;
    padding: 0 !important;
  }
  .c-section__main {
    line-height: 2;
  }
  .c-section__main.c-float--right, .c-section__main.c-float--left {
    margin-bottom: 0;
  }
  .c-section__side.c-float--left {
    margin-bottom: 0;
  }
  .c-section__side.c-float--left .c-section {
    margin-bottom: 0;
  }
  .c-section--half {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  .c-section--half .c-section__inner {
    padding: 20px;
  }
  .c-section--half.c-float--left, .c-section--half.c-float--right {
    padding: 0;
  }

  /*  Box
  -------------------------- */
  .c-box__task dd {
    padding: 20px;
  }

  .c-box__task.c-box__task-horizontal dd {
    padding: 20px;
  }

  /*  Notice
  -------------------------- */
  .c-notice, .c-notice--primary, .c-notice--accent, .c-notice--emergency {
    margin: 35px 0;
    padding: 20px;
  }
  .c-notice .c-float--left, .c-notice--primary .c-float--left, .c-notice--accent .c-float--left, .c-notice--emergency .c-float--left,
  .c-notice .c-float--right,
  .c-notice--primary .c-float--right,
  .c-notice--accent .c-float--right,
  .c-notice--emergency .c-float--right {
    float: none !important;
    width: 100%;
  }
  .c-notice .c-float--left, .c-notice--primary .c-float--left, .c-notice--accent .c-float--left, .c-notice--emergency .c-float--left {
    margin-bottom: 20px !important;
    text-align: center;
  }

  /*  Passage
  -------------------------- */
  .c-passage {
    top: 0;
  }
  .c-passage:before {
    display: none;
  }

  /*  Question
  -------------------------- */
  /*  Answer
  -------------------------- */
}
@media screen and (max-width: 896px) and (max-width: 340px) {
  .c-answer {
    /* 苦手項目チェック */
  }
  .c-answer__head {
    margin-bottom: 5px;
    text-align: center;
  }
  .c-answer__consecutive {
    float: none;
    margin-bottom: 0;
    font-size: 1.1em;
  }
  .c-answer__notgood {
    float: none;
    padding-top: 2px;
    text-align: center;
  }
}
@media screen and (max-width: 896px) {
  .c-answer--result_content .c-answer--result__title {
    width: 70px;
  }

  /*  Breadcrumb
  -------------------------- */
  .c-breadcrumb {
    margin-bottom: 5px !important;
  }

  /*  Pagination
  -------------------------- */
  .c-pagination {
    margin: 0 0 20px;
    font-size: 1.15em;
    text-align: center;
  }
  .c-pagination .page-of,
  .c-pagination .page-num {
    display: none;
  }
  .c-pagination .previous.page-num,
  .c-pagination .next.page-num {
    position: relative;
    display: inline-block;
    width: 32px;
    min-width: 0;
    height: 30px;
    border-radius: 5px;
    background-color: #f3f3f3;
    border: none;
    border-bottom: 2px solid #cbcbcb;
  }
  .c-pagination .previous.page-num span,
  .c-pagination .next.page-num span {
    display: none;
  }
  .c-pagination .previous.page-num:before,
  .c-pagination .next.page-num:before {
    display: block;
    width: 13px;
    height: 8px;
    margin: 10px;
    background: url(../img/icn_arw.png) no-repeat;
    background-size: 100% auto;
    background-position: 0 -12px;
    content: "";
  }
  .c-pagination .previous.page-num:before {
    transform: rotate(90deg);
  }
  .c-pagination .next.page-num:before {
    transform: rotate(-90deg);
  }
  .c-pagination .page-of-sp {
    display: inline-block;
    background: none;
    padding: 5px 15px 0;
  }
  .c-pagination .previous.page-num.first:before,
  .c-pagination .next.page-num.last:before {
    background: url("../img/icn_arw_double.png") no-repeat;
    background-size: 50% auto;
    background-position: center center;
    width: 32px;
    height: 30px;
    margin: 0;
  }
  .c-pagination .previous.page-num.first:before {
    transform: rotate(0deg);
  }
  .c-pagination .next.page-num.last:before {
    transform: rotate(180deg);
  }
  .c-pagination--bottom {
    margin-top: 20px;
    margin-bottom: 0;
  }

  /*  Accordion
  -------------------------- */
  /* -- Accordion Button -- */
  /* -- Accordion List -- */
  .c-acc__list .c-acc {
    margin: 0 0 15px;
  }
  .c-acc__list .c-acc__content-inner {
    padding: 20px 15px 0;
  }

  /*  Notes
  -------------------------- */
  .c-notes {
    margin-bottom: 30px;
    padding: 20px;
  }

  /*  Modal
  -------------------------- */
  .modal-dialog {
    max-width: 100% !important;
  }

  .modal-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  /*  Side Navi
  -------------------------- */
  .c-sidenav {
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
    padding: 5px;
  }
  .c-sidenav__title {
    position: relative;
    padding: 16px 40px 16px 20px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
  }
  .c-sidenav__title:before {
    border-radius: 1px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 14px;
    left: auto;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    background: none;
    transform: rotate(135deg) skew(1.4deg, 1.4deg);
    border-top: 3px solid #4c99fd;
    border-right: 3px solid #4c99fd;
    content: "";
  }
  .c-sidenav__title.is-active:before {
    margin-top: -4px;
    transform: rotate(-45deg) skew(1.4deg, 1.4deg);
  }
  .c-sidenav__content {
    display: none;
  }

  /*  Title
  --------------------------------------------- */
  .c-ttl--style1, .c-ttl--style1__m0 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 15px 25px 15px 40px;
    font-size: 1.6em;
    line-height: 1.45;
  }
  .c-ttl--style1:before, .c-ttl--style1__m0:before {
    top: 7px;
    bottom: 7px;
    width: 6px;
  }
  .c-ttl--style1:first-child, .c-ttl--style1__m0:first-child {
    margin-top: 0;
  }
  .l-content > .c-ttl--style1:first-child, .l-content > .c-ttl--style1__m0:first-child {
    margin-top: 20px;
  }
  .c-ttl--style2, .c-ttl--style2__m0 {
    margin-bottom: 20px;
    padding: 16px 20px;
    font-size: 1.2em;
  }
  .c-ttl--style2 .c-txt--md, .c-ttl--style2__m0 .c-txt--md {
    font-size: 1.05em;
  }
  .c-ttl--style2__m0 .c-txt--md {
    font-size: 1.05em;
  }
  .c-ttl--style2-single {
    margin-right: 0;
    margin-left: 0;
  }
  .c-ttl--style4 {
    margin-bottom: 0.95rem;
    padding-bottom: 0.95rem;
    font-size: 1.6em;
    line-height: 1.4;
  }
  .c-boxwide .c-ttl--style4 {
    margin-bottom: 0.95rem;
    padding-bottom: 0.95rem;
    font-size: 1.6em;
  }
  .c-labeltag + .c-ttl--style4 {
    margin-top: 50px;
  }
  .c-ttl--style5 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .c-ttl--style5:first-child {
    margin-top: 0;
  }

  /*  Button
  --------------------------------------------- */
  .c-btnwrap--bottom {
    margin-top: 25px;
  }

  .c-btn, .c-btn--base, .c-btn--default, .c-btn--default_light, .c-btn--primary, .c-btn--primary_light, .c-btn--accent, .c-btn__outline--base, .c-btn__outline--default, .c-btn__outline--default_light, .c-btn__outline--primary, .c-btn__outline--scoring, .c-btn__outline--primary2, input:checked + .c-btn--checkbox.c-btn--primary, .c-btn__outline--primary_light, .c-btn__outline--accent {
    font-size: 1em;
    white-space: normal;
    /* -- Button Size -- */
    /* Small Size */
    /* Middle Size */
  }
  .c-btn--sm {
    padding: 9px 11px;
    font-size: .9em;
  }
  .c-btn--md {
    width: auto;
    min-width: 40%;
    max-width: 80%;
    padding: 16px 25px;
    font-size: 1.2em;
    line-height: 1.4;
  }
  .c-btn--lg {
    width: auto;
    min-width: 40%;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 25px;
    font-size: 1.2em;
    line-height: 1.4;
  }
  .c-btn--checkbox {
    width: auto;
    min-width: 0 !important;
    max-width: inherit !important;
  }

  /*  Tag
  --------------------------------------------- */
  .c-tag, .c-btn--public, .c-tag--base, .c-tag--default, .c-tag--default_light, .c-tag--default_dark, .c-tag--primary, .c-tag--primary_light, .c-tag--primary_dark, .c-tag--accent, .c-tag--secondary, .c-tag--secondary2, .c-tag--secondary3, .c-tag__outline--base, .c-tag__outline--default, .c-tag__outline--default_light, .c-tag__outline--default_dark, .c-tag__outline--primary, .c-tag__outline--primary_light, .c-tag__outline--primary_dark, .c-tag__outline--accent, .c-tag__outline--secondary, .c-tag__outline--secondary2, .c-tag__outline--secondary3 {
    display: inline-block;
    min-width: 54px;
    margin-bottom: 3px;
    padding: 2px 0;
    border-radius: 4px;
    font-size: .9em;
    line-height: 1.2;
    white-space: normal !important;
  }
  .c-tag.screen-sp, .screen-sp.c-btn--public, .screen-sp.c-tag--base, .screen-sp.c-tag--default, .screen-sp.c-tag--default_light, .screen-sp.c-tag--default_dark, .screen-sp.c-tag--primary, .screen-sp.c-tag--primary_light, .screen-sp.c-tag--primary_dark, .screen-sp.c-tag--accent, .screen-sp.c-tag--secondary, .screen-sp.c-tag--secondary2, .screen-sp.c-tag--secondary3, .screen-sp.c-tag__outline--base, .screen-sp.c-tag__outline--default, .screen-sp.c-tag__outline--default_light, .screen-sp.c-tag__outline--default_dark, .screen-sp.c-tag__outline--primary, .screen-sp.c-tag__outline--primary_light, .screen-sp.c-tag__outline--primary_dark, .screen-sp.c-tag__outline--accent, .screen-sp.c-tag__outline--secondary, .screen-sp.c-tag__outline--secondary2, .screen-sp.c-tag__outline--secondary3 {
    display: inline-block;
  }

  /*  Table
  --------------------------------------------- */
  .c-table {
    min-width: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .95em;
  }
  .c-table thead th .c-th--sort .c-icn--sort {
    margin-top: -12px;
  }
  .c-table > thead > tr > th,
  .c-table > tbody > tr > th,
  .c-table > tfoot > tr > th,
  .c-table > thead > tr > td,
  .c-table > tbody > tr > td,
  .c-table > tfoot > tr > td {
    padding: 16px 10px;
    line-height: 1.6;
  }
  .c-table__ttl-sp {
    background-color: #f6f6f6;
    font-weight: bold;
  }
  .c-table > thead > tr > th {
    width: 25%;
    font-size: 1.05em;
    padding: 8px 10px;
    line-height: 1.4;
  }
  .c-table > thead > tr > td {
    width: 37.5%;
  }
  .c-table > thead > tr > td,
  .c-table > tbody > tr > td,
  .c-table > tfoot > tr > td {
    padding: 12px 6px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
  }
  .c-table tbody th {
    min-width: 0;
  }
  .c-table--responsive {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  /* =============================================================
  
      Project CSS : Smart Phone
  
  ============================================================= */
  /*  ログ
  ------------------------------------------------------------- */
  .c-sort-sp {
    margin-bottom: 30px;
  }

  .c-sort-sp + .c-pagination {
    margin-bottom: 10px;
  }

  .p-table__log {
    white-space: normal;
  }
  .p-table__log thead,
  .p-table__log tbody,
  .p-table__log tr,
  .p-table__log th,
  .p-table__log td {
    display: block;
    white-space: normal;
  }
  .p-table__log thead {
    display: none;
    letter-spacing: -0.4em;
  }
  .c-sort-sp .p-table__log thead {
    display: block;
  }
  .p-table__log thead tr {
    display: block;
  }
  .p-table__log thead th {
    display: none;
  }
  .p-table__log thead th:first-child,
  .p-table__log thead th:first-child + th {
    display: inline-block;
    width: 50%;
    padding: 14px 12px;
    letter-spacing: normal;
    vertical-align: top;
    text-align: left;
  }
  .p-table__log thead th:first-child {
    position: relative;
  }
  .p-table__log thead th:first-child:before {
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    width: 8px;
    background: #fff;
    content: "";
  }
  .p-table__log tbody tr {
    position: relative;
    padding: 15px 150px 15px 0;
  }
  .p-table__log tbody th,
  .p-table__log tbody td {
    padding: 0 !important;
  }
  .p-table__log tbody td {
    display: none;
    text-align: left;
  }
  .p-table__log tbody th:first-child,
  .p-table__log tbody th:first-child + td,
  .p-table__log tbody th:first-child + td + td {
    display: block;
  }
  .p-table__log tbody th:first-child + td {
    padding-top: 4px !important;
  }
  .p-table__log tbody th:first-child + td + td + td + td + td + td + td,
  .p-table__log tbody th:first-child + td + td + td + td + td + td + td + td {
    display: inline;
  }
  .p-table__log tbody th:first-child {
    font-size: 0.88em;
  }
  .p-table__log tbody .c-tag--sm {
    margin-right: 8px;
    font-size: 0.8em;
    font-weight: normal;
  }
  .p-table__log tbody th:first-child + td {
    font-size: 1.1em;
    font-weight: bold;
  }
  .p-table__log tbody .c-btn--sm {
    position: absolute;
    top: 16px;
    width: 59px;
    height: 59px;
    min-width: 0;
    margin-right: 10px;
    padding: 14px 9px 2px !important;
    border-radius: 5px;
    font-size: 1.1em;
  }
  .p-table__log tbody th:first-child + td + td + td + td + td + td + td .c-btn--sm {
    right: 75px;
  }
  .p-table__log tbody th:first-child + td + td + td + td + td + td + td + td .c-btn--sm {
    right: 10px;
  }
  .p-table__log tbody a {
    text-decoration: none;
  }

  /*  追加
  ------------------------------------------------------------- */
  .pg-user .c-ttl--style2__m0.c-mt40 {
    margin-bottom: 20px;
  }

  .pg-user .c-boxwide {
    padding-top: 24px;
    padding-bottom: 45px !important;
  }

  /*  _単元一覧
  ------------------------------------------------------------- */
  .p-percent-graph {
    margin: -13% 0 -5%;
    padding: 0 40px;
  }

  /*  _サイドナビ
  ------------------------------------------------------------- */
  .p-unitmenu {
    overflow: hidden;
    margin: -7px -7px -18px;
    background: #fff;
  }
  .p-unitmenu .c-submenu__title {
    margin-bottom: 5px;
    padding: 10px 35px 18px 10px;
    border: 1px solid #e7e7e7;
  }
  .p-unitmenu .c-sidenav__inner {
    overflow: hidden;
    letter-spacing: -0.4em;
  }
  .p-unitmenu .c-sidenav__item {
    display: inline-block;
    width: 50%;
    letter-spacing: 0;
    text-align: center;
    border: 1px solid #e7e7e7;
  }
  .p-unitmenu .c-sidenav__item:first-child {
    float: right;
    border-left: none;
  }
  .p-unitmenu .c-sidenav__item:first-child + .c-sidenav__item {
    float: left;
  }
  .p-unitmenu .c-sidenav__item:first-child + .c-sidenav__item .c-sidenav__item-link, .p-unitmenu .c-sidenav__item:first-child + .c-sidenav__item .c-sidenav__item-title, .p-unitmenu .c-sidenav__item:first-child + .c-sidenav__item .c-acc__btn {
    padding-right: 16px;
    padding-left: 35px;
  }
  .p-unitmenu .c-sidenav__item:first-child + .c-sidenav__item .c-sidenav__item-link:before, .p-unitmenu .c-sidenav__item:first-child + .c-sidenav__item .c-sidenav__item-title:before, .p-unitmenu .c-sidenav__item:first-child + .c-sidenav__item .c-acc__btn:before {
    right: auto;
    left: 14px;
    transform: rotate(-135deg) skew(1.2deg, 1.2deg);
  }

  /*  Calendar
  --------------------------------------------- */
  .p-calendar--time .fc-toolbar.fc-header-toolbar {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 896px) and (max-width: 480px) {
  .p-calendar--all .fc-toolbar {
    margin-bottom: 20px;
  }
  .p-calendar--all .fc-day-header {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 896px) and (max-width: 440px) {
  .p-calendar--all .fc-toolbar {
    font-size: 0.72em;
  }
}
@media screen and (max-width: 896px) and (max-width: 340px) {
  .p-calendar--all .fc-toolbar {
    display: block;
    text-align: center;
    font-size: 0.8em;
  }
  .p-calendar--all .fc-left,
  .p-calendar--all .fc-right {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .p-calendar--all .fc-left {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 896px) {
  .p-calendar--week {
    margin-bottom: 5px;
  }
  .p-calendar--week .fc-center h2 {
    font-size: 1em;
  }
  .p-calendar--week + .c-txt--nm {
    font-size: .9em;
  }

  /*  _notfound
  ------------------------------------------------------------- */
  .p-notfound-txt {
    font-size: 1.2em;
  }

  /* =============================================================
  
      Utility CSS : Smart Phone
  
  ============================================================= */
  /*  Text
  -------------------------- */
  /* X Small */
  .c-txt--xs {
    font-size: .7em;
  }

  /* Small */
  .c-txt--sm {
    font-size: .85em;
  }

  /* Normal */
  .c-txt--nm {
    font-size: .95em;
  }

  /* X Normal */
  .c-txt--xn {
    font-size: 1.05em;
  }

  /* Middle */
  .c-txt--md {
    font-size: 1.1em;
  }

  /* X Middle */
  .c-txt--xm {
    font-size: 1.2em;
  }

  /* Large */
  .c-txt--lg {
    font-size: 1.3em;
  }

  /* X Large */
  .c-txt--xl {
    font-size: 1.5em;
  }

  /* -- Text Weight -- */
  .c-txt--bold-sp {
    font-weight: bold;
  }
}
