/* Nothing */

@media (max-width: 575.98px) {
  #app {
    grid-template-columns: 1fr;
    grid-template-rows: 40px auto auto auto;
    grid-template-areas: "header" "sidebar" "main" "footer"; }
  .menu-default,
  .nav-group-links,
  .nav-group-actions {
    grid-template-rows: 40px; }
  .header-fixed {
    width: 100%;
    left: 0; }
  #header {
    grid-template-columns: 1fr;
    grid-template-areas: "nav-links nav-actions" "nav-actions nav-actions"; }
  .nav-group-links {
    grid-template-columns: repeat(2, 1fr); }
  .menu-default .nav-link {
    text-align: center; }
  .nav-group-actions {
    grid-template-columns: 2fr 1fr 1fr; }
  #main {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "content-header" "content" "content-sidebar" "content-footer"; }
  #sidebar {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "sidebar-content" "sidebar-footer"; }
  #sidebar-alt {
    display: none; }
  #footer {
    grid-template-columns: 1fr;
    grid-template-areas: "footer-lead" "footer-social";
    grid-auto-rows: min-content;
    grid-row-gap: 1rem; }
    #footer .lead .footer-link {
      text-align: center; }
    #footer .social {
      justify-content: space-between;
      grid-template-columns: repeat(auto-fit, 32px); }
  .phpdebugbar {
    display: none; } }

@media (min-width: 576px) and (max-width: 1199.98px) {
  #app {
    grid-template-columns: 10% auto;
    grid-template-rows: 40px auto 40px;
    grid-template-areas: "sidebar header" "sidebar main" "sidebar footer"; }
  .header-fixed {
    width: 100%;
    left: 0; }
  #brand {
    grid-template-areas: "brand-kanji" "brand-icon";
    grid-template-columns: 1fr;
    justify-content: end; }
  .brand-kanji {
    grid-template-columns: 1fr; }
  #sidebar-alt {
    display: none; }
  .footer .social {
    grid-column-gap: .5rem; } }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -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;
  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]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    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; }

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .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 .table {
    background-color: #fff; }

.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 {
  background-color: rgba(0, 0, 0, 0.075); }

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

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

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

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

.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: #212529;
  border-color: #32383e; }

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

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .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 {
    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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

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

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

@media (max-width: 2559.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

@media (max-width: 3839.98px) {
  .table-responsive-xxll {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxll > .table-bordered {
      border: 0; } }

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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 screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .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::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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  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.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 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: flex;
  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 {
    color: #6c757d; }

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

.form-check-inline {
  display: inline-flex;
  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 .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .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-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

.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 {
    background-color: #71dd8a; }

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.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 ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  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 .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .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-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.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 {
    background-color: #efa2a9; }

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.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 ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: 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: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  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 screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    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; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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 {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 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(0, 123, 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 {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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(108, 117, 125, 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 {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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(40, 167, 69, 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 {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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(23, 162, 184, 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 {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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(255, 193, 7, 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 {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #fdfeff;
  border-color: #fdfeff; }
  .btn-light:hover {
    color: #212529;
    background-color: #d7ebff;
    border-color: #cae5ff; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 254, 255, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #fdfeff;
    border-color: #fdfeff; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #cae5ff;
    border-color: #bddeff; }
    .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(253, 254, 255, 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 {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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: #fdfeff;
  background-color: transparent;
  background-image: none;
  border-color: #fdfeff; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #fdfeff;
    border-color: #fdfeff; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 254, 255, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #fdfeff;
    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: #fdfeff;
    border-color: #fdfeff; }
    .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(253, 254, 255, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

.btn-sm {
  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; }

.btn-disabled {
  filter: grayscale(50%);
  opacity: 0.5;
  pointer-events: none; }

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

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (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 screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .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: flex;
    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: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .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: flex;
  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,
.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 {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.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 {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

.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: #fdfeff !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cae5ff !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: #fdfeff !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !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-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.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: flex !important; }

.d-grid {
  display: grid !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .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: flex !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-inline-flex {
    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: flex !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xls-none {
    display: none !important; }
  .d-xls-inline {
    display: inline !important; }
  .d-xls-inline-block {
    display: inline-block !important; }
  .d-xls-block {
    display: block !important; }
  .d-xls-table {
    display: table !important; }
  .d-xls-table-row {
    display: table-row !important; }
  .d-xls-table-cell {
    display: table-cell !important; }
  .d-xls-flex {
    display: flex !important; }
  .d-xls-grid {
    display: grid !important; }
  .d-xls-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1920px) {
  .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: flex !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 2560px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 3840px) {
  .d-xxll-none {
    display: none !important; }
  .d-xxll-inline {
    display: inline !important; }
  .d-xxll-inline-block {
    display: inline-block !important; }
  .d-xxll-block {
    display: block !important; }
  .d-xxll-table {
    display: table !important; }
  .d-xxll-table-row {
    display: table-row !important; }
  .d-xxll-table-cell {
    display: table-cell !important; }
  .d-xxll-flex {
    display: flex !important; }
  .d-xxll-grid {
    display: grid !important; }
  .d-xxll-inline-flex {
    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: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-around {
  align-content: space-around !important; }

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

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xls-row {
    flex-direction: row !important; }
  .flex-xls-column {
    flex-direction: column !important; }
  .flex-xls-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xls-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xls-wrap {
    flex-wrap: wrap !important; }
  .flex-xls-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xls-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xls-fill {
    flex: 1 1 auto !important; }
  .flex-xls-grow-0 {
    flex-grow: 0 !important; }
  .flex-xls-grow-1 {
    flex-grow: 1 !important; }
  .flex-xls-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xls-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xls-start {
    justify-content: flex-start !important; }
  .justify-content-xls-end {
    justify-content: flex-end !important; }
  .justify-content-xls-center {
    justify-content: center !important; }
  .justify-content-xls-between {
    justify-content: space-between !important; }
  .justify-content-xls-around {
    justify-content: space-around !important; }
  .align-items-xls-start {
    align-items: flex-start !important; }
  .align-items-xls-end {
    align-items: flex-end !important; }
  .align-items-xls-center {
    align-items: center !important; }
  .align-items-xls-baseline {
    align-items: baseline !important; }
  .align-items-xls-stretch {
    align-items: stretch !important; }
  .align-content-xls-start {
    align-content: flex-start !important; }
  .align-content-xls-end {
    align-content: flex-end !important; }
  .align-content-xls-center {
    align-content: center !important; }
  .align-content-xls-between {
    align-content: space-between !important; }
  .align-content-xls-around {
    align-content: space-around !important; }
  .align-content-xls-stretch {
    align-content: stretch !important; }
  .align-self-xls-auto {
    align-self: auto !important; }
  .align-self-xls-start {
    align-self: flex-start !important; }
  .align-self-xls-end {
    align-self: flex-end !important; }
  .align-self-xls-center {
    align-self: center !important; }
  .align-self-xls-baseline {
    align-self: baseline !important; }
  .align-self-xls-stretch {
    align-self: stretch !important; } }

@media (min-width: 1920px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 2560px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

@media (min-width: 3840px) {
  .flex-xxll-row {
    flex-direction: row !important; }
  .flex-xxll-column {
    flex-direction: column !important; }
  .flex-xxll-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxll-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxll-wrap {
    flex-wrap: wrap !important; }
  .flex-xxll-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxll-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxll-fill {
    flex: 1 1 auto !important; }
  .flex-xxll-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxll-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxll-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxll-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxll-start {
    justify-content: flex-start !important; }
  .justify-content-xxll-end {
    justify-content: flex-end !important; }
  .justify-content-xxll-center {
    justify-content: center !important; }
  .justify-content-xxll-between {
    justify-content: space-between !important; }
  .justify-content-xxll-around {
    justify-content: space-around !important; }
  .align-items-xxll-start {
    align-items: flex-start !important; }
  .align-items-xxll-end {
    align-items: flex-end !important; }
  .align-items-xxll-center {
    align-items: center !important; }
  .align-items-xxll-baseline {
    align-items: baseline !important; }
  .align-items-xxll-stretch {
    align-items: stretch !important; }
  .align-content-xxll-start {
    align-content: flex-start !important; }
  .align-content-xxll-end {
    align-content: flex-end !important; }
  .align-content-xxll-center {
    align-content: center !important; }
  .align-content-xxll-between {
    align-content: space-between !important; }
  .align-content-xxll-around {
    align-content: space-around !important; }
  .align-content-xxll-stretch {
    align-content: stretch !important; }
  .align-self-xxll-auto {
    align-self: auto !important; }
  .align-self-xxll-start {
    align-self: flex-start !important; }
  .align-self-xxll-end {
    align-self: flex-end !important; }
  .align-self-xxll-center {
    align-self: center !important; }
  .align-self-xxll-baseline {
    align-self: baseline !important; }
  .align-self-xxll-stretch {
    align-self: stretch !important; } }

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

.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-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-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: 768px) {
  .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-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-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-xls-0 {
    margin: 0 !important; }
  .mt-xls-0,
  .my-xls-0 {
    margin-top: 0 !important; }
  .mr-xls-0,
  .mx-xls-0 {
    margin-right: 0 !important; }
  .mb-xls-0,
  .my-xls-0 {
    margin-bottom: 0 !important; }
  .ml-xls-0,
  .mx-xls-0 {
    margin-left: 0 !important; }
  .m-xls-1 {
    margin: 0.25rem !important; }
  .mt-xls-1,
  .my-xls-1 {
    margin-top: 0.25rem !important; }
  .mr-xls-1,
  .mx-xls-1 {
    margin-right: 0.25rem !important; }
  .mb-xls-1,
  .my-xls-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xls-1,
  .mx-xls-1 {
    margin-left: 0.25rem !important; }
  .m-xls-2 {
    margin: 0.5rem !important; }
  .mt-xls-2,
  .my-xls-2 {
    margin-top: 0.5rem !important; }
  .mr-xls-2,
  .mx-xls-2 {
    margin-right: 0.5rem !important; }
  .mb-xls-2,
  .my-xls-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xls-2,
  .mx-xls-2 {
    margin-left: 0.5rem !important; }
  .m-xls-3 {
    margin: 1rem !important; }
  .mt-xls-3,
  .my-xls-3 {
    margin-top: 1rem !important; }
  .mr-xls-3,
  .mx-xls-3 {
    margin-right: 1rem !important; }
  .mb-xls-3,
  .my-xls-3 {
    margin-bottom: 1rem !important; }
  .ml-xls-3,
  .mx-xls-3 {
    margin-left: 1rem !important; }
  .m-xls-4 {
    margin: 1.5rem !important; }
  .mt-xls-4,
  .my-xls-4 {
    margin-top: 1.5rem !important; }
  .mr-xls-4,
  .mx-xls-4 {
    margin-right: 1.5rem !important; }
  .mb-xls-4,
  .my-xls-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xls-4,
  .mx-xls-4 {
    margin-left: 1.5rem !important; }
  .m-xls-5 {
    margin: 3rem !important; }
  .mt-xls-5,
  .my-xls-5 {
    margin-top: 3rem !important; }
  .mr-xls-5,
  .mx-xls-5 {
    margin-right: 3rem !important; }
  .mb-xls-5,
  .my-xls-5 {
    margin-bottom: 3rem !important; }
  .ml-xls-5,
  .mx-xls-5 {
    margin-left: 3rem !important; }
  .p-xls-0 {
    padding: 0 !important; }
  .pt-xls-0,
  .py-xls-0 {
    padding-top: 0 !important; }
  .pr-xls-0,
  .px-xls-0 {
    padding-right: 0 !important; }
  .pb-xls-0,
  .py-xls-0 {
    padding-bottom: 0 !important; }
  .pl-xls-0,
  .px-xls-0 {
    padding-left: 0 !important; }
  .p-xls-1 {
    padding: 0.25rem !important; }
  .pt-xls-1,
  .py-xls-1 {
    padding-top: 0.25rem !important; }
  .pr-xls-1,
  .px-xls-1 {
    padding-right: 0.25rem !important; }
  .pb-xls-1,
  .py-xls-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xls-1,
  .px-xls-1 {
    padding-left: 0.25rem !important; }
  .p-xls-2 {
    padding: 0.5rem !important; }
  .pt-xls-2,
  .py-xls-2 {
    padding-top: 0.5rem !important; }
  .pr-xls-2,
  .px-xls-2 {
    padding-right: 0.5rem !important; }
  .pb-xls-2,
  .py-xls-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xls-2,
  .px-xls-2 {
    padding-left: 0.5rem !important; }
  .p-xls-3 {
    padding: 1rem !important; }
  .pt-xls-3,
  .py-xls-3 {
    padding-top: 1rem !important; }
  .pr-xls-3,
  .px-xls-3 {
    padding-right: 1rem !important; }
  .pb-xls-3,
  .py-xls-3 {
    padding-bottom: 1rem !important; }
  .pl-xls-3,
  .px-xls-3 {
    padding-left: 1rem !important; }
  .p-xls-4 {
    padding: 1.5rem !important; }
  .pt-xls-4,
  .py-xls-4 {
    padding-top: 1.5rem !important; }
  .pr-xls-4,
  .px-xls-4 {
    padding-right: 1.5rem !important; }
  .pb-xls-4,
  .py-xls-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xls-4,
  .px-xls-4 {
    padding-left: 1.5rem !important; }
  .p-xls-5 {
    padding: 3rem !important; }
  .pt-xls-5,
  .py-xls-5 {
    padding-top: 3rem !important; }
  .pr-xls-5,
  .px-xls-5 {
    padding-right: 3rem !important; }
  .pb-xls-5,
  .py-xls-5 {
    padding-bottom: 3rem !important; }
  .pl-xls-5,
  .px-xls-5 {
    padding-left: 3rem !important; }
  .m-xls-auto {
    margin: auto !important; }
  .mt-xls-auto,
  .my-xls-auto {
    margin-top: auto !important; }
  .mr-xls-auto,
  .mx-xls-auto {
    margin-right: auto !important; }
  .mb-xls-auto,
  .my-xls-auto {
    margin-bottom: auto !important; }
  .ml-xls-auto,
  .mx-xls-auto {
    margin-left: auto !important; } }

@media (min-width: 1920px) {
  .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-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; } }

@media (min-width: 2560px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 3840px) {
  .m-xxll-0 {
    margin: 0 !important; }
  .mt-xxll-0,
  .my-xxll-0 {
    margin-top: 0 !important; }
  .mr-xxll-0,
  .mx-xxll-0 {
    margin-right: 0 !important; }
  .mb-xxll-0,
  .my-xxll-0 {
    margin-bottom: 0 !important; }
  .ml-xxll-0,
  .mx-xxll-0 {
    margin-left: 0 !important; }
  .m-xxll-1 {
    margin: 0.25rem !important; }
  .mt-xxll-1,
  .my-xxll-1 {
    margin-top: 0.25rem !important; }
  .mr-xxll-1,
  .mx-xxll-1 {
    margin-right: 0.25rem !important; }
  .mb-xxll-1,
  .my-xxll-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxll-1,
  .mx-xxll-1 {
    margin-left: 0.25rem !important; }
  .m-xxll-2 {
    margin: 0.5rem !important; }
  .mt-xxll-2,
  .my-xxll-2 {
    margin-top: 0.5rem !important; }
  .mr-xxll-2,
  .mx-xxll-2 {
    margin-right: 0.5rem !important; }
  .mb-xxll-2,
  .my-xxll-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxll-2,
  .mx-xxll-2 {
    margin-left: 0.5rem !important; }
  .m-xxll-3 {
    margin: 1rem !important; }
  .mt-xxll-3,
  .my-xxll-3 {
    margin-top: 1rem !important; }
  .mr-xxll-3,
  .mx-xxll-3 {
    margin-right: 1rem !important; }
  .mb-xxll-3,
  .my-xxll-3 {
    margin-bottom: 1rem !important; }
  .ml-xxll-3,
  .mx-xxll-3 {
    margin-left: 1rem !important; }
  .m-xxll-4 {
    margin: 1.5rem !important; }
  .mt-xxll-4,
  .my-xxll-4 {
    margin-top: 1.5rem !important; }
  .mr-xxll-4,
  .mx-xxll-4 {
    margin-right: 1.5rem !important; }
  .mb-xxll-4,
  .my-xxll-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxll-4,
  .mx-xxll-4 {
    margin-left: 1.5rem !important; }
  .m-xxll-5 {
    margin: 3rem !important; }
  .mt-xxll-5,
  .my-xxll-5 {
    margin-top: 3rem !important; }
  .mr-xxll-5,
  .mx-xxll-5 {
    margin-right: 3rem !important; }
  .mb-xxll-5,
  .my-xxll-5 {
    margin-bottom: 3rem !important; }
  .ml-xxll-5,
  .mx-xxll-5 {
    margin-left: 3rem !important; }
  .p-xxll-0 {
    padding: 0 !important; }
  .pt-xxll-0,
  .py-xxll-0 {
    padding-top: 0 !important; }
  .pr-xxll-0,
  .px-xxll-0 {
    padding-right: 0 !important; }
  .pb-xxll-0,
  .py-xxll-0 {
    padding-bottom: 0 !important; }
  .pl-xxll-0,
  .px-xxll-0 {
    padding-left: 0 !important; }
  .p-xxll-1 {
    padding: 0.25rem !important; }
  .pt-xxll-1,
  .py-xxll-1 {
    padding-top: 0.25rem !important; }
  .pr-xxll-1,
  .px-xxll-1 {
    padding-right: 0.25rem !important; }
  .pb-xxll-1,
  .py-xxll-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxll-1,
  .px-xxll-1 {
    padding-left: 0.25rem !important; }
  .p-xxll-2 {
    padding: 0.5rem !important; }
  .pt-xxll-2,
  .py-xxll-2 {
    padding-top: 0.5rem !important; }
  .pr-xxll-2,
  .px-xxll-2 {
    padding-right: 0.5rem !important; }
  .pb-xxll-2,
  .py-xxll-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxll-2,
  .px-xxll-2 {
    padding-left: 0.5rem !important; }
  .p-xxll-3 {
    padding: 1rem !important; }
  .pt-xxll-3,
  .py-xxll-3 {
    padding-top: 1rem !important; }
  .pr-xxll-3,
  .px-xxll-3 {
    padding-right: 1rem !important; }
  .pb-xxll-3,
  .py-xxll-3 {
    padding-bottom: 1rem !important; }
  .pl-xxll-3,
  .px-xxll-3 {
    padding-left: 1rem !important; }
  .p-xxll-4 {
    padding: 1.5rem !important; }
  .pt-xxll-4,
  .py-xxll-4 {
    padding-top: 1.5rem !important; }
  .pr-xxll-4,
  .px-xxll-4 {
    padding-right: 1.5rem !important; }
  .pb-xxll-4,
  .py-xxll-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxll-4,
  .px-xxll-4 {
    padding-left: 1.5rem !important; }
  .p-xxll-5 {
    padding: 3rem !important; }
  .pt-xxll-5,
  .py-xxll-5 {
    padding-top: 3rem !important; }
  .pr-xxll-5,
  .px-xxll-5 {
    padding-right: 3rem !important; }
  .pb-xxll-5,
  .py-xxll-5 {
    padding-bottom: 3rem !important; }
  .pl-xxll-5,
  .px-xxll-5 {
    padding-left: 3rem !important; }
  .m-xxll-auto {
    margin: auto !important; }
  .mt-xxll-auto,
  .my-xxll-auto {
    margin-top: auto !important; }
  .mr-xxll-auto,
  .mx-xxll-auto {
    margin-right: auto !important; }
  .mb-xxll-auto,
  .my-xxll-auto {
    margin-bottom: auto !important; }
  .ml-xxll-auto,
  .mx-xxll-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

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

.text-left {
  text-align: left !important; }

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .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-xls-left {
    text-align: left !important; }
  .text-xls-right {
    text-align: right !important; }
  .text-xls-center {
    text-align: center !important; } }

@media (min-width: 1920px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 2560px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 3840px) {
  .text-xxll-left {
    text-align: left !important; }
  .text-xxll-right {
    text-align: right !important; }
  .text-xxll-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-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-050 {
  color: #fdfeff !important; }

a.text-050:hover, a.text-050:focus {
  color: #cae5ff !important; }

.text-100 {
  color: #f8f9fa !important; }

a.text-100:hover, a.text-100:focus {
  color: #dae0e5 !important; }

.text-200 {
  color: #e9ecef !important; }

a.text-200:hover, a.text-200:focus {
  color: #cbd3da !important; }

.text-300 {
  color: #dee2e6 !important; }

a.text-300:hover, a.text-300:focus {
  color: #c1c9d0 !important; }

.text-400 {
  color: #ced4da !important; }

a.text-400:hover, a.text-400:focus {
  color: #b1bbc4 !important; }

.text-500 {
  color: #adb5bd !important; }

a.text-500:hover, a.text-500:focus {
  color: #919ca6 !important; }

.text-600 {
  color: #6c757d !important; }

a.text-600:hover, a.text-600:focus {
  color: #545b62 !important; }

.text-700 {
  color: #495057 !important; }

a.text-700:hover, a.text-700:focus {
  color: #32373b !important; }

.text-800 {
  color: #343a40 !important; }

a.text-800:hover, a.text-800:focus {
  color: #1d2124 !important; }

.text-900 {
  color: #212529 !important; }

a.text-900:hover, a.text-900:focus {
  color: #0a0c0d !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #fdfeff !important; }

a.text-light:hover, a.text-light:focus {
  color: #cae5ff !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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; }

.jam-2x {
  font-size: 2em; }

.btn-lg {
  font-size: 2vmin; }

.post-category-link,
.sidebar-header-link,
.menu-default .nav-link,
img[data-role="modal"],
a img {
  transition: opacity 0.2s linear; }

.post-category-link:hover,
.sidebar-header-link:hover,
.menu-default .nav-link:hover,
a:hover img,
img[data-role="modal"]:hover {
  opacity: .8; }

.ads {
  width: 100%; }

#content-header .ads,
#content .ads,
#content-footer .ads {
  height: 6rem; }

#sidebar .ads,
#sidebar-alt .ads,
#content-sidebar .ads,
#content-sidebar-alt .ads {
  min-height: 38rem; }

#sidebar .sidebar-ads {
  grid-column-start: span 2; }

.ads-test {
  box-shadow: 0 0 0 2px #222 inset;
  background-color: #eee; }

.d-grid {
  display: grid; }

.d-inline-grid {
  display: inline-grid; }

.grid-fill,
.grid-fill-8 {
  grid-template-columns: repeat(auto-fill, minmax(12.5%, 1fr)) !important; }
  .grid-fill .grid-col-full,
  .grid-fill-8 .grid-col-full {
    grid-column: span 8 !important; }

.grid-fill-2 {
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)) !important; }

.grid-fill-3 {
  grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr)) !important; }

.grid-fill-4,
.override-4 > .grid-fill {
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr)) !important; }

.grid-fill-5 {
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr)) !important; }

.grid-fill-6 {
  grid-template-columns: repeat(auto-fill, minmax(16.66%, 1fr)) !important; }

.grid-fill-7 {
  grid-template-columns: repeat(auto-fill, minmax(14.286%, 1fr)) !important; }

.grid-fill-12 {
  grid-template-columns: repeat(auto-fill, minmax(8.3333%, 1fr)) !important; }

.grid-fit,
.grid-fit-8 {
  grid-template-columns: repeat(auto-fit, minmax(12.5%, 1fr)) !important; }

.grid-col-2 {
  grid-column: span 2 !important; }

.grid-col-3 {
  grid-column: span 3 !important; }

.grid-col-4 {
  grid-column: span 4 !important; }

.grid-col-5 {
  grid-column: span 5 !important; }

.grid-col-6 {
  grid-column: span 6 !important; }

.grid-col-7 {
  grid-column: span 7 !important; }

.grid-col-8 {
  grid-column: span 8 !important; }

.grid-col-9 {
  grid-column: span 9 !important; }

.grid-col-10 {
  grid-column: span 10 !important; }

.grid-col-11 {
  grid-column: span 11 !important; }

.grid-col-12 {
  grid-column: span 12 !important; }

.gap-2 {
  grid-gap: 0.5rem; }

/** base **/
a {
  color: #495692; }

a,
a:hover {
  text-decoration: none; }

a:hover {
  color: #1e38bf; }

/** layout **/
html,
body,
#app {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0; }

html,
body {
  background-color: transparent;
  height: auto; }

body {
  max-height: 100%;
  overflow-y: auto; }

#main {
  z-index: 90; }

#sidebar {
  z-index: 50; }

#sidebar-alt {
  z-index: 40; }

.header-fixed,
.footer-fixed {
  z-index: 200; }

.nav-default-contact {
  grid-area: nav-contact; }

.nav-default-user {
  grid-area: nav-user; }

.nav-default-expand {
  grid-area: nav-expand; }

.menu-default .nav-extended {
  grid-area: nav-extended; }
  .menu-default .nav-extended .extended-footer {
    grid-area: nav-extended-footer; }

#brand {
  grid-area: brand; }
  #brand .brand-icon {
    grid-area: brand-icon; }
  #brand .brand-kanji {
    grid-area: brand-kanji; }

#main {
  grid-area: main; }

#content-header {
  grid-area: content-header; }

#content {
  grid-area: content; }

#content-body {
  grid-area: content-body; }

.sidebar-header {
  grid-area: sidebar-header; }

.sidebar-content {
  grid-area: sidebar-content; }

.sidebar-footer {
  grid-area: sidebar-footer; }

#sidebar-alt {
  grid-area: sidebar-alt; }

#footer {
  grid-area: footer; }
  #footer .lead {
    grid-area: footer-lead; }
  #footer .social {
    grid-area: footer-social; }

.header-fixed {
  grid-area: header-fixed; }
  .header-fixed .header {
    grid-area: header; }
  .header-fixed .sidebar:first-of-type {
    grid-area: header-sidebar; }
  .header-fixed .sidebar-alt {
    grid-area: header-sidebar-alt; }

.footer-fixed {
  grid-area: footer-fixed; }
  .footer-fixed .footer-body {
    grid-area: footer; }
  .footer-fixed .sidebar:first-of-type {
    grid-area: footer-sidebar; }
  .footer-fixed .sidebar:last-of-type {
    grid-area: footer-sidebar-alt; }

.sidebars-fixed .sidebar {
  grid-area: fixed-sidebar; }

.sidebars-fixed .sidebar-alt {
  grid-area: fixed-sidebar-alt; }

.menu-default {
  grid-area: header;
  display: grid;
  grid-template-columns: 60% auto;
  grid-template-areas: "nav-links nav-actions" "nav-extended nav-extended";
  z-index: 100; }
  .menu-default .nav-group-links {
    grid-area: nav-links;
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
  .menu-default .nav-group-actions {
    grid-area: nav-actions;
    display: grid;
    grid-template-areas: "nav-contact nav-user nav-admin nav-expand";
    grid-template-columns: 1fr auto auto auto;
    grid-template-rows: 36px; }
  .menu-default .nav-default-links-ama .questions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem; }
  .menu-default .nav-default-links-ama .question {
    display: grid;
    grid-template-rows: auto min-content; }
  .menu-default .nav-default-links-ama .extended-content {
    grid-template-columns: 1fr; }

#sidebar {
  display: grid;
  grid-area: sidebar;
  grid-template-columns: 1fr;
  grid-template-rows: 43px auto 40px;
  grid-template-areas: "sidebar-header" "sidebar-content" "sidebar-footer"; }
  #sidebar .sidebar-content {
    display: grid;
    align-self: start; }

.brand-kanji {
  display: grid;
  grid-template-columns: repeat(3, 50px);
  justify-content: center; }

#main {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: min-content auto min-content;
  grid-template-areas: "content-header content-header" "content content-sidebar" "content-footer content-footer"; }

#main.no-sidebar {
  grid-template-columns: 1fr;
  grid-template-rows: auto 40px;
  grid-template-areas: "content" "content-footer"; }

#sidebar-alt {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 43px auto 40px;
  grid-template-areas: "sidebar-header" "sidebar-content" "sidebar-footer"; }

#footer {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-areas: "footer-lead footer-social"; }
  #footer .lead .footer-link {
    display: grid;
    align-items: center;
    grid-column-gap: 1rem;
    grid-template-columns: 32px auto; }
  #footer .social {
    display: grid;
    align-content: center;
    align-items: center;
    grid-column-gap: 8px;
    grid-template-columns: repeat(auto-fit, 32px);
    justify-content: end; }

.content-col-3 #content-body {
  grid-template-areas: "content-sidebar-alt content content-sidebar"; }

.content-col-3 #content-body,
.content-col-3 #fixed-content-sidebar {
  grid-template-columns: auto minmax(58.33%, 1140px) auto; }
  .content-col-3 #content-body .sidebar:first-of-type,
  .content-col-3 #fixed-content-sidebar .sidebar:first-of-type {
    grid-column-start: 1; }
  .content-col-3 #content-body .sidebar:last-of-type,
  .content-col-3 #fixed-content-sidebar .sidebar:last-of-type {
    grid-column-start: 3; }

.menu-default .nav-link {
  position: relative;
  line-height: 2.5;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none; }
  .menu-default .nav-link:hover {
    color: rgba(255, 255, 255, 0.95); }

.nav-group-links .nav-link:nth-of-type(1) {
  background-color: rgba(0, 0, 0, 0.9); }

.nav-group-links .nav-link:nth-of-type(2) {
  background-color: rgba(0, 0, 0, 0.85); }

.nav-group-links .nav-link:nth-of-type(3) {
  background-color: rgba(0, 0, 0, 0.8); }

.nav-group-links .nav-link:nth-of-type(4) {
  background-color: rgba(0, 0, 0, 0.75); }

.nav-default-actions-contact {
  background-color: rgba(0, 0, 0, 0.7);
  text-align: right; }

.nav-default-actions-expand {
  background-color: rgba(0, 0, 0, 0.3); }

.nav-default-user,
.nav-default-expand {
  padding: 0 15px; }

.menu-default {
  grid-template-rows: 40px auto; }

.nav-default-links-ama .question {
  border: 1px solid #ccc;
  padding: .5rem; }

.nav-default-links-ama .question-link {
  display: grid;
  grid-template-columns: auto 32px;
  grid-gap: 8px; }

.nav-default-links-blog .categories {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem; }

.nav-default-links-gaming .recent-games {
  column-count: auto;
  column-width: 128px;
  max-width: 100%;
  overflow: hidden; }

.nav-default-links-gaming .recent-game {
  display: inline-block;
  margin-bottom: 0.75rem;
  width: 100%; }

.nav-default-links-gaming .game-img {
  width: 100%; }

.menu-default .extended-content {
  grid-template-columns: auto;
  grid-area: auto; }

.nav-default-actions-user .extended-content {
  grid-column-gap: 0;
  grid-column-start: 3;
  padding: 0; }

.nav-default-actions-user .log-in {
  grid-column-start: 1; }

.guest .nav-default-actions-user {
  grid-template-rows: min-content; }

.nav-default-actions-main .extended-content {
  display: grid;
  grid-column-gap: 0;
  grid-column-start: 3;
  padding: 0; }

#app {
  background-color: transparent;
  color: #130826;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  display: grid;
  grid-template-areas: ". ." ". main" ". .";
  grid-template-columns: minmax(48px, 15vmin) minmax(960px, 1fr);
  grid-template-rows: 40px auto 40px;
  z-index: 100; }

#main {
  background-color: transparent;
  padding-bottom: 0;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  display: grid;
  grid-template-areas: unset;
  grid-row: 2/2;
  grid-column: 2/2;
  width: 100%;
  overflow: hidden;
  border-left: 1px solid #fff;
  box-shadow: -1px 0 1px rgba(0, 0, 0, 0.05); }

#main-content {
  width: 100%;
  display: grid;
  height: 100%;
  grid-template-areas: "content-header" "content-body" "content-footer";
  grid-template-rows: minmax(0, min-content) auto min-content;
  grid-template-columns: 1fr;
  position: relative; }

#content-body {
  display: grid;
  grid-template-areas: "content content-sidebar";
  background-color: rgba(255, 255, 255, 0.9);
  grid-template-columns: minmax(70%, 1140px) minmax(30%, 1fr);
  grid-template-rows: 1fr;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto; }

#main-content.fixed-content-sidebar #content-body {
  grid-template-columns: 60% 1fr; }

#content-footer {
  align-items: center;
  background-color: #eee;
  width: 100%;
  height: 5vmin;
  max-height: min-content;
  display: grid;
  grid-area: content-footer;
  grid-template-columns: 60% minmax(0, 1fr);
  grid-template-rows: 40px;
  z-index: 150; }

#content-header {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  grid-template-areas: "content-header-title content-header-actions"; }

#content-header-actions {
  background-color: rgba(255, 255, 255, 0.5); }

.brand-kanji {
  background-color: rgba(238, 238, 238, 0.9);
  color: rgba(0, 0, 0, 0.4);
  font-size: 2.5vmin;
  grid-template-columns: repeat(auto-fit, minmax(3vmin, 1fr));
  padding: 1vmin; }
  .brand-kanji > span {
    font-size: 2.5vmin;
    text-align: center; }
  .brand-kanji .jyo,
  .brand-kanji .ji,
  .brand-kanji .ko {
    text-align: center; }

#brand .brand-icon {
  display: inline-block; }

#footer {
  padding: 0 15px; }

/** svg **/
#Logo {
  background-color: rgba(238, 238, 238, 0.9);
  height: auto;
  max-width: 100%; }

.header-fixed {
  width: 100%;
  left: 0;
  top: 0;
  display: grid;
  grid-template-areas: "header-sidebar header header-sidebar-alt";
  grid-template-columns: minmax(48px, 15vmin) minmax(960px, 1fr) 25%;
  height: 40px; }
  .header-fixed #header {
    position: relative; }
  .header-fixed .sidebar {
    position: relative; }
  .header-fixed .sidebar-header-content {
    background-color: rgba(0, 0, 0, 0.95);
    height: 43px;
    position: absolute;
    top: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    grid-template-rows: 43px auto;
    grid-template-areas: "sidebar-content" "."; }

#sidebar-alt .sidebar-header,
#sidebar-alt .sidebar-footer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  grid-template-rows: 1fr; }

.sidebars-fixed {
  display: grid;
  grid-template-areas: "fixed-sidebar . fixed-sidebar-alt";
  grid-template-columns: minmax(48px, 15vmin) minmax(960px, 1fr) 25%;
  grid-template-rows: 1fr; }
  .sidebars-fixed .sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 43px 1fr 40px;
    grid-template-areas: "sidebar-header" "sidebar-content" "sidebar-footer";
    position: relative; }
  .sidebars-fixed .sidebar-alt {
    background-color: #d9d9d9; }
  .sidebars-fixed .sidebar-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }

.sidebar-header-link,
.sidebar-footer-link {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, max-content));
  align-items: center;
  grid-gap: 1rem;
  padding: 0 1rem;
  height: 100%; }

.sidebar:first-of-type .sidebar-link {
  background-color: #26104c54; }

.sidebar .sidebar-link:hover {
  color: #eee;
  background-color: #26104c; }

.sidebar:first-of-type .sidebar-link {
  justify-content: end; }

.sidebar-link {
  padding: 0 1rem 0.125rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, max-content));
  align-items: center;
  grid-gap: 1rem;
  height: 100%; }

.sidebar-link:first-of-type {
  border-right: 1px solid #aaacb3;
  box-shadow: inset -6px 0 0 rgba(34, 34, 34, 0.1); }

.sidebar-link:first-of-type:not(:last-of-type) {
  box-shadow: inset 6px 0 0 rgba(34, 34, 34, 0.1); }

.sidebar-link:last-of-type:not(:first-of-type) {
  box-shadow: inset -6px 0 0 rgba(34, 34, 34, 0.1); }

.sidebar-alt .sidebar-link:first-of-type {
  border-left: 1px solid #aaacb3;
  box-shadow: inset 6px 0 0 rgba(34, 34, 34, 0.1); }

.sidebar-link:first-of-type:hover,
.sidebar-link:last-of-type:hover {
  box-shadow: none; }

.sidebar-alt .sidebar-link:first-of-type:not(:last-of-type) {
  box-shadow: inset -6px 0 0 rgba(34, 34, 34, 0.1); }

.sidebar-alt .sidebar-link:last-of-type:not(:first-of-type) {
  box-shadow: inset 6px 0 0 rgba(34, 34, 34, 0.1); }

.footer-fixed {
  width: 100%;
  left: 0;
  bottom: 0;
  height: 40px; }
  .footer-fixed .footer {
    display: grid;
    grid-template-areas: "footer-sidebar footer footer-sidebar-alt";
    grid-template-columns: minmax(48px, 15vmin) minmax(960px, 1fr) 25%;
    grid-template-rows: 43px; }
  .footer-fixed .footer-body {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-areas: "footer-lead footer-social";
    border: 1px solid #fff;
    border-top: 1px solid #aaacb3;
    background-color: #eee;
    padding: 0 15px; }
  .footer-fixed .sidebar {
    display: grid;
    grid-template-rows: 40px;
    position: relative;
    align-self: end; }
  .footer-fixed .sidebar-content {
    position: absolute;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    grid-template-rows: 1fr;
    width: 100%;
    height: 100%; }

.footer-fixed .sidebar:first-of-type {
  border-top: 3px solid #b2b0b7; }

.footer-fixed .sidebar:last-of-type {
  border-top: 3px solid #b2b0b7; }

.footer-fixed .lead .footer-link {
  display: grid;
  align-items: center;
  grid-column-gap: 1rem;
  grid-template-columns: 32px auto; }

.footer-fixed .social {
  display: grid;
  align-content: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-template-columns: repeat(auto-fit, 32px);
  justify-content: end; }

.footer-fixed .sidebar-link {
  color: unset;
  background-color: #26104c54; }

@media (min-width: 576px) and (max-width: 991.98px) {
  #app {
    grid-template-columns: 48px 1fr;
    width: 100%; }
  .header-fixed {
    grid-template-areas: "header-sidebar header";
    grid-template-columns: 48px auto; }
    .header-fixed .sidebar-alt {
      display: none; }
  .menu-default {
    grid-template-columns: 60% auto; }
    .menu-default .nav-group-actions {
      grid-template-columns: repeat(3, 1fr) auto; }
    .menu-default .nav-link {
      padding: 0 1vmin; } }

::-webkit-scrollbar-thumb {
  background: #495692; }

::-webkit-scrollbar {
  width: 6px; }

::-webkit-scrollbar-track {
  background: transparent; }

::-webkit-scrollbar-button {
  height: 0; }

.uiScrollableArea {
  height: 100%;
  overflow: hidden;
  position: relative; }

.uiScrollableAreaWrap {
  /* sneaky hide scrollbars */
  height: 100%;
  outline: none;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  padding-right: .1vw; }

#content-body::-webkit-scrollbar-track {
  background: #d6d6d6; }

#content-body::-webkit-scrollbar-thumb {
  background: transparent;
  transition: 1s background; }

#content-body:hover::-webkit-scrollbar-track {
  background: #e3e3e3; }

#content-body:hover::-webkit-scrollbar-thumb {
  background: #495692; }

.uiScrollableAreaContent .activities::-webkit-scrollbar-thumb {
  background: transparent;
  transition: 1s background; }

.uiScrollableAreaContent .activities:hover::-webkit-scrollbar-thumb {
  background: #495692; }

@supports (-ms-accelerator: true) {
  .uiScrollableAreaWrap {
    margin-right: -17px; } }

@-moz-document url-prefix() {
  .uiScrollableAreaWrap {
    margin-right: -17px; } }

.uiScrollableAreaBody {
  position: relative; }

.nav-link .icon-external-link-square {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: none;
  align-items: center;
  width: 10%;
  min-width: 1rem;
  justify-content: center; }
  .nav-link .icon-external-link-square:hover {
    background-color: rgba(255, 255, 255, 0.6); }

[data-menu-active="true"] > .icon-external-link-square {
  display: grid; }

.nav-extended {
  grid-template-columns: repeat(4, 1fr);
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto; }

.extended-container {
  display: grid;
  grid-template-areas: "nav-extended-content" "nav-extended-footer";
  grid-template-rows: auto min-content;
  height: 100%;
  position: relative;
  overflow: hidden;
  grid-template-columns: 1fr; }

.extended-content {
  display: grid;
  grid-column-gap: 1rem;
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  grid-template-rows: 1fr;
  padding: 1rem;
  position: absolute; }

.extended-footer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 0.5fr));
  grid-gap: 1rem; }

.nav-extended-section {
  display: none;
  background: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  height: 90%;
  overflow: hidden;
  width: 100%;
  position: absolute; }

.extended-footer .btn {
  border-top: 1px solid #ccc;
  border-radius: unset; }
  .extended-footer .btn:hover {
    background-color: #d9d9d9; }

.extended-content > * {
  max-height: 100%; }

.js-menu--extended,
.js-menu--extended > :not([data-role="menu"]),
.js-menu--extended [data-role="menu"] {
  height: 100% !important;
  max-height: 900px; }

.js-menu--extended .extended-section--extended {
  display: block; }

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

.jModal--active {
  overflow: hidden; }

.jModal {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9900; }
  .jModal .container {
    max-width: 100% !important; }
  .jModal .modal-header {
    padding-top: 0;
    padding-bottom: 0; }

.jModal-positioning {
  height: 100%;
  position: relative; }

.jModal-content-wrap {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 80%;
  /*overflow: hidden;*/
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 1; }

.jModal-cta {
  position: absolute;
  z-index: 200;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10vw, 1fr));
  grid-template-rows: repeat(auto-fill, minmax(25%, 1fr));
  align-content: end;
  align-items: center; }
  .jModal-cta :first-child {
    grid-column-start: -1; }

.jModal-close {
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  padding: 17px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  /*width: 30px;*/
  z-index: 300; }
  .jModal-close .close {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    height: 11px;
    line-height: 1;
    width: 11px;
    font-size: 17px; }

.jModal-close-message {
  display: none; }

.jModal-content {
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 0 1px 1px;
  height: auto;
  max-height: 100%;
  min-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 32px;
  transition: all 1s ease 0s;
  width: 100%; }

.jModal-mask {
  background-color: #1f0c3fe6;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.form-compact .row {
  margin-left: -5px;
  margin-right: -5px; }

.form-compact .col-md-1,
.form-compact .col-md-2,
.form-compact .col-md-3,
.form-compact .col-md-4,
.form-compact .col-md-5,
.form-compact .col-md-6,
.form-compact .col-md-7,
.form-compact .col-md-8,
.form-compact .col-md-9,
.form-compact .col-md-10,
.form-compact .col-md-11,
.form-compact .col-md-12 {
  padding-left: 5px;
  padding-right: 5px; }

.jModal .loading {
  display: none;
  text-align: center;
  padding: 5% 0; }

#L7 {
  max-width: 80%;
  max-height: 80%; }
  #L7 path {
    fill: rgba(50, 50, 50, 0.5); }

.jModal--loading .loading {
  display: block;
  background: none rgba(255, 255, 255, 0.8);
  height: 200px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100; }

.jModal--loading .loading-message {
  background: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  left: 0;
  padding: .5em;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  top: 32%;
  width: 100%; }

img[data-role=modal] {
  cursor: zoom-in; }

.jModalImage .jModal-content {
  height: 100%; }

.jModalImage .jModal-img-content {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%; }

.jModalImage .jModal-cta .btn {
  color: #fff; }

.jModalImage .jModal-cta :first-child {
  grid-column-start: 8; }

.jModalImage .jModal-cta :nth-child(2) {
  grid-column-start: 4;
  grid-row-start: 3; }

.jModalImage .jModal-cta :nth-child(3) {
  grid-column-start: 6;
  grid-row-start: 3; }

.jModal.danger {
  background-color: #ff000080; }

.danger .jModal-content {
  background-color: #560c16;
  border-color: #560c16;
  box-shadow: 0 1px 1px #910316; }

.danger h1 {
  color: #fefefe; }

.danger .errors {
  background-color: #fefefe;
  color: #560c16; }

.icon-discord {
  color: #7289da; }

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

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

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

.grid-align-items-start {
  align-items: flex-start !important; }

.grid-align-items-end {
  align-items: flex-end !important; }

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

.grid-align-items-baseline {
  align-items: baseline !important; }

.grid-align-items-stretch {
  align-items: stretch !important; }

.grid-align-content-start {
  align-content: flex-start !important; }

.grid-align-content-end {
  align-content: flex-end !important; }

.grid-align-content-center {
  align-content: center !important; }

.grid-align-content-between {
  align-content: space-between !important; }

.grid-align-content-around {
  align-content: space-around !important; }

.grid-align-content-stretch {
  align-content: stretch !important; }

.grid-align-self-auto {
  align-self: auto !important; }

.grid-align-self-start {
  align-self: flex-start !important; }

.grid-align-self-end {
  align-self: flex-end !important; }

.grid-align-self-center {
  align-self: center !important; }

.grid-align-self-baseline {
  align-self: baseline !important; }

.grid-align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .grid-justify-content-sm-start {
    justify-content: start !important; }
  .grid-justify-content-sm-end {
    justify-content: end !important; }
  .grid-justify-content-sm-center {
    justify-content: center !important; }
  .grid-align-items-sm-start {
    align-items: flex-start !important; }
  .grid-align-items-sm-end {
    align-items: flex-end !important; }
  .grid-align-items-sm-center {
    align-items: center !important; }
  .grid-align-items-sm-baseline {
    align-items: baseline !important; }
  .grid-align-items-sm-stretch {
    align-items: stretch !important; }
  .grid-align-content-sm-start {
    align-content: flex-start !important; }
  .grid-align-content-sm-end {
    align-content: flex-end !important; }
  .grid-align-content-sm-center {
    align-content: center !important; }
  .grid-align-content-sm-between {
    align-content: space-between !important; }
  .grid-align-content-sm-around {
    align-content: space-around !important; }
  .grid-align-content-sm-stretch {
    align-content: stretch !important; }
  .grid-align-self-sm-auto {
    align-self: auto !important; }
  .grid-align-self-sm-start {
    align-self: flex-start !important; }
  .grid-align-self-sm-end {
    align-self: flex-end !important; }
  .grid-align-self-sm-center {
    align-self: center !important; }
  .grid-align-self-sm-baseline {
    align-self: baseline !important; }
  .grid-align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .grid-justify-content-md-start {
    justify-content: start !important; }
  .grid-justify-content-md-end {
    justify-content: end !important; }
  .grid-justify-content-md-center {
    justify-content: center !important; }
  .grid-align-items-md-start {
    align-items: flex-start !important; }
  .grid-align-items-md-end {
    align-items: flex-end !important; }
  .grid-align-items-md-center {
    align-items: center !important; }
  .grid-align-items-md-baseline {
    align-items: baseline !important; }
  .grid-align-items-md-stretch {
    align-items: stretch !important; }
  .grid-align-content-md-start {
    align-content: flex-start !important; }
  .grid-align-content-md-end {
    align-content: flex-end !important; }
  .grid-align-content-md-center {
    align-content: center !important; }
  .grid-align-content-md-between {
    align-content: space-between !important; }
  .grid-align-content-md-around {
    align-content: space-around !important; }
  .grid-align-content-md-stretch {
    align-content: stretch !important; }
  .grid-align-self-md-auto {
    align-self: auto !important; }
  .grid-align-self-md-start {
    align-self: flex-start !important; }
  .grid-align-self-md-end {
    align-self: flex-end !important; }
  .grid-align-self-md-center {
    align-self: center !important; }
  .grid-align-self-md-baseline {
    align-self: baseline !important; }
  .grid-align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .grid-justify-content-lg-start {
    justify-content: start !important; }
  .grid-justify-content-lg-end {
    justify-content: end !important; }
  .grid-justify-content-lg-center {
    justify-content: center !important; }
  .grid-align-items-lg-start {
    align-items: flex-start !important; }
  .grid-align-items-lg-end {
    align-items: flex-end !important; }
  .grid-align-items-lg-center {
    align-items: center !important; }
  .grid-align-items-lg-baseline {
    align-items: baseline !important; }
  .grid-align-items-lg-stretch {
    align-items: stretch !important; }
  .grid-align-content-lg-start {
    align-content: flex-start !important; }
  .grid-align-content-lg-end {
    align-content: flex-end !important; }
  .grid-align-content-lg-center {
    align-content: center !important; }
  .grid-align-content-lg-between {
    align-content: space-between !important; }
  .grid-align-content-lg-around {
    align-content: space-around !important; }
  .grid-align-content-lg-stretch {
    align-content: stretch !important; }
  .grid-align-self-lg-auto {
    align-self: auto !important; }
  .grid-align-self-lg-start {
    align-self: flex-start !important; }
  .grid-align-self-lg-end {
    align-self: flex-end !important; }
  .grid-align-self-lg-center {
    align-self: center !important; }
  .grid-align-self-lg-baseline {
    align-self: baseline !important; }
  .grid-align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .grid-justify-content-xls-start {
    justify-content: start !important; }
  .grid-justify-content-xls-end {
    justify-content: end !important; }
  .grid-justify-content-xls-center {
    justify-content: center !important; }
  .grid-align-items-xls-start {
    align-items: flex-start !important; }
  .grid-align-items-xls-end {
    align-items: flex-end !important; }
  .grid-align-items-xls-center {
    align-items: center !important; }
  .grid-align-items-xls-baseline {
    align-items: baseline !important; }
  .grid-align-items-xls-stretch {
    align-items: stretch !important; }
  .grid-align-content-xls-start {
    align-content: flex-start !important; }
  .grid-align-content-xls-end {
    align-content: flex-end !important; }
  .grid-align-content-xls-center {
    align-content: center !important; }
  .grid-align-content-xls-between {
    align-content: space-between !important; }
  .grid-align-content-xls-around {
    align-content: space-around !important; }
  .grid-align-content-xls-stretch {
    align-content: stretch !important; }
  .grid-align-self-xls-auto {
    align-self: auto !important; }
  .grid-align-self-xls-start {
    align-self: flex-start !important; }
  .grid-align-self-xls-end {
    align-self: flex-end !important; }
  .grid-align-self-xls-center {
    align-self: center !important; }
  .grid-align-self-xls-baseline {
    align-self: baseline !important; }
  .grid-align-self-xls-stretch {
    align-self: stretch !important; } }

@media (min-width: 1920px) {
  .grid-justify-content-xl-start {
    justify-content: start !important; }
  .grid-justify-content-xl-end {
    justify-content: end !important; }
  .grid-justify-content-xl-center {
    justify-content: center !important; }
  .grid-align-items-xl-start {
    align-items: flex-start !important; }
  .grid-align-items-xl-end {
    align-items: flex-end !important; }
  .grid-align-items-xl-center {
    align-items: center !important; }
  .grid-align-items-xl-baseline {
    align-items: baseline !important; }
  .grid-align-items-xl-stretch {
    align-items: stretch !important; }
  .grid-align-content-xl-start {
    align-content: flex-start !important; }
  .grid-align-content-xl-end {
    align-content: flex-end !important; }
  .grid-align-content-xl-center {
    align-content: center !important; }
  .grid-align-content-xl-between {
    align-content: space-between !important; }
  .grid-align-content-xl-around {
    align-content: space-around !important; }
  .grid-align-content-xl-stretch {
    align-content: stretch !important; }
  .grid-align-self-xl-auto {
    align-self: auto !important; }
  .grid-align-self-xl-start {
    align-self: flex-start !important; }
  .grid-align-self-xl-end {
    align-self: flex-end !important; }
  .grid-align-self-xl-center {
    align-self: center !important; }
  .grid-align-self-xl-baseline {
    align-self: baseline !important; }
  .grid-align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 2560px) {
  .grid-justify-content-xxl-start {
    justify-content: start !important; }
  .grid-justify-content-xxl-end {
    justify-content: end !important; }
  .grid-justify-content-xxl-center {
    justify-content: center !important; }
  .grid-align-items-xxl-start {
    align-items: flex-start !important; }
  .grid-align-items-xxl-end {
    align-items: flex-end !important; }
  .grid-align-items-xxl-center {
    align-items: center !important; }
  .grid-align-items-xxl-baseline {
    align-items: baseline !important; }
  .grid-align-items-xxl-stretch {
    align-items: stretch !important; }
  .grid-align-content-xxl-start {
    align-content: flex-start !important; }
  .grid-align-content-xxl-end {
    align-content: flex-end !important; }
  .grid-align-content-xxl-center {
    align-content: center !important; }
  .grid-align-content-xxl-between {
    align-content: space-between !important; }
  .grid-align-content-xxl-around {
    align-content: space-around !important; }
  .grid-align-content-xxl-stretch {
    align-content: stretch !important; }
  .grid-align-self-xxl-auto {
    align-self: auto !important; }
  .grid-align-self-xxl-start {
    align-self: flex-start !important; }
  .grid-align-self-xxl-end {
    align-self: flex-end !important; }
  .grid-align-self-xxl-center {
    align-self: center !important; }
  .grid-align-self-xxl-baseline {
    align-self: baseline !important; }
  .grid-align-self-xxl-stretch {
    align-self: stretch !important; } }

@media (min-width: 3840px) {
  .grid-justify-content-xxll-start {
    justify-content: start !important; }
  .grid-justify-content-xxll-end {
    justify-content: end !important; }
  .grid-justify-content-xxll-center {
    justify-content: center !important; }
  .grid-align-items-xxll-start {
    align-items: flex-start !important; }
  .grid-align-items-xxll-end {
    align-items: flex-end !important; }
  .grid-align-items-xxll-center {
    align-items: center !important; }
  .grid-align-items-xxll-baseline {
    align-items: baseline !important; }
  .grid-align-items-xxll-stretch {
    align-items: stretch !important; }
  .grid-align-content-xxll-start {
    align-content: flex-start !important; }
  .grid-align-content-xxll-end {
    align-content: flex-end !important; }
  .grid-align-content-xxll-center {
    align-content: center !important; }
  .grid-align-content-xxll-between {
    align-content: space-between !important; }
  .grid-align-content-xxll-around {
    align-content: space-around !important; }
  .grid-align-content-xxll-stretch {
    align-content: stretch !important; }
  .grid-align-self-xxll-auto {
    align-self: auto !important; }
  .grid-align-self-xxll-start {
    align-self: flex-start !important; }
  .grid-align-self-xxll-end {
    align-self: flex-end !important; }
  .grid-align-self-xxll-center {
    align-self: center !important; }
  .grid-align-self-xxll-baseline {
    align-self: baseline !important; }
  .grid-align-self-xxll-stretch {
    align-self: stretch !important; } }

.activity {
  padding: 0;
  border: 0;
  grid-template-areas: "activity-media activity-action activity-source";
  grid-template-columns: minmax(min-content, 0.25fr) 1fr 42px; }
  .activity:first-of-type {
    padding-top: 0; }
  .activity:last-of-type {
    padding-bottom: 0;
    border-bottom: 0; }
  .activity [class^="icon-"] {
    grid-row-start: -1; }
    .activity [class^="icon-"]:nth-of-type(2) {
      grid-row-start: -2; }
    .activity [class^="icon-"]:nth-of-type(3) {
      grid-row-start: -3; }

.activity.dev {
  grid-template-columns: repeat(auto-fit, minmax(32px, 1fr)); }
  .activity.dev .activity-media {
    grid-column: span 5; }
    .activity.dev .activity-media .img-responsive {
      height: auto;
      max-width: 100%;
      width: 100%; }
  .activity.dev .activity-body {
    grid-column: span 10; }

.activity-action-body {
  font-size: 1.2rem; }

/* v3/pages/home/activities */
.YoutubeVideoEmbed > div,
.FacebookVideoEmbedContainer {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0 !important;
  width: 100% !important; }

.YoutubeVideoEmbed iframe,
.FacebookVideoEmbed iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.YoutubeVideoCreated .activity-media > div {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0 !important;
  width: 100% !important; }

.YoutubeVideoCreated .activity-media iframe {
  width: 100% !important;
  height: 100% !important; }

.sidebar-activities {
  padding-left: .44vw; }

.activities .activity {
  display: grid;
  grid-gap: 0; }

.activity-action {
  display: grid;
  grid-template-rows: 1fr min-content;
  grid-area: activity-action;
  padding: .5rem;
  background: rgba(255, 255, 255, 0.9); }

.activity-media {
  grid-area: activity-media;
  display: grid;
  align-items: center;
  padding: .5rem;
  text-align: center;
  overflow: hidden;
  grid-template-rows: minmax(1vh, 10vh);
  background: rgba(255, 255, 255, 0.3); }

.activity-action-datetime {
  text-align: right; }

.activities-widget-header {
  background: rgba(255, 255, 255, 0.9); }

.activities-list {
  display: grid;
  grid-gap: 6px; }

.activity-source {
  grid-area: activity-source;
  grid-template-rows: repeat(auto-fill, minmax(min-content, 2vh));
  align-items: end;
  background-color: rgba(255, 255, 255, 0.3);
  display: grid;
  padding: .25rem; }
  .activity-source .fab {
    font-size: 2rem !important; }

.FacebookStatusActivity {
  grid-template-columns: 0 1fr 42px; }

.FacebookStatusActivity .activity-action-body {
  padding-left: 1rem;
  display: grid;
  align-items: center; }

.activities i[class^="icon-facebook"] {
  background-color: #3c5a99;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; }

.activities i[class^="icon-instagram"] {
  background: #405de6;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; }

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

.FacebookVideoEmbedContainer {
  width: 480px;
  height: 270px;
  overflow: hidden;
  position: relative; }

.GameActivity {
  grid-template-areas: "activity-media activity-action activity-action" "activity-source activity-action activity-action"; }

.FacebookPhotoActivity,
.FacebookVideoActivity,
.InstagramImageActivity,
.InstagramPhotoActivity {
  grid-template-areas: "activity-media activity-media activity-media" "activity-action activity-action activity-source"; }

.activity-media img,
.instagram-photos img {
  filter: grayscale(100%); }

.activities-list:hover img,
.instagram-photos img:hover {
  filter: grayscale(0); }

.GameActivity .activity-source {
  grid-template-columns: repeat(2, min-content) 1fr;
  justify-content: end;
  align-items: center; }

.GameActivity .activity-source-label {
  font-size: .8rem; }

.GameActivity [class^="icon-"] {
  grid-row-start: unset; }
  .GameActivity [class^="icon-"]:nth-of-type(2) {
    grid-row-start: unset; }

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

.extended-container {
  grid-template-columns: 1fr; }

.extended-content {
  padding: 0;
  grid-column-gap: 0; }

.menu-default .extended-content {
  grid-template-columns: repeat(2, 35%) auto;
  grid-area: nav-extended-content; }

.nav-default-actions-main {
  opacity: .5;
  background: #000; }
  .nav-default-actions-main .extended-links {
    align-items: center;
    background-color: #8135ff;
    display: grid;
    grid-template-rows: repeat(auto-fill, minmax(50px, 1fr));
    grid-template-columns: 1fr;
    grid-column-start: 3; }
  .nav-default-actions-main .la-2x {
    vertical-align: sub; }
  .nav-default-actions-main .btn {
    height: 100%;
    display: grid;
    align-items: center; }
    .nav-default-actions-main .btn:hover {
      background-color: rgba(0, 0, 0, 0.3); }

.nav-default-actions-user {
  background-color: rgba(0, 0, 0, 0.8); }
  .nav-default-actions-user .extended-content {
    grid-template-rows: min-content; }
  .nav-default-actions-user .log-out,
  .nav-default-actions-user .log-in {
    grid-column-start: 3; }
  .nav-default-actions-user .log-out {
    padding: 0.5rem 1.5rem; }

.nav-default-links-ama .extended-content {
  grid-template-columns: 2fr;
  grid-column-end: 3; }

.nav-default-links-gaming .now-playing {
  display: grid;
  grid-template-rows: min-content auto;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 1rem; }

.nav-default-links-gaming .platforms,
.nav-default-links-ama .questions-content,
.nav-default-links-blog .col {
  padding: 1rem 1rem 0; }

.nav-default-links-blog .categories {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  justify-items: start; }

@media (max-width: 575.98px) {
  .header-fixed {
    width: 100% !important;
    left: 0 !important; } }

@media (min-width: 576px) and (max-width: 1199.98px) {
  .header-fixed {
    width: 100% !important;
    left: 0 !important; } }

.discord-link {
  background-color: #7289da;
  color: #fff;
  width: 100%;
  padding: .5rem; }
  .discord-link:hover {
    color: #fff; }
  .discord-link .icon-discord {
    color: #fff; }

.errantnights {
  background-color: #222; }

.errantnights-link {
  background-color: #222;
  color: #fff;
  width: 100%;
  padding: .5rem; }
  .errantnights-link:hover {
    color: #fff; }

.twitch-link {
  background-color: #6441a4;
  color: #fff; }
  .twitch-link:hover {
    color: #fff; }

/** theme **/
#sidebar {
  background: url(//cdn.joejiko.com/img/artwork/header-at-desk.png) top right no-repeat;
  background-position-x: 57%; }

#sidebar .sidebar-header {
  background-color: #8135ff; }

@media (min-width: 576px) and (max-width: 1199.98px) {
  #sidebar {
    background-position-x: 51%; } }

/** @todo apply scss math to opacity n+1 **/
#sidebar .sidebar-header-content {
  background-color: rgba(0, 0, 0, 0.95);
  height: 43px; }

#header {
  background-color: #8135ff; }

#content {
  background-color: transparent; }

#content-header {
  background-color: rgba(255, 255, 255, 0.5); }

#sidebar-alt {
  background-color: #d9d9d9; }

#footer {
  border-top: 1px solid #aaacb3;
  background-color: #eee; }
  #footer .footer-link {
    color: rgba(0, 0, 0, 0.4); }
    #footer .footer-link:hover {
      color: #1e38bf; }

#activities .activity {
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  width: 500px;
  margin: 0 auto; }

#blog .post-category-link,
#blog .post-keywords .btn-link {
  color: #26104c; }

#blog .posts img {
  max-width: 100%;
  height: auto; }

#blog .post-category {
  font-size: 24px; }

#blog .post-category-link {
  color: #8135ff; }

#blog .timestamps {
  color: rgba(0, 0, 0, 0.4); }

#blog .post-body {
  padding: 0 1rem 1rem; }

#blog .wp-block-image {
  display: block;
  text-align: center; }

#blog .post-body img {
  max-height: 30vh;
  width: auto;
  height: auto; }

#blog .post-footer {
  border-bottom: 1rem solid rgba(0, 0, 0, 0.1); }

.jModal .gaming-networks {
  grid-template-columns: repeat(auto-fill, minmax(60px, 10%));
  margin: -20px -32px;
  padding-right: 32px; }

#content-sidebar .gaming-networks {
  grid-template-columns: repeat(auto-fill, minmax(60px, 20%)); }

.gaming-networks {
  display: grid;
  max-width: 100%; }

.gaming-network-id,
.gaming-network-img {
  padding: 1rem; }

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

.gaming-network-id {
  grid-column-end: span 3;
  word-break: break-all; }

#app[data-route="gaming"] .gaming-network-img {
  background: #000000e6; }

.gaming-network-img {
  background: #1f0c3fe6;
  text-align: right;
  grid-column-end: span 2; }
  .gaming-network-img .img-psn #path-1 {
    fill: #fff !important; }
  .gaming-network-img .img-wiiu #_56607472,
  .gaming-network-img .img-wiiu #_56607936,
  .gaming-network-img .img-wiiu #_56605848,
  .gaming-network-img .img-wiiu #_56605920,
  .gaming-network-img .img-wiiu #_56604928 {
    fill: #fff !important; }

.img-battlenet g > g path {
  fill: none; }

.img-battlenet rect {
  fill: transparent; }

.img-3ds svg {
  min-height: 30px; }

.img-3ds path:nth-child(n+2):nth-child(-n+11) {
  fill: #fff; }

.img-origin #\#6d6e70ff path {
  fill: #fff; }

.game-activity-link {
  background-color: #222;
  color: #eee; }
  .game-activity-link:hover {
    color: #fff; }

[data-route-name="home"] #sidebar .sidebar-content {
  align-self: end; }

#app[data-route="v2:home"] #header {
  width: 20%; }

#app[data-route="v2:home"] #main,
#app[data-route="v2:home"] #navigation {
  width: 65%; }

#app[data-route="v2:home"] #main {
  margin: 0 15% 0 20%; }

#app[data-route="v2:home"] #brand-position {
  position: absolute;
  right: 15px;
  bottom: 15px;
  top: auto; }

#app[data-route="v2:home"] #Logo {
  background-color: rgba(238, 238, 238, 0.9); }

#app[data-route="v2:home"] #content-footer {
  width: 65%; }

#entries-latest .entry {
  border-bottom: 3px solid #eee; }

#entries-latest .row:last-of-type .entry {
  border: none; }

#blog .post img {
  height: auto;
  max-width: 100% !important; }

#blog .post-category {
  color: #8135ff;
  border-top: 3px solid #8135ff;
  background-color: transparent;
  border-bottom: 0; }

#blog .post-keywords .btn-link {
  font-size: 0.8rem;
  background-color: #eee; }

.home-jumbotron {
  margin-bottom: 0; }

.panel-shadowless {
  box-shadow: none; }

.social-panels {
  display: grid;
  grid-gap: 1vmin;
  grid-template-rows: min-content minmax(0, 1fr) min-content;
  grid-template-columns: minmax(0, 1fr);
  border-left: none; }

#home-content .social-panels {
  border-left: .5rem solid #eee;
  border-bottom: 15px solid #eee; }

.social-panel-header .text-muted,
.social-panel-header .text-muted .text-link {
  color: #26104c !important; }

.social-panel {
  display: grid;
  grid-template-rows: min-content minmax(0, 1fr) min-content;
  grid-template-columns: minmax(0, 1fr); }

.social-panel-header {
  display: grid;
  border-bottom: 1px solid #1a0b33;
  padding: 1vmin; }

.social-panel-header.blue {
  background: #190c56;
  background: linear-gradient(90deg, #190c56 0%, #1e0f69 100%);
  border-top: 3px solid #2e3192; }

.social-panel-header.purple {
  background-color: #5a25b2;
  border-top: 3px solid #8135ff; }

.social-panel .instagram-photos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr)); }

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

.nav-home-intro {
  display: grid;
  grid-area: nav-home-intro;
  grid-template-columns: repeat(auto-fit, minmax(120px, 0.5fr));
  grid-gap: 1rem; }

#home-header .lead {
  padding: 1rem; }

.page-home #content-body {
  background-color: transparent; }

#app[data-route="ama"] .question-link,
#app[data-route="answer-with-slug"] .question-link {
  color: #eee; }

#app[data-route="ama"] .question-link:hover,
#app[data-route="answer-with-slug"] .question-link:hover {
  color: #fff; }

#app[data-route="ama"] .question,
#app[data-route="answer-with-slug"] .question {
  display: grid;
  grid-area: question-container;
  grid-template-areas: "question-header" "question-response-text" "question-time-data";
  border-color: #eee #ccc #ccc #eee;
  border-style: solid;
  border-width: 1px 1px 2px; }

#app[data-route="ama"] .question-header,
#app[data-route="answer-with-slug"] .question-header {
  display: grid;
  grid-area: question-header;
  grid-template-areas: "question-info" "question-text";
  padding: .5rem;
  background-color: #26104c;
  color: #eee; }

#app[data-route="ama"] .question-text,
#app[data-route="answer-with-slug"] .question-text {
  display: grid;
  grid-area: question-text;
  padding: 1rem 2rem; }

#app[data-route="ama"] .question-info,
#app[data-route="answer-with-slug"] .question-info {
  display: grid;
  grid-area: question-info;
  grid-template-areas: "question-id question-asked-by question-asked-datetime";
  grid-template-columns: min-content 1fr max-content;
  grid-gap: .5rem;
  background: url(https://cdn.joejiko.com/img/pages/questions/circle-q.png) no-repeat scroll left center transparent;
  padding-left: 2rem; }

#app[data-route="ama"] .question-id,
#app[data-route="answer-with-slug"] .question-id {
  grid-area: question-id;
  margin: 0; }

#app[data-route="ama"] .question-asked-by,
#app[data-route="answer-with-slug"] .question-asked-by {
  color: rgba(255, 255, 255, 0.4);
  grid-area: question-asked-by;
  margin: 0; }

#app[data-route="ama"] .question-info .time-data-date,
#app[data-route="answer-with-slug"] .question-info .time-data-date {
  grid-area: question-asked-datetime; }

#app[data-route="ama"] .question .response-text,
#app[data-route="answer-with-slug"] .question .response-text {
  grid-area: question-response-text;
  background: url(https://cdn.joejiko.com/img/pages/questions/circle-a.png) no-repeat scroll 5px 15px transparent;
  padding-left: 2.5rem;
  padding-top: 1rem; }

#app[data-route="ama"] .question .time-data,
#app[data-route="answer-with-slug"] .question .time-data {
  grid-area: question-time-data;
  display: grid;
  grid-template-columns: repeat(2, min-content 1fr);
  font-size: 0.8rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #eee;
  min-width: 25rem;
  max-width: 100%;
  width: 50%;
  margin-left: auto; }

#app[data-route="ama"] .question .time-data-label,
#app[data-route="answer-with-slug"] .question .time-data-label {
  padding: .5rem; }

#app[data-route="ama"] .time-data .time-data-date,
#app[data-route="answer-with-slug"] .time-data .time-data-date {
  color: #222;
  padding: .5rem; }

textarea.expand {
  padding: 0;
  resize: none; }

body.dialog {
  overflow: hidden; }

.askForm .question {
  background: #fff;
  border: none;
  padding: 10px;
  position: relative;
  margin-bottom: 0; }

.askForm .question textarea {
  max-height: 600px;
  min-height: 20px;
  line-height: 20px;
  height: 20px;
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #2b3237;
  display: block;
  outline: 0; }

.ask-question {
  height: 7rem;
  line-height: 4;
  width: 100%; }

.btn-ask {
  border: 1px solid #000;
  cursor: pointer;
  font-size: 2rem; }

.question-stats {
  font-size: 15px; }

.question-stats .stat {
  display: inline-block;
  color: rgba(0, 0, 0, 0.4);
  width: 49%;
  text-align: center;
  vertical-align: top; }

.question-stats .stat-text {
  font-size: 24px; }

.answered .stat-text {
  color: rgba(0, 255, 0, 0.7); }

.waiting .stat-text {
  color: rgba(0, 0, 255, 0.7); }

.rejected .stat-text {
  color: rgba(255, 0, 0, 0.7); }

.btn-toggle-mini {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  top: 0px;
  left: 0px; }

.btn-toggle-mini + label {
  position: relative;
  display: block;
  padding-left: 40px;
  color: #8b8b94;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  cursor: pointer;
  transition: color .2s ease-in-out;
  margin-right: 150px; }

.btn-toggle-mini + label:only-of-type {
  display: inline-block;
  margin-right: 0; }

.btn-toggle-mini + label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  vertical-align: middle;
  height: 15px;
  line-height: 15px;
  width: 30px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.15);
  transition: background .2s ease-in-out; }

.btn-toggle-mini + label::after {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  content: '';
  margin: 0;
  position: absolute;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  top: 2px;
  left: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.9);
  padding: 0;
  transition: left .2s ease-in-out, background .2s ease-in-out; }

.btn-toggle-mini:disabled + label::after {
  font-family: "modernpics";
  content: '';
  text-align: center;
  font-size: 6px;
  line-height: 11px;
  box-sizing: border-box; }

.btn-toggle-mini + label span {
  line-height: 18px; }

.optionsBar-counter {
  background: none;
  min-width: 26px;
  text-align: right;
  width: auto;
  font-size: 12px;
  padding-top: 1px;
  color: rgba(0, 0, 0, 0.3); }

.optionsBar-buttonWrap {
  float: right;
  clear: right; }

.ask-tab {
  display: inline-block;
  position: relative;
  padding-left: 21px;
  margin-top: 10px;
  padding-bottom: 5px; }

.ask-tab .title {
  display: inline-block;
  font-weight: 600; }

.up-arrow {
  display: block;
  border-bottom: 12px solid #ebedf0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  bottom: -10px;
  font-size: 0;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  width: 0; }

.up-arrow::after {
  border-bottom: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  content: '';
  left: -12px;
  position: absolute;
  top: 1px; }

.ask-header {
  background-color: #f5f6f7;
  border-bottom: 1px solid #dddfe2;
  border-radius: 2px 2px 0 0;
  font-weight: bold; }

#ask .dismiss {
  display: none; }

#ask.askSection--focused .dismiss {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  padding: 0 10px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4); }

.optionsBar {
  background-color: #f5f6f7;
  height: 50px;
  border-top: 2px solid #dddfe2;
  border-radius: 0 0 2px 2px;
  padding: 10px; }

#ask {
  margin: 10px 10px 20px;
  border: 1px solid #dddfe2;
  border-radius: 2px; }

#ask .presentation {
  display: none;
  opacity: 0; }

#ask.askSection--focused .ask-header,
#ask.askSection--focused .askForm {
  position: relative;
  z-index: 9000; }

#ask.askSection--focused .presentation {
  display: block;
  background: #000;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index: 8999; }

#btnAskSend {
  min-width: 5rem;
  max-width: 100px;
  padding-left: .5rem;
  padding-right: .5rem;
  margin-left: 1rem;
  line-height: 1; }

.legacy #app[data-route="ama"] .question,
.legacy .question {
  background: none repeat scroll 0 0 #FFF;
  border-color: #EEE #CCC #CCC #EEE;
  border-style: solid;
  border-width: 1px 1px 2px;
  margin-bottom: 5px;
  padding: 0;
  position: relative;
  width: 100%; }

.legacy #app[data-route="ama"] .question-info,
.legacy .question-info {
  background: url(https://cdn.joejiko.com/img/pages/questions/circle-q.png) no-repeat scroll left center transparent;
  height: 26px;
  left: 5px;
  line-height: 1;
  padding-left: 30px;
  position: absolute;
  top: 5px; }

.legacy #app[data-route="ama"] .question-id,
.legacy .question-id {
  display: inline-block;
  margin: 0; }

.legacy #app[data-route="ama"] .question-text, .legacy #app[data-route="ama"] .question-link,
.legacy .question-text,
.legacy .question-link {
  color: #000000;
  display: block;
  font-size: 25px;
  line-height: 1.25em;
  margin: 0;
  padding: 1.75rem 1rem 0.75rem 2rem; }

.legacy #app[data-route="ama"] .question-asked-by,
.legacy .question-asked-by {
  color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  margin: 0; }

.legacy #app[data-route="ama"] .response-text,
.legacy .response-text {
  background: url(https://cdn.joejiko.com/img/pages/questions/circle-a.png) no-repeat scroll 5px 15px transparent;
  line-height: 1.5;
  margin: 0;
  padding: 10px 5px 20px 40px; }

.legacy #app[data-route="ama"] .time-data,
.legacy .time-data {
  background-color: rgba(0, 0, 0, 0.05); }

.legacy #app[data-route="ama"] .time-data-label,
.legacy .time-data-label {
  font-size: 15px;
  width: 12.5%;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center; }

.legacy #app[data-route="ama"] .time-data-date,
.legacy .time-data-date {
  width: 12.5%;
  text-align: center; }

.legacy #app[data-route="ama"] .date,
.legacy .date {
  border-top: 1px dotted;
  color: #999999;
  font-size: 10px;
  line-height: 1;
  margin: 0;
  padding: 2px 10px;
  text-align: right; }

.legacy #app[data-route="ama"] .box,
.legacy .box {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%; }

.d-fixed {
  position: fixed; }

.jModalImage .jModal-content-wrap {
  max-height: 95%;
  width: 95%; }

.jModalImage .jModal-img-content {
  overflow: hidden; }

.jModal-img-cover,
.jModal-img-contain {
  position: absolute;
  width: 100%; }

.jModal-img-cover {
  z-index: 1;
  filter: blur(2px) grayscale(100%);
  transform: scale(1.5); }

.jModal-img-contain {
  z-index: 2; }

.btn-sign-in,
.btn-sign-in:link,
.btn-sign-in:visited {
  align-items: center;
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  color: #6d6d6d;
  display: inline-grid;
  font-size: 14px;
  font-weight: bold;
  grid-gap: 0.5em;
  grid-template-columns: 2em 1fr;
  height: 3em;
  padding: 0 0.5em;
  margin-right: 0.5em; }

.btn-sign-in:hover,
.btn-sign-in:focus {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 0 0 2px #c6dafb; }

.btn-sign-in:active {
  background-color: #eee; }

.btn-sign-in .icon-facebook {
  color: #3C5A99; }

.btn-sign-in :first-child {
  background: #fff; }

.g-sign-in {
  background-image: url("https://cdn.joejiko.com/img/vendor/google/sign-in/web/1x/btn_google_signin_light_normal_web.png");
  display: inline-block;
  height: 46px;
  width: 191px; }

.g-sign-in:hover,
.g-sign-in:focus {
  background-image: url("https://cdn.joejiko.com/img/vendor/google/sign-in/web/1x/btn_google_signin_light_focus_web.png"); }

.g-sign-in:active {
  background-image: url("https://cdn.joejiko.com/img/vendor/google/sign-in/web/1x/btn_google_signin_light_pressed_web.png"); }

.alert {
  padding: 0.75rem 1.25rem;
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid #c8c8c8; }

.alert-warning .alert-header {
  background-color: #d9dcf0;
  color: #212a5e;
  margin: -0.75rem -1.25rem;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.5rem; }

.d-grid-icon {
  align-items: center;
  grid-template-columns: min-content 1fr;
  grid-gap: 0.5rem; }

.col-end {
  grid-column-end: -1; }

.sticky {
  position: sticky; }

.sticky-50 {
  top: 50px; }

#content-header-actions {
  display: grid;
  grid-area: content-header-actions;
  grid-template-columns: repeat(auto-fit, minmax(120px, 0.5fr));
  grid-gap: 1rem;
  max-height: 6vmin;
  height: 100%; }

.no-content-sidebar #main {
  grid-template-areas: "content-header" "content" "content-footer";
  grid-template-columns: 1fr; }

.game-col:hover .game-img {
  bottom: auto;
  top: 0; }

.d-game-img {
  transform: scale(0.9);
  z-index: 10; }

.games-list {
  padding-top: 15px; }

.games-list .game {
  position: relative;
  grid-column: span 2;
  display: grid;
  align-content: center; }

.game-title {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #8135FF;
  color: #efefef;
  z-index: 36;
  padding: 3px 6px; }

.game-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  background-repeat: no-repeat;
  z-index: 37;
  background-image: url(https://cdn.joejiko.com/img/gaming/status-sprite-2.png); }

.game-status[data-status="Playing"] {
  background-position: 0 0; }

.game-status[data-status="Backlog"] {
  background-position: 0 -42px; }

.game-status[data-status="Completed"] {
  background-position: 0 -84px; }

.game-status[data-status="Dropped"] {
  background-position: 0 -126px; }

.game-status[data-status="Wishlist"] {
  background-position: 0 -168px; }

.game-status[data-status="Playing"] span,
.game-status[data-status="Backlog"] span,
.game-status[data-status="Completed"] span,
.game-status[data-status="Dropped"] span,
.game-status[data-status="Wishlist"] span {
  display: none; }

.bg-game-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(0.5);
  z-index: 0;
  opacity: 0.8; }

.bg-cover-center {
  background-size: cover;
  background-position: center center; }

.card-title {
  font-weight: 600; }

.grid-card {
  display: grid; }

.grid-card .card-body {
  display: grid; }

.grid-card .card-body *:not(.card-title) {
  align-self: end; }

.agent-mobile {
  overflow: hidden; }
  .agent-mobile #app {
    grid-template-areas: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    overflow-x: hidden;
    width: 100%;
    background-color: #ddd;
    overflow-y: auto; }
  .agent-mobile #bubble {
    display: none; }
  .agent-mobile #main {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    grid-row: unset;
    grid-column: unset;
    max-width: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    grid-template-rows: 1fr; }
  .agent-mobile #main-content {
    grid-template-rows: auto;
    grid-template-areas: "content-header" "content-body" "content-footer";
    overflow-x: hidden;
    max-width: 100%;
    grid-template-columns: 1fr; }
  .agent-mobile #content-header {
    position: static;
    min-width: 100%;
    width: 100%;
    max-width: 100%; }
  .agent-mobile #content {
    grid-template-rows: auto;
    grid-template-areas: unset;
    margin-top: 0;
    margin-bottom: 3vmin;
    grid-template-columns: 1fr;
    overflow-x: hidden; }
  .agent-mobile #content-body {
    grid-template-areas: "content" "content-sidebar";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    position: static;
    overflow-y: auto;
    overflow-x: hidden; }
  .agent-mobile #content-sidebar {
    grid-template-columns: 1fr; }
  .agent-mobile #content-header-actions {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    grid-gap: 1vmin;
    max-height: unset; }
  .agent-mobile .menu-default {
    grid-template-areas: "nav-links" "nav-actions" "nav-extended";
    grid-template-rows: 40px 40px max-content; }
  .agent-mobile .page-home #content {
    margin-top: 0; }
  .agent-mobile .social-panels,
  .agent-mobile .social-panel {
    grid-template-columns: 1fr; }
  .agent-mobile .d-flex {
    flex-wrap: wrap; }

.background-fixed {
  background: #eee no-repeat;
  background-position-x: -17vw;
  background-position-y: 4vmin;
  z-index: -1; }

.background-fixed,
.sidebars-fixed {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.bubble-wrap {
  position: fixed;
  top: 115px;
  left: 90px;
  width: 100%; }

#bubble {
  background: url("//cdn.joejiko.com/img/shared/long-bubble.svg") no-repeat scroll 0 0/contain rgba(0, 0, 0, 0);
  height: 10vmin;
  margin-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 70vmin;
  z-index: 902;
  transform: rotate(-3deg);
  margin-left: 0;
  font-size: 3vmin;
  line-height: 9vmin; }

.sidebar-link {
  padding: 0 1rem 0.125rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, max-content));
  align-items: center;
  grid-gap: 1rem;
  height: 100%; }

.sidebar-link:first-of-type {
  border-right: 1px solid #aaacb3;
  box-shadow: inset -6px 0 0 rgba(34, 34, 34, 0.1); }

.sidebar-link:first-of-type:not(:last-of-type) {
  box-shadow: inset 6px 0 0 rgba(34, 34, 34, 0.1); }

.sidebar-link:last-of-type:not(:first-of-type) {
  box-shadow: inset -6px 0 0 rgba(34, 34, 34, 0.1); }

.sidebar-alt .sidebar-link:first-of-type {
  border-left: 1px solid #aaacb3;
  box-shadow: inset 6px 0 0 rgba(34, 34, 34, 0.1); }

.sidebar-link:first-of-type:hover,
.sidebar-link:last-of-type:hover {
  box-shadow: none; }

.sidebar-alt .sidebar-link:first-of-type:not(:last-of-type) {
  box-shadow: inset -6px 0 0 rgba(34, 34, 34, 0.1); }

.sidebar-alt .sidebar-link:last-of-type:not(:first-of-type) {
  box-shadow: inset 6px 0 0 rgba(34, 34, 34, 0.1); }

.sidebar:first-of-type .sidebar-link {
  background-color: #26104c54; }

.sidebar .sidebar-link:hover {
  color: #eee;
  background-color: #26104c; }

.sidebar:first-of-type .sidebar-link {
  justify-content: end; }

#brand {
  display: grid;
  grid-template-areas: "brand-icon" "brand-kanji";
  justify-content: end;
  position: absolute;
  grid-template-columns: minmax(48px, 1fr); }

.page-home #brand {
  bottom: 100%;
  top: unset; }

.jModal.danger {
  background-color: #ff000080; }

.danger .jModal-content {
  background-color: #560c16;
  border-color: #560c16;
  box-shadow: 0 1px 1px #910316; }

.danger h1 {
  color: #fefefe; }

.danger .errors {
  background-color: #fefefe;
  color: #560c16; }

.post {
  background: #fefefe; }

.social-panel-main {
  display: grid;
  overflow: hidden; }

.social-panel .uiScrollableAreaContent,
.sidebar-activities {
  display: grid;
  grid-template-rows: 1fr;
  position: relative; }

.activity-source {
  border-bottom: .125rem solid #1a0b3329;
  border-left: .125rem solid #1a0b3329;
  box-shadow: -1px 1px inset #1a0b3329; }

.gaming-social-panel .social-panel-main {
  grid-template-rows: auto min-content;
  grid-template-areas: "a" "b"; }

.gaming-social-panel .activities-widget-header {
  grid-area: b; }

.gaming-social-panel .uiScrollableAreaContent {
  grid-area: a; }

.uiScrollableAreaContent {
  height: 100%;
  background-color: rgba(27, 13, 93, 0.1); }

.uiScrollableAreaContent .activities {
  display: grid;
  grid-template-rows: min-content auto min-content;
  position: absolute;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  padding: 6px 0 6px 6px;
  background-color: rgba(0, 0, 0, 0.1); }

.sidebar-activities {
  padding-left: 0.44vmin; }

.sidebars-fixed .activity-source {
  border: none;
  box-shadow: 3px 0 inset #1a0b3329;
  padding-left: 6px; }

.nav-extended .ama {
  background-color: rgba(0, 0, 0, 0.6); }

.nav-extended .media {
  background-color: rgba(0, 0, 0, 0.64); }

.nav-extended .gaming {
  background-color: rgba(0, 0, 0, 0.68); }

.nav-extended .blog {
  background-color: rgba(0, 0, 0, 0.72); }

.extended-content .p-3 {
  background-color: rgba(255, 255, 255, 0.95); }

.extended-footer {
  background-color: white; }

.menu-default .nav-extended {
  position: relative;
  height: 100%;
  grid-template-rows: 1fr; }

.nav-extended-section {
  height: 100%; }

.extended-footer {
  background-color: white;
  border: 1px solid #dee2e6; }

.InstagramImageActivity .bg-cover-center {
  background-position: center -100%; }

#content,
#content-sidebar {
  position: relative; }

#content {
  z-index: 110;
  display: unset;
  grid-template-rows: unset; }

#content-sidebar {
  z-index: 100;
  display: grid;
  grid-area: content-sidebar; }

#content-sidebar-alt {
  grid-area: content-sidebar-alt; }

#content-sidebar,
#content-sidebar-alt {
  grid-template-rows: 1fr;
  background-color: #e3e3e3; }

#content-header {
  z-index: 150; }

.page-home #content {
  margin-top: 0;
  padding-top: 13vmin; }

#home-header {
  padding: 1vmin;
  margin-bottom: 1vmin;
  background-color: rgba(255, 255, 255, 0.9); }

#fixed-content-sidebar {
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  max-width: calc(40% - 6px);
  min-width: 0;
  max-height: 100%;
  min-height: 0;
  right: 6px;
  grid-template-rows: 48px minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr); }
  #fixed-content-sidebar .sidebar {
    display: grid;
    grid-template-areas: "sidebar-header" "sidebar-content" "sidebar-footer";
    grid-template-rows: minmax(0, min-content) auto minmax(0, min-content);
    grid-template-columns: minmax(0, 1fr);
    grid-column-start: 1;
    grid-row-start: 2;
    padding: 1vmin 1vmin 5vmin 1vmin; }

#fixed-content-sidebar .sidebar-header:empty,
#fixed-content-sidebar .sidebar-content:empty,
#fixed-content-sidebar .sidebar-footer:empty {
  padding: 0; }

#fixed-content-sidebar .sidebar-content {
  position: relative;
  z-index: 110;
  display: grid; }

.activities .activity {
  position: relative;
  z-index: 10; }

.bg-game-cover {
  z-index: -1; }

/*# sourceMappingURL=style.css.map */
