@import url("font-awesome.min.css");

/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #42a2dc;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #84919a;
    --gray-dark: #5c6870;
    --primary: #42a2dc;
    --secondary: #84919a;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f4f5f6;
    --dark: #5c6870;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Whitney, Lato, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
    margin: 0;
    font-family: Whitney, Lato, -apple-system, BlinkMacSystemFont, Segoe UI,
        Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol;
    font-weight: 400;
    line-height: 1.5;
    color: #49545a;
    text-align: left;
    background-color: #edf0f2;
}

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

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

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

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

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

address {
    font-style: normal;
    line-height: inherit;
}

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

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #42a2dc;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #217bb1;
    text-decoration: underline;
}

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

code,
kbd,
pre,
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 {
    border-style: none;
}

img,
svg {
    vertical-align: middle;
}

svg {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

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

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

select {
    word-wrap: normal;
}

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

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

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

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

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: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

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

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

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

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

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

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

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

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

.display-1 {
    font-size: 6rem;
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
}

.display-3 {
    font-size: 4.5rem;
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #edf0f2;
    border: 1px solid #c7cdd1;
    border-radius: 0.25rem;
}

.figure {
    display: inline-block;
}

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

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

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

a>code {
    color: inherit;
}

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

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

pre {
    font-size: 87.5%;
    color: #49545a;
}

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

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

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

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

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

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

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

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #49545a;
}

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

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

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

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

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

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

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

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

.table-hover tbody tr:hover {
    color: #49545a;
    background-color: rgba(55, 63, 67, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #5c6870;
    border-color: #6d7c85;
}

.table .thead-light th {
    color: #6e7d87;
    background-color: #dde1e3;
    border-color: #c7cdd1;
}

.table-dark {
    color: #fff;
    background-color: #5c6870;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #6d7c85;
}

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

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

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, 0.075);
}

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

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

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

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

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

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

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

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

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

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

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

@media (prefers-reduced-motion: reduce) {

    .form-control,
    .StripeElement {
        transition: none;
    }
}

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

.form-control:focus,
.StripeElement:focus {
    color: #6e7d87;
    background-color: #fff;
    border-color: #aed7f0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
}

.form-control::-moz-placeholder,
.StripeElement::-moz-placeholder {
    color: #84919a;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.StripeElement:-ms-input-placeholder {
    color: #84919a;
    opacity: 1;
}

.form-control::placeholder,
.StripeElement::placeholder {
    color: #84919a;
    opacity: 1;
}

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

input[type="date"].form-control,
input[type="date"].StripeElement,
input[type="datetime-local"].form-control,
input[type="datetime-local"].StripeElement,
input[type="month"].form-control,
input[type="month"].StripeElement,
input[type="time"].form-control,
input[type="time"].StripeElement {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:-moz-focusring,
select.StripeElement:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #6e7d87;
}

select.form-control:focus::-ms-value,
select.StripeElement:focus::-ms-value {
    color: #6e7d87;
    background-color: #fff;
}

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

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

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

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

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

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

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

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

select.form-control[multiple],
select.form-control[size],
select[multiple].StripeElement,
select[size].StripeElement,
textarea.form-control,
textarea.StripeElement {
    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,
.form-check-input[disabled]~.form-check-label {
    color: #84919a;
}

.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%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

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

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

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

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

.was-validated select.form-control:valid,
.was-validated select.StripeElement:valid,
select.form-control.is-valid,
select.is-valid.StripeElement {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated select.form-control:invalid,
.was-validated select.StripeElement:invalid,
select.form-control.is-invalid,
select.is-invalid.StripeElement {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}

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

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

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

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

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

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

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

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

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

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

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    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 {
        justify-content: center;
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap;
    }

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

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

    .form-inline .custom-select,
    .form-inline .input-group {
        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;
        flex-shrink: 0;
        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: 500;
    color: #49545a;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #49545a;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 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: #42a2dc;
    border-color: #42a2dc;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #2791d1;
    border-color: #2589c6;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 176, 225, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #42a2dc;
    border-color: #42a2dc;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2589c6;
    border-color: #2382bc;
}

.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(94, 176, 225, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #84919a;
    border-color: #84919a;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #6f7f88;
    border-color: #6a7881;
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(150, 162, 169, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #84919a;
    border-color: #84919a;
}

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

.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(150, 162, 169, 0.5);
}

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

.btn-success.focus,
.btn-success:focus,
.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(72, 180, 97, 0.5);
}

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

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

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

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

.btn-info.focus,
.btn-info:focus,
.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(58, 176, 195, 0.5);
}

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

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

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

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

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #49545a;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(228, 177, 19, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #49545a;
    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: #49545a;
    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(228, 177, 19, 0.5);
}

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

.btn-danger.focus,
.btn-danger:focus,
.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(225, 83, 97, 0.5);
}

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

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

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

.btn-light {
    color: #49545a;
    background-color: #f4f5f6;
    border-color: #f4f5f6;
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #49545a;
    background-color: #dfe2e5;
    border-color: #d8dcdf;
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 221, 223, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #49545a;
    background-color: #f4f5f6;
    border-color: #f4f5f6;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #49545a;
    background-color: #d8dcdf;
    border-color: #d1d6d9;
}

.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(218, 221, 223, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #5c6870;
    border-color: #5c6870;
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #4b555b;
    border-color: #454e54;
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(116, 127, 133, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #5c6870;
    border-color: #5c6870;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #454e54;
    border-color: #3f484d;
}

.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(116, 127, 133, 0.5);
}

.btn-outline-primary {
    color: #42a2dc;
    border-color: #42a2dc;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #42a2dc;
    border-color: #42a2dc;
}

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #42a2dc;
    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: #42a2dc;
    border-color: #42a2dc;
}

.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(66, 162, 220, 0.5);
}

.btn-outline-secondary {
    color: #84919a;
    border-color: #84919a;
}

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(132, 145, 154, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #84919a;
    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: #84919a;
    border-color: #84919a;
}

.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(132, 145, 154, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-warning:hover {
    color: #49545a;
    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: #49545a;
    background-color: #ffc107;
    border-color: #ffc107;
}

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

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

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

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

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

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

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

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

.btn-outline-light:hover {
    color: #49545a;
    background-color: #f4f5f6;
    border-color: #f4f5f6;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 245, 246, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f4f5f6;
    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: #49545a;
    background-color: #f4f5f6;
    border-color: #f4f5f6;
}

.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(244, 245, 246, 0.5);
}

.btn-outline-dark {
    color: #5c6870;
    border-color: #5c6870;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #5c6870;
    border-color: #5c6870;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(92, 104, 112, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #5c6870;
    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: #5c6870;
    border-color: #5c6870;
}

.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(92, 104, 112, 0.5);
}

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

.btn-link:hover {
    color: #217bb1;
}

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

.btn-link.disabled,
.btn-link:disabled {
    color: #84919a;
    pointer-events: none;
}

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

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

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

.fade {
    transition: opacity 0.15s linear;
}

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

.fade:not(.show) {
    opacity: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #3e464c;
    text-decoration: none;
    background-color: #dde1e3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child),
.input-group>.StripeElement: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.has-validation>.custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n + 3) .custom-file-label:after,
.input-group.has-validation>.custom-select:nth-last-child(n + 3),
.input-group.has-validation>.form-control:nth-last-child(n + 3),
.input-group.has-validation>.StripeElement:nth-last-child(n + 3),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.StripeElement:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

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

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

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    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: #6e7d87;
    text-align: center;
    white-space: nowrap;
    background-color: #dde1e3;
    border: 1px solid #b0b9bf;
    border-radius: 0.25rem;
}

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

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

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

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

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

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

.input-group.has-validation>.input-group-append:nth-last-child(n + 3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n + 3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.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),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    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:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

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

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

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

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

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

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

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

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

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

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #9aa5ac;
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat;
}

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

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

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(66, 162, 220, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(66, 162, 220, 0.5);
}

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

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

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(66, 162, 220, 0.5);
}

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

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

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

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(66, 162, 220, 0.5);
}

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

.custom-select:focus {
    border-color: #aed7f0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
}

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

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

.custom-select:disabled {
    color: #84919a;
    background-color: #dde1e3;
}

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

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

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

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

.custom-file {
    display: inline-block;
    margin-bottom: 0;
}

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

.custom-file-input {
    z-index: 2;
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #aed7f0;
    box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
}

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

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

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

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    overflow: hidden;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #b0b9bf;
    border-radius: 0.25rem;
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #6e7d87;
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    content: "Browse";
    background-color: #dde1e3;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

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

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

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #edf0f2, 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #edf0f2, 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #edf0f2, 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
}

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

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

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

.custom-range::-webkit-slider-thumb:active {
    background-color: #d9ecf8;
}

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

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

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

.custom-range::-moz-range-thumb:active {
    background-color: #d9ecf8;
}

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

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

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

.custom-range::-ms-thumb:active {
    background-color: #d9ecf8;
}

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

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

.custom-range::-ms-fill-upper {
    margin-right: 15px;
}

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

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

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

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

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

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

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

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #dde1e3 #dde1e3 #c7cdd1;
}

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #6e7d87;
    background-color: #edf0f2;
    border-color: #c7cdd1 #c7cdd1 #edf0f2;
}

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

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

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

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

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

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

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

.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}

@media (max-width: 575.98px) {

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

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

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

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

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

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

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }

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

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

@media (max-width: 767.98px) {

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

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

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

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

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

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

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }

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

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

@media (max-width: 991.98px) {

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

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

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

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

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

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

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }

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

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

@media (max-width: 1199.98px) {

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

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

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

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

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

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

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }

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

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

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

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

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

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

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

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

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(55, 63, 67, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(55, 63, 67, 0.5);
}

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

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

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}

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

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, 0.5);
    border-color: hsla(0, 0%, 100%, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.5);
}

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

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f6f8f9;
    background-clip: border-box;
    border: 0 solid rgba(55, 63, 67, 0.125);
    border-radius: 0.25rem;
}

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

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

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

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

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

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

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

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

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

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

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid rgba(55, 63, 67, 0.125);
}

.card-header:first-child {
    border-radius: 0.25rem 0.25rem 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border-top: 0 solid rgba(55, 63, 67, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 0.25rem 0.25rem;
}

.card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
}

.card-header-pills,
.card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: 0.25rem;
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }

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

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}

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

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion {
    overflow-anchor: none;
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #dde1e3;
    border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: 0.5rem;
    color: #84919a;
    content: "/";
}

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

.breadcrumb-item.active {
    color: #84919a;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #42a2dc;
    background-color: #fff;
    border: 1px solid #c7cdd1;
}

.page-link:hover {
    z-index: 2;
    color: #217bb1;
    text-decoration: none;
    background-color: #dde1e3;
    border-color: #c7cdd1;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #42a2dc;
    border-color: #42a2dc;
}

.page-item.disabled .page-link {
    color: #84919a;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #c7cdd1;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

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

.badge:empty {
    display: none;
}

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

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #42a2dc;
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #2589c6;
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #84919a;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #6a7881;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(132, 145, 154, 0.5);
}

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

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}

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

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

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}

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

.badge-warning {
    color: #49545a;
    background-color: #ffc107;
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #49545a;
    background-color: #d39e00;
}

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

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

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}

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

.badge-light {
    color: #49545a;
    background-color: #f4f5f6;
}

a.badge-light:focus,
a.badge-light:hover {
    color: #49545a;
    background-color: #d8dcdf;
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(244, 245, 246, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #5c6870;
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #454e54;
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(92, 104, 112, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #dde1e3;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #3d7293;
    background-color: #d9ecf8;
    border-color: #cae5f5;
}

.alert-primary hr {
    border-top-color: #b5daf1;
}

.alert-primary .alert-link {
    color: #2e566f;
}

.alert-secondary {
    color: #5f6a70;
    background-color: #e6e9eb;
    border-color: #dde0e3;
}

.alert-secondary hr {
    border-top-color: #cfd3d7;
}

.alert-secondary .alert-link {
    color: #485054;
}

.alert-success {
    color: #2f7544;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

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

.alert-success .alert-link {
    color: #20512f;
}

.alert-info {
    color: #267280;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

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

.alert-info .alert-link {
    color: #1a4f59;
}

.alert-warning {
    color: #9f8324;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

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

.alert-warning .alert-link {
    color: #75611b;
}

.alert-danger {
    color: #8d3a44;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

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

.alert-danger .alert-link {
    color: #692b33;
}

.alert-light {
    color: #999ea0;
    background-color: #fdfdfd;
    border-color: #fcfcfc;
}

.alert-light hr {
    border-top-color: #efefef;
}

.alert-light .alert-link {
    color: #7f8587;
}

.alert-dark {
    color: #4a545a;
    background-color: #dee1e2;
    border-color: #d1d5d7;
}

.alert-dark hr {
    border-top-color: #c3c9cb;
}

.alert-dark .alert-link {
    color: #333a3e;
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #dde1e3;
    border-radius: 0.25rem;
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden;
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #42a2dc;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,
            hsla(0, 0%, 100%, 0.15) 25%,
            transparent 0,
            transparent 50%,
            hsla(0, 0%, 100%, 0.15) 0,
            hsla(0, 0%, 100%, 0.15) 75%,
            transparent 0,
            transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

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

.media-body {
    flex: 1;
}

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

.list-group-item-action {
    width: 100%;
    color: #6e7d87;
    text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #6e7d87;
    text-decoration: none;
    background-color: #f4f5f6;
}

.list-group-item-action:active {
    color: #49545a;
    background-color: #dde1e3;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(55, 63, 67, 0.125);
}

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

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

.list-group-item.disabled,
.list-group-item:disabled {
    color: #84919a;
    pointer-events: none;
    background-color: #fff;
}

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

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}

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

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

.list-group-horizontal>.list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

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

.list-group-item-primary {
    color: #3d7293;
    background-color: #cae5f5;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #3d7293;
    background-color: #b5daf1;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #3d7293;
    border-color: #3d7293;
}

.list-group-item-secondary {
    color: #5f6a70;
    background-color: #dde0e3;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #5f6a70;
    background-color: #cfd3d7;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #5f6a70;
    border-color: #5f6a70;
}

.list-group-item-success {
    color: #2f7544;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #2f7544;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #2f7544;
    border-color: #2f7544;
}

.list-group-item-info {
    color: #267280;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #267280;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #267280;
    border-color: #267280;
}

.list-group-item-warning {
    color: #9f8324;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #9f8324;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #9f8324;
    border-color: #9f8324;
}

.list-group-item-danger {
    color: #8d3a44;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #8d3a44;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #8d3a44;
    border-color: #8d3a44;
}

.list-group-item-light {
    color: #999ea0;
    background-color: #fcfcfc;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #999ea0;
    background-color: #efefef;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #999ea0;
    border-color: #999ea0;
}

.list-group-item-dark {
    color: #4a545a;
    background-color: #d1d5d7;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #4a545a;
    background-color: #c3c9cb;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #4a545a;
    border-color: #4a545a;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #373f43;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close:hover {
    color: #373f43;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(55, 63, 67, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #84919a;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #f4f5f6;
    background-clip: padding-box;
    border: 1px solid rgba(55, 63, 67, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #373f43;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dde1e3;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dde1e3;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Whitney, Lato, -apple-system, BlinkMacSystemFont, Segoe UI,
        Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #373f43;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #373f43;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #373f43;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #373f43;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #373f43;
    border-radius: 0.25rem;
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Whitney, Lato, -apple-system, BlinkMacSystemFont, Segoe UI,
        Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(55, 63, 67, 0.2);
    border-radius: 0.3rem;
}

.popover,
.popover .arrow {
    position: absolute;
    display: block;
}

.popover .arrow {
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^="top"]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(55, 63, 67, 0.25);
}

.bs-popover-auto[x-placement^="top"]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="right"]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="right"]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(55, 63, 67, 0.25);
}

.bs-popover-auto[x-placement^="right"]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: rgba(55, 63, 67, 0.25);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="left"]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="left"]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(55, 63, 67, 0.25);
}

.bs-popover-auto[x-placement^="left"]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #49545a;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid;
    border-right: 0.25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

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

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #42a2dc !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #2589c6 !important;
}

.bg-secondary {
    background-color: #84919a !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #6a7881 !important;
}

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

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

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

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

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

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

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

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

.bg-light {
    background-color: #f4f5f6 !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #d8dcdf !important;
}

.bg-dark {
    background-color: #5c6870 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #454e54 !important;
}

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

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #c7cdd1 !important;
}

.border-top {
    border-top: 1px solid #c7cdd1 !important;
}

.border-right {
    border-right: 1px solid #c7cdd1 !important;
}

.border-bottom {
    border-bottom: 1px solid #c7cdd1 !important;
}

.border-left {
    border-left: 1px solid #c7cdd1 !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: #42a2dc !important;
}

.border-secondary {
    border-color: #84919a !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: #f4f5f6 !important;
}

.border-dark {
    border-color: #5c6870 !important;
}

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

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
}

.rounded-right,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

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

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

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

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

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

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

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

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

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

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

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

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

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

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

@media (min-width: 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-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-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

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

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

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

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive:before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9:before {
    padding-top: 42.85714286%;
}

.embed-responsive-16by9:before {
    padding-top: 56.25%;
}

.embed-responsive-4by3:before {
    padding-top: 75%;
}

.embed-responsive-1by1:before {
    padding-top: 100%;
}

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

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

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

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

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    top: 0;
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    bottom: 0;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(55, 63, 67, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(55, 63, 67, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(55, 63, 67, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

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

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

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

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

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

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

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

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

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

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

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

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

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

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

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

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

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

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

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

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

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

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

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

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

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

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

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

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

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

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

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

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

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

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

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 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-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

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

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

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

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

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

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

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

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

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

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

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

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

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

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

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

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

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

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

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

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

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

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

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

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

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

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

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

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

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

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}

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

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

.text-wrap {
    white-space: normal !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 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-xl-left {
        text-align: left !important;
    }

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

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

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

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

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

.font-weight-bolder {
    font-weight: bolder !important;
}

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

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

.text-primary {
    color: #42a2dc !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-dark {
    color: #5c6870 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #394146 !important;
}

.text-body {
    color: #49545a !important;
}

.text-muted {
    color: #84919a !important;
}

.text-black-50 {
    color: rgba(55, 63, 67, 0.5) !important;
}

.text-white-50 {
    color: hsla(0, 0%, 100%, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

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

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

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

    blockquote,
    pre {
        border: 1px solid #9aa5ac;
    }

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

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

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

    @page {
        size: a3;
    }

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

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #373f43;
    }

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

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

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

    .table-dark {
        color: inherit;
    }

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

    .table .thead-dark th {
        color: inherit;
        border-color: #c7cdd1;
    }
}

.form-control,
.StripeElement {
    box-shadow: 0 1px 2px #dde1e3;
}

.form-control::-moz-placeholder,
.StripeElement::-moz-placeholder {
    color: #c7cdd1;
}

.form-control:-ms-input-placeholder,
.StripeElement:-ms-input-placeholder {
    color: #c7cdd1;
}

.form-control::placeholder,
.StripeElement::placeholder {
    color: #c7cdd1;
}

.col-form-label {
    font-weight: 500;
}

.form-check-label {
    font-size: 0.9375rem;
    color: #5c6870;
}

.form-check-input {
    margin-top: 0.35rem;
}

.StripeElement {
    padding: 9px 12px;
}

.StripeElement--focus {
    border-color: #aed7f0;
    box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
}

.StripeElement--invalid {
    border-color: #dc3545;
}

.icon-20 {
    width: 20px;
    height: 20px;
}

.fill-gray {
    fill: #9aa5ac;
}

.radio-select {
    background-image: url(../img/radio-select-default.svg);
    width: 28px;
}

.radio-select-selected {
    background-image: url(../img/radio-select-is-selected.svg);
}

.table thead th {
    background-color: #e6ecf0;
    font-size: 15px;
    font-weight: 600;
}

.table-valign-middle td {
    vertical-align: middle;
}

.td-fit,
.th-fit {
    width: 1%;
    white-space: nowrap;
}

.table-plan-price {
    font-weight: 600;
    color: #5c6870;
}

.table-plan-text {
    color: #84919a;
}

.card .table td,
.card .table th {
    padding: 0.75rem 1.25rem;
}

.btn,
.ft-15 {
    font-size: 0.9375rem;
}

.btn {
    box-shadow: 0 1px 2px #dde1e3;
}

.btn-group-sm>.btn,
.btn-sm {
    font-weight: 500;
    font-size: 0.8125rem;
}

.btn-link {
    box-shadow: none;
}

.btn-reset {
    background: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
}

.btn-default {
    background-color: #fff;
    border-color: #c7cdd1;
    color: #5c6870;
    font-weight: 300;
    font-size: 1rem;
}

.btn-default:hover {
    border-color: #b0b9bf;
}

.btn-outline-dark {
    border-color: #c7cdd1;
    color: #6e7d87;
    font-weight: 300;
    box-shadow: none;
}

.card {
    margin-bottom: 2rem;
    box-shadow: 0 2px 3px rgba(55, 63, 67, 0.16);
}

.card .card-header {
    padding: 1rem 1.25rem;
}

.card .card-footer {
    border-top: 1px solid #c7cdd1;
    background-color: transparent;
}

.card-header:first-child {
    border-radius: 0.25rem;
}

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

.card-flush {
    padding: 0.875rem 1.25rem;
}

.card-full {
    width: 80%;
}

.intro {
    text-align: center;
}

.intro-img {
    margin-bottom: 1.5rem;
}

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

.intro-btn {
    margin-top: 1.5rem;
}

@media (min-width: 768px) {
    .dropdown-toggle:after {
        margin-left: 0.625rem;
    }
}

.dropdown-toggle-image {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    margin-right: 0;
}

@media (min-width: 768px) {
    .dropdown-toggle-image {
        margin-right: 0.625rem;
    }
}

.spark-dropdown-label {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #373f43;
}

.notification-pill {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    width: 4.4375rem;
    height: 2.125rem;
    background-color: #f4f5f6;
    color: #49545a;
    font-weight: 600;
    font-size: 0.9375rem;
}

@media (min-width: 768px) {
    .metrics {
        display: flex;
    }
}

.metric {
    display: flex;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #c7cdd1;
}

.metric:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .metric {
        flex: 1;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
}

.metric-title {
    font-size: 0.9375rem;
    color: #9aa5ac;
}

.metric-stat {
    font-weight: 100;
    font-size: 1.875rem;
    color: #373f43;
}

.metric-unit {
    font-weight: 600;
    font-size: 1rem;
}

.metric-stat-sm {
    font-size: 0.9375rem;
    color: #373f43;
}

.metric-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.modal-title {
    font-weight: 300;
}

.modal-header,
.navbar-spark {
    background-color: #fff;
}

.navbar-spark {
    box-shadow: 0 2px 4px rgba(55, 63, 67, 0.04);
}

.navbar-spark i {
    opacity: 0.6;
}

.navbar-spark .nav-link,
.spark-settings-tabs .nav-link {
    display: flex;
    align-items: center;
    padding: 5px 0;
    font-size: 1rem;
    font-weight: 600;
    color: #49545a;
}

.navbar-spark .nav-link svg,
.spark-settings-tabs .nav-link svg {
    fill: currentColor;
    margin-right: 15px;
    color: #9aa5ac;
    flex-shrink: 0;
}

.navbar-spark .nav-link:hover,
.spark-settings-tabs .nav-link:hover {
    font-weight: 600;
    color: #42a2dc;
}

.navbar-spark .nav-link:hover svg,
.spark-settings-tabs .nav-link:hover svg {
    fill: #42a2dc;
}

.navbar-spark .nav-link.active,
.spark-settings-tabs .nav-link.active {
    font-weight: 600;
    color: #42a2dc;
}

.navbar-spark .nav-link.active svg,
.spark-settings-tabs .nav-link.active svg {
    fill: #42a2dc;
}

.spark-settings-tabs .nav-link {
    padding-bottom: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: #49545a;
}

.nav-heading {
    font-size: 14px;
    color: #9aa5ac;
    letter-spacing: 1px;
}

.spark-nav-profile-photo {
    height: 35px;
    width: 35px;
}

.team-member {
    padding: 1rem 1.25rem;
    height: 3.8125rem;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    border-color: #b0b9bf transparent;
    border-style: solid;
    border-width: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -1px;
}

.team-member:hover {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #b0b9bf;
    box-shadow: 0 1px 2px #b0b9bf;
}

.team-member-title {
    font-size: 1rem;
    color: #373f43;
}

.team-member-subtitle {
    font-size: 0.875rem;
    color: #6e7d87;
}

.spark-uploader {
    position: relative;
    border-radius: 0.25rem;
    cursor: pointer !important;
}

.spark-uploader:active {
    box-shadow: 0 0 0 0.2rem rgba(66, 162, 220, 0.25);
}

.spark-uploader-control {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 100%;
    opacity: 0;
    z-index: 99;
}

.image-placeholder {
    background: #c7cdd1;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 99px;
}

#modal-notifications .modal-header {
    background: #fff;
    border-bottom: 0;
    margin-bottom: 0;
    height: 70px;
    width: 350px;
    position: fixed;
    z-index: 100;
}

#modal-notifications .modal-header .btn-group {
    padding-top: 4px;
    width: 100%;
}

#modal-notifications .modal-dialog {
    height: 100vh;
    min-height: 100vh;
}

#modal-notifications .modal-content {
    background: #f4f5f6;
    border: none;
    overflow-y: scroll;
    height: 100vh;
    min-height: 100vh;
}

#modal-notifications .modal-body {
    padding: 0;
    height: 100vh;
    min-height: 100vh;
}

#modal-notifications .modal-footer {
    background: #fff;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    width: 350px;
}

#modal-notifications .notification-container:first-child {
    padding-top: 70px;
}

#modal-notifications .notification-container:last-child {
    padding-bottom: 88px;
}

#modal-notifications .notification:not(:first-child) {
    padding-top: 25px;
}

#modal-notifications .notification:not(:last-child) {
    margin-bottom: 23px;
}

#modal-notifications .notification {
    position: relative;
    padding: 20px 15px 0;
    border-top: 1px dashed #c7cdd1;
}

#modal-notifications figure {
    position: absolute;
}

#modal-notifications .notification-content {
    padding-left: 70px;
}

#modal-notifications .notification-content .meta {
    display: flex;
    align-content: flex-end;
}

#modal-notifications .notification-content .title {
    flex: 1;
    font-weight: 700;
    line-height: 1.2;
    margin: 2px 0 10px;
}

#modal-notifications .notification-content .date {
    color: #b0b9bf;
}

#modal-notifications .notification-content .notification-body {
    margin-bottom: 15px;
}

#modal-notifications .spark-profile-photo {
    height: 52px;
    width: 52px;
}

#modal-notifications .fa-stack {
    font-size: 26px;
}

#modal-notifications h4 {
    margin-bottom: 15px;
    margin-top: 3px;
}

.modal.docked .modal-dialog {
    position: fixed;
    top: 0;
    margin: 0;
    height: 100vh;
    width: 350px;
}

.modal.docked.docked-left .modal-dialog {
    left: 0;
}

.modal.docked.docked-right .modal-dialog {
    right: 0;
}

.modal.docked .modal-content {
    border-radius: 0;
    height: 100vh;
}

.modal.docked .modal-footer {
    position: fixed;
    bottom: 0;
    right: 0;
}

.valign-middle {
    vertical-align: middle !important;
}

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

.h-37 {
    height: 37px;
}

.h-90 {
    height: 90px;
}

.w-90 {
    width: 5.625rem;
}

@media (min-width: 768px) {
    .w-80\% {
        width: 80%;
    }
}

@media (min-width: 768px) {
    .w-84\% {
        width: 84%;
    }
}

.w-auto {
    width: auto;
}

.max-w-49\% {
    max-width: 49%;
}

.reveal .reveal-target {
    opacity: 0;
}

.reveal:hover .reveal-target {
    opacity: 1;
}

.pointer {
    cursor: pointer;
}

.no-pointer {
    cursor: default;
}

.flex-1 {
    flex: 1;
}

.no-shrink {
    flex-shrink: 0;
}

[v-cloak] {
    display: none;
}

body {
    direction: ltr;
}

.profile-photo-preview {
    display: inline-block;
    background-position: 50%;
    background-size: cover;
    vertical-align: middle;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 1.6;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.plan-feature-list {
    list-style: none;
}

.plan-feature-list li {
    line-height: 25px;
    margin-bottom: 20px;
}

.plan-feature-list li:last-child {
    margin-bottom: 0;
}

.spark-profile-photo-xs {
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

.spark-profile-photo {
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.spark-profile-photo-xl {
    height: 125px;
    width: 125px;
    border-radius: 50%;
}

body {
    background-color: #fff;
}

footer.main {
    width: 100%;
    min-height: 400px;
    background-color: #151515;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    justify-content: center;
    display: flex;
    align-items: center;
}

footer .footer-text {
    font-size: 1.67em;
}

.footer-links a:link,
.footer-links a:visited {
    font-size: 14px;
}

.footer-links li {
    padding: 10px 0;
    font-size: 12px;
}

.footer-links a:link,
.footer-links a:visited {
    color: #fff;
    text-transform: capitalize;
}

.footer-links a:link svg,
.footer-links a:visited svg {
    fill: #fff;
}

.footer-links a:hover {
    color: #fff;
}

.footer-links a:hover svg {
    fill: #fff;
}

.footer-links a.active {
    color: #fff;
}

.footer-links a.active svg {
    fill: #fff;
}

@media only screen and (max-width: 1024px) {
    .button-mobile-w100 {
        width: 100%;
    }
}

.copyright {
    font-size: 9px;
    line-height: 11px;
    color: hsla(0, 0%, 100%, 0.5);
    text-align: center;
}

.card,
.card-body {
    background-color: #fff;
    border-radius: 14px;
}

.table {
    font-size: 0.95rem;
}

.table-responsive th {
    text-align: center;
}

.paragraph-content p {
    margin-bottom: 0;
}

.paragraph-content.small-text p {
    font-size: 0.8rem !important;
}

.clickable {
    cursor: pointer;
}

.btn-group>button {
    margin-left: 3px;
}

.align-vertical-form-text {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
}

.badge-delete {
    cursor: pointer;
}

.button-pos-right {
    position: absolute;
    right: 5%;
}

.btn-search-filter,
.btn-search-filter:active,
.btn-search-filter:active:focus,
.btn-search-filter:focus,
.btn-search-filter:hover {
    color: #fff !important;
    background-color: #fff !important;
    border-color: #fff !important;
    box-shadow: unset !important;
    filter: unset !important;
}

.input-search-filter,
.input-search-filter:active,
.input-search-filter:active:focus,
.input-search-filter:focus,
.input-search-filter:hover {
    background-color: #fff !important;
    box-shadow: unset !important;
    filter: unset !important;
}

.btn-outline-icon-light {
    color: #ddd;
    border-color: #ddd;
    padding: 0.6em;
}

.btn-outline-icon-light i {
    text-align: center;
    width: 24px;
}

.btn-outline-icon-light:hover {
    color: #fff;
    background-color: #ddd;
    border-color: #ddd;
}

.btn-outline-icon-light.focus,
.btn-outline-icon-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(132, 145, 154, 0.5);
}

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

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

.btn-outline-icon-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-icon-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-icon-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(132, 145, 154, 0.5);
}

@media (min-width: 1520px) and (max-width: 1620px) {
    .container {
        max-width: 1480px;
    }
}

@media (min-width: 1620px) {
    .container {
        max-width: 1600px;
    }
}

@media (min-width: 1201px) {
    footer .container {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 1200px) {
    footer.main {
        min-height: 520px;
    }
}

@media only screen and (min-width: 992px) {
    footer.main .social-media-icons img {
        height: 36px;
    }
}

@media only screen and (max-width: 767px) {
    footer.main {
        min-height: 980px;
    }
}

@media only screen and (max-width: 640px) {
    .hr-center-mobile {
        margin: 1rem auto;
    }

    .hide-title-text {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    .icons {
        position: absolute;
        bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    footer.main {
        min-height: 1024px;
    }
}

.logo-medium {
    width: 201px;
    height: 45px;
    margin-top: 3px;
    margin-left: -15px;
}

.icon-spacing-right {
    margin-right: 10px;
}

a.text-link {
    color: #42a2dc;
    text-decoration: underline;
}

.text-newline {
    white-space: pre;
}

.navbar-dark {
    background-color: #142a39;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .navbar {
        background-color: #142a39;
    }
}

@media only screen and (max-width: 992px) {
    .hide-mobile {
        display: none;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 992px) {
    .show-mobile {
        display: none;
    }

    .navbar-center {
        align-items: center;
    }

    .navbar-center li {
        display: flex;
        flex-wrap: wrap;
        align-content: space-around;
    }
}

.fixed-top {
    position: absolute;
}

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

.spark-settings-tabs .nav-link {
    padding-bottom: 5px;
    padding-top: 5px;
}

.nav-link {
    align-items: center;
    padding: 5px 0;
    text-transform: uppercase;
    color: #142a39;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.nav-link svg {
    fill: #fff;
    margin-right: 15px;
    color: #fff;
    flex-shrink: 0;
}

.nav-link:hover {
    color: #0096FF;
}

.nav-link:hover svg {
    fill: #0096FF;
}

.nav-link.active {
    color: #fff;
}

.nav-link.active svg {
    fill: #fff;
}

.nav-link-border {
    border: 1px solid #ccc !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.nav-heading {
    background-color: transparent;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 10px;
}

.spark-nav-profile-photo {
    height: 24px;
    width: 24px;
    border-radius: 50%;
}

.spark-nav-profile-photo-dropdown {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.navbar-spark .nav-link,
.spark-settings-tabs .nav-link {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #142a39;
}

.navbar-spark .nav-link.active,
.navbar-spark .nav-link.hover,
.spark-settings-tabs .nav-link.active,
.spark-settings-tabs .nav-link:hover {
    color: #0096FF;
}

.navbar-spark .nav-link.active svg,
.navbar-spark .nav-link.hover svg,
.spark-settings-tabs .nav-link.active svg,
.spark-settings-tabs .nav-link:hover svg {
    fill: #0096FF;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    position: relative;
    border-bottom: 2px solid rgba(144, 198, 65, 0);
}

.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-link:hover {
    border-bottom: 2px solid #0096FF;
    -webkit-transition: 0.5s ease;
}

.nav-item .btn-group-sm>.btn,
.nav-item .btn-sm {
    width: 80px;
}

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
        margin-left: 0.6rem;
        margin-right: 0.6rem;
    }
}

.username {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #0096FF;
}

.navbar-secondary {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ececec;
}

.navbar-secondary .navbar-nav .nav-link {
    font-size: 0.8rem;
}

@media (max-width: 992px) {
    .navbar-secondary {
        background-color: #fff;
    }

    .navbar-secondary .navbar-nav .nav-link {
        text-align: left;
        font-size: 1.2rem;
        color: #142a39;
    }

    .spark-nav-profile-photo {
        height: 60px;
        width: 60px;
    }
}

.success-page-hero-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(40, 51, 51, 0.9)) 25%,
        url(../storage/assets/images/nikolai-lockertsen.jpg);
}

.courses-page-hero-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(40, 51, 51, 0.9)) 25%,
        url(../storage/assets/images/courses-cards.jpg);
}

.privacy-page-hero-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(40, 51, 51, 0.9)) 25%,
        url(../storage/assets/images/schoolism-live-toronto.jpg);
}

.instructor-page-hero-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(40, 51, 51, 0.9)) 25%,
        url(../storage/assets/images/dubai-247.jpg);
}

.interview-page-hero-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(40, 51, 51, 0.9)) 25%,
        url(../storage/assets/images/makingfriends.jpg);
}

.pricing-page-hero-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(40, 51, 51, 0.9)) 25%,
        url(../storage/assets/images/dubai-241.jpg);
}

.gifting-hero-banner,
.webinars-page-hero-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(40, 51, 51, 0.9)) 25%,
        url(../storage/assets/images/webinars-hero-banner.jpg);
}

.schoolism-study-group-hero-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(40, 51, 51, 0.9)) 25%,
        url(../storage/assets/images/schoolism-study-group-hero-banner.jpg);
}

.workshops-page-hero-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(40, 51, 51, 0.9)) 25%,
        url(../storage/assets/images/webinars-hero-banner.jpg);
}

.card .card-header {
    border: 1px solid rgba(21, 147, 210, 0.125);
    background-color: transparent;
}

.card .card-title {
    font-weight: 700 !important;
}

.card .card-invalid {
    border-radius: 5px;
    border: 1px solid #dc3545;
}

.card .card-header:first-child {
    border-radius: 0;
}

.course-image-placeholder {
    width: 400px;
}

.col-filename {
    width: 200px;
}

.col-file-size {
    width: 150px;
}

.fine-uploader-invalid .qq-uploader {
    border-radius: 5px;
    border: 1px dashed #dc3545;
}

.qq-uploader {
    max-height: 520px;
}

#fine-uploader {
    margin-bottom: 30px;
}

.refresh-videos {
    cursor: pointer;
}

.lessons-accordion {
    min-width: 200px;
    overflow-y: auto;
}

.lessons-accordion>.accordion>ul>li.active {
    background: #ccc;
}

@media only screen and (min-width: 1300px) {
    .lessons-accordion {
        height: 600px;
    }
}

@media only screen and (max-width: 1300px) {
    .lessons-accordion {
        height: 450px;
    }
}

.feedback-videos .accordion>ul>li.active {
    background: #ccc;
}

.courses-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
    grid-gap: 2em;
}

.courses-grid li {
    align-self: center;
    justify-self: center;
}

.box:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.course-info {
    margin-top: 25px;
}

.course-info nav>.nav-tabs>.nav-link {
    padding: 10px 20px;
}

.course-info .tab-pane {
    padding: 30px;
}

.courses-navigation {
    margin-bottom: 25px;
}

.course-listing {
    margin: 0 auto;
}

.course-card {
    width: 18rem;
    border-radius: 0 !important;
}

.course-card-title {
    height: 100px;
}

.center-courses {
    margin-top: 4%;
}

.center-courses-item {
    margin-left: 0.35rem;
    margin-right: 0.35rem !important;
}

.course-image-preview {
    margin-top: 10px;
    width: 288px;
    height: 288px;
}

.course-thumb-availability {
    position: absolute;
    top: 5%;
    right: 7%;
}

.course-thumb-availability span {
    color: #fff;
    width: 94px;
}

.coming-soon-course-colour {
    background-color: rgba(0, 200, 206, 0.9);
}

.new-course-colour {
    background-color: rgba(255, 90, 75, 0.9);
}

.course-img-thumb {
    width: 288px;
    height: 288px;
}

.course-img-gradient {
    position: relative;
    display: inline-block;
}

.course-img-gradient:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(180deg,
            hsla(0, 0%, 100%, 0) 0,
            rgba(40, 51, 51, 0.9));
    border-radius: 0.25rem;
}

.courses-image {
    position: relative;
    text-align: center;
    color: #fff;
}

.courses-image-text {
    position: absolute;
    bottom: 0;
    left: 8%;
    width: 265px;
}

.courses-image-title {
    color: #fff;
    font-size: 1.15rem;
    width: 200px;
    text-align: left;
}

.course-image-bottom-container {
    width: 200px;
    float: left;
}

.courses-image-teacher {
    color: #0096FF;
    font-size: 0.75rem;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}

.courses-image-teacher-name {
    color: #fff;
    font-size: 1rem;
    text-align: left;
}

.courses-image-level-indicator {
    margin-bottom: 0.8rem;
    text-align: right;
}

.courses-image-level {
    color: #bfbfbf;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: right;
}

.course-details-page-hero-banner {
    height: 300px;
    min-height: 160px;
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(40, 51, 51, 0.9)) 25%,
        url(../storage/assets/images/Victoria2.jpg);
    background-color: #000;
    background-position: center 35%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -2em;
}

.course-details-offer-bg {
    background: linear-gradient(rgba(144, 198, 65, 0.9), rgba(144, 198, 65, 0.9)) 25%,
        url(../storage/assets/images/Djamila2.jpg);
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    justify-content: center;
    align-items: center;
}

.course-info-availability span {
    min-width: 110px;
    color: #fff;
}

.course-info-desc,
.course-info-title {
    display: inline-block;
}

.course-trailer-info {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.course-video-trailer-padding {
    padding-left: 0;
    padding-right: 3rem;
}

.course-details-offer-line {
    border-top: 1px solid #142a39;
}

.subscription-key-small-icon-green {
    background-image: url(../storage/assets/icons/subscription-key-green-small-icon.svg);
    background-repeat: no-repeat;
    height: 48px;
    width: 36px;
    margin: 0.5rem auto;
}

.critiqued-sessions-small-icon-green {
    background-image: url(../storage/assets/icons/critiqued-sessions-green-small-icon.svg);
    background-repeat: no-repeat;
    height: 48px;
    width: 36px;
    margin: 0.5rem auto;
}

.course-details-section-title {
    color: #0096FF;
    font-weight: 700;
}

.course-description-block {
    padding-right: 3rem;
}

.course-lessons-section {
    padding: 0.5em 0;
}

.course-lessons-section i {
    float: right;
    color: #0096FF;
}

.course-lessons-line {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.course-lesson-text {
    padding-top: 15px;
    padding-right: 50px;
}

.plan-features {
    height: 275px;
    margin-top: 20px;
}

.learn-cards-block {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.footnote {
    font-size: 0.75rem;
}

.critiqued-session-container {
    margin-top: -1.5rem;
    padding: 2rem 0;
}

@media (max-width: 1199px) {
    .course-availability-mobile {
        position: absolute;
        left: 50%;
        margin-left: -2.5em;
    }

    .course-info-availability {
        margin-top: 0.75rem;
    }
}

@media (max-width: 767px) {
    .center-courses-item {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .course-details-offer-line {
        display: none;
    }

    .course-description-block {
        padding-right: 0;
    }

    .learn-cards-block {
        margin: -1rem;
    }

    .learn-cards-block .fa-ul {
        margin-left: 1.6rem;
    }

    .learn-cards-block .fa-ul li {
        margin: 1rem 0 !important;
    }
}

@media (min-width: 641px) and (max-width: 768px) {
    .course-details-page-hero-banner {
        height: inherit;
        padding-bottom: 2rem;
    }

    .course-video-trailer-padding {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (max-width: 640px) {
    .course-card {
        margin-left: 0;
    }

    .center-courses {
        width: 100%;
    }

    .center-courses-item {
        margin-right: 0 !important;
    }

    .courses-image-bottom-container,
    .courses-image-title {
        width: 160px;
    }

    .courses-image-title {
        font-size: 1rem;
    }

    .courses-image-teacher {
        font-size: 0.7rem;
    }

    .courses-image-teacher-name {
        font-size: 0.8rem;
    }

    .course-details-page-hero-banner {
        height: inherit;
        padding-bottom: 2rem;
    }

    .course-details-page-hero-banner h2 {
        font-size: 1.5rem;
        margin-top: 8%;
    }

    .course-trailer-info {
        margin: 0;
    }

    .course-video-trailer-padding {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .course-info-right {
        margin-left: 8%;
    }

    .course-info-right:first-child,
    .course-materials-list {
        margin-top: 10%;
    }

    .accordion-toggler h5 {
        font-size: 1rem;
    }
}

.courses-two-ways {
    background: linear-gradient(rgb(50 172 255 / 95%), rgb(1 89 176 / 96%)) 25%,
        url(../storage/assets/images/mascot-bg.jpg);
    background-color: #000;
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 1621px) {
    .courses-grid {
        grid-template-columns: repeat(5, minmax(288px, 1fr));
    }
}

@media (min-width: 1521px) and (max-width: 1620px) {
    .courses-grid {
        grid-template-columns: repeat(4, minmax(288px, 1fr));
    }
}

@media (min-width: 992px) and (max-width: 1520px) {
    .courses-grid {
        grid-template-columns: repeat(3, minmax(288px, 1fr));
    }
}

@media (min-width: 281px) and (max-width: 320px) {
    .courses-grid {
        grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
    }

    .course-img-thumb {
        width: 224px;
        height: 224px;
    }

    .course-card {
        width: 14rem;
    }

    .courses-grid li {
        width: 224px;
    }

    .course-img-gradient,
    .course-img-thumb {
        max-width: 264px;
        height: auto;
    }

    .courses-image-text {
        max-width: 92%;
    }
}

@media (max-width: 280px) {
    .courses-grid {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    }

    .course-card {
        width: 16rem;
    }

    .course-img-thumb {
        width: auto;
        height: auto;
    }

    .courses-image-text {
        padding-left: 10px;
        left: 0;
    }
}

.accordion .accordion-header .fa {
    float: right;
}

.accordion .accordion-header .fa:after {
    content: "\F146";
}

.accordion .accordion-header.collapsed .fa:after {
    content: "\F0FE";
}

.accordion {
    cursor: pointer;
}

.accordion>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion>ul>li {
    background: #222;
    color: #aaa;
    padding: 10px 30px 10px 45px;
    cursor: pointer;
}

.accordion>ul>li.active {
    background: #42a2dc;
}

.accordion>h6 {
    background: #363636;
    border-bottom: 1px solid #666;
    margin: 0;
}

.accordion>h6>a {
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    display: block;
}

.list-interview-instructor {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-interview-instructor li {
    vertical-align: top;
    margin-top: 25px;
    text-align: center;
}

.interview-title {
    letter-spacing: 3px;
    float: left;
}

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

.interview-info a {
    margin: 0 5px;
}

.interview-controls {
    float: right;
}

.interview-controls .control-text {
    font-size: 0.8em;
}

.interview-controls i {
    margin: 0 10px;
    font-size: 1.5em;
}

.interview-controls .dot {
    color: #c09f4e;
    margin: 0 5px;
}

.interview-control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    font-size: 3em;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.interview-control:hover {
    color: #fff;
}

.interview-control.left {
    left: 0;
    right: auto;
}

.interview-control.left,
.interview-control.right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.interview-control.right {
    right: 0;
    left: auto;
}

.interview-video-locked {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1)) 25%,
        url(../storage/assets/images/interviews-blur.jpg);
    background-color: #000;
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 5%;
    height: 570px;
}

.interview-video-locked a {
    color: #0096FF;
}

.video-container-inner {
    width: 1120px;
    max-width: 1120px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.interview-image-show img {
    float: right;
    max-width: 320px;
}

.interviews-get-access p {
    color: #0096FF;
    font-size: 0.3em;
}

.interview-prev-next span {
    color: #999;
}

.interview-page-bottom-bg {
    background: linear-gradient(rgba(144, 198, 65, 0.9), rgba(144, 198, 65, 0.9)) 25%,
        url(../storage/assets/images/makingfriends.jpg);
    background-color: #000;
    background-position: center 75%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.interview-page-bottom-bg p {
    font-size: 1.2em;
}

.interview-image-preview {
    margin-top: 10px;
    width: 288px;
    height: 288px;
}

.left-button-container {
    left: 2%;
}

.left-button-container,
.right-button-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.right-button-container {
    right: 2%;
}

.more-interviews a {
    color: #0096FF;
}

@media (min-width: 2048px) {
    .carousel-control-prev {
        left: 14%;
    }

    .carousel-control-next {
        right: 14%;
    }

    .interview-page-bottom-bg {
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .video-container-inner {
        width: 80%;
        max-width: 80%;
    }
}

@media (min-width: 767px) {
    .interview-video-container {
        margin-top: 3.4em;
    }
}

@media (max-width: 767px) {
    .video-container-inner {
        width: 100%;
        max-width: 100%;
    }

    .interviews-get-access p {
        font-size: 0.2em;
    }
}

@media (max-width: 1024px) {
    .interview-hero>div>div {
        display: flex;
        flex-direction: column-reverse;
    }

    .interview-control.left,
    .interview-control.right {
        position: absolute;
        top: 15px;
    }

    .interview-image-show img {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .interview-video-locked {
        height: 35em;
    }
}

@media (max-width: 640px) {
    .interview-title {
        display: block;
        float: none;
        font-size: 4em;
        word-break: break-word;
        text-align: center;
    }

    .interview-controls {
        float: left;
    }

    .meet-heroes-title {
        text-align: center;
    }
}

.instructor-controls {
    float: right;
    width: 52%;
}

.instructor-controls .control-text {
    font-size: 0.8em;
}

.instructor-controls i {
    margin: 0 10px;
    font-size: 1.5em;
}

.instructor-controls .dot {
    color: #c09f4e;
    margin: 0 5px;
}

.instructor-courses ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.instructor-credits-clients-awards ul {
    padding: 0;
    list-style: none;
}

#carouselInstructor .carousel-inner img {
    margin: auto;
}

#carouselInstructor ol {
    bottom: -5em;
}

#carouselInstructor ol li {
    background-color: #c6c8c8;
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    border-radius: 50%;
}

#carouselInstructor ol li.active {
    background-color: #0096FF;
}

#carouselInstructor a span {
    color: #0096FF;
}

.course-related-info {
    width: 370px;
    padding: 0 10px;
    height: 85px;
    display: table-cell;
    vertical-align: middle;
}

.course-related-title {
    display: block;
    color: #666;
    font-size: 1.2em;
}

.instructor-courses-image {
    position: relative;
    text-align: center;
    color: #fff;
}

.instructor-courses-img-thumb {
    width: 288px;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}

.instructor-course-img-gradient {
    position: relative;
    display: inline-block;
}

.instructor-course-img-gradient:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(180deg,
            hsla(0, 0%, 100%, 0) 0,
            rgba(40, 51, 51, 0.9));
    border-radius: 0.25rem;
}

.instructor-courses-image-text {
    position: absolute;
    bottom: 0;
    left: 10%;
    text-shadow: 1px 1px #000;
    margin-left: 10%;
}

.instructor-page-bottom-bg {
    background: linear-gradient(rgba(144, 198, 65, 0.9), rgba(144, 198, 65, 0.9)) 25%,
        url(../storage/assets/images/makingfriends.jpg);
    background-color: #000;
    background-position: center 75%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hand-with-brush-white-icon {
    max-width: 140px;
}

.more-instructors a {
    color: #0096FF;
}

@media (min-width: 2048px) {
    .instructor-page-bottom-bg {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .interview-controls-secondary {
        display: none;
    }
}

@media (min-width: 768px) {
    .instructor-courses-image-text {
        left: 0;
    }

    .instructor-description-container {
        min-height: calc(100vh - 500px);
    }
}

@media (max-width: 640px) {
    .instructor-controls {
        width: 100%;
    }

    .ul-course-list {
        margin: 0 auto;
    }

    .ul-course-list li {
        width: 100%;
    }

    .instructor-course-img-gradient,
    .instructor-course-img-gradient:after,
    .instructor-courses-image-text,
    .instructor-courses-img-thumb {
        margin-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .instructor-courses-image {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
    }
}

@media (min-width: 375px) and (max-width: 768px) {
    .course-related-info {
        width: 355px;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    .course-related-info {
        width: 330px;
    }
}

@media (max-width: 320px) {
    .course-related-info {
        width: 275px;
    }

    .ul-course-list {
        position: relative;
    }

    .instructor-courses-img-thumb {
        width: auto;
    }

    .instructor-courses-image-text {
        max-width: 60%;
    }
}

.webinar-bg-light {
    background: #f5f5f5;
}

.webinar-curved-line-bg {
    background-image: url(../storage/assets/images/home-page-carousel-bg.svg);
    background-repeat: no-repeat;
    background-position-y: -5em;
    background-size: contain;
}

.webinar-mobile-heading h2 {
    font-size: 2rem;
}

.webinar-subscribe-button-regular {
    width: 50%;
}

.webinar-subscribe-button-quarter {
    width: 37.5%;
}

.webinar-subscribe-button-half,
.webinar-subscribe-button-mid {
    width: 25%;
}

.webinar-faq-padding {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.about-webinars-text-align {
    text-align: left;
}

.about-webinar-list {
    font-size: 2rem;
    font-weight: 700;
}

.about-webinar-list h6 {
    color: #000;
    font-size: 1.25rem;
}

.about-webinar-list p {
    color: #000;
    font-weight: 400;
}

.webinar-margin-mobile {
    margin-bottom: 2rem;
}

.webinar-padding-mobile {
    padding: 0.5rem;
}

.learn-icon-container {
    padding: 1.33rem;
}

.learn-icon-container img {
    margin: 0 auto;
    height: 33%;
}

.learn-icon-container strong {
    justify-content: center;
}

.learn-icon-container p {
    text-align: left;
}

.webinar-cta-button-position {
    text-align: left;
    margin-top: 1em;
}

.webinar-accordion-icon-expand {
    float: right;
    color: #0096FF;
}

.tutorial-image {
    width: 100%;
    max-width: 288px;
}

@media only screen and (min-width: 1201px) and (max-width: 1624px) {
    .webinar-subscribe-button-mid {
        width: 50%;
    }
}

@media only screen and (min-width: 1201px) {
    .webinar-curved-line-bg {
        background-size: cover;
    }
}

@media only screen and (max-width: 1200px) {

    .webinar-subscribe-button-half,
    .webinar-subscribe-button-mid,
    .webinar-subscribe-button-quarter,
    .webinar-subscribe-button-regular {
        width: 100%;
    }

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

    .learn-icon-container {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .webinar-cta-title {
        font-size: 2.5em;
    }

    .webinar-curved-line-bg {
        background-position-y: 12em;
    }
}

@media only screen and (max-width: 640px) {
    .webinar-page-title {
        font-size: 1.8em;
    }

    .webinar-margin-mobile {
        margin-bottom: 0;
    }

    .webinar-padding-mobile {
        padding-top: 0;
        padding-bottom: 0;
    }

    .learn-icon-container {
        padding-left: 3rem;
        width: 100%;
    }

    .learn-icon-container strong {
        justify-content: center;
    }

    .learn-icon-container p {
        text-align: center;
    }

    .webinar-cta-title {
        font-size: 1.8em;
    }

    .webinar-cta-button-position {
        text-align: center;
    }

    .webinar-faq-title span {
        white-space: break-spaces;
    }
}

@media only screen and (max-width: 420px) {
    .webinar-margin-extra {
        margin-top: 1.5rem;
    }

    .webinar-margin-y-xs {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .webinar-padding-xs-top {
        padding-top: 0.5rem !important;
    }

    .webinar-padding-xs-bottom {
        padding-bottom: 0.5rem !important;
    }

    .webinar-faq-padding {
        display: flex;
        justify-content: space-between;
    }

    .webinar-faq-padding h5 {
        display: inline-block !important;
        max-width: 90%;
    }
}

.webinar-image-preview {
    margin-top: 10px;
    width: 288px;
    height: 288px;
}

.webinar-image-thumb {
    height: 80px;
    width: 80px;
}

.webinar-image-col {
    max-width: 80px;
}

.upgrade-btn {
    font-size: 0.7rem;
}

.bg-gifting {
    background-color: rgba(40, 51, 51, 0.1);
}

.gifting-plan .plan .card {
    width: 260px;
}

.btn-plan-gifting {
    background-color: #fff !important;
    border-color: #0096FF !important;
    color: #0096FF !important;
}

.gifting-icon-container {
    padding: 1.33rem;
    max-width: 260px;
    margin: 0 auto;
}

.gifting-icon-container img {
    margin: 0 auto;
    height: 33%;
}

.gifting-icon-container p,
.gifting-icon-container strong {
    justify-content: center;
}

.gifting-faq-padding {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.gifting-pricing {
    border-radius: 30px;
}

.gifting-step-border {
    border-radius: 30px;
    border: 1px solid #0096FF;
}

.gifting-heading {
    position: relative;
    bottom: 2.5em;
    left: 1em;
}

.gifting-heading p {
    font-size: 1.3em !important;
}

.gifting-review-confirm label {
    font-size: 0.95em;
    text-transform: unset;
}

.gifting-review-confirm span {
    font-size: 0.95em;
    font-weight: 600;
    padding: 0.5em;
    word-break: break-all;
}

.gifting-message-wrap {
    white-space: pre-wrap;
}

.gifting-redeem-input,
.gifting-redeem-input:active,
.gifting-redeem-input:focus {
    color: #000;
    font-size: 1.3em !important;
    letter-spacing: 0.5em;
    font-weight: 600;
    width: 75%;
}

.gifting-redeem-button {
    width: 75%;
}

.gifting-redeem-input::-moz-placeholder {
    letter-spacing: normal;
}

.gifting-redeem-input:-ms-input-placeholder {
    letter-spacing: normal;
}

.gifting-redeem-input::placeholder {
    letter-spacing: normal;
}

.gifting-redeem .invalid-feedback {
    font-size: 1.3em !important;
}

.gifting-error {
    margin: 0 auto;
    width: 75%;
}

@media only screen and (min-width: 1520px) {
    .gift-icons-flex {
        display: flex;
        flex-basis: content;
    }

    .gifting-icon-container {
        max-width: 290px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1624px) {
    .gifting-heading p {
        font-size: 1em !important;
    }
}

@media only screen and (max-width: 1200px) {
    .gifting-hero-banner {
        max-height: 300px !important;
    }

    .gifting-heading p {
        font-size: 1em !important;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .gifting-plan .plan .card {
        min-width: unset;
    }
}

@media only screen and (max-width: 860px) {
    .gifting-plan .plan .card {
        margin-left: 1em;
        margin-right: 1em;
    }

    .collapse>div:first-child {
        position: relative;
        bottom: 1em;
    }

    .gifting-step-border .collapsed {
        height: 0 !important;
    }

    .gift-edit-row {
        height: 1em;
    }
}

@media only screen and (max-width: 768px) {
    .gifting-heading {
        font-size: 1.8em;
        left: 0;
    }

    .gifting-heading p {
        font-size: 0.7em !important;
    }

    .gifting-review-confirm span {
        padding-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    .gifting-plan .plan {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .gifting-plan .plan .card {
        width: 90%;
        margin: 0 auto;
    }

    .btn-plan-gifting {
        max-width: 75%;
        margin: 0 auto;
    }

    .gifting-faq-title span {
        white-space: break-spaces;
    }

    .gifting-pricing {
        margin: 3em 0;
    }

    .collapse>div:first-child {
        position: relative;
        bottom: 2em;
    }

    .gift-edit-row {
        position: relative;
        top: 1em;
    }

    .gift-edit-row .edit-text {
        width: 70%;
        padding-top: 0 !important;
        position: relative;
        top: 0.5em;
    }

    .gift-edit-row .circle-check {
        width: 30%;
        padding-top: 0 !important;
    }

    .gift-purchase-success-icon {
        width: 50%;
    }

    .gifting-redeem-container {
        margin: 0 1em;
    }

    .gifting-redeem-container h4 {
        font-size: 1.2em;
    }

    .gifting-redeem-button,
    .gifting-redeem-input,
    .gifting-redeem-input:active,
    .gifting-redeem-input:focus {
        width: 100% !important;
    }

    .gifting-error {
        width: 90%;
    }
}

@media only screen and (max-width: 420px) {
    .gifting-faq-padding {
        display: flex;
        justify-content: space-between;
    }

    .gifting-faq-padding h5 {
        display: inline-block !important;
        max-width: 90%;
    }
}

.discord-background-dark-grey {
    background-color: #525252;
}

.discord-card-dark-grey {
    background-color: #474747;
}

.discord-text {
    font-size: 1.5em;
}

.discord-ul-size {
    font-size: 1.3em;
}

.discord-ul-size li i {
    top: 1em;
    display: list-item;
    left: -2em;
    position: relative;
}

.discord-ul-size li span {
    display: list-item;
    line-height: 1em;
}

.discord-padding-button {
    padding: 3rem;
}

.btn-discord-join {
    display: block;
    font-size: 1.5em !important;
}

.btn-discord-join-lg {
    margin: 0 auto;
    width: 75%;
}

.discord-eq-height {
    min-height: 250px;
}

.discord-card-column {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
    flex: 0 0 20%;
    width: 25%;
    max-width: 360px;
}

.bg-lightbox {
    background: url(../storage/assets/images/schoolism-study-group-hero-banner.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
}

@media only screen and (min-width: 2100px) {
    .discord-card-column {
        margin-left: 4rem;
        margin-right: 4rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1690px) {
    .discord-video-player-width {
        width: 100%;
    }
}

@media only screen and (max-width: 1400px) {
    .discord-card-column {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .btn-discord-join-lg {
        width: 100%;
    }
}

@media only screen and (max-width: 920px) {
    .discord-title-size {
        min-height: 250px !important;
        max-height: 250px !important;
    }

    .discord-text {
        font-size: 1.2em;
    }

    .discord-ul-size {
        font-size: 1.2em;
        margin: 2em !important;
    }

    .video-row-text {
        margin-top: 2em;
    }

    .discord-cta-title {
        margin: 2em 0;
        font-size: 2rem;
    }

    .btn-discord-join {
        display: inline-block;
    }

    .discord-eq-height {
        min-height: 180px;
    }

    .discord-card-column {
        margin: 1.25rem 0.25rem;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media only screen and (max-width: 920px) {
    .discord-title-size {
        min-height: 200px !important;
        max-height: 200px !important;
    }

    .discord-title-size h1 {
        font-size: 3.5em !important;
    }

    .discord-cta-title {
        margin: 0.5em 0;
    }
}

@media only screen and (max-width: 640px) {
    .discord-video-player-width {
        width: 100%;
        position: relative;
        margin: -155px auto 0;
        top: 80%;
        max-width: 375px;
    }

    .discord-title-size {
        min-height: 100px !important;
        max-height: 100px !important;
    }

    .discord-margin-y-xs {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .discord-title-size h1 {
        font-size: 1.5em !important;
    }

    .discord-padding-button {
        padding: 1rem;
    }
}

.workshops-banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -2em;
}

.workshops-banner-one {
    background-image: url(../storage/assets/images/the-reference-zone-banner.jpg);
}

.workshops-banner-two {
    background-image: url(../storage/assets/images/workshop-banner-brynn.jpg);
}

.workshops-thumbnail .card-body {
    background-color: transparent;
}

.workshops-thumbnail .card {
    width: 100%;
    min-height: 200px;
    border: 1px solid rgba(40, 51, 51, 0.1);
    border-radius: 8px;
    box-shadow: none;
}

.workshops-thumbnail .card .card-header {
    border: none;
}

.workshops-two-ways-workshop-one {
    background: linear-gradient(rgba(144, 198, 65, 0.9), rgba(144, 198, 65, 0.9)) 25%,
        url(../storage/assets/images/the-reference-zone-banner-no-text.jpg);
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
}

.workshops-two-ways-workshop-two {
    background: linear-gradient(rgba(144, 198, 65, 0.9), rgba(144, 198, 65, 0.9)) 25%,
        url(../storage/assets/images/workshop-banner-brynn-no-text.jpg);
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:visited,
.workshops-thumbnail .btn-outline-primary {
    background-color: #fff;
    border-color: #0096FF;
    color: #0096FF;
}

.tickets {
    color: #fff;
    justify-content: center;
    background: transparent;
}

.tickets .btn {
    background-color: #fff;
    color: #0096FF;
    border: 1px solid #0096FF;
    margin-bottom: -48px;
    letter-spacing: 0.1em;
    border-radius: 8px;
}

.tickets .btn.disabled,
.tickets .btn:hover {
    border: 1px solid #0096FF;
}

.tickets .btn.disabled {
    color: red;
    background-color: #aeaeae;
}

.tickets .btn:hover {
    background-color: #fff;
    color: #0096FF;
}

.tickets .btn.disabled,
.tickets .btn:disabled {
    opacity: 1;
}

.tickets h5 {
    font-weight: 600;
    letter-spacing: 0.08em;
}

.tickets .price {
    background-color: #fff;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.tickets .ticket-cards {
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 8px;
    border: 1px solid #fff;
    background: transparent;
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:visited,
.tickets .ticket-cards .btn-outline-primary {
    background-color: #fff;
}

.tickets .card-body {
    text-align: left;
    border-radius: 8px;
    background: transparent;
}

.tickets .card .card-header {
    border-bottom: 0;
    padding: 0;
}

.tickets .fa {
    color: #0096FF;
}

.workshop-subscribe input {
    border: 0;
    font-size: 0.875rem;
    letter-spacing: 0.01em;
}

.workshop-subscribe .input-group-btn .btn {
    min-width: 100px;
    max-width: 150px;
    line-height: 25px;
    border-radius: 0 4px 4px 0;
    letter-spacing: 0.06em;
    border: 0;
}

.workshop-subscribe .input-group-btn .btn,
.workshop-subscribe .input-group-btn .btn:hover {
    background-color: hsla(0, 0%, 100%, 0.8);
    color: #0096FF;
}

.StripeElement,
.workshop-subscribe .form-control {
    height: auto;
}

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

.workshop-intro img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.fluid-upcoming-workshops {
    background-color: #312d2a;
}

.upcoming-workshops-section {
    background: no-repeat 50% url(/img/pages/workshops/upcoming-workshops-bg.jpg);
    background-size: cover;
    min-height: 800px;
}

.upcoming-workshops-section-box {
    min-height: 810px;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    padding: 100px;
    background-clip: content-box;
}

.container-transparent {
    background-color: hsla(0, 0%, 100%, 0.95);
}

.upcoming-workshops-section-box>div {
    padding: 16px;
}

#WorkshopList {
    position: relative;
    left: 2em;
}

.upcoming-workshops-items {
    min-height: 580px;
    border: 2px solid #b98d2d;
}

.upcoming-workshops-items h1 {
    font-size: 2em;
    margin: 32px 0;
}

.upcoming-workshop-dash {
    border-bottom: 2px solid #b98d2d;
    margin-bottom: 2em;
}

.upcoming-workshops-items li {
    display: inline-block;
    width: 225px;
    margin: 10px 0;
}

.upcoming-workshops-items li>p {
    min-height: 30px;
}

.upcoming-workshops-items li>h4 {
    font-weight: 700;
}

.workshop-button {
    background-color: #ee793d;
    color: #fff !important;
}

#carouselWorkshop .carousel-inner img {
    margin: auto;
}

.workshop-bg-light {
    background: #f5f5f5;
}

.workshop-mobile-heading h2 {
    font-size: 2rem;
}

.workshop-text-size li,
.workshop-text-size p,
.workshop-text-size strong {
    font-size: 1.5rem;
}

.workshop-button-half {
    width: 25%;
}

.workshop-margin-mobile {
    margin-bottom: 2rem;
}

.workshop-padding-mobile {
    padding: 0.5rem;
}

@media (max-width: 1200px) {
    .upcoming-workshops-section {
        width: 100%;
        margin: 0;
    }

    .upcoming-workshops-section-box {
        width: 100%;
        padding: 20px;
    }

    #WorkshopList {
        left: 0;
        padding: 0;
    }

    .upcoming-workshops-items li {
        text-align: center;
        width: 100%;
        margin-top: 2em;
    }

    .upcoming-workshops-items li:last-child {
        margin-bottom: 2em;
    }

    .workshops-banner {
        height: 400px;
        min-height: 300px;
    }

    .workshop-button-half {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .workshops-banner {
        height: 600px;
        min-height: 400px;
    }
}

@media only screen and (max-width: 640px) {
    .workshop-mobile-heading h2 {
        font-size: 1.8em;
    }

    .workshop-text-size li,
    .workshop-text-size p,
    .workshop-text-size strong {
        font-size: 1.25rem;
    }

    .workshop-margin-mobile {
        margin-bottom: 0;
    }

    .workshop-padding-mobile {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 420px) {
    .workshop-margin-extra {
        margin-top: 1.5rem;
    }

    .workshop-margin-y-xs {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .workshop-padding-xs-top {
        padding-top: 0.5rem !important;
    }

    .workshop-padding-xs-bottom {
        padding-bottom: 0.5rem !important;
    }
}

.private-workshop-main {
    background: no-repeat 50% url(/img/pages/workshops/private/private-workshop-bg.jpg);
}

.private-workshop-main-box {
    min-height: 500px;
    padding: 100px;
}

.private-workshop-main-box h2 {
    color: #c09f4e;
}

.private-workshop-main-box p {
    color: #fff;
}

.private-workshop-inquiry {
    background-color: #ebebeb;
}

.form-inquiry {
    padding: 25px;
    background-color: #fff;
}

.form-inquiry input,
.form-inquiry textarea {
    width: 300px;
}

.private-workshop-testimonials {
    margin-bottom: 20px;
}

#carouselPrivateWorkshop .carousel-inner img {
    margin: auto;
}

@media (max-width: 1024px) {
    .private-workshop-main-box {
        padding: 30px;
    }

    .form-inquiry input,
    .form-inquiry textarea {
        width: 100%;
    }

    .private-workshop-clients img {
        width: 50%;
    }
}

.faq-list li {
    border: none;
}

.faq {
    margin: 40px 0;
}

.faq dt {
    margin: 20px 0;
}

.faq-container {
    padding: 100px 10%;
    margin-top: 60px;
}

.msg-border {
    border: 2px solid #f4f5f6;
    border-radius: 4px;
}

.img-cont-msg,
.img-cont-msg img {
    height: 64px;
    width: 64px;
}

.msg-spinner-position,
.msg-spinner-position-modal {
    position: absolute;
    top: 25vh;
    left: 50%;
    z-index: 9999;
}

.msg-spinner-position {
    left: 49%;
}

.msg-result-position {
    position: relative;
    top: 25vh;
    z-index: 9999;
}

.msg-card-body {
    height: 75vh;
    overflow-y: scroll;
    display: flex;
    padding-bottom: 6rem;
    flex-direction: column;
    resize: both;
    max-height: 100vh;
    min-height: 40vh;
}

.msg-card-body>div {
    margin: 1rem;
}

@media (min-width: 2048px) {
    .msg-modal-width {
        max-width: 1400px;
    }

    .msg-card-body {
        min-width: 22vw;
        width: 35vw;
        max-width: 45vw;
    }
}

@media (min-width: 1025px) and (max-width: 2047px) {
    .msg-modal-width {
        min-width: 40%;
        width: 42%;
        max-width: 70%;
    }

    .msg-card-body {
        min-width: 36vw;
        width: 52vw;
        max-width: 60vw;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .msg-modal-width {
        min-width: 65%;
        width: 65%;
        max-width: 80%;
    }

    .msg-result-position,
    .msg-spinner-position,
    .msg-spinner-position-modal {
        top: 15vh;
    }

    .msg-card-body {
        height: 40vh;
    }
}

@media (max-width: 767px) {
    .msg-modal-width {
        min-width: 70%;
        width: 70%;
        max-width: 80%;
    }

    .msg-card-body {
        height: 60vh;
    }
}

@media (max-width: 480px) {
    .msg-modal-width {
        min-width: 95%;
        width: 95%;
        max-width: 95%;
    }
}

.msg-form {
    position: absolute;
    bottom: 0;
    width: 96%;
}

.msg-container-parent {
    position: relative;
    min-width: 18%;
    max-width: 90%;
}

.msg-container-loading {
    opacity: 0.5;
}

.msg-container {
    background-color: #82ccdd;
    white-space: pre;
}

.msg-container,
.msg-container-send {
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 5px;
    padding: 0.45em 0.85em;
    position: relative;
}

.msg-container-send {
    background-color: #78e08f;
}

.msg-container-p {
    color: #000 !important;
    white-space: pre-wrap;
    margin-bottom: 0;
}

.msg-name {
    color: #777;
    font-size: 1em;
    font-weight: 700;
}

.msg-time {
    font-size: 0.8em;
}

.type-msg {
    border: 1px solid !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.type-msg,
.type-msg:disabled {
    resize: none;
}

.type-msg:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.btn-send {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border: 0 !important;
}

.tooltip>.tooltip-inner-grey {
    background-color: #555;
    color: #fff;
}

.tooltip>.tooltip-inner-green {
    background-color: #28a745;
    color: #fff;
}

.is-draggable {
    color: var(--green);
}

.not-draggable {
    color: #ccc;
}

.sortable-chosen {
    background-color: #fefefe !important;
    border-color: #333 !important;
    border-radius: 4px;
}

.sortable-active-table {
    background-color: #d4f9db;
}

.ql-editor,
.ql-toolbar {
    background-color: #fff;
}

.ql-container {
    height: 80% !important;
}

.ql-editor {
    min-height: 100px;
}

.expand-collapse>a:before {
    color: #49545a;
    font-family: FontAwesome;
    content: "\F146";
}

.expand-collapse>a.collapsed:before {
    content: "\F0FE";
}

.expand-collapse>a:active,
.expand-collapse>a:focus,
.expand-collapse>a:hover {
    text-decoration: none;
}

.table tr.collapsible td {
    padding: 0 1.25rem !important;
}

.upcoming-critiqued-session-nav a {
    font-size: 1.05rem;
}

.upcoming-critiqued-session-date {
    width: 15%;
}

.upcoming-critiqued-session-title {
    width: 40%;
}

.upcoming-critiqued-session-image {
    width: 12%;
}

.upcoming-critiqued-session-link {
    width: 45%;
}

.btn-upcoming-register {
    margin-right: 3rem;
    float: right;
}

.upcoming-critiqued-session-course-teacher {
    width: 80%;
    max-width: 80%;
}

@media (max-width: 1200px) {
    .upcoming-critiqued-session-date {
        width: 10%;
    }

    .upcoming-critiqued-session-image,
    .upcoming-critiqued-session-title {
        width: 50%;
    }

    .upcoming-critiqued-session-link {
        width: 40%;
    }

    .upcoming-date-mobile {
        text-align: left;
        margin-bottom: 1.25rem;
    }

    .btn-upcoming-register {
        padding: 0.9rem !important;
        font-size: 0.7rem !important;
        margin: 0;
        float: unset;
    }
}

@media (max-width: 1023px) {
    .upcoming-critiqued-session-date {
        width: 0;
    }

    .upcoming-critiqued-session-image {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .upcoming-critiqued-sessions-table {
        display: flex;
    }

    .upcoming-critiqued-sessions-table .invisible {
        width: 0;
    }

    .upcoming-critiqued-sessions-table td {
        display: flex;
    }

    .flex-mobile-width-100 {
        width: 100%;
    }

    .flex-basis-50 {
        flex-basis: 50%;
    }

    .upcoming-date-mobile {
        text-align: center;
    }

    .upcoming-critiqued-session-image {
        width: 25%;
    }

    .upcoming-critiqued-session-course-teacher {
        max-width: 65%;
    }

    .btn-upcoming-register {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

.locked {
    color: grey;
}

.unlocked {
    color: #0096FF;
}

.locked-disabled,
.unlocked-disabled {
    color: grey;
}

.input-active {
    border: 1px solid #28a745;
}

.lesson-duration {
    width: 130px;
}

.lesson-duration>.input-group>input:first-child {
    font-size: 0.9rem;
    text-align: right;
}

.lesson-duration .input-group-text {
    font-size: 0.9rem;
}

.lesson-duration>.input-group {
    width: 115px !important;
}

.session-details table td.label {
    padding: 5px 15px 5px 5px;
}

.session-details td.data {
    padding: 5px;
}

.student-lessons td,
.student-lessons th {
    font-size: 0.8rem;
    padding: 0.5rem !important;
}

.student-lessons th {
    font-weight: 400;
    word-spacing: 3em;
}

.student-lessons td.title {
    width: 120px;
}

.student-lessons td.date {
    width: 90px;
}

.message-column {
    min-width: 3%;
    width: 3%;
}

.critiqued-session-card {
    margin: 1.5rem;
    width: 18rem;
    border-radius: 0 !important;
}

@media (min-width: 415px) {
    .critiqued-sessions-tab {
        margin-top: -35px;
    }
}

@media (min-width: 641px) and (max-width: 768px) {
    .critiqued-sessions .list-inline-item:not(:last-child) {
        margin: 0;
    }
}

@media (max-width: 640px) {
    .critiqued-sessions .list-inline-item {
        display: block;
    }
}

@media (min-width: 414px) and (max-width: 450px) {
    .critiqued-session-card {
        margin: 1.5rem 3rem;
    }
}

@media (max-width: 414px) {
    .critiqued-sessions-tab .nav-pills .nav-link {
        font-size: 0.6rem;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

@media (max-width: 320px) {
    .critiqued-session-card {
        margin: 1.5rem 2.5rem;
        max-width: 200px;
    }
}

.current-rating {
    margin-top: 10px;
    font-weight: 700;
    text-align: center;
}

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

.assignment-thumbs {
    width: 180px;
    height: 180px;
}

.assignment-card .card .card-header {
    min-height: 200px;
    border: none;
    background-color: rgba(0, 0, 0, 0.03);
}

.lock-assignment .card {
    background-color: rgba(0, 0, 0, 0.03);
    min-height: 50px;
}

.lock-assignment .card .card-header {
    min-height: 200px;
    border: none;
}

.btn-primary .disabled {
    background-color: rgba(0, 0, 0, 0.03);
}

.activity-feed {
    list-style: none;
}

.activity-feed .feed-item {
    position: relative;
    padding: 1em;
    border-radius: 1em;
}

.activity-feed .feed-item .date {
    color: #777;
    text-transform: uppercase;
    font-size: 0.7em;
}

.activity-feed .feed-item .text {
    display: inline-block;
    position: relative;
    left: 1em;
    width: 70%;
}

.activity-feed .feed-item .icon {
    font-size: 1.2em;
}

.activity-default {
    color: #9a9;
}

.activity-lesson-opened {
    color: #ab6800;
}

.activity-assignment-graded {
    color: #0068ab;
}

.activity-final-grade-issued {
    color: #00ab68;
}

.activity-certificate-issued {
    color: #68ab00;
}

@media (max-width: 1024px) {
    .activity-feed .feed-item .text {
        display: inline-block;
    }

    .activity-feed .feed-item .date {
        top: 0;
    }
}

.overview-icon-area,
.overview-text-area {
    float: left;
}

.btn-icon-large-circle {
    width: 4rem;
    height: 4rem;
}

.btn-icon-large,
.btn-icon-large-circle {
    font-size: 1.5rem !important;
}

.panel-item-text {
    font-weight: 600;
    font-size: 0.8rem;
}

.panel-border {
    border-left: 2px solid #e6e6e6;
    border-right: none;
}

.critiqued-session-class:first-of-type {
    margin-top: 3rem;
}

.critiqued-session-class {
    margin-top: 1.5rem;
}

.critiqued-session-class-border {
    border-bottom: 2px solid #e6e6e6;
    padding: 1rem 0;
}

.critiqued-session-class-border:last-of-type {
    border-bottom: none;
}

.critiqued-session-title {
    max-width: 240px;
}

.critiqued-session-status {
    float: right;
}

@media (min-width: 768px) and (max-width: 1200px) {

    .overview-icon-area,
    .overview-text-area {
        float: none;
        display: flex;
        justify-content: center;
    }

    .overview-text-area {
        margin-top: 1rem;
    }
}

@media (max-width: 480px) {
    .critiqued-session-status {
        position: relative;
        display: inline;
        float: none;
        top: 0.5rem;
        margin-left: 4rem;
    }
}

@media (min-width: 480px) and (max-width: 640px) {
    .overview-icon-area {
        margin-left: 7rem;
        margin-bottom: 2rem;
    }

    .overview-text-area {
        margin-left: 2rem;
    }
}

.VueTables__heading,
.VueTables__table {
    font-size: 0.8rem;
}

.VueTables__table tr th.tw5 {
    width: 5%;
}

.VueTables__table tr th.tw8 {
    width: 8%;
}

.VueTables__table tr th.tw12 {
    width: 12%;
}

.VueTables__table tr th.tw16 {
    width: 16%;
}

.VueTables__child-row-toggler {
    font-size: 1rem;
}

.VueTables__child-row-toggler--closed:before {
    content: "\F0FE";
}

.VueTables__child-row-toggler--closed:before,
.VueTables__child-row-toggler--open:before {
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    left: 25%;
    vertical-align: middle;
    font-weight: 900;
}

.VueTables__child-row-toggler--open:before {
    content: "\F146";
}

.VueTables__table tr th:focus {
    outline: none;
}

.VueTables__row td,
.VueTables__table thead tr th {
    padding: 0.5rem 1rem !important;
}

.VueTables__row td {
    vertical-align: middle;
}

.VueTables__row td:focus {
    outline: none;
}

th.VueTables__sortable {
    text-align: center !important;
    cursor: pointer;
}

.table-with-collapse td:first-child,
.table-with-collapse th:first-child {
    border-right: 0 !important;
}

.VueTables__badge_light_blue span {
    background-color: rgba(0, 200, 206, 0.9);
    color: #fff;
    width: 80%;
}

.VueTables__badge_light_red span {
    background-color: rgba(255, 90, 75, 0.9);
    color: #fff;
}

.VueTables__badge_gray span {
    background-color: rgba(132, 145, 154, 0.9);
    color: #fff;
}

@media (min-width: 768px) {
    .search-button-bottom {
        margin-top: 6rem;
    }
}

.vue-table-column-sm {
    width: 10%;
}

.search-menu-bottom {
    top: 20%;
}

div.VueTables.VueTables--server>div:first-child>div>div.search-menu-bottom>input {
    vertical-align: middle;
}

div.VueTables.VueTables--server>div:first-child>div>div.VueTables__limit,
div.VueTables.VueTables--server>div:first-child>div>div.VueTables__limit>div.VueTables__limit-field {
    padding-right: 15px;
}

.VuePagination__pagination-item {
    cursor: pointer;
}

.swal-close-container {
    top: 10px;
    right: 10px;
}

.swal-close-button {
    box-shadow: none;
    border: 0;
}

.swal-close-button i {
    font-size: 1.5em;
}

.btn-size-swal {
    padding: 10px 24px !important;
}

.swal-button.swal-button--confirm.btn-size-swal:hover,
.swal-button.swal-button--ok.btn-size-swal:hover {
    background-color: #0096FF !important;
    border-color: #0096FF !important;
}

.winter-sale-banner {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.main-heading-banner {
    height: 300px;
    min-height: 200px;
    max-height: 220px;
}

.course-details-heading-banner,
.main-heading-banner {
    background-position: center 30%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -2em;
}

.course-details-heading-banner {
    height: 200px;
    min-height: 130px;
    max-height: 130px;
}

.dropdown-main .dropdown-item {
    color: #142a39;
}

.dropdown-main .dropdown-item:hover {
    background-color: #fff;
}

@media (min-width: 993px) {
    .discord-logo-menu {
        position: absolute;
        bottom: 1em;
    }

    .discord-text-menu {
        position: relative;
        left: 2.5em;
    }
}

@media (max-width: 992px) {
    .discord-logo-menu {
        position: relative;
        bottom: 0.1em;
    }
}

.popular-articles {
    font-size: 1.25rem;
}

.faq-new {
    background-color: #fafafa;
    border: 2px solid #e6e6e6;
}

html {
    scroll-behavior: smooth;
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

.instructor-listing {
    margin: 0 auto;
    justify-content: center;
}

.instructor-card {
    margin: 1.5rem;
    width: 14rem;
    border-radius: 0 !important;
}

.instructor-img-thumb {
    width: 224px;
    height: 224px;
}

.required:after {
    content: "*";
    color: #dc3545;
    padding-left: 5px;
}

.newsletter-signup-status.success {
    color: #0096FF;
}

.newsletter-signup-status.warning {
    color: #dc3545;
}

.underline-active-link {
    border-bottom: 5px solid #0096FF;
}

@media (max-width: 540px) {

    .assignment-card .pull-left,
    .assignment-card .pull-right {
        float: none;
        text-align: center;
    }

    .assignment-card .col-sm-8,
    .assignment-card p,
    .col-sm-2,
    .col-sm-10 {
        text-align: center;
    }

    .assignment-card .card .card-header,
    .lock-assignment .card .card-header {
        min-height: 300px;
    }

    .instructor-card {
        margin: 0;
        padding: 0.8rem;
        width: 10rem;
    }
}

@media (max-width: 320px) {
    .instructor-card {
        margin: 0;
        padding: 0.4rem;
        width: 8rem;
    }
}

.course-description {
    border: 1px solid #b0b9bf;
    background-color: #dde1e3;
    color: #6e7d87;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
}

.spark-settings-tabs .nav-link,
.spark-settings-tabs .navbar-spark .nav-link {
    letter-spacing: 0;
}

.spark-settings-tabs .nav-link {
    letter-spacing: 0;
    text-transform: capitalize;
}

.radio-error-position {
    position: absolute;
    top: 1.5rem;
    width: 16rem;
}

.profile-name {
    font-size: 3rem;
    font-weight: lighter;
    line-height: 1.2;
}

.tutorial-video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.tutorial-video-icon {
    position: absolute;
    bottom: 40%;
    width: 100%;
}

.tutorial-video-icon i {
    opacity: 0.75;
}

.tutorial-thumbnail-text {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.tutorial-img-thumb {
    width: 288px;
    height: 162px;
    -o-object-fit: cover;
    object-fit: cover;
}

.secondary-menu-icon {
    cursor: pointer;
    font-size: 1.4rem;
}

@media (max-width: 1024px) {

    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 640px) {

    .course-details-heading-banner,
    .main-heading-banner {
        min-height: 100px;
        height: 100px;
    }

    .course-details-heading-banner h1,
    .main-heading-banner h1 {
        font-size: 1.5rem;
    }

    .main-heading-banner h2 {
        font-size: 1.4rem;
    }

    .main-heading-banner .highlight-text {
        font-size: 0.68rem;
    }
}

@media (max-width: 540px) {

    .main-heading-banner p,
    course-details-heading-banner p {
        font-size: 0.7rem;
    }

    hr {
        margin-top: 0;
        margin-bottom: 0.3rem;
    }
}

@media (min-width: 281px) and (max-width: 320px) {
    .tutorial-img-thumb {
        width: 264px;
        height: 148.5px;
    }
}

@media (max-width: 280x) {
    .tutorial-img-thumb {
        width: 200px;
        height: 112.5px;
    }
}

.error-banner {
    background-image: url(../storage/assets/images/error_bg.png);
    background-color: #192b2d;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.fixed-width {
    max-width: 1280px;
}

.textarea-fixedsize {
    resize: none;
}

.text-main-color {
    color: #142a39;
}

.slide-image-preview {
    width: 80px;
    height: 80px;
}

main {
    min-height: calc(100vh - 400px);
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    main {
        min-height: calc(100vh - 500px);
    }
}

@media only screen and (max-height: 900px) {

    .spark-settings .row .col-lg:nth-child(2),
    main {
        min-height: 500px;
    }
}

.btn {
    box-shadow: none;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.938rem;
}

.btn-2 {
    width: 205px;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
    background-color: #0096FF;
    color: #fff;
    border-color: #ffffff;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
}

.btn.btn-primary:active:focus {
    background-color: #0096FF;
    border-color: #0096FF;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 1px 1px rgba(40, 51, 51, 0.075),
        0 0 8px rgba(144, 198, 65, 0.6);
}

.btn-primary:hover {
    filter: brightness(90%);
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:hover {
    background-color: #0096FF;
    border-color: #0096FF;
}

.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:visited {
    background-color: transparent;
    color: #0096FF;
    text-transform: uppercase;
    border-radius: 4px;
    border: 2px solid rgba(144, 198, 65, 0.4);
}

.btn-outline-primary:hover {
    background-color: transparent;
    color: #0096FF;
    border: 2px solid rgba(144, 198, 65, 0.4);
    filter: brightness(95%);
}

.btn.btn-outline-primary:active:focus {
    background-color: transparent;
    box-shadow: none;
    background-color: #0096FF;
    border-color: #0096FF;
}

.btn-link,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0096FF;
}

.btn-link:hover {
    color: #0096FF;
    text-decoration: none;
}

.uneditable-input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:active,
textarea:focus,
textarea:hover {
    border-color: rgba(144, 198, 65, 0.8);
    box-shadow: inset 0 1px 1px rgba(40, 51, 51, 0.075),
        0 0 8px rgba(144, 198, 65, 0.6);
    outline: 0 none;
}

.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    box-shadow: inset 0 0 0 rgba(40, 51, 51, 0), 0 0 8px rgba(144, 198, 65, 0);
    outline: 0 none;
}

.assignment-submission-form .form-control,
.StripeElement {
    border-color: rgba(40, 51, 51, 0.04);
}

.bg-primary {
    background-color: #0096FF !important;
}

.notification-pill {
    background-color: transparent;
}

.notification-pill .badge {
    font-size: 70%;
    padding: 0.2em 0.4em;
    border-radius: 10px;
    position: relative;
    top: -10px;
    left: -8px;
    font-weight: 500;
}

.badge-primary {
    background-color: #0096FF;
}

hr {
    border-top: 1px solid #0096FF;
    width: 100px;
}

.nav-item {
    padding: 0 0.6rem;
}

.nav-tabs>.nav-item>.nav-link {
    font-size: 0.75rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #0096FF;
    color: #fff;
    font-size: 0.75rem;
}

.nav-tabs>.nav-item>.nav-link {
    padding: 0.5rem 1rem;
}

.p-6 {
    padding: 5rem;
}

.heading-banner {
    background-color: rgba(40, 51, 51, 0.04);
}

.text-primary-green {
    color: #0096FF;
}

.highlight-text {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #0096FF;
    letter-spacing: 0.1em;
}

.col-form-label {
    font-size: 0.75rem;
    color: rgba(40, 51, 51, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.form-control,
.StripeElement {
    border: 1px solid #0096FF;
    box-sizing: border-box;
    border-radius: 8px;
}

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

.form-control:disabled,
.form-control[readonly],
.StripeElement:disabled,
[readonly].StripeElement {
    border-color: #b0b9bf;
}

.input-bottom-border {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0 !important;
}

.search-tags {
    background: rgba(144, 198, 65, 0.1);
    border-radius: 1.5em;
    color: #142a39;
    display: inline;
    font-size: 0.8em;
    font-weight: 700;
    padding: 0.2em 0.8em;
    white-space: nowrap;
}

.search-tags i {
    color: #0096FF;
    cursor: pointer;
    font-size: 0.8em;
    padding-left: 0.5em;
}

.pagination-label {
    color: #142a39;
    font-size: 0.7rem;
    position: relative;
    text-align: right;
}

span.pagination-label {
    left: 1.5em;
}

label.pagination-label {
    right: 1em;
}

.form-control.items-perpage-element,
.items-perpage-element.StripeElement {
    border: 1px solid rgba(40, 51, 51, 0.2);
}

.pagination-centered {
    margin-top: 1.5rem;
}

.pagination-centered .page-link {
    border: none;
}

.pagination-centered .page-link.active {
    background-color: rgba(144, 198, 65, 0.1);
    color: rgba(40, 51, 51, 0.5) !important;
}

.items-perpage-controls {
    padding: 0;
}

.items-perpage-controls .search-tags-container {
    margin-left: 2em;
    order: 2;
    max-width: 75%;
}

.items-perpage-controls .custom-control-inline {
    margin-left: auto;
    order: 3;
}

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

.pagination-centered .VuePagination__pagination-item.disabled {
    cursor: not-allowed;
}

.pagination-centered .VuePagination__pagination-item.page-item .page-link {
    color: #000;
}

.pagination-centered .VuePagination__pagination-item.page-item.VuePagination__pagination-item-next-chunk .page-link,
.pagination-centered .VuePagination__pagination-item.page-item.VuePagination__pagination-item-next-page .page-link,
.pagination-centered .VuePagination__pagination-item.page-item.VuePagination__pagination-item-prev-chunk .page-link,
.pagination-centered .VuePagination__pagination-item.page-item.VuePagination__pagination-item-prev-page .page-link {
    color: #0096FF !important;
}

.pagination-centered .VuePagination__pagination-item.page-item.disabled.VuePagination__pagination-item-first-page .page-link,
.pagination-centered .VuePagination__pagination-item.page-item.disabled.VuePagination__pagination-item-last-page .page-link,
.pagination-centered .VuePagination__pagination-item.page-item.VuePagination__pagination-item-next-chunk.disabled .page-link,
.pagination-centered .VuePagination__pagination-item.page-item.VuePagination__pagination-item-next-page.disabled .page-link,
.pagination-centered .VuePagination__pagination-item.page-item.VuePagination__pagination-item-prev-chunk.disabled .page-link,
.pagination-centered .VuePagination__pagination-item.page-item.VuePagination__pagination-item-prev-page.disabled .page-link {
    color: rgba(40, 51, 51, 0.5) !important;
}

.VuePagination__count {
    text-align: center;
}

.b-form-btn-label-control.b-form-datepicker>button {
    visibility: hidden;
}

.b-form-datepicker label {
    padding-left: 0.75rem !important;
    border-radius: 0;
    position: relative;
    right: 44px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #0096FF;
}

.nav-pills .nav-link {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-menu {
    width: auto;
}

.show>.dropdown-main-menu .dropdown-menu {
    max-height: 800px;
    visibility: visible;
}

.dropdown-main-menu .dropdown-menu {
    background-color: #142a39;
    border: 1px solid hsla(0, 0%, 100%, 0.6);
    display: block;
    max-height: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
}

.dropdown-header {
    text-transform: uppercase;
    color: #0096FF;
}

.dropdown-header,
.dropdown-item {
    letter-spacing: 0.04em;
    font-weight: 500;
}

.dropdown-item {
    font-size: 1rem;
}

.dropdown-divider {
    border-top: 1px solid rgba(40, 51, 51, 0.4);
}

.accordion>h6>a {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    color: #0096FF;
    text-transform: uppercase;
    padding: 10px;
    background-color: #f5f5f5;
}

.accordion>h6>a>p {
    font-size: 0.875rem;
    letter-spacing: 0.01em;
    text-transform: capitalize;
}

.accordion>h6 {
    border-bottom: 1px solid #fff;
    background: #f5f5f5;
}

.bg-grey {
    background-color: #f9f9f9;
}

.course-info nav>.nav-tabs>.nav-link {
    font-size: 0.75rem;
}

.accordion>ul>li {
    background: #fcfcfc;
    color: #142a39;
    padding: 15px;
}

.accordion>ul>li.active {
    background: #fafafa;
    color: rgba(40, 51, 51, 0.7);
}

.radio-select {
    display: inline-block;
    background-image: url(../storage/assets/icons/radio-select-default.svg);
    height: 28px;
    min-width: 28px;
    cursor: pointer;
}

.radio-select-selected {
    background-image: url(../storage/assets/icons/radio-select-is-selected.svg);
}

.text-unset-case,
.text-unset-case:active,
.text-unset-case:focus,
.text-unset-case:hover,
.text-unset-case:visited {
    text-transform: none;
}

.hr-grey {
    border-top: 1px solid rgba(40, 51, 51, 0.1);
    width: 100%;
}

.progress-bar {
    background-color: #0096FF;
}

.breadcrumb {
    background-color: rgba(40, 51, 51, 0.06);
}

.nav-menu-margin {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

@media only screen and (min-width: 992px) and (max-width: 1519px) {
    .nav-item {
        padding: 0 0.15rem;
    }

    .nav-menu-margin {
        margin-left: 0.2rem;
        margin-right: 0.2rem;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .nav-menu-margin .btn-group-sm>.btn,
    .nav-menu-margin .btn-sm {
        width: 70px;
    }

    ul.nav li.nav-item a.nav-link {
        font-size: 0.6rem !important;
        margin-left: 0.25rem;
        margin-right: 0.25rem;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .items-perpage-controls {
        padding: 0;
    }

    .items-perpage-controls .search-tags-container {
        margin-left: 0;
        max-width: 100%;
        padding: 0 1em;
        width: 100%;
    }
}

@media (max-width: 541px) {
    .nav-tabs>.nav-item>.nav-link {
        font-size: 0.625rem;
        padding: 0.5rem;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        font-size: 0.625rem;
    }
}

@media (max-width: 375px) {
    .items-perpage-controls div {
        margin-top: 1em;
    }

    .nav-tabs>.nav-item>.nav-link {
        font-size: 0.6rem;
        padding: 0.5rem 0.1rem;
    }
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #142a39;
    letter-spacing: 0.01em;
}

body {
    font-size: 1rem;
}

b,
strong {
    font-weight: 600;
}

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

h1 {
    font-size: 4.625rem;
}

h2 {
    font-size: 2.625rem;
}

h3 {
    font-size: 2.125rem;
}

h4 {
    font-size: 1.875rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1.125rem;
}

a:hover {
    text-decoration: none;
}

b,
strong {
    font-weight: 700;
}

p {
    font-size: 1rem;
    letter-spacing: 0.01em;
}

.small-text {
    font-size: 0.75rem;
}

.bigger-text {
    font-size: 1.5rem;
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.StripeElement {
    font-size: 1rem;
}

a.text-link,
a:hover {
    color: #0096FF;
}

.text-default {
    font-family: Whitney, Lato, -apple-system, BlinkMacSystemFont, Segoe UI,
        Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol;
}

@media only screen and (max-width: 769px) {
    h1 {
        font-size: 3.6rem;
    }

    h2 {
        font-size: 2.125rem;
    }

    h3 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 640px) {
    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 420px) {
    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 1.33rem;
    }
}

.hero-banner {
    height: 800px;
    min-height: 600px;
    background: linear-gradient(rgb(0 0 0 / 80%), hsl(0deg 4.08% 12.86% / 18%)) 25%,
        url(../storage/assets/images/mascot-bg.jpg);
    background-size: cover;
    background-color: #000;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-banner p {
    font-size: 18px;
}

.hero-banner .btn {
    width: 300px;
    height: 178px;
}

.hero-banner .btn-primary {
    background-color: #21231e91;
    border-radius: 8px;
    font-size: 18px;
}

.hero-banner .btn-primary p {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 300;
}

.home-carousel-bg {
    background-color: #f4f4f4;
}

.carousel-badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2rem;
    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;
}

.carousel-thumb-availability {
    position: absolute;
    top: 5%;
    left: 7%;
}

.carousel-thumb-availability span {
    color: #fff;
}

.subscription-home-banner {
    min-height: 300px;
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.subscription-text {
    padding-left: 10%;
}

.subscription-card .card-group {
    transform: rotate(-15deg);
    overflow: hidden;
    z-index: -1;
}

.subscription-card .card {
    width: 190px;
    height: 135px;
    max-width: 190px;
    max-height: 135px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 8px;
    margin: 30px;
    overflow: hidden;
}

.subscription-card .card-group>.card:not(:first-child),
.subscription-card .card-group>.card:not(:last-child) {
    border-radius: 8px;
}

.subscription-card img {
    width: 190px;
    height: 135px;
    max-width: 190px;
    max-height: 135px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    opacity: 1;
    transition: 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

div.subscription-card {
    overflow: hidden;
    white-space: nowrap;
    -webkit-mask-image: -webkit-gradient(linear,
            right bottom,
            left top,
            from(#000),
            to(rgba(0, 0, 0, 0.2)));
}

div.subscription-card [class*="col"],
div.subscription-card [class*="span"] {
    display: inline-block;
    float: none;
}

.thumb-row-one {
    margin-top: -60px;
    margin-left: 100px;
    margin-right: -100px;
}

.thumb-row-two {
    margin-left: 60px;
    margin-top: -10px;
}

.thumb-row-three {
    margin-top: -30px;
    margin-left: 20px;
    margin-right: -100px;
}

.thumb-row-four {
    margin-top: -40px;
    margin-left: 160px;
    margin-right: -100px;
}

.thumbnail-text {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.subscription-card a:hover {
    width: 105%;
    height: 105%;
}

.subscription-card a:hover img {
    filter: blur(5px) brightness(100%);
    opacity: 0.6;
}

.subscription-card a:hover .thumbnail-text {
    opacity: 1;
    filter: none;
    color: #fff;
}

.critiqued-sessions-home-banner {
    min-height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../storage/assets/images/Djamila_Knopf.jpg);
    background-size: 100%;
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
}

.live-workshops-home-banner {
    min-height: 300px;
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.interviews img {
    max-width: 120px;
    max-height: 120px;
    margin: auto;
    display: block;
    transition: 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

div.interviews {
    overflow: hidden;
    white-space: nowrap;
}

.interviews a:hover {
    width: 105%;
    height: 105%;
}

.interviews a:hover img {
    filter: brightness(50%);
    opacity: 0.6;
}

.interviews a:hover .thumbnail-text {
    opacity: 1;
    filter: none;
    color: #fff;
}

.stay-inspired-banner {
    min-height: 300px;
    background: linear-gradient(rgba(40, 51, 51, 0.9), rgba(40, 51, 51, 0.9));
    background-size: 100%;
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
}

.newsletter input {
    width: 420px;
}

.newsletter button {
    max-width: 230px;
    line-height: 24px;
    border-radius: 0 4px 4px 0;
    letter-spacing: 0.06em;
}

.newsletter .form-control,
.StripeElement {
    height: auto;
}

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

@media only screen and (min-width: 2048px) {
    .home-carousel-bg .container {
        max-width: 2000px;
    }
}

@media only screen and (max-width: 1920px) {
    .home-carousel-bg {
        background-size: contain;
    }
}

@media only screen and (min-width: 1025px) {
    .subscription-text {
        padding-left: 200px;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .interview-description {
        padding-left: 10%;
    }
}

@media only screen and (max-width: 1024px) {
    .interviews img {
        max-width: 100px;
        max-height: 100px;
    }

    .carousel-badge {
        padding: 0.5rem 1rem !important;
        font-size: 60%;
    }
}

@media only screen and (min-width: 769px) {

    .btn-50 .btn-group-lg>.btn,
    .btn-50 .btn-lg,
    .btn-group-lg>.btn {
        width: 50%;
    }

    .interview-description {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 769px) {
    .interviews img {
        max-width: 80px;
        max-height: 80px;
    }

    .critiqued-sessions-home-banner,
    .live-workshops-home-banner {
        background-size: cover;
    }
}

@media only screen and (max-width: 600px) {
    .subscription-text {
        text-align: center;
        padding-right: 10%;
    }

    .interview-description {
        text-align: center;
        padding-right: 5%;
        padding-left: 5%;
    }

    .stay-inspired-banner {
        background-size: cover;
    }
}

.plan {
    color: #222;
    justify-content: center;
}

.plan h5 {
    font-weight: 600;
    letter-spacing: 0.08em;
}

.plan .card {
    min-width: 220px;
    max-width: 320px;
    border-radius: 8px;
}

.highlight-text .badge {
    font-size: 12px;
}

.plan .btn {
    background-color: #0096FF;
    border-color: #0096FF;
    color: #fff;
}

.plan .plan-other {
    border: 1px solid #0096FF;
}

.plan .card-body {
    text-align: left;
    border-radius: 8px;
}

.plan .card .card-header {
    border-bottom: 0;
}

.plan .fa {
    color: #0096FF;
}

.light-text {
    font-size: 12px;
    color: #919191;
}

.start-from {
    position: relative;
    bottom: -10px;
}

.plan p {
    font-size: 12px;
}

a {
    color: #0096FF;
}

.plan-other .plan-team,
.plan-other .start-from {
    visibility: hidden;
}

.plan .plan-critiqued {
    border: 2px solid #222;
}

.plan-critiqued .btn {
    background-color: #142a39;
    border-color: #142a39;
    color: #fff;
}

.plan-critiqued .plan-team {
    visibility: hidden;
}

.start-from {
    margin-bottom: -10px;
}

.tag {
    font-size: 11px;
}

.plan-critiqued .tag {
    background-color: #222;
}

.plan .price {
    background-color: rgba(40, 51, 51, 0.04);
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.plan .card-header {
    padding: 0;
}

.plan .highlight-text {
    font-size: 9px;
    text-transform: uppercase;
    color: #0096FF;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.plan-feature-list {
    color: #000;
}

@media only screen and (max-width: 768px) {
    .plan .card {
        margin-left: 0;
        max-width: 380px;
    }
}

@media only screen and (device-width: 768px) {
    .plan .card {
        min-width: 250px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 860px) {
    .plan .card {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .plan .card {
        margin-left: auto;
        margin-right: auto;
    }
}

.purchase-summary {
    border-radius: 8px;
}

.heading p {
    color: #0096FF;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #0096FF;
    text-align: left;
    line-height: 0.1em;
}

.heading p span {
    background-color: #fff;
}

.signup-more-feature-txt {
    font-weight: 700;
    color: #0096FF;
}

.signup-more-feature-txt,
.upsell {
    line-height: 1.5;
    text-align: center;
}

.upsell {
    box-sizing: border-box;
    max-width: 528px;
    background: #fff;
    border: 2px dashed #0096FF;
    border-radius: 24px;
}

.upsell .signup-free-txt {
    font-weight: 500;
    font-size: 24px;
    color: #0096FF;
}

.upsell .signup-free-txt-lighter {
    font-weight: 400;
    font-size: 24px;
    color: #0096FF;
}

.upsell .signup-free-headline {
    font-weight: 500;
    font-size: 19px;
    color: #0096FF;
}

.upsell .signup-free-body {
    font-size: 0.75rem;
    color: #000;
}

.signup-more-feature-txt p {
    border-bottom: 1px solid #0096FF;
    line-height: 0.1em;
}

.signup-more-feature-txt p span {
    background-color: #fff;
}

.signup-free-btn-txt {
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
}

.team-signup-per-artist-txt {
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    color: #4f4f4f;
}

.team-signup-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.team-signup-quantity {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #7cb043;
    border-radius: 6px;
    display: flex;
    width: 108px !important;
    float: right;
    padding-left: 3px;
}

.team-signup-quantity.form-control,
.team-signup-quantity.StripeElement {
    height: 40px;
}

.team-signup-quantity-txtbox {
    border: none !important;
    box-shadow: none !important;
    text-align: center;
    -moz-appearance: textfield;
}

.team-signup-quantity-txtbox::-webkit-inner-spin-button,
.team-signup-quantity-txtbox::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.team-signup-decrmnt {
    color: #9b9a9a;
}

.team-signup-decrmnt,
.team-signup-incrmnt {
    font-family: Lato;
    border: none !important;
    background: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    border-radius: 6px;
}

.team-signup-incrmnt {
    color: #0096FF;
}

.promo-background {
    background-color: #e8effd;
    border: 1px solid transparent;
    border-radius: 4px;
}

.promo-text {
    font-size: 1.35rem;
    color: #595d69;
    font-weight: 100;
    margin-bottom: 0 !important;
    position: relative;
    bottom: 0.5rem;
    padding: 0.25rem;
}

.promo-price-regular {
    font-size: 1rem;
    color: red;
}

.promo-link span {
    color: #fff;
    background-color: #2163e8;
    margin-left: 0.5rem;
    padding: 0.4rem;
    font-weight: 100;
}

.promo-price-signup {
    line-height: 0.75em;
}

.promo-description-signup {
    height: 1.95em;
    color: red;
}

@media (max-width: 767px) {
    .promo-link {
        text-align: center;
    }
}

.container.flip-clock {
    display: inline;
}

.container.flip-clock span {
    font-size: 1.05rem !important;
    position: relative;
    top: 0.5rem;
}

.container.flip-clock span.flip-clock__slot {
    font-size: 0.65rem !important;
}

.flip-card__back-4digits:after,
.flip-card__back-4digits:before,
.flip-card__back-bottom,
.flip-card__back-bottom-4digits,
.flip-card__back:after,
.flip-card__back:before,
.flip-card__bottom,
.flip-card__bottom-4digits,
.flip-card__top,
.flip-card__top-4digits {
    color: #ccc !important;
}

.flip-card__back-bottom,
.flip-card__back-bottom-4digits,
.flip-card__bottom,
.flip-card__bottom-4digits {
    color: #fff !important;
}

@media (max-width: 640px) {
    .container.flip-clock {
        display: block;
    }
}

.side-nav-col {
    min-width: 260px;
    max-width: 260px;
}

.show>.dropdown-main .dropdown-menu {
    max-height: 800px;
    visibility: visible;
}

.dropdown-main .dropdown-menu {
    display: block;
    max-height: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
}

@media only screen and (max-height: 900px) {
    .side-nav {
        min-height: 500px;
    }
}

@media only screen and (min-height: 901px) {
    .side-nav {
        min-height: calc(100vh - 400px);
    }
}

@media (min-width: 992px) {
    .side-nav {
        position: absolute;
        margin-top: -1.5rem;
        height: calc(100% + 1.5rem);
        background-color: #f5f5f5;
        border: 1px solid #ececec;
        padding-top: 40px;
        max-width: 260px;
        min-width: 260px;
    }

    .side-nav .nav-heading {
        padding: 8px 8px 8px 32px;
        font-size: 1.2rem;
    }

    .side-nav a {
        padding: 8px 32px;
        text-decoration: none;
        font-size: 1rem;
        color: #142a39;
        display: block;
        transition: 0.3s;
        font-weight: 500;
        letter-spacing: 0.06em;
    }

    .side-nav a:hover {
        color: #9aa5ac;
        padding-left: 34px;
    }

    .side-nav .closebtn {
        visibility: hidden;
    }
}

@media (max-width: 991px) {
    .side-nav {
        margin-top: 62px;
        height: 100%;
        width: 260px;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        background-color: #f5f5f5;
        overflow-x: hidden;
        transition: transform 0.5s ease;
        transform: translateX(-260px);
        padding-top: 20px;
    }

    .side-nav.open {
        transform: translateX(0);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .side-nav .nav-heading {
        padding: 8px 8px 8px 32px;
        font-size: 1.2rem;
    }

    .side-nav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 1rem;
        color: #142a39;
        display: block;
        transition: 0.3s;
        font-weight: 500;
        letter-spacing: 0.06em;
    }

    .side-nav a:hover {
        color: #9aa5ac;
        padding-left: 34px;
    }

    .openSideMenuBtn {
        font-size: 30px;
        cursor: pointer;
    }

    #sideBarIcon {
        transition: visibility 0.5s;
    }

    .navbar-dark .navbar-toggler {
        border: none;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.2rem;
        text-align: left;
        color: #fff;
    }

    .nav-link {
        padding: 0.3rem 1rem;
    }

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

    .navbar-dark .navbar-nav .nav-link:active,
    .navbar-dark .navbar-nav .nav-link:hover {
        border-bottom: 2px solid transparent;
        -webkit-transition: 0.5s ease;
    }

    .navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .show>.nav-link {
        color: #142a39;
    }

    .dropdown-main .dropdown-menu {
        border: none;
    }

    .dropdown-main .dropdown-menu .dropdown-item {
        color: #142a39;
    }

    .dropdown-item {
        font-size: 1.2rem;
    }

    .flyout {
        left: 0;
        position: fixed;
        right: auto;
        transform: translateX(-100%);
        transition: transform 0.5s ease;
        z-index: 1050;
        overflow-y: auto;
    }

    .flyout.right {
        left: auto;
        right: 0;
        transform: translateX(100%);
    }

    .flyout.show {
        transform: translateX(0);
    }

    .flyout-backdrop {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100;
    }

    .navbar-flyout {
        background-clip: padding-box;
        background-color: #fff;
        border-right: 1px solid #d4d4d4;
        bottom: 0;
        padding: 1rem;
        top: 0;
    }

    .navbar-flyout.right {
        border-left: 1px solid #d3d3d3;
        border-right: none;
    }
}

@media (max-width: 420px) {
    .nav-link {
        max-width: 85%;
    }
}

@media (max-width: 414px) {
    .flyout.right {
        left: 5%;
    }
}

.bg-teams {
    background-color: rgba(40, 51, 51, 0.1);
}

.teams-plan .plan .card {
    width: 420px;
}

.btn-plan-teams {
    background-color: #fff !important;
    border-color: #0096FF !important;
    color: #0096FF !important;
}

.plan-currency {
    font-size: 0.8em;
    font-weight: 400;
}

.teams-icon-container {
    padding: 1.33rem;
    max-width: 260px;
    margin: 0 auto;
}

.teams-icon-container img {
    margin: 0 auto;
    height: 33%;
}

.teams-icon-container p,
.teams-icon-container strong {
    justify-content: center;
}

.teams-faq-padding {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.teams-pricing {
    border-radius: 30px;
}

.teams-step-border {
    border-radius: 30px;
    border: 1px solid #0096FF;
}

.teams-heading {
    position: relative;
    bottom: 2.5em;
    left: 1em;
}

.teams-heading p {
    font-size: 1.3em !important;
}

.teams-review-confirm label {
    font-size: 0.95em;
    text-transform: unset;
}

.teams-review-confirm span {
    font-size: 0.95em;
    font-weight: 600;
    padding: 0.5em;
    word-break: break-all;
}

.teams-message-wrap {
    white-space: pre-wrap;
}

.teams-redeem-input,
.teams-redeem-input:active,
.teams-redeem-input:focus {
    color: #000;
    font-size: 1.3em !important;
    letter-spacing: 0.5em;
    font-weight: 600;
    width: 75%;
}

.teams-redeem-button {
    width: 75%;
}

.teams-redeem-input::-moz-placeholder {
    letter-spacing: normal;
}

.teams-redeem-input:-ms-input-placeholder {
    letter-spacing: normal;
}

.teams-redeem-input::placeholder {
    letter-spacing: normal;
}

.teams-redeem .invalid-feedback {
    font-size: 1.3em !important;
}

.teams-error {
    margin: 0 auto;
    width: 75%;
}

@media only screen and (min-width: 1200px) {
    .teams-icon-container {
        max-width: 290px;
    }
}

@media only screen and (min-width: 1520px) {
    .team-icons-flex {
        display: flex;
        flex-basis: content;
    }

    .teams-icon-container {
        max-width: 290px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1624px) {
    .teams-heading p {
        font-size: 1em !important;
    }
}

@media only screen and (max-width: 1200px) {
    .teams-hero-banner {
        max-height: 300px !important;
    }

    .teams-heading p {
        font-size: 1em !important;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .teams-plan .plan .card {
        min-width: unset;
    }
}

@media only screen and (max-width: 860px) {
    .teams-plan .plan .card {
        margin-left: 1em;
        margin-right: 1em;
    }

    .collapse>div:first-child {
        position: relative;
        bottom: 1em;
    }

    .teams-step-border .collapsed {
        height: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .teams-heading {
        font-size: 1.8em;
        left: 0;
    }

    .teams-heading p {
        font-size: 0.7em !important;
    }

    .teams-review-confirm span {
        padding-left: 0;
    }

    .team-signup-per-artist-txt {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 640px) {
    .teams-plan .plan {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .teams-plan .plan .card {
        width: 90%;
        margin: 0 auto;
    }

    .btn-plan-teams {
        max-width: 75%;
        margin: 0 auto;
    }

    .teams-faq-title span {
        white-space: break-spaces;
    }

    .teams-pricing {
        margin: 3em 0;
    }

    .collapse>div:first-child {
        position: relative;
        bottom: 2em;
    }

    .teams-redeem-container {
        margin: 0 1em;
    }

    .teams-redeem-container h4 {
        font-size: 1.2em;
    }

    .teams-redeem-button,
    .teams-redeem-input,
    .teams-redeem-input:active,
    .teams-redeem-input:focus {
        width: 100% !important;
    }

    .teams-error {
        width: 90%;
    }
}

@media only screen and (max-width: 420px) {
    .teams-faq-padding {
        display: flex;
        justify-content: space-between;
    }

    .teams-faq-padding h5 {
        display: inline-block !important;
        max-width: 90%;
    }
}

.team-artists {
    width: 123px;
    height: 123px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #7cb043;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-artists span {
    font-weight: 600;
    font-size: 74px;
    line-height: 140%;
    text-align: center;
    color: #7cb043;
}

.team-new-plan {
    background: #f9fdf4;
    border-radius: 10px;
}

.primary-color-text {
    color: #7cb043;
}

.grey-color-text {
    color: #828282;
}

.center-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 94.9%, 0.9607843137254902);
    z-index: 50;
}

@media only screen and (max-width: 420px) {
    .tax-txt {
        font-size: 18px;
    }

    .total-txt {
        font-size: 22px;
    }

    .future-txt {
        font-size: 14px;
    }
}

.team-update-quantity-txtbox {
    border: none !important;
    box-shadow: none !important;
    text-align: center;
    -moz-appearance: textfield;
}

.team-update-quantity-txtbox::-webkit-inner-spin-button,
.team-update-quantity-txtbox::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.team-update-quantity {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #7cb043;
    border-radius: 6px;
    display: flex;
    width: 108px !important;
    float: right;
    padding-left: 3px;
}

.team-update-quantity.form-control,
.team-update-quantity.StripeElement {
    height: 40px;
}
