@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@charset "UTF-8";
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #6774df;
    --secondary: #6c757d;
    --success: #7dc668;
    --info: #5dd2bc;
    --warning: #f5b666;
    --danger: #ff7076;
    --light: #fafbfe;
    --dark: #1c2260;
    --blue: #4a90e2;
    --teal: #16ba71;
    --purple: #5163c5;
    --dark-gray: #939fad;
    --light-gray: #eceef0;
    --muted-light: #dbdfe4;
    --facebook: #3b5998;
    --twitter: #00aced;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #112b4a;
}

[dir] body {
    margin: 0;
    background-color: #fafbfe;
}

[dir="ltr"] body {
    text-align: left;
}

[dir="rtl"] body {
    text-align: right;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

[dir] h1,
[dir] h2,
[dir] h3,
[dir] h4,
[dir] h5,
[dir] h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

[dir] p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

[dir] abbr[title],
[dir] abbr[data-original-title] {
    cursor: help;
    border-bottom: 0;
}

address {
    font-style: normal;
    line-height: inherit;
}

[dir] address {
    margin-bottom: 1rem;
}

[dir] ol,
[dir] ul,
[dir] dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

[dir] ol ol,
[dir] ul ul,
[dir] ol ul,
[dir] ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

[dir] dd {
    margin-bottom: 0.5rem;
}

[dir="ltr"] dd {
    margin-left: 0;
}

[dir="rtl"] dd {
    margin-right: 0;
}

[dir] 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: #4a90e2;
    text-decoration: none;
}

[dir] a {
    background-color: transparent;
}
a:hover {
    color: #1f69c1;
    text-decoration: underline;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
    font-size: 1em;
}

pre {
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

[dir] pre {
    margin-top: 0;
    margin-bottom: 1rem;
}

[dir] figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[dir] img {
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    color: rgba(55, 77, 103, 0.54);
    caption-side: bottom;
}

[dir] caption {
    padding-top: 0.35rem 1rem;
    padding-bottom: 0.35rem 1rem;
}

[dir="ltr"] caption {
    text-align: left;
}

[dir="rtl"] caption {
    text-align: right;
}

[dir] th {
    text-align: inherit;
}

label {
    display: inline-block;
}

[dir] label {
    margin-bottom: 0.5rem;
}

[dir] button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[dir] input,
[dir] button,
[dir] select,
[dir] optgroup,
[dir] textarea {
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[dir] [role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

[dir] button:not(:disabled),
[dir] [type="button"]:not(:disabled),
[dir] [type="reset"]:not(:disabled),
[dir] [type="submit"]:not(:disabled) {
    cursor: pointer;
}

[dir] button::-moz-focus-inner,
[dir] [type="button"]::-moz-focus-inner,
[dir] [type="reset"]::-moz-focus-inner,
[dir] [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
}

[dir] input[type="radio"],
[dir] input[type="checkbox"] {
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
}

[dir] fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

[dir] legend {
    padding: 0;
    margin-bottom: 0.5rem;
}

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;
}

[dir] summary {
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.2;
    color: rgba(17, 43, 74, 0.84);
}

[dir] h1,
[dir] h2,
[dir] h3,
[dir] h4,
[dir] h5,
[dir] h6,
[dir] .h1,
[dir] .h2,
[dir] .h3,
[dir] .h4,
[dir] .h5,
[dir] .h6 {
    margin-bottom: 0.5rem;
}

h1,
.h1 {
    font-size: 2.34375rem;
}

h2,
.h2 {
    font-size: 1.875rem;
}

h3,
.h3 {
    font-size: 1.640625rem;
}

h4,
.h4 {
    font-size: 1.3125rem;
}

h5,
.h5 {
    font-size: 1.171875rem;
}

h6,
.h6 {
    font-size: 0.9375rem;
}

.lead {
    font-size: 1.171875rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

[dir] hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 0.8125rem;
    font-weight: 400;
}

[dir] mark,
[dir] .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    list-style: none;
}

[dir="ltr"] .list-unstyled {
    padding-left: 0;
}

[dir="rtl"] .list-unstyled {
    padding-right: 0;
}

.list-inline {
    list-style: none;
}

[dir="ltr"] .list-inline {
    padding-left: 0;
}

[dir="rtl"] .list-inline {
    padding-right: 0;
}

.list-inline-item {
    display: inline-block;
}
[dir="ltr"] .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
[dir="rtl"] .list-inline-item:not(:last-child) {
    margin-left: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    font-size: 1.171875rem;
}

[dir] .blockquote {
    margin-bottom: 1rem;
}

.blockquote-footer {
    display: block;
    font-size: 0.8125rem;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014\A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    max-width: 100%;
    height: auto;
}

[dir] .img-thumbnail {
    padding: 0.25rem;
    background-color: #fafbfe;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.figure {
    display: inline-block;
}

.figure-img {
    line-height: 1;
}

[dir] .figure-img {
    margin-bottom: 0.5rem;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}

kbd {
    font-size: 87.5%;
    color: #fff;
}

[dir] kbd {
    padding: 0.2rem 0.4rem;
    background-color: #212529;
    border-radius: 0.2rem;
    box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    font-size: 100%;
    font-weight: 700;
}
[dir] kbd kbd {
    padding: 0;
    box-shadow: none;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
}

[dir="ltr"] .container,
[dir="ltr"] .container-fluid,
[dir="ltr"] .container-lg,
[dir="ltr"] .container-md,
[dir="ltr"] .container-sm {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

[dir="rtl"] .container,
[dir="rtl"] .container-fluid,
[dir="rtl"] .container-lg,
[dir="rtl"] .container-md,
[dir="rtl"] .container-sm {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
}
[dir="ltr"] .row {
    margin-right: -15px;
    margin-left: -15px;
}
[dir="rtl"] .row {
    margin-left: -15px;
    margin-right: -15px;
}

[dir="ltr"] .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

[dir="rtl"] .no-gutters {
    margin-left: 0;
    margin-right: 0;
}
[dir="ltr"] .no-gutters > .col,
[dir="ltr"] .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
[dir="rtl"] .no-gutters > .col,
[dir="rtl"] .no-gutters > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
}

[dir="ltr"] .col-xl,
[dir="ltr"] .col-xl-auto,
[dir="ltr"] .col-xl-12,
[dir="ltr"] .col-xl-11,
[dir="ltr"] .col-xl-10,
[dir="ltr"] .col-xl-9,
[dir="ltr"] .col-xl-8,
[dir="ltr"] .col-xl-7,
[dir="ltr"] .col-xl-6,
[dir="ltr"] .col-xl-5,
[dir="ltr"] .col-xl-4,
[dir="ltr"] .col-xl-3,
[dir="ltr"] .col-xl-2,
[dir="ltr"] .col-xl-1,
[dir="ltr"] .col-lg,
[dir="ltr"] .col-lg-auto,
[dir="ltr"] .col-lg-12,
[dir="ltr"] .col-lg-11,
[dir="ltr"] .col-lg-10,
[dir="ltr"] .col-lg-9,
[dir="ltr"] .col-lg-8,
[dir="ltr"] .col-lg-7,
[dir="ltr"] .col-lg-6,
[dir="ltr"] .col-lg-5,
[dir="ltr"] .col-lg-4,
[dir="ltr"] .col-lg-3,
[dir="ltr"] .col-lg-2,
[dir="ltr"] .col-lg-1,
[dir="ltr"] .col-md,
[dir="ltr"] .col-md-auto,
[dir="ltr"] .col-md-12,
[dir="ltr"] .col-md-11,
[dir="ltr"] .col-md-10,
[dir="ltr"] .col-md-9,
[dir="ltr"] .col-md-8,
[dir="ltr"] .col-md-7,
[dir="ltr"] .col-md-6,
[dir="ltr"] .col-md-5,
[dir="ltr"] .col-md-4,
[dir="ltr"] .col-md-3,
[dir="ltr"] .col-md-2,
[dir="ltr"] .col-md-1,
[dir="ltr"] .col-sm,
[dir="ltr"] .col-sm-auto,
[dir="ltr"] .col-sm-12,
[dir="ltr"] .col-sm-11,
[dir="ltr"] .col-sm-10,
[dir="ltr"] .col-sm-9,
[dir="ltr"] .col-sm-8,
[dir="ltr"] .col-sm-7,
[dir="ltr"] .col-sm-6,
[dir="ltr"] .col-sm-5,
[dir="ltr"] .col-sm-4,
[dir="ltr"] .col-sm-3,
[dir="ltr"] .col-sm-2,
[dir="ltr"] .col-sm-1,
[dir="ltr"] .col,
[dir="ltr"] .col-auto,
[dir="ltr"] .col-12,
[dir="ltr"] .col-11,
[dir="ltr"] .col-10,
[dir="ltr"] .col-9,
[dir="ltr"] .col-8,
[dir="ltr"] .col-7,
[dir="ltr"] .col-6,
[dir="ltr"] .col-5,
[dir="ltr"] .col-4,
[dir="ltr"] .col-3,
[dir="ltr"] .col-2,
[dir="ltr"] .col-1 {
    padding-right: 15px;
    padding-left: 15px;
}

[dir="rtl"] .col-xl,
[dir="rtl"] .col-xl-auto,
[dir="rtl"] .col-xl-12,
[dir="rtl"] .col-xl-11,
[dir="rtl"] .col-xl-10,
[dir="rtl"] .col-xl-9,
[dir="rtl"] .col-xl-8,
[dir="rtl"] .col-xl-7,
[dir="rtl"] .col-xl-6,
[dir="rtl"] .col-xl-5,
[dir="rtl"] .col-xl-4,
[dir="rtl"] .col-xl-3,
[dir="rtl"] .col-xl-2,
[dir="rtl"] .col-xl-1,
[dir="rtl"] .col-lg,
[dir="rtl"] .col-lg-auto,
[dir="rtl"] .col-lg-12,
[dir="rtl"] .col-lg-11,
[dir="rtl"] .col-lg-10,
[dir="rtl"] .col-lg-9,
[dir="rtl"] .col-lg-8,
[dir="rtl"] .col-lg-7,
[dir="rtl"] .col-lg-6,
[dir="rtl"] .col-lg-5,
[dir="rtl"] .col-lg-4,
[dir="rtl"] .col-lg-3,
[dir="rtl"] .col-lg-2,
[dir="rtl"] .col-lg-1,
[dir="rtl"] .col-md,
[dir="rtl"] .col-md-auto,
[dir="rtl"] .col-md-12,
[dir="rtl"] .col-md-11,
[dir="rtl"] .col-md-10,
[dir="rtl"] .col-md-9,
[dir="rtl"] .col-md-8,
[dir="rtl"] .col-md-7,
[dir="rtl"] .col-md-6,
[dir="rtl"] .col-md-5,
[dir="rtl"] .col-md-4,
[dir="rtl"] .col-md-3,
[dir="rtl"] .col-md-2,
[dir="rtl"] .col-md-1,
[dir="rtl"] .col-sm,
[dir="rtl"] .col-sm-auto,
[dir="rtl"] .col-sm-12,
[dir="rtl"] .col-sm-11,
[dir="rtl"] .col-sm-10,
[dir="rtl"] .col-sm-9,
[dir="rtl"] .col-sm-8,
[dir="rtl"] .col-sm-7,
[dir="rtl"] .col-sm-6,
[dir="rtl"] .col-sm-5,
[dir="rtl"] .col-sm-4,
[dir="rtl"] .col-sm-3,
[dir="rtl"] .col-sm-2,
[dir="rtl"] .col-sm-1,
[dir="rtl"] .col,
[dir="rtl"] .col-auto,
[dir="rtl"] .col-12,
[dir="rtl"] .col-11,
[dir="rtl"] .col-10,
[dir="rtl"] .col-9,
[dir="rtl"] .col-8,
[dir="rtl"] .col-7,
[dir="rtl"] .col-6,
[dir="rtl"] .col-5,
[dir="rtl"] .col-4,
[dir="rtl"] .col-3,
[dir="rtl"] .col-2,
[dir="rtl"] .col-1 {
    padding-left: 15px;
    padding-right: 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.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.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;
}

[dir="ltr"] .offset-1 {
    margin-left: 8.3333333333%;
}

[dir="rtl"] .offset-1 {
    margin-right: 8.3333333333%;
}

[dir="ltr"] .offset-2 {
    margin-left: 16.6666666667%;
}

[dir="rtl"] .offset-2 {
    margin-right: 16.6666666667%;
}

[dir="ltr"] .offset-3 {
    margin-left: 25%;
}

[dir="rtl"] .offset-3 {
    margin-right: 25%;
}

[dir="ltr"] .offset-4 {
    margin-left: 33.3333333333%;
}

[dir="rtl"] .offset-4 {
    margin-right: 33.3333333333%;
}

[dir="ltr"] .offset-5 {
    margin-left: 41.6666666667%;
}

[dir="rtl"] .offset-5 {
    margin-right: 41.6666666667%;
}

[dir="ltr"] .offset-6 {
    margin-left: 50%;
}

[dir="rtl"] .offset-6 {
    margin-right: 50%;
}

[dir="ltr"] .offset-7 {
    margin-left: 58.3333333333%;
}

[dir="rtl"] .offset-7 {
    margin-right: 58.3333333333%;
}

[dir="ltr"] .offset-8 {
    margin-left: 66.6666666667%;
}

[dir="rtl"] .offset-8 {
    margin-right: 66.6666666667%;
}

[dir="ltr"] .offset-9 {
    margin-left: 75%;
}

[dir="rtl"] .offset-9 {
    margin-right: 75%;
}

[dir="ltr"] .offset-10 {
    margin-left: 83.3333333333%;
}

[dir="rtl"] .offset-10 {
    margin-right: 83.3333333333%;
}

[dir="ltr"] .offset-11 {
    margin-left: 91.6666666667%;
}

[dir="rtl"] .offset-11 {
    margin-right: 91.6666666667%;
}

@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.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .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;
    }

    [dir="ltr"] .offset-sm-0 {
        margin-left: 0;
    }

    [dir="rtl"] .offset-sm-0 {
        margin-right: 0;
    }

    [dir="ltr"] .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    [dir="rtl"] .offset-sm-1 {
        margin-right: 8.3333333333%;
    }

    [dir="ltr"] .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    [dir="rtl"] .offset-sm-2 {
        margin-right: 16.6666666667%;
    }

    [dir="ltr"] .offset-sm-3 {
        margin-left: 25%;
    }

    [dir="rtl"] .offset-sm-3 {
        margin-right: 25%;
    }

    [dir="ltr"] .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    [dir="rtl"] .offset-sm-4 {
        margin-right: 33.3333333333%;
    }

    [dir="ltr"] .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    [dir="rtl"] .offset-sm-5 {
        margin-right: 41.6666666667%;
    }

    [dir="ltr"] .offset-sm-6 {
        margin-left: 50%;
    }

    [dir="rtl"] .offset-sm-6 {
        margin-right: 50%;
    }

    [dir="ltr"] .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    [dir="rtl"] .offset-sm-7 {
        margin-right: 58.3333333333%;
    }

    [dir="ltr"] .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    [dir="rtl"] .offset-sm-8 {
        margin-right: 66.6666666667%;
    }

    [dir="ltr"] .offset-sm-9 {
        margin-left: 75%;
    }

    [dir="rtl"] .offset-sm-9 {
        margin-right: 75%;
    }

    [dir="ltr"] .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    [dir="rtl"] .offset-sm-10 {
        margin-right: 83.3333333333%;
    }

    [dir="ltr"] .offset-sm-11 {
        margin-left: 91.6666666667%;
    }

    [dir="rtl"] .offset-sm-11 {
        margin-right: 91.6666666667%;
    }
}
@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.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .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;
    }

    [dir="ltr"] .offset-md-0 {
        margin-left: 0;
    }

    [dir="rtl"] .offset-md-0 {
        margin-right: 0;
    }

    [dir="ltr"] .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    [dir="rtl"] .offset-md-1 {
        margin-right: 8.3333333333%;
    }

    [dir="ltr"] .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    [dir="rtl"] .offset-md-2 {
        margin-right: 16.6666666667%;
    }

    [dir="ltr"] .offset-md-3 {
        margin-left: 25%;
    }

    [dir="rtl"] .offset-md-3 {
        margin-right: 25%;
    }

    [dir="ltr"] .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    [dir="rtl"] .offset-md-4 {
        margin-right: 33.3333333333%;
    }

    [dir="ltr"] .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    [dir="rtl"] .offset-md-5 {
        margin-right: 41.6666666667%;
    }

    [dir="ltr"] .offset-md-6 {
        margin-left: 50%;
    }

    [dir="rtl"] .offset-md-6 {
        margin-right: 50%;
    }

    [dir="ltr"] .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    [dir="rtl"] .offset-md-7 {
        margin-right: 58.3333333333%;
    }

    [dir="ltr"] .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    [dir="rtl"] .offset-md-8 {
        margin-right: 66.6666666667%;
    }

    [dir="ltr"] .offset-md-9 {
        margin-left: 75%;
    }

    [dir="rtl"] .offset-md-9 {
        margin-right: 75%;
    }

    [dir="ltr"] .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    [dir="rtl"] .offset-md-10 {
        margin-right: 83.3333333333%;
    }

    [dir="ltr"] .offset-md-11 {
        margin-left: 91.6666666667%;
    }

    [dir="rtl"] .offset-md-11 {
        margin-right: 91.6666666667%;
    }
}
@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.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .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;
    }

    [dir="ltr"] .offset-lg-0 {
        margin-left: 0;
    }

    [dir="rtl"] .offset-lg-0 {
        margin-right: 0;
    }

    [dir="ltr"] .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    [dir="rtl"] .offset-lg-1 {
        margin-right: 8.3333333333%;
    }

    [dir="ltr"] .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    [dir="rtl"] .offset-lg-2 {
        margin-right: 16.6666666667%;
    }

    [dir="ltr"] .offset-lg-3 {
        margin-left: 25%;
    }

    [dir="rtl"] .offset-lg-3 {
        margin-right: 25%;
    }

    [dir="ltr"] .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    [dir="rtl"] .offset-lg-4 {
        margin-right: 33.3333333333%;
    }

    [dir="ltr"] .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    [dir="rtl"] .offset-lg-5 {
        margin-right: 41.6666666667%;
    }

    [dir="ltr"] .offset-lg-6 {
        margin-left: 50%;
    }

    [dir="rtl"] .offset-lg-6 {
        margin-right: 50%;
    }

    [dir="ltr"] .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    [dir="rtl"] .offset-lg-7 {
        margin-right: 58.3333333333%;
    }

    [dir="ltr"] .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    [dir="rtl"] .offset-lg-8 {
        margin-right: 66.6666666667%;
    }

    [dir="ltr"] .offset-lg-9 {
        margin-left: 75%;
    }

    [dir="rtl"] .offset-lg-9 {
        margin-right: 75%;
    }

    [dir="ltr"] .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    [dir="rtl"] .offset-lg-10 {
        margin-right: 83.3333333333%;
    }

    [dir="ltr"] .offset-lg-11 {
        margin-left: 91.6666666667%;
    }

    [dir="rtl"] .offset-lg-11 {
        margin-right: 91.6666666667%;
    }
}
@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.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .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;
    }

    [dir="ltr"] .offset-xl-0 {
        margin-left: 0;
    }

    [dir="rtl"] .offset-xl-0 {
        margin-right: 0;
    }

    [dir="ltr"] .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    [dir="rtl"] .offset-xl-1 {
        margin-right: 8.3333333333%;
    }

    [dir="ltr"] .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    [dir="rtl"] .offset-xl-2 {
        margin-right: 16.6666666667%;
    }

    [dir="ltr"] .offset-xl-3 {
        margin-left: 25%;
    }

    [dir="rtl"] .offset-xl-3 {
        margin-right: 25%;
    }

    [dir="ltr"] .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    [dir="rtl"] .offset-xl-4 {
        margin-right: 33.3333333333%;
    }

    [dir="ltr"] .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    [dir="rtl"] .offset-xl-5 {
        margin-right: 41.6666666667%;
    }

    [dir="ltr"] .offset-xl-6 {
        margin-left: 50%;
    }

    [dir="rtl"] .offset-xl-6 {
        margin-right: 50%;
    }

    [dir="ltr"] .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    [dir="rtl"] .offset-xl-7 {
        margin-right: 58.3333333333%;
    }

    [dir="ltr"] .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    [dir="rtl"] .offset-xl-8 {
        margin-right: 66.6666666667%;
    }

    [dir="ltr"] .offset-xl-9 {
        margin-left: 75%;
    }

    [dir="rtl"] .offset-xl-9 {
        margin-right: 75%;
    }

    [dir="ltr"] .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    [dir="rtl"] .offset-xl-10 {
        margin-right: 83.3333333333%;
    }

    [dir="ltr"] .offset-xl-11 {
        margin-left: 91.6666666667%;
    }

    [dir="rtl"] .offset-xl-11 {
        margin-right: 91.6666666667%;
    }
}
.table {
    width: 100%;
    color: #112b4a;
}
[dir] .table {
    margin-bottom: 1rem;
}
.table th,
.table td {
    vertical-align: top;
}
[dir] .table th,
[dir] .table td {
    padding: 0.35rem 1rem;
    border-top: 1px solid #e2e8ee;
}
.table thead th {
    vertical-align: bottom;
}
[dir] .table thead th {
    border-bottom: 2px solid #e2e8ee;
}
[dir] .table tbody + tbody {
    border-top: 2px solid #e2e8ee;
}

[dir] .table-sm th,
[dir] .table-sm td {
    padding: 0.3rem;
}

[dir] .table-bordered {
    border: 1px solid #e2e8ee;
}
[dir] .table-bordered th,
[dir] .table-bordered td {
    border: 1px solid #e2e8ee;
}
[dir] .table-bordered thead th,
[dir] .table-bordered thead td {
    border-bottom-width: 2px;
}

[dir] .table-borderless th,
[dir] .table-borderless td,
[dir] .table-borderless thead th,
[dir] .table-borderless tbody + tbody {
    border: 0;
}

[dir] .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fafbfe;
}

.table-hover tbody tr:hover {
    color: #112b4a;
}

[dir] .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

[dir] .table-primary,
[dir] .table-primary > th,
[dir] .table-primary > td {
    background-color: #d4d8f6;
}
[dir] .table-primary th,
[dir] .table-primary td,
[dir] .table-primary thead th,
[dir] .table-primary tbody + tbody {
    border-color: #b0b7ee;
}

[dir] .table-hover .table-primary:hover {
    background-color: #bfc5f2;
}
[dir] .table-hover .table-primary:hover > td,
[dir] .table-hover .table-primary:hover > th {
    background-color: #bfc5f2;
}

[dir] .table-secondary,
[dir] .table-secondary > th,
[dir] .table-secondary > td {
    background-color: #d6d8db;
}
[dir] .table-secondary th,
[dir] .table-secondary td,
[dir] .table-secondary thead th,
[dir] .table-secondary tbody + tbody {
    border-color: #b3b7bb;
}

[dir] .table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
[dir] .table-hover .table-secondary:hover > td,
[dir] .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

[dir] .table-success,
[dir] .table-success > th,
[dir] .table-success > td {
    background-color: #dbefd5;
}
[dir] .table-success th,
[dir] .table-success td,
[dir] .table-success thead th,
[dir] .table-success tbody + tbody {
    border-color: #bbe1b0;
}

[dir] .table-hover .table-success:hover {
    background-color: #cbe8c3;
}
[dir] .table-hover .table-success:hover > td,
[dir] .table-hover .table-success:hover > th {
    background-color: #cbe8c3;
}

[dir] .table-info,
[dir] .table-info > th,
[dir] .table-info > td {
    background-color: #d2f2ec;
}
[dir] .table-info th,
[dir] .table-info td,
[dir] .table-info thead th,
[dir] .table-info tbody + tbody {
    border-color: #abe8dc;
}

[dir] .table-hover .table-info:hover {
    background-color: #beece4;
}
[dir] .table-hover .table-info:hover > td,
[dir] .table-hover .table-info:hover > th {
    background-color: #beece4;
}

[dir] .table-warning,
[dir] .table-warning > th,
[dir] .table-warning > td {
    background-color: #fcebd4;
}
[dir] .table-warning th,
[dir] .table-warning td,
[dir] .table-warning thead th,
[dir] .table-warning tbody + tbody {
    border-color: #fad9af;
}

[dir] .table-hover .table-warning:hover {
    background-color: #fae0bc;
}
[dir] .table-hover .table-warning:hover > td,
[dir] .table-hover .table-warning:hover > th {
    background-color: #fae0bc;
}

[dir] .table-danger,
[dir] .table-danger > th,
[dir] .table-danger > td {
    background-color: #ffd7d9;
}
[dir] .table-danger th,
[dir] .table-danger td,
[dir] .table-danger thead th,
[dir] .table-danger tbody + tbody {
    border-color: #ffb5b8;
}

[dir] .table-hover .table-danger:hover {
    background-color: #ffbec1;
}
[dir] .table-hover .table-danger:hover > td,
[dir] .table-hover .table-danger:hover > th {
    background-color: #ffbec1;
}

[dir] .table-light,
[dir] .table-light > th,
[dir] .table-light > td {
    background-color: #fefeff;
}
[dir] .table-light th,
[dir] .table-light td,
[dir] .table-light thead th,
[dir] .table-light tbody + tbody {
    border-color: #fcfdfe;
}

[dir] .table-hover .table-light:hover {
    background-color: #e5e5ff;
}
[dir] .table-hover .table-light:hover > td,
[dir] .table-hover .table-light:hover > th {
    background-color: #e5e5ff;
}

[dir] .table-dark,
[dir] .table-dark > th,
[dir] .table-dark > td {
    background-color: #bfc1d2;
}
[dir] .table-dark th,
[dir] .table-dark td,
[dir] .table-dark thead th,
[dir] .table-dark tbody + tbody {
    border-color: #898cac;
}

[dir] .table-hover .table-dark:hover {
    background-color: #b0b2c7;
}
[dir] .table-hover .table-dark:hover > td,
[dir] .table-hover .table-dark:hover > th {
    background-color: #b0b2c7;
}

[dir] .table-blue,
[dir] .table-blue > th,
[dir] .table-blue > td {
    background-color: #cce0f7;
}
[dir] .table-blue th,
[dir] .table-blue td,
[dir] .table-blue thead th,
[dir] .table-blue tbody + tbody {
    border-color: #a1c5f0;
}

[dir] .table-hover .table-blue:hover {
    background-color: #b6d3f4;
}
[dir] .table-hover .table-blue:hover > td,
[dir] .table-hover .table-blue:hover > th {
    background-color: #b6d3f4;
}

[dir] .table-teal,
[dir] .table-teal > th,
[dir] .table-teal > td {
    background-color: #beecd7;
}
[dir] .table-teal th,
[dir] .table-teal td,
[dir] .table-teal thead th,
[dir] .table-teal tbody + tbody {
    border-color: #86dbb5;
}

[dir] .table-hover .table-teal:hover {
    background-color: #aae6cb;
}
[dir] .table-hover .table-teal:hover > td,
[dir] .table-hover .table-teal:hover > th {
    background-color: #aae6cb;
}

[dir] .table-purple,
[dir] .table-purple > th,
[dir] .table-purple > td {
    background-color: #ced3ef;
}
[dir] .table-purple th,
[dir] .table-purple td,
[dir] .table-purple thead th,
[dir] .table-purple tbody + tbody {
    border-color: #a5aee1;
}

[dir] .table-hover .table-purple:hover {
    background-color: #bbc2e9;
}
[dir] .table-hover .table-purple:hover > td,
[dir] .table-hover .table-purple:hover > th {
    background-color: #bbc2e9;
}

[dir] .table-dark-gray,
[dir] .table-dark-gray > th,
[dir] .table-dark-gray > td {
    background-color: #e1e4e8;
}
[dir] .table-dark-gray th,
[dir] .table-dark-gray td,
[dir] .table-dark-gray thead th,
[dir] .table-dark-gray tbody + tbody {
    border-color: #c7cdd4;
}

[dir] .table-hover .table-dark-gray:hover {
    background-color: #d3d7dd;
}
[dir] .table-hover .table-dark-gray:hover > td,
[dir] .table-hover .table-dark-gray:hover > th {
    background-color: #d3d7dd;
}

[dir] .table-light-gray,
[dir] .table-light-gray > th,
[dir] .table-light-gray > td {
    background-color: #fafafb;
}
[dir] .table-light-gray th,
[dir] .table-light-gray td,
[dir] .table-light-gray thead th,
[dir] .table-light-gray tbody + tbody {
    border-color: #f5f6f7;
}

[dir] .table-hover .table-light-gray:hover {
    background-color: #ececf0;
}
[dir] .table-hover .table-light-gray:hover > td,
[dir] .table-hover .table-light-gray:hover > th {
    background-color: #ececf0;
}

[dir] .table-muted-light,
[dir] .table-muted-light > th,
[dir] .table-muted-light > td {
    background-color: #f5f6f7;
}
[dir] .table-muted-light th,
[dir] .table-muted-light td,
[dir] .table-muted-light thead th,
[dir] .table-muted-light tbody + tbody {
    border-color: #eceef1;
}

[dir] .table-hover .table-muted-light:hover {
    background-color: #e7e9ec;
}
[dir] .table-hover .table-muted-light:hover > td,
[dir] .table-hover .table-muted-light:hover > th {
    background-color: #e7e9ec;
}

[dir] .table-facebook,
[dir] .table-facebook > th,
[dir] .table-facebook > td {
    background-color: #c8d1e2;
}
[dir] .table-facebook th,
[dir] .table-facebook td,
[dir] .table-facebook thead th,
[dir] .table-facebook tbody + tbody {
    border-color: #99a9c9;
}

[dir] .table-hover .table-facebook:hover {
    background-color: #b7c3d9;
}
[dir] .table-hover .table-facebook:hover > td,
[dir] .table-hover .table-facebook:hover > th {
    background-color: #b7c3d9;
}

[dir] .table-twitter,
[dir] .table-twitter > th,
[dir] .table-twitter > td {
    background-color: #b8e8fa;
}
[dir] .table-twitter th,
[dir] .table-twitter td,
[dir] .table-twitter thead th,
[dir] .table-twitter tbody + tbody {
    border-color: #7ad4f6;
}

[dir] .table-hover .table-twitter:hover {
    background-color: #a0e0f8;
}
[dir] .table-hover .table-twitter:hover > td,
[dir] .table-hover .table-twitter:hover > th {
    background-color: #a0e0f8;
}

[dir] .table-active,
[dir] .table-active > th,
[dir] .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

[dir] .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
[dir] .table-hover .table-active:hover > td,
[dir] .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
}

[dir] .table .thead-dark th {
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th {
    color: #495057;
}
[dir] .table .thead-light th {
    background-color: #e9ecef;
    border-color: #e2e8ee;
}

.table-dark {
    color: #fff;
}

[dir] .table-dark {
    background-color: #343a40;
}
[dir] .table-dark th,
[dir] .table-dark td,
[dir] .table-dark thead th {
    border-color: #454d55;
}
[dir] .table-dark.table-bordered {
    border: 0;
}
[dir] .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
}
[dir] .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    [dir] .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;
    }
    [dir] .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;
    }
    [dir] .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;
    }
    [dir] .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
[dir] .table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[dir] .form-control {
    padding: 0.375rem 0.875rem;
    background-color: #fafbfe;
    background-clip: padding-box;
    border: 1px solid #dbe5ee;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 2px 0 rgba(66, 71, 112, 0.12);
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
[dir] .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:-moz-focusring {
    color: transparent;
}
[dir] .form-control:-moz-focusring {
    text-shadow: 0 0 0 #495057;
}
.form-control:focus {
    color: #495057;
    outline: 0;
}
[dir] .form-control:focus {
    background-color: #fafbfe;
    border-color: #6774df;
    box-shadow: inset 0 1px 2px 0 rgba(66, 71, 112, 0.12),
        0 0 0 0.2rem rgba(103, 116, 223, 0.25);
}
.form-control::-moz-placeholder {
    color: #a6b0bc;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #a6b0bc;
    opacity: 1;
}
.form-control::placeholder {
    color: #a6b0bc;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    opacity: 1;
}
[dir] .form-control:disabled,
[dir] .form-control[readonly] {
    background-color: #e9ecef;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #495057;
}

[dir] select.form-control:focus::-ms-value {
    background-color: #fafbfe;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
}

[dir] .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
}

.col-form-label-lg {
    font-size: 1rem;
    line-height: 1.5;
}

[dir] .col-form-label-lg {
    padding-top: calc(0.35rem + 1px);
    padding-bottom: calc(0.35rem + 1px);
}

.col-form-label-sm {
    font-size: 0.65rem;
    line-height: 1.5;
}

[dir] .col-form-label-sm {
    padding-top: calc(0.15rem + 1px);
    padding-bottom: calc(0.15rem + 1px);
}

.form-control-plaintext {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #112b4a;
}

[dir] .form-control-plaintext {
    padding: 0.375rem 0;
    margin-bottom: 0;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
[dir="ltr"] .form-control-plaintext.form-control-sm,
[dir="ltr"] .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}
[dir="rtl"] .form-control-plaintext.form-control-sm,
[dir="rtl"] .form-control-plaintext.form-control-lg {
    padding-left: 0;
    padding-right: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.3rem + 2px);
    font-size: 0.65rem;
    line-height: 1.5;
}

[dir] .form-control-sm {
    padding: 0.15rem 0.5rem;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 0.7rem + 2px);
    font-size: 1rem;
    line-height: 1.5;
}

[dir] .form-control-lg {
    padding: 0.35rem 0.85rem;
    border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

[dir] .form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
}

[dir] .form-text {
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
}

[dir="ltr"] .form-row {
    margin-right: -5px;
    margin-left: -5px;
}

[dir="rtl"] .form-row {
    margin-left: -5px;
    margin-right: -5px;
}
[dir="ltr"] .form-row > .col,
[dir="ltr"] .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
[dir="rtl"] .form-row > .col,
[dir="rtl"] .form-row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.form-check {
    position: relative;
    display: block;
}

[dir="ltr"] .form-check {
    padding-left: 1.25rem;
}

[dir="rtl"] .form-check {
    padding-right: 1.25rem;
}

.form-check-input {
    position: absolute;
}

[dir] .form-check-input {
    margin-top: 0.3rem;
}

[dir="ltr"] .form-check-input {
    margin-left: -1.25rem;
}

[dir="rtl"] .form-check-input {
    margin-right: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    color: rgba(55, 77, 103, 0.54);
}

[dir] .form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
}

[dir="ltr"] .form-check-inline {
    padding-left: 0;
    margin-right: 0.75rem;
}

[dir="rtl"] .form-check-inline {
    padding-right: 0;
    margin-left: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
}
[dir] .form-check-inline .form-check-input {
    margin-top: 0;
}
[dir="ltr"] .form-check-inline .form-check-input {
    margin-right: 0.3125rem;
    margin-left: 0;
}
[dir="rtl"] .form-check-inline .form-check-input {
    margin-left: 0.3125rem;
    margin-right: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    font-size: 0.8125rem;
    color: #7dc668;
}

[dir] .valid-feedback {
    margin-top: 0.25rem;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    font-size: 0.8203125rem;
    line-height: 1.5;
    color: #212529;
}

[dir] .valid-tooltip {
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    background-color: rgba(125, 198, 104, 0.9);
    border-radius: 0.25rem;
}

[dir="ltr"] .valid-tooltip {
    left: 0;
}

[dir="rtl"] .valid-tooltip {
    right: 0;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}

[dir] .was-validated .form-control:valid,
[dir] .form-control.is-valid {
    border-color: #7dc668;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%237DC668' 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-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir="ltr"] .was-validated .form-control:valid,
[dir="ltr"] .form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: right calc(0.375em + 0.1875rem) center;
}

[dir="rtl"] .was-validated .form-control:valid,
[dir="rtl"] .form-control.is-valid {
    padding-left: calc(1.5em + 0.75rem);
    background-position: left calc(0.375em + 0.1875rem) center;
}
[dir] .was-validated .form-control:valid:focus,
[dir] .form-control.is-valid:focus {
    border-color: #7dc668;
    box-shadow: 0 0 0 0.2rem rgba(125, 198, 104, 0.25);
}

[dir="ltr"] .was-validated textarea.form-control:valid,
[dir="ltr"] textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}

[dir="rtl"] .was-validated textarea.form-control:valid,
[dir="rtl"] textarea.form-control.is-valid {
    padding-left: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) left
        calc(0.375em + 0.1875rem);
}

[dir] .was-validated .custom-select:valid,
[dir] .custom-select.is-valid {
    border-color: #7dc668;
}

[dir="ltr"] .was-validated .custom-select:valid,
[dir="ltr"] .custom-select.is-valid {
    padding-right: calc(0.75em + 2.4375rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            no-repeat right 0.875rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%237DC668' 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")
            #fafbfe no-repeat center right 1.875rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem);
}

[dir="rtl"] .was-validated .custom-select:valid,
[dir="rtl"] .custom-select.is-valid {
    padding-left: calc(0.75em + 2.4375rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            no-repeat left 0.875rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%237DC668' 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")
            #fafbfe no-repeat center left 1.875rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem);
}
[dir] .was-validated .custom-select:valid:focus,
[dir] .custom-select.is-valid:focus {
    border-color: #7dc668;
    box-shadow: 0 0 0 0.2rem rgba(125, 198, 104, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #7dc668;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #7dc668;
}
[dir]
    .was-validated
    .custom-control-input:valid
    ~ .custom-control-label::before,
[dir] .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #7dc668;
}
[dir]
    .was-validated
    .custom-control-input:valid:checked
    ~ .custom-control-label::before,
[dir] .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #9dd48d;
    background-color: #9dd48d;
}
[dir]
    .was-validated
    .custom-control-input:valid:focus
    ~ .custom-control-label::before,
[dir] .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(125, 198, 104, 0.25);
}
[dir]
    .was-validated
    .custom-control-input:valid:focus:not(:checked)
    ~ .custom-control-label::before,
[dir]
    .custom-control-input.is-valid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #7dc668;
}

[dir] .was-validated .custom-file-input:valid ~ .custom-file-label,
[dir] .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #7dc668;
}
[dir] .was-validated .custom-file-input:valid:focus ~ .custom-file-label,
[dir] .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #7dc668;
    box-shadow: 0 0 0 0.2rem rgba(125, 198, 104, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    font-size: 0.8125rem;
    color: #ff7076;
}

[dir] .invalid-feedback {
    margin-top: 0.25rem;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    font-size: 0.8203125rem;
    line-height: 1.5;
    color: #212529;
}

[dir] .invalid-tooltip {
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    background-color: rgba(255, 112, 118, 0.9);
    border-radius: 0.25rem;
}

[dir="ltr"] .invalid-tooltip {
    left: 0;
}

[dir="rtl"] .invalid-tooltip {
    right: 0;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

[dir] .was-validated .form-control:invalid,
[dir] .form-control.is-invalid {
    border-color: #ff7076;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff7076' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff7076' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir="ltr"] .was-validated .form-control:invalid,
[dir="ltr"] .form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: right calc(0.375em + 0.1875rem) center;
}

[dir="rtl"] .was-validated .form-control:invalid,
[dir="rtl"] .form-control.is-invalid {
    padding-left: calc(1.5em + 0.75rem);
    background-position: left calc(0.375em + 0.1875rem) center;
}
[dir] .was-validated .form-control:invalid:focus,
[dir] .form-control.is-invalid:focus {
    border-color: #ff7076;
    box-shadow: 0 0 0 0.2rem rgba(255, 112, 118, 0.25);
}

[dir="ltr"] .was-validated textarea.form-control:invalid,
[dir="ltr"] textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}

[dir="rtl"] .was-validated textarea.form-control:invalid,
[dir="rtl"] textarea.form-control.is-invalid {
    padding-left: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) left
        calc(0.375em + 0.1875rem);
}

[dir] .was-validated .custom-select:invalid,
[dir] .custom-select.is-invalid {
    border-color: #ff7076;
}

[dir="ltr"] .was-validated .custom-select:invalid,
[dir="ltr"] .custom-select.is-invalid {
    padding-right: calc(0.75em + 2.4375rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            no-repeat right 0.875rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff7076' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff7076' stroke='none'/%3e%3c/svg%3e")
            #fafbfe no-repeat center right 1.875rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem);
}

[dir="rtl"] .was-validated .custom-select:invalid,
[dir="rtl"] .custom-select.is-invalid {
    padding-left: calc(0.75em + 2.4375rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            no-repeat left 0.875rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff7076' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff7076' stroke='none'/%3e%3c/svg%3e")
            #fafbfe no-repeat center left 1.875rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem);
}
[dir] .was-validated .custom-select:invalid:focus,
[dir] .custom-select.is-invalid:focus {
    border-color: #ff7076;
    box-shadow: 0 0 0 0.2rem rgba(255, 112, 118, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #ff7076;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #ff7076;
}
[dir]
    .was-validated
    .custom-control-input:invalid
    ~ .custom-control-label::before,
[dir] .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #ff7076;
}
[dir]
    .was-validated
    .custom-control-input:invalid:checked
    ~ .custom-control-label::before,
[dir] .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #ffa3a7;
    background-color: #ffa3a7;
}
[dir]
    .was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label::before,
[dir] .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 112, 118, 0.25);
}
[dir]
    .was-validated
    .custom-control-input:invalid:focus:not(:checked)
    ~ .custom-control-label::before,
[dir]
    .custom-control-input.is-invalid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #ff7076;
}

[dir] .was-validated .custom-file-input:invalid ~ .custom-file-label,
[dir] .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #ff7076;
}
[dir] .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
[dir] .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #ff7076;
    box-shadow: 0 0 0 0.2rem rgba(255, 112, 118, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    [dir] .form-inline label {
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
    }
    [dir] .form-inline .form-group {
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
    }
    [dir="ltr"] .form-inline .form-check {
        padding-left: 0;
    }
    [dir="rtl"] .form-inline .form-check {
        padding-right: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
    }
    [dir] .form-inline .form-check-input {
        margin-top: 0;
    }
    [dir="ltr"] .form-inline .form-check-input {
        margin-right: 0.25rem;
        margin-left: 0;
    }
    [dir="rtl"] .form-inline .form-check-input {
        margin-left: 0.25rem;
        margin-right: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    [dir] .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 600;
    color: #112b4a;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.875rem;
    line-height: 1.5;
    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;
}

[dir] .btn {
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.875rem;
    border-radius: 0.25rem;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #112b4a;
    text-decoration: none;
}
.btn:focus,
.btn.focus {
    outline: 0;
}
[dir] .btn:focus,
[dir] .btn.focus {
    box-shadow: 0 0 0 0.2rem rgba(103, 116, 223, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
[dir] .btn.disabled,
[dir] .btn:disabled {
    box-shadow: none;
}
[dir] .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
[dir] .btn:not(:disabled):not(.disabled):active,
[dir] .btn:not(:disabled):not(.disabled).active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
[dir] .btn:not(:disabled):not(.disabled):active:focus,
[dir] .btn:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(103, 116, 223, 0.25),
        inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
}

[dir] .btn-primary {
    background-color: #6774df;
    border-color: #6774df;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
    color: #fff;
}
[dir] .btn-primary:hover {
    background-color: #4757d8;
    border-color: #3d4dd6;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
}
[dir] .btn-primary:focus,
[dir] .btn-primary.focus {
    background-color: #4757d8;
    border-color: #3d4dd6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(126, 137, 228, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
}
[dir] .btn-primary.disabled,
[dir] .btn-primary:disabled {
    background-color: #6774df;
    border-color: #6774df;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
}
[dir] .btn-primary:not(:disabled):not(.disabled):active,
[dir] .btn-primary:not(:disabled):not(.disabled).active,
[dir] .show > .btn-primary.dropdown-toggle {
    background-color: #3d4dd6;
    border-color: #3244d4;
}
[dir] .btn-primary:not(:disabled):not(.disabled):active:focus,
[dir] .btn-primary:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(126, 137, 228, 0.5);
}

.btn-secondary {
    color: #fff;
}

[dir] .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
    color: #fff;
}
[dir] .btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
}
[dir] .btn-secondary:focus,
[dir] .btn-secondary.focus {
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
}
[dir] .btn-secondary.disabled,
[dir] .btn-secondary:disabled {
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
}
[dir] .btn-secondary:not(:disabled):not(.disabled):active,
[dir] .btn-secondary:not(:disabled):not(.disabled).active,
[dir] .show > .btn-secondary.dropdown-toggle {
    background-color: #545b62;
    border-color: #4e555b;
}
[dir] .btn-secondary:not(:disabled):not(.disabled):active:focus,
[dir] .btn-secondary:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #212529;
}

[dir] .btn-success {
    background-color: #7dc668;
    border-color: #7dc668;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
    color: #fff;
}
[dir] .btn-success:hover {
    background-color: #65bc4c;
    border-color: #5eb645;
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
}
[dir] .btn-success:focus,
[dir] .btn-success.focus {
    background-color: #65bc4c;
    border-color: #5eb645;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(111, 174, 95, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #212529;
}
[dir] .btn-success.disabled,
[dir] .btn-success:disabled {
    background-color: #7dc668;
    border-color: #7dc668;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
}
[dir] .btn-success:not(:disabled):not(.disabled):active,
[dir] .btn-success:not(:disabled):not(.disabled).active,
[dir] .show > .btn-success.dropdown-toggle {
    background-color: #5eb645;
    border-color: #59ad41;
}
[dir] .btn-success:not(:disabled):not(.disabled):active:focus,
[dir] .btn-success:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(111, 174, 95, 0.5);
}

.btn-info {
    color: #212529;
}

[dir] .btn-info {
    background-color: #5dd2bc;
    border-color: #5dd2bc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
    color: #212529;
}
[dir] .btn-info:hover {
    background-color: #3fcab0;
    border-color: #37c5aa;
}
.btn-info:focus,
.btn-info.focus {
    color: #212529;
}
[dir] .btn-info:focus,
[dir] .btn-info.focus {
    background-color: #3fcab0;
    border-color: #37c5aa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(84, 184, 166, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #212529;
}
[dir] .btn-info.disabled,
[dir] .btn-info:disabled {
    background-color: #5dd2bc;
    border-color: #5dd2bc;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #212529;
}
[dir] .btn-info:not(:disabled):not(.disabled):active,
[dir] .btn-info:not(:disabled):not(.disabled).active,
[dir] .show > .btn-info.dropdown-toggle {
    background-color: #37c5aa;
    border-color: #34bba2;
}
[dir] .btn-info:not(:disabled):not(.disabled):active:focus,
[dir] .btn-info:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(84, 184, 166, 0.5);
}

.btn-warning {
    color: #212529;
}

[dir] .btn-warning {
    background-color: #f5b666;
    border-color: #f5b666;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
    color: #212529;
}
[dir] .btn-warning:hover {
    background-color: #f3a542;
    border-color: #f29f36;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
}
[dir] .btn-warning:focus,
[dir] .btn-warning.focus {
    background-color: #f3a542;
    border-color: #f29f36;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(213, 160, 93, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
}
[dir] .btn-warning.disabled,
[dir] .btn-warning:disabled {
    background-color: #f5b666;
    border-color: #f5b666;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
}
[dir] .btn-warning:not(:disabled):not(.disabled):active,
[dir] .btn-warning:not(:disabled):not(.disabled).active,
[dir] .show > .btn-warning.dropdown-toggle {
    background-color: #f29f36;
    border-color: #f1992a;
}
[dir] .btn-warning:not(:disabled):not(.disabled):active:focus,
[dir] .btn-warning:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(213, 160, 93, 0.5);
}

.btn-danger {
    color: #212529;
}

[dir] .btn-danger {
    background-color: #ff7076;
    border-color: #ff7076;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
    color: #fff;
}
[dir] .btn-danger:hover {
    background-color: #ff4a51;
    border-color: #ff3d45;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
}
[dir] .btn-danger:focus,
[dir] .btn-danger.focus {
    background-color: #ff4a51;
    border-color: #ff3d45;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 101, 106, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #212529;
}
[dir] .btn-danger.disabled,
[dir] .btn-danger:disabled {
    background-color: #ff7076;
    border-color: #ff7076;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
}
[dir] .btn-danger:not(:disabled):not(.disabled):active,
[dir] .btn-danger:not(:disabled):not(.disabled).active,
[dir] .show > .btn-danger.dropdown-toggle {
    background-color: #ff3d45;
    border-color: #ff3039;
}
[dir] .btn-danger:not(:disabled):not(.disabled):active:focus,
[dir] .btn-danger:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(222, 101, 106, 0.5);
}

.btn-light {
    color: #212529;
}

[dir] .btn-light {
    background-color: #fafbfe;
    border-color: #fafbfe;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
    color: #212529;
}
[dir] .btn-light:hover {
    background-color: #dae2f8;
    border-color: #d0d9f6;
}
.btn-light:focus,
.btn-light.focus {
    color: #212529;
}
[dir] .btn-light:focus,
[dir] .btn-light.focus {
    background-color: #dae2f8;
    border-color: #d0d9f6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(217, 219, 222, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
}
[dir] .btn-light.disabled,
[dir] .btn-light:disabled {
    background-color: #fafbfe;
    border-color: #fafbfe;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
}
[dir] .btn-light:not(:disabled):not(.disabled):active,
[dir] .btn-light:not(:disabled):not(.disabled).active,
[dir] .show > .btn-light.dropdown-toggle {
    background-color: #d0d9f6;
    border-color: #c5d1f3;
}
[dir] .btn-light:not(:disabled):not(.disabled):active:focus,
[dir] .btn-light:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(217, 219, 222, 0.5);
}

.btn-dark {
    color: #fff;
}

[dir] .btn-dark {
    background-color: #1c2260;
    border-color: #1c2260;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
    color: #fff;
}
[dir] .btn-dark:hover {
    background-color: #131842;
    border-color: #101439;
}
.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
}
[dir] .btn-dark:focus,
[dir] .btn-dark.focus {
    background-color: #131842;
    border-color: #101439;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(62, 67, 120, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
}
[dir] .btn-dark.disabled,
[dir] .btn-dark:disabled {
    background-color: #1c2260;
    border-color: #1c2260;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
}
[dir] .btn-dark:not(:disabled):not(.disabled):active,
[dir] .btn-dark:not(:disabled):not(.disabled).active,
[dir] .show > .btn-dark.dropdown-toggle {
    background-color: #101439;
    border-color: #0e112f;
}
[dir] .btn-dark:not(:disabled):not(.disabled):active:focus,
[dir] .btn-dark:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(62, 67, 120, 0.5);
}

.btn-blue {
    color: #fff;
}

[dir] .btn-blue {
    background-color: #4a90e2;
    border-color: #4a90e2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-blue:hover {
    color: #fff;
}
[dir] .btn-blue:hover {
    background-color: #297cdd;
    border-color: #2275d7;
}
.btn-blue:focus,
.btn-blue.focus {
    color: #fff;
}
[dir] .btn-blue:focus,
[dir] .btn-blue.focus {
    background-color: #297cdd;
    border-color: #2275d7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(101, 161, 230, 0.5);
}
.btn-blue.disabled,
.btn-blue:disabled {
    color: #fff;
}
[dir] .btn-blue.disabled,
[dir] .btn-blue:disabled {
    background-color: #4a90e2;
    border-color: #4a90e2;
}
.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
    color: #fff;
}
[dir] .btn-blue:not(:disabled):not(.disabled):active,
[dir] .btn-blue:not(:disabled):not(.disabled).active,
[dir] .show > .btn-blue.dropdown-toggle {
    background-color: #2275d7;
    border-color: #216fcc;
}
[dir] .btn-blue:not(:disabled):not(.disabled):active:focus,
[dir] .btn-blue:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-blue.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(101, 161, 230, 0.5);
}

.btn-teal {
    color: #fff;
}

[dir] .btn-teal {
    background-color: #16ba71;
    border-color: #16ba71;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-teal:hover {
    color: #fff;
}
[dir] .btn-teal:hover {
    background-color: #12985c;
    border-color: #118c55;
}
.btn-teal:focus,
.btn-teal.focus {
    color: #fff;
}
[dir] .btn-teal:focus,
[dir] .btn-teal.focus {
    background-color: #12985c;
    border-color: #118c55;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(57, 196, 134, 0.5);
}
.btn-teal.disabled,
.btn-teal:disabled {
    color: #fff;
}
[dir] .btn-teal.disabled,
[dir] .btn-teal:disabled {
    background-color: #16ba71;
    border-color: #16ba71;
}
.btn-teal:not(:disabled):not(.disabled):active,
.btn-teal:not(:disabled):not(.disabled).active,
.show > .btn-teal.dropdown-toggle {
    color: #fff;
}
[dir] .btn-teal:not(:disabled):not(.disabled):active,
[dir] .btn-teal:not(:disabled):not(.disabled).active,
[dir] .show > .btn-teal.dropdown-toggle {
    background-color: #118c55;
    border-color: #0f814e;
}
[dir] .btn-teal:not(:disabled):not(.disabled):active:focus,
[dir] .btn-teal:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-teal.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(57, 196, 134, 0.5);
}

.btn-purple {
    color: #fff;
}

[dir] .btn-purple {
    background-color: #5163c5;
    border-color: #5163c5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-purple:hover {
    color: #fff;
}
[dir] .btn-purple:hover {
    background-color: #3c4fb4;
    border-color: #394aaa;
}
.btn-purple:focus,
.btn-purple.focus {
    color: #fff;
}
[dir] .btn-purple:focus,
[dir] .btn-purple.focus {
    background-color: #3c4fb4;
    border-color: #394aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(107, 122, 206, 0.5);
}
.btn-purple.disabled,
.btn-purple:disabled {
    color: #fff;
}
[dir] .btn-purple.disabled,
[dir] .btn-purple:disabled {
    background-color: #5163c5;
    border-color: #5163c5;
}
.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
    color: #fff;
}
[dir] .btn-purple:not(:disabled):not(.disabled):active,
[dir] .btn-purple:not(:disabled):not(.disabled).active,
[dir] .show > .btn-purple.dropdown-toggle {
    background-color: #394aaa;
    border-color: #3646a1;
}
[dir] .btn-purple:not(:disabled):not(.disabled):active:focus,
[dir] .btn-purple:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-purple.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(107, 122, 206, 0.5);
}

.btn-dark-gray {
    color: #212529;
}

[dir] .btn-dark-gray {
    background-color: #939fad;
    border-color: #939fad;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark-gray:hover {
    color: #fff;
}
[dir] .btn-dark-gray:hover {
    background-color: #7d8c9c;
    border-color: #768597;
}
.btn-dark-gray:focus,
.btn-dark-gray.focus {
    color: #fff;
}
[dir] .btn-dark-gray:focus,
[dir] .btn-dark-gray.focus {
    background-color: #7d8c9c;
    border-color: #768597;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(130, 141, 153, 0.5);
}
.btn-dark-gray.disabled,
.btn-dark-gray:disabled {
    color: #212529;
}
[dir] .btn-dark-gray.disabled,
[dir] .btn-dark-gray:disabled {
    background-color: #939fad;
    border-color: #939fad;
}
.btn-dark-gray:not(:disabled):not(.disabled):active,
.btn-dark-gray:not(:disabled):not(.disabled).active,
.show > .btn-dark-gray.dropdown-toggle {
    color: #fff;
}
[dir] .btn-dark-gray:not(:disabled):not(.disabled):active,
[dir] .btn-dark-gray:not(:disabled):not(.disabled).active,
[dir] .show > .btn-dark-gray.dropdown-toggle {
    background-color: #768597;
    border-color: #6f7f91;
}
[dir] .btn-dark-gray:not(:disabled):not(.disabled):active:focus,
[dir] .btn-dark-gray:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-dark-gray.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(130, 141, 153, 0.5);
}

.btn-light-gray {
    color: #212529;
}

[dir] .btn-light-gray {
    background-color: #eceef0;
    border-color: #eceef0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light-gray:hover {
    color: #212529;
}
[dir] .btn-light-gray:hover {
    background-color: #d7dbdf;
    border-color: #d0d5da;
}
.btn-light-gray:focus,
.btn-light-gray.focus {
    color: #212529;
}
[dir] .btn-light-gray:focus,
[dir] .btn-light-gray.focus {
    background-color: #d7dbdf;
    border-color: #d0d5da;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(206, 208, 210, 0.5);
}
.btn-light-gray.disabled,
.btn-light-gray:disabled {
    color: #212529;
}
[dir] .btn-light-gray.disabled,
[dir] .btn-light-gray:disabled {
    background-color: #eceef0;
    border-color: #eceef0;
}
.btn-light-gray:not(:disabled):not(.disabled):active,
.btn-light-gray:not(:disabled):not(.disabled).active,
.show > .btn-light-gray.dropdown-toggle {
    color: #212529;
}
[dir] .btn-light-gray:not(:disabled):not(.disabled):active,
[dir] .btn-light-gray:not(:disabled):not(.disabled).active,
[dir] .show > .btn-light-gray.dropdown-toggle {
    background-color: #d0d5da;
    border-color: #c8ced4;
}
[dir] .btn-light-gray:not(:disabled):not(.disabled):active:focus,
[dir] .btn-light-gray:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-light-gray.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(206, 208, 210, 0.5);
}

.btn-muted-light {
    color: #212529;
}

[dir] .btn-muted-light {
    background-color: #dbdfe4;
    border-color: #dbdfe4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-muted-light:hover {
    color: #212529;
}
[dir] .btn-muted-light:hover {
    background-color: #c5ccd4;
    border-color: #bec5ce;
}
.btn-muted-light:focus,
.btn-muted-light.focus {
    color: #212529;
}
[dir] .btn-muted-light:focus,
[dir] .btn-muted-light.focus {
    background-color: #c5ccd4;
    border-color: #bec5ce;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(191, 195, 200, 0.5);
}
.btn-muted-light.disabled,
.btn-muted-light:disabled {
    color: #212529;
}
[dir] .btn-muted-light.disabled,
[dir] .btn-muted-light:disabled {
    background-color: #dbdfe4;
    border-color: #dbdfe4;
}
.btn-muted-light:not(:disabled):not(.disabled):active,
.btn-muted-light:not(:disabled):not(.disabled).active,
.show > .btn-muted-light.dropdown-toggle {
    color: #212529;
}
[dir] .btn-muted-light:not(:disabled):not(.disabled):active,
[dir] .btn-muted-light:not(:disabled):not(.disabled).active,
[dir] .show > .btn-muted-light.dropdown-toggle {
    background-color: #bec5ce;
    border-color: #b7bfc9;
}
[dir] .btn-muted-light:not(:disabled):not(.disabled):active:focus,
[dir] .btn-muted-light:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-muted-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(191, 195, 200, 0.5);
}

.btn-facebook {
    color: #fff;
}

[dir] .btn-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-facebook:hover {
    color: #fff;
}
[dir] .btn-facebook:hover {
    background-color: #30497c;
    border-color: #2d4373;
}
.btn-facebook:focus,
.btn-facebook.focus {
    color: #fff;
}
[dir] .btn-facebook:focus,
[dir] .btn-facebook.focus {
    background-color: #30497c;
    border-color: #2d4373;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}
.btn-facebook.disabled,
.btn-facebook:disabled {
    color: #fff;
}
[dir] .btn-facebook.disabled,
[dir] .btn-facebook:disabled {
    background-color: #3b5998;
    border-color: #3b5998;
}
.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.show > .btn-facebook.dropdown-toggle {
    color: #fff;
}
[dir] .btn-facebook:not(:disabled):not(.disabled):active,
[dir] .btn-facebook:not(:disabled):not(.disabled).active,
[dir] .show > .btn-facebook.dropdown-toggle {
    background-color: #2d4373;
    border-color: #293e6a;
}
[dir] .btn-facebook:not(:disabled):not(.disabled):active:focus,
[dir] .btn-facebook:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-facebook.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

.btn-twitter {
    color: #fff;
}

[dir] .btn-twitter {
    background-color: #00aced;
    border-color: #00aced;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-twitter:hover {
    color: #fff;
}
[dir] .btn-twitter:hover {
    background-color: #0090c7;
    border-color: #0087ba;
}
.btn-twitter:focus,
.btn-twitter.focus {
    color: #fff;
}
[dir] .btn-twitter:focus,
[dir] .btn-twitter.focus {
    background-color: #0090c7;
    border-color: #0087ba;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(38, 184, 240, 0.5);
}
.btn-twitter.disabled,
.btn-twitter:disabled {
    color: #fff;
}
[dir] .btn-twitter.disabled,
[dir] .btn-twitter:disabled {
    background-color: #00aced;
    border-color: #00aced;
}
.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.show > .btn-twitter.dropdown-toggle {
    color: #fff;
}
[dir] .btn-twitter:not(:disabled):not(.disabled):active,
[dir] .btn-twitter:not(:disabled):not(.disabled).active,
[dir] .show > .btn-twitter.dropdown-toggle {
    background-color: #0087ba;
    border-color: #007ead;
}
[dir] .btn-twitter:not(:disabled):not(.disabled):active:focus,
[dir] .btn-twitter:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-twitter.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(38, 184, 240, 0.5);
}

.btn-outline-primary {
    color: #6774df;
}

[dir] .btn-outline-primary {
    border-color: #6774df;
}
.btn-outline-primary:hover {
    color: #fff;
}
[dir] .btn-outline-primary:hover {
    background-color: #6774df;
    border-color: #6774df;
}
[dir] .btn-outline-primary:focus,
[dir] .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(103, 116, 223, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #6774df;
}
[dir] .btn-outline-primary.disabled,
[dir] .btn-outline-primary:disabled {
    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;
}
[dir] .btn-outline-primary:not(:disabled):not(.disabled):active,
[dir] .btn-outline-primary:not(:disabled):not(.disabled).active,
[dir] .show > .btn-outline-primary.dropdown-toggle {
    background-color: #6774df;
    border-color: #6774df;
}
[dir] .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
[dir] .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(103, 116, 223, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
}

[dir] .btn-outline-secondary {
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
}
[dir] .btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
}
[dir] .btn-outline-secondary:focus,
[dir] .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
}
[dir] .btn-outline-secondary.disabled,
[dir] .btn-outline-secondary:disabled {
    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;
}
[dir] .btn-outline-secondary:not(:disabled):not(.disabled):active,
[dir] .btn-outline-secondary:not(:disabled):not(.disabled).active,
[dir] .show > .btn-outline-secondary.dropdown-toggle {
    background-color: #6c757d;
    border-color: #6c757d;
}
[dir] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
[dir] .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #7dc668;
}

[dir] .btn-outline-success {
    border-color: #7dc668;
}
.btn-outline-success:hover {
    color: #212529;
}
[dir] .btn-outline-success:hover {
    background-color: #7dc668;
    border-color: #7dc668;
}
[dir] .btn-outline-success:focus,
[dir] .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 198, 104, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #7dc668;
}
[dir] .btn-outline-success.disabled,
[dir] .btn-outline-success:disabled {
    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: #212529;
}
[dir] .btn-outline-success:not(:disabled):not(.disabled):active,
[dir] .btn-outline-success:not(:disabled):not(.disabled).active,
[dir] .show > .btn-outline-success.dropdown-toggle {
    background-color: #7dc668;
    border-color: #7dc668;
}
[dir] .btn-outline-success:not(:disabled):not(.disabled):active:focus,
[dir] .btn-outline-success:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(125, 198, 104, 0.5);
}

.btn-outline-info {
    color: #5dd2bc;
}

[dir] .btn-outline-info {
    border-color: #5dd2bc;
}
.btn-outline-info:hover {
    color: #212529;
}
[dir] .btn-outline-info:hover {
    background-color: #5dd2bc;
    border-color: #5dd2bc;
}
[dir] .btn-outline-info:focus,
[dir] .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(93, 210, 188, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #5dd2bc;
}
[dir] .btn-outline-info.disabled,
[dir] .btn-outline-info:disabled {
    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: #212529;
}
[dir] .btn-outline-info:not(:disabled):not(.disabled):active,
[dir] .btn-outline-info:not(:disabled):not(.disabled).active,
[dir] .show > .btn-outline-info.dropdown-toggle {
    background-color: #5dd2bc;
    border-color: #5dd2bc;
}
[dir] .btn-outline-info:not(:disabled):not(.disabled):active:focus,
[dir] .btn-outline-info:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(93, 210, 188, 0.5);
}

.btn-outline-warning {
    color: #f5b666;
}

[dir] .btn-outline-warning {
    border-color: #f5b666;
}
.btn-outline-warning:hover {
    color: #212529;
}
[dir] .btn-outline-warning:hover {
    background-color: #f5b666;
    border-color: #f5b666;
}
[dir] .btn-outline-warning:focus,
[dir] .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 182, 102, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f5b666;
}
[dir] .btn-outline-warning.disabled,
[dir] .btn-outline-warning:disabled {
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
}
[dir] .btn-outline-warning:not(:disabled):not(.disabled):active,
[dir] .btn-outline-warning:not(:disabled):not(.disabled).active,
[dir] .show > .btn-outline-warning.dropdown-toggle {
    background-color: #f5b666;
    border-color: #f5b666;
}
[dir] .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
[dir] .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(245, 182, 102, 0.5);
}

.btn-outline-danger {
    color: #ff7076;
}

[dir] .btn-outline-danger {
    border-color: #ff7076;
}
.btn-outline-danger:hover {
    color: #212529;
}
[dir] .btn-outline-danger:hover {
    background-color: #ff7076;
    border-color: #ff7076;
}
[dir] .btn-outline-danger:focus,
[dir] .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 112, 118, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #ff7076;
}
[dir] .btn-outline-danger.disabled,
[dir] .btn-outline-danger:disabled {
    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: #212529;
}
[dir] .btn-outline-danger:not(:disabled):not(.disabled):active,
[dir] .btn-outline-danger:not(:disabled):not(.disabled).active,
[dir] .show > .btn-outline-danger.dropdown-toggle {
    background-color: #ff7076;
    border-color: #ff7076;
}
[dir] .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
[dir] .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(255, 112, 118, 0.5);
}

.btn-outline-light {
    color: #fafbfe;
}

[dir] .btn-outline-light {
    border-color: #fafbfe;
}
.btn-outline-light:hover {
    color: #212529;
}
[dir] .btn-outline-light:hover {
    background-color: #fafbfe;
    border-color: #fafbfe;
}
[dir] .btn-outline-light:focus,
[dir] .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 251, 254, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #fafbfe;
}
[dir] .btn-outline-light.disabled,
[dir] .btn-outline-light:disabled {
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
}
[dir] .btn-outline-light:not(:disabled):not(.disabled):active,
[dir] .btn-outline-light:not(:disabled):not(.disabled).active,
[dir] .show > .btn-outline-light.dropdown-toggle {
    background-color: #fafbfe;
    border-color: #fafbfe;
}
[dir] .btn-outline-light:not(:disabled):not(.disabled):active:focus,
[dir] .btn-outline-light:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(250, 251, 254, 0.5);
}

.btn-outline-dark {
    color: #1c2260;
}

[dir] .btn-outline-dark {
    border-color: #1c2260;
}
.btn-outline-dark:hover {
    color: #fff;
}
[dir] .btn-outline-dark:hover {
    background-color: #1c2260;
    border-color: #1c2260;
}
[dir] .btn-outline-dark:focus,
[dir] .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 34, 96, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #1c2260;
}
[dir] .btn-outline-dark.disabled,
[dir] .btn-outline-dark:disabled {
    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;
}
[dir] .btn-outline-dark:not(:disabled):not(.disabled):active,
[dir] .btn-outline-dark:not(:disabled):not(.disabled).active,
[dir] .show > .btn-outline-dark.dropdown-toggle {
    background-color: #1c2260;
    border-color: #1c2260;
}
[dir] .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
[dir] .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(28, 34, 96, 0.5);
}

.btn-outline-blue {
    color: #4a90e2;
}

[dir] .btn-outline-blue {
    border-color: #4a90e2;
}
.btn-outline-blue:hover {
    color: #fff;
}
[dir] .btn-outline-blue:hover {
    background-color: #4a90e2;
    border-color: #4a90e2;
}
[dir] .btn-outline-blue:focus,
[dir] .btn-outline-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.5);
}
.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
    color: #4a90e2;
}
[dir] .btn-outline-blue.disabled,
[dir] .btn-outline-blue:disabled {
    background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
}
[dir] .btn-outline-blue:not(:disabled):not(.disabled):active,
[dir] .btn-outline-blue:not(:disabled):not(.disabled).active,
[dir] .show > .btn-outline-blue.dropdown-toggle {
    background-color: #4a90e2;
    border-color: #4a90e2;
}
[dir] .btn-outline-blue:not(:disabled):not(.disabled):active:focus,
[dir] .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-outline-blue.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(74, 144, 226, 0.5);
}

.btn-outline-teal {
    color: #16ba71;
}

[dir] .btn-outline-teal {
    border-color: #16ba71;
}
.btn-outline-teal:hover {
    color: #fff;
}
[dir] .btn-outline-teal:hover {
    background-color: #16ba71;
    border-color: #16ba71;
}
[dir] .btn-outline-teal:focus,
[dir] .btn-outline-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(22, 186, 113, 0.5);
}
.btn-outline-teal.disabled,
.btn-outline-teal:disabled {
    color: #16ba71;
}
[dir] .btn-outline-teal.disabled,
[dir] .btn-outline-teal:disabled {
    background-color: transparent;
}
.btn-outline-teal:not(:disabled):not(.disabled):active,
.btn-outline-teal:not(:disabled):not(.disabled).active,
.show > .btn-outline-teal.dropdown-toggle {
    color: #fff;
}
[dir] .btn-outline-teal:not(:disabled):not(.disabled):active,
[dir] .btn-outline-teal:not(:disabled):not(.disabled).active,
[dir] .show > .btn-outline-teal.dropdown-toggle {
    background-color: #16ba71;
    border-color: #16ba71;
}
[dir] .btn-outline-teal:not(:disabled):not(.disabled):active:focus,
[dir] .btn-outline-teal:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-outline-teal.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(22, 186, 113, 0.5);
}

.btn-outline-purple {
    color: #5163c5;
}

[dir] .btn-outline-purple {
    border-color: #5163c5;
}
.btn-outline-purple:hover {
    color: #fff;
}
[dir] .btn-outline-purple:hover {
    background-color: #5163c5;
    border-color: #5163c5;
}
[dir] .btn-outline-purple:focus,
[dir] .btn-outline-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(81, 99, 197, 0.5);
}
.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
    color: #5163c5;
}
[dir] .btn-outline-purple.disabled,
[dir] .btn-outline-purple:disabled {
    background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
}
[dir] .btn-outline-purple:not(:disabled):not(.disabled):active,
[dir] .btn-outline-purple:not(:disabled):not(.disabled).active,
[dir] .show > .btn-outline-purple.dropdown-toggle {
    background-color: #5163c5;
    border-color: #5163c5;
}
[dir] .btn-outline-purple:not(:disabled):not(.disabled):active:focus,
[dir] .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-outline-purple.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(81, 99, 197, 0.5);
}

.btn-outline-dark-gray {
    color: #939fad;
}

[dir] .btn-outline-dark-gray {
    border-color: #939fad;
}
.btn-outline-dark-gray:hover {
    color: #212529;
}
[dir] .btn-outline-dark-gray:hover {
    background-color: #939fad;
    border-color: #939fad;
}
[dir] .btn-outline-dark-gray:focus,
[dir] .btn-outline-dark-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(147, 159, 173, 0.5);
}
.btn-outline-dark-gray.disabled,
.btn-outline-dark-gray:disabled {
    color: #939fad;
}
[dir] .btn-outline-dark-gray.disabled,
[dir] .btn-outline-dark-gray:disabled {
    background-color: transparent;
}
.btn-outline-dark-gray:not(:disabled):not(.disabled):active,
.btn-outline-dark-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark-gray.dropdown-toggle {
    color: #212529;
}
[dir] .btn-outline-dark-gray:not(:disabled):not(.disabled):active,
[dir] .btn-outline-dark-gray:not(:disabled):not(.disabled).active,
[dir] .show > .btn-outline-dark-gray.dropdown-toggle {
    background-color: #939fad;
    border-color: #939fad;
}
[dir] .btn-outline-dark-gray:not(:disabled):not(.disabled):active:focus,
[dir] .btn-outline-dark-gray:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-outline-dark-gray.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(147, 159, 173, 0.5);
}

.btn-outline-light-gray {
    color: #eceef0;
}

[dir] .btn-outline-light-gray {
    border-color: #eceef0;
}
.btn-outline-light-gray:hover {
    color: #212529;
}
[dir] .btn-outline-light-gray:hover {
    background-color: #eceef0;
    border-color: #eceef0;
}
[dir] .btn-outline-light-gray:focus,
[dir] .btn-outline-light-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 238, 240, 0.5);
}
.btn-outline-light-gray.disabled,
.btn-outline-light-gray:disabled {
    color: #eceef0;
}
[dir] .btn-outline-light-gray.disabled,
[dir] .btn-outline-light-gray:disabled {
    background-color: transparent;
}
.btn-outline-light-gray:not(:disabled):not(.disabled):active,
.btn-outline-light-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-gray.dropdown-toggle {
    color: #212529;
}
[dir] .btn-outline-light-gray:not(:disabled):not(.disabled):active,
[dir] .btn-outline-light-gray:not(:disabled):not(.disabled).active,
[dir] .show > .btn-outline-light-gray.dropdown-toggle {
    background-color: #eceef0;
    border-color: #eceef0;
}
[dir] .btn-outline-light-gray:not(:disabled):not(.disabled):active:focus,
[dir] .btn-outline-light-gray:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-outline-light-gray.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(236, 238, 240, 0.5);
}

.btn-outline-muted-light {
    color: #dbdfe4;
}

[dir] .btn-outline-muted-light {
    border-color: #dbdfe4;
}
.btn-outline-muted-light:hover {
    color: #212529;
}
[dir] .btn-outline-muted-light:hover {
    background-color: #dbdfe4;
    border-color: #dbdfe4;
}
[dir] .btn-outline-muted-light:focus,
[dir] .btn-outline-muted-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(219, 223, 228, 0.5);
}
.btn-outline-muted-light.disabled,
.btn-outline-muted-light:disabled {
    color: #dbdfe4;
}
[dir] .btn-outline-muted-light.disabled,
[dir] .btn-outline-muted-light:disabled {
    background-color: transparent;
}
.btn-outline-muted-light:not(:disabled):not(.disabled):active,
.btn-outline-muted-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-muted-light.dropdown-toggle {
    color: #212529;
}
[dir] .btn-outline-muted-light:not(:disabled):not(.disabled):active,
[dir] .btn-outline-muted-light:not(:disabled):not(.disabled).active,
[dir] .show > .btn-outline-muted-light.dropdown-toggle {
    background-color: #dbdfe4;
    border-color: #dbdfe4;
}
[dir] .btn-outline-muted-light:not(:disabled):not(.disabled):active:focus,
[dir] .btn-outline-muted-light:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-outline-muted-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(219, 223, 228, 0.5);
}

.btn-outline-facebook {
    color: #3b5998;
}

[dir] .btn-outline-facebook {
    border-color: #3b5998;
}
.btn-outline-facebook:hover {
    color: #fff;
}
[dir] .btn-outline-facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998;
}
[dir] .btn-outline-facebook:focus,
[dir] .btn-outline-facebook.focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}
.btn-outline-facebook.disabled,
.btn-outline-facebook:disabled {
    color: #3b5998;
}
[dir] .btn-outline-facebook.disabled,
[dir] .btn-outline-facebook:disabled {
    background-color: transparent;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active,
.btn-outline-facebook:not(:disabled):not(.disabled).active,
.show > .btn-outline-facebook.dropdown-toggle {
    color: #fff;
}
[dir] .btn-outline-facebook:not(:disabled):not(.disabled):active,
[dir] .btn-outline-facebook:not(:disabled):not(.disabled).active,
[dir] .show > .btn-outline-facebook.dropdown-toggle {
    background-color: #3b5998;
    border-color: #3b5998;
}
[dir] .btn-outline-facebook:not(:disabled):not(.disabled):active:focus,
[dir] .btn-outline-facebook:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-outline-facebook.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}

.btn-outline-twitter {
    color: #00aced;
}

[dir] .btn-outline-twitter {
    border-color: #00aced;
}
.btn-outline-twitter:hover {
    color: #fff;
}
[dir] .btn-outline-twitter:hover {
    background-color: #00aced;
    border-color: #00aced;
}
[dir] .btn-outline-twitter:focus,
[dir] .btn-outline-twitter.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 172, 237, 0.5);
}
.btn-outline-twitter.disabled,
.btn-outline-twitter:disabled {
    color: #00aced;
}
[dir] .btn-outline-twitter.disabled,
[dir] .btn-outline-twitter:disabled {
    background-color: transparent;
}
.btn-outline-twitter:not(:disabled):not(.disabled):active,
.btn-outline-twitter:not(:disabled):not(.disabled).active,
.show > .btn-outline-twitter.dropdown-toggle {
    color: #fff;
}
[dir] .btn-outline-twitter:not(:disabled):not(.disabled):active,
[dir] .btn-outline-twitter:not(:disabled):not(.disabled).active,
[dir] .show > .btn-outline-twitter.dropdown-toggle {
    background-color: #00aced;
    border-color: #00aced;
}
[dir] .btn-outline-twitter:not(:disabled):not(.disabled):active:focus,
[dir] .btn-outline-twitter:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-outline-twitter.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(0, 172, 237, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #4a90e2;
    text-decoration: none;
}
.btn-link:hover {
    color: #1f69c1;
    text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
}
.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
    font-size: 1rem;
    line-height: 1.5;
}

[dir] .btn-lg,
[dir] .btn-group-lg > .btn {
    padding: 0.35rem 0.85rem;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
    font-size: 0.65rem;
    line-height: 1.5;
}

[dir] .btn-sm,
[dir] .btn-group-sm > .btn {
    padding: 0.15rem 0.5rem;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}
[dir] .btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
}
[dir] .dropdown-toggle::after {
    border-top: 0.3em solid;
    border-bottom: 0;
}
[dir="ltr"] .dropdown-toggle::after {
    margin-left: 0.255em;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
[dir="rtl"] .dropdown-toggle::after {
    margin-right: 0.255em;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
}
[dir="ltr"] .dropdown-toggle:empty::after {
    margin-left: 0;
}
[dir="rtl"] .dropdown-toggle:empty::after {
    margin-right: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    font-size: 0.9375rem;
    color: #112b4a;
    list-style: none;
}

[dir] .dropdown-menu {
    padding: 0.625rem 0;
    margin: 0.125rem 0 0;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e8ee;
    border-radius: 5px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.07);
}

[dir="ltr"] .dropdown-menu {
    left: 0;
    float: left;
    text-align: left;
}

[dir="rtl"] .dropdown-menu {
    right: 0;
    float: right;
    text-align: right;
}

[dir="ltr"] .dropdown-menu-left {
    right: auto;
    left: 0;
}

[dir="rtl"] .dropdown-menu-left {
    left: auto;
    right: 0;
}

[dir="ltr"] .dropdown-menu-right {
    right: 0;
    left: auto;
}

[dir="rtl"] .dropdown-menu-right {
    left: 0;
    right: auto;
}

@media (min-width: 576px) {
    [dir="ltr"] .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    [dir="rtl"] .dropdown-menu-sm-left {
        left: auto;
        right: 0;
    }

    [dir="ltr"] .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }

    [dir="rtl"] .dropdown-menu-sm-right {
        left: 0;
        right: auto;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    [dir="rtl"] .dropdown-menu-md-left {
        left: auto;
        right: 0;
    }

    [dir="ltr"] .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }

    [dir="rtl"] .dropdown-menu-md-right {
        left: 0;
        right: auto;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    [dir="rtl"] .dropdown-menu-lg-left {
        left: auto;
        right: 0;
    }

    [dir="ltr"] .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }

    [dir="rtl"] .dropdown-menu-lg-right {
        left: 0;
        right: auto;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    [dir="rtl"] .dropdown-menu-xl-left {
        left: auto;
        right: 0;
    }

    [dir="ltr"] .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }

    [dir="rtl"] .dropdown-menu-xl-right {
        left: 0;
        right: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
}
[dir] .dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
}
[dir] .dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}
[dir="ltr"] .dropup .dropdown-toggle::after {
    margin-left: 0.255em;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
[dir="rtl"] .dropup .dropdown-toggle::after {
    margin-right: 0.255em;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
}
[dir="ltr"] .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
[dir="rtl"] .dropup .dropdown-toggle:empty::after {
    margin-right: 0;
}

.dropright .dropdown-menu {
    top: 0;
}

[dir] .dropright .dropdown-menu {
    margin-top: 0;
}

[dir="ltr"] .dropright .dropdown-menu {
    right: auto;
    left: 100%;
    margin-left: 0.125rem;
}

[dir="rtl"] .dropright .dropdown-menu {
    left: auto;
    right: 100%;
    margin-right: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
}
[dir] .dropright .dropdown-toggle::after {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
}
[dir="ltr"] .dropright .dropdown-toggle::after {
    margin-left: 0.255em;
    border-right: 0;
    border-left: 0.3em solid;
}
[dir="rtl"] .dropright .dropdown-toggle::after {
    margin-right: 0.255em;
    border-left: 0;
    border-right: 0.3em solid;
}
[dir="ltr"] .dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
[dir="rtl"] .dropright .dropdown-toggle:empty::after {
    margin-right: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
}

[dir] .dropleft .dropdown-menu {
    margin-top: 0;
}

[dir="ltr"] .dropleft .dropdown-menu {
    right: 100%;
    left: auto;
    margin-right: 0.125rem;
}

[dir="rtl"] .dropleft .dropdown-menu {
    left: 100%;
    right: auto;
    margin-left: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
}
[dir="ltr"] .dropleft .dropdown-toggle::after {
    margin-left: 0.255em;
}
[dir="rtl"] .dropleft .dropdown-toggle::after {
    margin-right: 0.255em;
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
}
[dir] .dropleft .dropdown-toggle::before {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
}
[dir="ltr"] .dropleft .dropdown-toggle::before {
    margin-right: 0.255em;
    border-right: 0.3em solid;
}
[dir="rtl"] .dropleft .dropdown-toggle::before {
    margin-left: 0.255em;
    border-left: 0.3em solid;
}
[dir="ltr"] .dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
[dir="rtl"] .dropleft .dropdown-toggle:empty::after {
    margin-right: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    bottom: auto;
}

[dir="ltr"] .dropdown-menu[x-placement^="top"],
[dir="ltr"] .dropdown-menu[x-placement^="right"],
[dir="ltr"] .dropdown-menu[x-placement^="bottom"],
[dir="ltr"] .dropdown-menu[x-placement^="left"] {
    right: auto;
}

[dir="rtl"] .dropdown-menu[x-placement^="top"],
[dir="rtl"] .dropdown-menu[x-placement^="right"],
[dir="rtl"] .dropdown-menu[x-placement^="bottom"],
[dir="rtl"] .dropdown-menu[x-placement^="left"] {
    left: auto;
}

.dropdown-divider {
    height: 0;
    overflow: hidden;
}

[dir] .dropdown-divider {
    margin: 0.5rem 0;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    font-weight: 400;
    color: #212529;
    white-space: nowrap;
}

[dir] .dropdown-item {
    padding: 0.25rem 1.25rem;
    clear: both;
    text-align: inherit;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #6774df;
    text-decoration: none;
}
[dir] .dropdown-item:hover,
[dir] .dropdown-item:focus {
    background-color: transparent;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #6774df;
    text-decoration: none;
}
[dir] .dropdown-item.active,
[dir] .dropdown-item:active {
    background-color: transparent;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
}
[dir] .dropdown-item.disabled,
[dir] .dropdown-item:disabled {
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    font-size: 0.8203125rem;
    color: #6c757d;
    white-space: nowrap;
}

[dir] .dropdown-header {
    padding: 0.625rem 1.25rem;
    margin-bottom: 0;
}

.dropdown-item-text {
    display: block;
    color: #212529;
}

[dir] .dropdown-item-text {
    padding: 0.25rem 1.25rem;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}

[dir="ltr"] .btn-group > .btn:not(:first-child),
[dir="ltr"] .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

[dir="rtl"] .btn-group > .btn:not(:first-child),
[dir="rtl"] .btn-group > .btn-group:not(:first-child) {
    margin-right: -1px;
}
[dir="ltr"] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
[dir="ltr"] .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
[dir="rtl"] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
[dir="rtl"] .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
[dir="ltr"] .btn-group > .btn:not(:first-child),
[dir="ltr"] .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
[dir="rtl"] .btn-group > .btn:not(:first-child),
[dir="rtl"] .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

[dir="ltr"] .dropdown-toggle-split {
    padding-right: 0.65625rem;
    padding-left: 0.65625rem;
}

[dir="rtl"] .dropdown-toggle-split {
    padding-left: 0.65625rem;
    padding-right: 0.65625rem;
}
[dir="ltr"] .dropdown-toggle-split::after,
[dir="ltr"] .dropup .dropdown-toggle-split::after,
[dir="ltr"] .dropright .dropdown-toggle-split::after {
    margin-left: 0;
}
[dir="rtl"] .dropdown-toggle-split::after,
[dir="rtl"] .dropup .dropdown-toggle-split::after,
[dir="rtl"] .dropright .dropdown-toggle-split::after {
    margin-right: 0;
}
[dir="ltr"] .dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
[dir="rtl"] .dropleft .dropdown-toggle-split::before {
    margin-left: 0;
}

[dir="ltr"] .btn-sm + .dropdown-toggle-split,
[dir="ltr"] .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

[dir="rtl"] .btn-sm + .dropdown-toggle-split,
[dir="rtl"] .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

[dir="ltr"] .btn-lg + .dropdown-toggle-split,
[dir="ltr"] .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.6375rem;
    padding-left: 0.6375rem;
}

[dir="rtl"] .btn-lg + .dropdown-toggle-split,
[dir="rtl"] .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-left: 0.6375rem;
    padding-right: 0.6375rem;
}

[dir] .btn-group.show .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
[dir] .btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
[dir] .btn-group-vertical > .btn:not(:first-child),
[dir] .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}
[dir="ltr"] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
[dir="ltr"] .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
[dir="rtl"] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
[dir="rtl"] .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
[dir="ltr"] .btn-group-vertical > .btn:not(:first-child),
[dir="ltr"] .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
[dir="rtl"] .btn-group-vertical > .btn:not(:first-child),
[dir="rtl"] .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

[dir] .btn-group-toggle > .btn,
[dir] .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
[dir] .input-group > .form-control,
[dir] .input-group > .form-control-plaintext,
[dir] .input-group > .custom-select,
[dir] .input-group > .custom-file {
    margin-bottom: 0;
}
[dir="ltr"] .input-group > .form-control + .form-control,
[dir="ltr"] .input-group > .form-control + .custom-select,
[dir="ltr"] .input-group > .form-control + .custom-file,
[dir="ltr"] .input-group > .form-control-plaintext + .form-control,
[dir="ltr"] .input-group > .form-control-plaintext + .custom-select,
[dir="ltr"] .input-group > .form-control-plaintext + .custom-file,
[dir="ltr"] .input-group > .custom-select + .form-control,
[dir="ltr"] .input-group > .custom-select + .custom-select,
[dir="ltr"] .input-group > .custom-select + .custom-file,
[dir="ltr"] .input-group > .custom-file + .form-control,
[dir="ltr"] .input-group > .custom-file + .custom-select,
[dir="ltr"] .input-group > .custom-file + .custom-file {
    margin-left: -1px;
}
[dir="rtl"] .input-group > .form-control + .form-control,
[dir="rtl"] .input-group > .form-control + .custom-select,
[dir="rtl"] .input-group > .form-control + .custom-file,
[dir="rtl"] .input-group > .form-control-plaintext + .form-control,
[dir="rtl"] .input-group > .form-control-plaintext + .custom-select,
[dir="rtl"] .input-group > .form-control-plaintext + .custom-file,
[dir="rtl"] .input-group > .custom-select + .form-control,
[dir="rtl"] .input-group > .custom-select + .custom-select,
[dir="rtl"] .input-group > .custom-select + .custom-file,
[dir="rtl"] .input-group > .custom-file + .form-control,
[dir="rtl"] .input-group > .custom-file + .custom-select,
[dir="rtl"] .input-group > .custom-file + .custom-file {
    margin-right: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
[dir="ltr"] .input-group > .form-control:not(:last-child),
[dir="ltr"] .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
[dir="rtl"] .input-group > .form-control:not(:last-child),
[dir="rtl"] .input-group > .custom-select:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
[dir="ltr"] .input-group > .form-control:not(:first-child),
[dir="ltr"] .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
[dir="rtl"] .input-group > .form-control:not(:first-child),
[dir="rtl"] .input-group > .custom-select:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file {
    display: flex;
    align-items: center;
}
[dir="ltr"] .input-group > .custom-file:not(:last-child) .custom-file-label,
[dir="ltr"]
    .input-group
    > .custom-file:not(:last-child)
    .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
[dir="rtl"] .input-group > .custom-file:not(:last-child) .custom-file-label,
[dir="rtl"]
    .input-group
    > .custom-file:not(:last-child)
    .custom-file-label::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
[dir="ltr"] .input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
[dir="rtl"] .input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}
[dir="ltr"] .input-group-prepend .btn + .btn,
[dir="ltr"] .input-group-prepend .btn + .input-group-text,
[dir="ltr"] .input-group-prepend .input-group-text + .input-group-text,
[dir="ltr"] .input-group-prepend .input-group-text + .btn,
[dir="ltr"] .input-group-append .btn + .btn,
[dir="ltr"] .input-group-append .btn + .input-group-text,
[dir="ltr"] .input-group-append .input-group-text + .input-group-text,
[dir="ltr"] .input-group-append .input-group-text + .btn {
    margin-left: -1px;
}
[dir="rtl"] .input-group-prepend .btn + .btn,
[dir="rtl"] .input-group-prepend .btn + .input-group-text,
[dir="rtl"] .input-group-prepend .input-group-text + .input-group-text,
[dir="rtl"] .input-group-prepend .input-group-text + .btn,
[dir="rtl"] .input-group-append .btn + .btn,
[dir="rtl"] .input-group-append .btn + .input-group-text,
[dir="rtl"] .input-group-append .input-group-text + .input-group-text,
[dir="rtl"] .input-group-append .input-group-text + .btn {
    margin-right: -1px;
}

[dir="ltr"] .input-group-prepend {
    margin-right: -1px;
}

[dir="rtl"] .input-group-prepend {
    margin-left: -1px;
}

[dir="ltr"] .input-group-append {
    margin-left: -1px;
}

[dir="rtl"] .input-group-append {
    margin-right: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #939fad;
    white-space: nowrap;
}

[dir] .input-group-text {
    padding: 0.375rem 0.875rem;
    margin-bottom: 0;
    text-align: center;
    background-color: #fafbfe;
    border: 1px solid #dbe5ee;
    border-radius: 0.25rem;
}
[dir] .input-group-text input[type="radio"],
[dir] .input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 0.7rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    font-size: 1rem;
    line-height: 1.5;
}

[dir] .input-group-lg > .form-control,
[dir] .input-group-lg > .custom-select,
[dir] .input-group-lg > .input-group-prepend > .input-group-text,
[dir] .input-group-lg > .input-group-append > .input-group-text,
[dir] .input-group-lg > .input-group-prepend > .btn,
[dir] .input-group-lg > .input-group-append > .btn {
    padding: 0.35rem 0.85rem;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.5em + 0.3rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    font-size: 0.65rem;
    line-height: 1.5;
}

[dir] .input-group-sm > .form-control,
[dir] .input-group-sm > .custom-select,
[dir] .input-group-sm > .input-group-prepend > .input-group-text,
[dir] .input-group-sm > .input-group-append > .input-group-text,
[dir] .input-group-sm > .input-group-prepend > .btn,
[dir] .input-group-sm > .input-group-append > .btn {
    padding: 0.15rem 0.5rem;
    border-radius: 0.2rem;
}

[dir="ltr"] .input-group-lg > .custom-select,
[dir="ltr"] .input-group-sm > .custom-select {
    padding-right: 1.875rem;
}

[dir="rtl"] .input-group-lg > .custom-select,
[dir="rtl"] .input-group-sm > .custom-select {
    padding-left: 1.875rem;
}

[dir="ltr"] .input-group > .input-group-prepend > .btn,
[dir="ltr"] .input-group > .input-group-prepend > .input-group-text,
[dir="ltr"] .input-group > .input-group-append:not(:last-child) > .btn,
[dir="ltr"]
    .input-group
    > .input-group-append:not(:last-child)
    > .input-group-text,
[dir="ltr"]
    .input-group
    > .input-group-append:last-child
    > .btn:not(:last-child):not(.dropdown-toggle),
[dir="ltr"]
    .input-group
    > .input-group-append:last-child
    > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

[dir="rtl"] .input-group > .input-group-prepend > .btn,
[dir="rtl"] .input-group > .input-group-prepend > .input-group-text,
[dir="rtl"] .input-group > .input-group-append:not(:last-child) > .btn,
[dir="rtl"]
    .input-group
    > .input-group-append:not(:last-child)
    > .input-group-text,
[dir="rtl"]
    .input-group
    > .input-group-append:last-child
    > .btn:not(:last-child):not(.dropdown-toggle),
[dir="rtl"]
    .input-group
    > .input-group-append:last-child
    > .input-group-text:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[dir="ltr"] .input-group > .input-group-append > .btn,
[dir="ltr"] .input-group > .input-group-append > .input-group-text,
[dir="ltr"] .input-group > .input-group-prepend:not(:first-child) > .btn,
[dir="ltr"]
    .input-group
    > .input-group-prepend:not(:first-child)
    > .input-group-text,
[dir="ltr"]
    .input-group
    > .input-group-prepend:first-child
    > .btn:not(:first-child),
[dir="ltr"]
    .input-group
    > .input-group-prepend:first-child
    > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[dir="rtl"] .input-group > .input-group-append > .btn,
[dir="rtl"] .input-group > .input-group-append > .input-group-text,
[dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .btn,
[dir="rtl"]
    .input-group
    > .input-group-prepend:not(:first-child)
    > .input-group-text,
[dir="rtl"]
    .input-group
    > .input-group-prepend:first-child
    > .btn:not(:first-child),
[dir="rtl"]
    .input-group
    > .input-group-prepend:first-child
    > .input-group-text:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.40625rem;
}

[dir="ltr"] .custom-control {
    padding-left: 1.5rem;
}

[dir="rtl"] .custom-control {
    padding-right: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
}

[dir="ltr"] .custom-control-inline {
    margin-right: 1rem;
}

[dir="rtl"] .custom-control-inline {
    margin-left: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    width: 1rem;
    height: 1.203125rem;
    opacity: 0;
}

[dir="ltr"] .custom-control-input {
    left: 0;
}

[dir="rtl"] .custom-control-input {
    right: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
}
[dir] .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #6774df;
    background-color: #6774df;
}
[dir] .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: inset 0 1px 2px 0 rgba(66, 71, 112, 0.12),
        0 0 0 0.2rem rgba(103, 116, 223, 0.25);
}
[dir]
    .custom-control-input:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #6774df;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
}
[dir]
    .custom-control-input:not(:disabled):active
    ~ .custom-control-label::before {
    background-color: #fafbfe;
    border-color: #fafbfe;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
[dir] .custom-control-input[disabled] ~ .custom-control-label::before,
[dir] .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    vertical-align: top;
}

[dir] .custom-control-label {
    margin-bottom: 0;
}
.custom-control-label::before {
    position: absolute;
    top: 0.203125rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
}
[dir] .custom-control-label::before {
    background-color: #fafbfe;
    border: #adb5bd solid 1px;
    box-shadow: inset 0 1px 2px 0 rgba(66, 71, 112, 0.12);
}
[dir="ltr"] .custom-control-label::before {
    left: -1.5rem;
}
[dir="rtl"] .custom-control-label::before {
    right: -1.5rem;
}
.custom-control-label::after {
    position: absolute;
    top: 0.203125rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
[dir] .custom-control-label::after {
    background: no-repeat 50%/50% 50%;
}
[dir="ltr"] .custom-control-label::after {
    left: -1.5rem;
}
[dir="rtl"] .custom-control-label::after {
    right: -1.5rem;
}

[dir] .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
[dir]
    .custom-checkbox
    .custom-control-input:checked
    ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
[dir]
    .custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::before {
    border-color: #6774df;
    background-color: #6774df;
}
[dir]
    .custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
[dir]
    .custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(103, 116, 223, 0.5);
}
[dir]
    .custom-checkbox
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label::before {
    background-color: rgba(103, 116, 223, 0.5);
}

[dir] .custom-radio .custom-control-label::before {
    border-radius: 50%;
}
[dir]
    .custom-radio
    .custom-control-input:checked
    ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
[dir]
    .custom-radio
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(103, 116, 223, 0.5);
}

[dir="ltr"] .custom-switch {
    padding-left: 2.25rem;
}

[dir="rtl"] .custom-switch {
    padding-right: 2.25rem;
}
.custom-switch .custom-control-label::before {
    width: 1.75rem;
    pointer-events: all;
}
[dir] .custom-switch .custom-control-label::before {
    border-radius: 0.5rem;
}
[dir="ltr"] .custom-switch .custom-control-label::before {
    left: -2.25rem;
}
[dir="rtl"] .custom-switch .custom-control-label::before {
    right: -2.25rem;
}
.custom-switch .custom-control-label::after {
    top: calc(0.203125rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    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;
}
[dir] .custom-switch .custom-control-label::after {
    background-color: #adb5bd;
    border-radius: 0.5rem;
}
[dir="ltr"] .custom-switch .custom-control-label::after {
    left: calc(-2.25rem + 2px);
}
[dir="rtl"] .custom-switch .custom-control-label::after {
    right: calc(-2.25rem + 2px);
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}
[dir]
    .custom-switch
    .custom-control-input:checked
    ~ .custom-control-label::after {
    background-color: #fafbfe;
}
[dir="ltr"]
    .custom-switch
    .custom-control-input:checked
    ~ .custom-control-label::after {
    transform: translateX(0.75rem);
}
[dir="rtl"]
    .custom-switch
    .custom-control-input:checked
    ~ .custom-control-label::after {
    transform: translateX(-0.75rem);
}
[dir]
    .custom-switch
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(103, 116, 223, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[dir] .custom-select {
    border: 1px solid #dbe5ee;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

[dir="ltr"] .custom-select {
    padding: 0.375rem 1.875rem 0.375rem 0.875rem;
    background: #fafbfe
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 0.875rem center/8px 10px;
}

[dir="rtl"] .custom-select {
    padding: 0.375rem 0.875rem 0.375rem 1.875rem;
    background: #fafbfe
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat left 0.875rem center/8px 10px;
}
.custom-select:focus {
    outline: 0;
}
[dir] .custom-select:focus {
    border-color: #6774df;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
        0 0 0 0.2rem rgba(103, 116, 223, 0.25);
}
.custom-select:focus::-ms-value {
    color: #495057;
}
[dir] .custom-select:focus::-ms-value {
    background-color: #fafbfe;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
}
[dir] .custom-select[multiple],
[dir] .custom-select[size]:not([size="1"]) {
    background-image: none;
}
[dir="ltr"] .custom-select[multiple],
[dir="ltr"] .custom-select[size]:not([size="1"]) {
    padding-right: 0.875rem;
}
[dir="rtl"] .custom-select[multiple],
[dir="rtl"] .custom-select[size]:not([size="1"]) {
    padding-left: 0.875rem;
}
.custom-select:disabled {
    color: #6c757d;
}
[dir] .custom-select:disabled {
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
}
[dir] .custom-select:-moz-focusring {
    text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
    height: calc(1.5em + 0.3rem + 2px);
    font-size: 0.65rem;
}

[dir] .custom-select-sm {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
}

[dir="ltr"] .custom-select-sm {
    padding-left: 0.5rem;
}

[dir="rtl"] .custom-select-sm {
    padding-right: 0.5rem;
}

.custom-select-lg {
    height: calc(1.5em + 0.7rem + 2px);
    font-size: 1rem;
}

[dir] .custom-select-lg {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

[dir="ltr"] .custom-select-lg {
    padding-left: 0.85rem;
}

[dir="rtl"] .custom-select-lg {
    padding-right: 0.85rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
}

[dir] .custom-file {
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    opacity: 0;
}

[dir] .custom-file-input {
    margin: 0;
}
[dir] .custom-file-input:focus ~ .custom-file-label {
    border-color: #6774df;
    box-shadow: 0 0 0 0.2rem rgba(103, 116, 223, 0.25);
}
[dir] .custom-file-input[disabled] ~ .custom-file-label,
[dir] .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}

[dir] .custom-file-label {
    padding: 0.375rem 0.875rem;
    background-color: #fafbfe;
    border: 1px solid #dbe5ee;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 2px 0 rgba(66, 71, 112, 0.12);
}

[dir="ltr"] .custom-file-label {
    right: 0;
    left: 0;
}

[dir="rtl"] .custom-file-label {
    left: 0;
    right: 0;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    line-height: 1.5;
    color: #495057;
    content: "Browse";
}
[dir] .custom-file-label::after {
    padding: 0.375rem 0.875rem;
    background-color: #fafbfe;
}
[dir="ltr"] .custom-file-label::after {
    right: 0;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
[dir="rtl"] .custom-file-label::after {
    left: 0;
    border-right: inherit;
    border-radius: 0.25rem 0 0 0.25rem;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[dir] .custom-range {
    padding: 0;
    background-color: transparent;
}
.custom-range:focus {
    outline: none;
}
[dir] .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fafbfe, 0 0 0 0.2rem rgba(103, 116, 223, 0.25);
}
[dir] .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fafbfe, 0 0 0 0.2rem rgba(103, 116, 223, 0.25);
}
[dir] .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fafbfe, 0 0 0 0.2rem rgba(103, 116, 223, 0.25);
}
[dir] .custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 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;
}
[dir] .custom-range::-webkit-slider-thumb {
    margin-top: -0.25rem;
    background-color: #6774df;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
[dir] .custom-range::-webkit-slider-thumb:active {
    background-color: #fafbfe;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
}
[dir] .custom-range::-webkit-slider-runnable-track {
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 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;
}
[dir] .custom-range::-moz-range-thumb {
    background-color: #6774df;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
[dir] .custom-range::-moz-range-thumb:active {
    background-color: #fafbfe;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
}
[dir] .custom-range::-moz-range-track {
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 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;
}
[dir] .custom-range::-ms-thumb {
    margin-top: 0;
    background-color: #6774df;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
}
[dir="ltr"] .custom-range::-ms-thumb {
    margin-right: 0.2rem;
    margin-left: 0.2rem;
}
[dir="rtl"] .custom-range::-ms-thumb {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}
[dir] .custom-range::-ms-thumb:active {
    background-color: #fafbfe;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
}
[dir] .custom-range::-ms-track {
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
[dir] .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
[dir] .custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem;
}
[dir="ltr"] .custom-range::-ms-fill-upper {
    margin-right: 15px;
}
[dir="rtl"] .custom-range::-ms-fill-upper {
    margin-left: 15px;
}
[dir] .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
[dir] .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
[dir] .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
[dir] .custom-range:disabled::-moz-range-track {
    cursor: default;
}
[dir] .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

[dir] .nav {
    margin-bottom: 0;
}

[dir="ltr"] .nav {
    padding-left: 0;
}

[dir="rtl"] .nav {
    padding-right: 0;
}

.nav-link {
    display: block;
}

[dir] .nav-link {
    padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
}
[dir] .nav-link.disabled {
    cursor: default;
}

[dir] .nav-tabs {
    border-bottom: 0 solid #dee2e6;
}
[dir] .nav-tabs .nav-item {
    margin-bottom: 0;
}
[dir] .nav-tabs .nav-link {
    border: 0 solid transparent;
}
[dir="ltr"] .nav-tabs .nav-link {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
[dir="rtl"] .nav-tabs .nav-link {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
[dir] .nav-tabs .nav-link:hover,
[dir] .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
}
[dir] .nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #6774df;
}
[dir] .nav-tabs .nav-link.active,
[dir] .nav-tabs .nav-item.show .nav-link {
    background-color: #fff;
    border-color: #d5dde6;
}
[dir] .nav-tabs .dropdown-menu {
    margin-top: 0;
}
[dir="ltr"] .nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
[dir="rtl"] .nav-tabs .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

[dir] .nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
}
[dir] .nav-pills .nav-link.active,
[dir] .nav-pills .show > .nav-link {
    background-color: #6774df;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
}

[dir] .nav-fill > .nav-link,
[dir] .nav-fill .nav-item {
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
}

[dir] .nav-justified > .nav-link,
[dir] .nav-justified .nav-item {
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

[dir] .navbar {
    padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    font-size: 1.171875rem;
    line-height: inherit;
    white-space: nowrap;
}
[dir] .navbar-brand {
    padding-top: 0.32421875rem;
    padding-bottom: 0.32421875rem;
}
[dir="ltr"] .navbar-brand {
    margin-right: 1rem;
}
[dir="rtl"] .navbar-brand {
    margin-left: 1rem;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
}

[dir] .navbar-nav {
    margin-bottom: 0;
}

[dir="ltr"] .navbar-nav {
    padding-left: 0;
}

[dir="rtl"] .navbar-nav {
    padding-right: 0;
}
[dir="ltr"] .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
[dir="rtl"] .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
}
[dir] .navbar-nav .dropdown-menu {
    float: none;
}

.navbar-text {
    display: inline-block;
}

[dir] .navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    font-size: 1.171875rem;
    line-height: 1;
}

[dir] .navbar-toggler {
    padding: 0.25rem 0.75rem;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
}

[dir] .navbar-toggler-icon {
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    [dir="ltr"] .navbar-expand-sm > .container,
    [dir="ltr"] .navbar-expand-sm > .container-fluid,
    [dir="ltr"] .navbar-expand-sm > .container-sm,
    [dir="ltr"] .navbar-expand-sm > .container-md,
    [dir="ltr"] .navbar-expand-sm > .container-lg {
        padding-right: 0;
        padding-left: 0;
    }
    [dir="rtl"] .navbar-expand-sm > .container,
    [dir="rtl"] .navbar-expand-sm > .container-fluid,
    [dir="rtl"] .navbar-expand-sm > .container-sm,
    [dir="rtl"] .navbar-expand-sm > .container-md,
    [dir="rtl"] .navbar-expand-sm > .container-lg {
        padding-left: 0;
        padding-right: 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;
    }
    [dir="ltr"] .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }
    [dir="rtl"] .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    [dir="ltr"] .navbar-expand-md > .container,
    [dir="ltr"] .navbar-expand-md > .container-fluid,
    [dir="ltr"] .navbar-expand-md > .container-sm,
    [dir="ltr"] .navbar-expand-md > .container-md,
    [dir="ltr"] .navbar-expand-md > .container-lg {
        padding-right: 0;
        padding-left: 0;
    }
    [dir="rtl"] .navbar-expand-md > .container,
    [dir="rtl"] .navbar-expand-md > .container-fluid,
    [dir="rtl"] .navbar-expand-md > .container-sm,
    [dir="rtl"] .navbar-expand-md > .container-md,
    [dir="rtl"] .navbar-expand-md > .container-lg {
        padding-left: 0;
        padding-right: 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;
    }
    [dir="ltr"] .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }
    [dir="rtl"] .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    [dir="ltr"] .navbar-expand-lg > .container,
    [dir="ltr"] .navbar-expand-lg > .container-fluid,
    [dir="ltr"] .navbar-expand-lg > .container-sm,
    [dir="ltr"] .navbar-expand-lg > .container-md,
    [dir="ltr"] .navbar-expand-lg > .container-lg {
        padding-right: 0;
        padding-left: 0;
    }
    [dir="rtl"] .navbar-expand-lg > .container,
    [dir="rtl"] .navbar-expand-lg > .container-fluid,
    [dir="rtl"] .navbar-expand-lg > .container-sm,
    [dir="rtl"] .navbar-expand-lg > .container-md,
    [dir="rtl"] .navbar-expand-lg > .container-lg {
        padding-left: 0;
        padding-right: 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;
    }
    [dir="ltr"] .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }
    [dir="rtl"] .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    [dir="ltr"] .navbar-expand-xl > .container,
    [dir="ltr"] .navbar-expand-xl > .container-fluid,
    [dir="ltr"] .navbar-expand-xl > .container-sm,
    [dir="ltr"] .navbar-expand-xl > .container-md,
    [dir="ltr"] .navbar-expand-xl > .container-lg {
        padding-right: 0;
        padding-left: 0;
    }
    [dir="rtl"] .navbar-expand-xl > .container,
    [dir="rtl"] .navbar-expand-xl > .container-fluid,
    [dir="rtl"] .navbar-expand-xl > .container-sm,
    [dir="rtl"] .navbar-expand-xl > .container-md,
    [dir="rtl"] .navbar-expand-xl > .container-lg {
        padding-left: 0;
        padding-right: 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;
    }
    [dir="ltr"] .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }
    [dir="rtl"] .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg {
        flex-wrap: nowrap;
    }
    .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;
}
[dir="ltr"] .navbar-expand > .container,
[dir="ltr"] .navbar-expand > .container-fluid,
[dir="ltr"] .navbar-expand > .container-sm,
[dir="ltr"] .navbar-expand > .container-md,
[dir="ltr"] .navbar-expand > .container-lg {
    padding-right: 0;
    padding-left: 0;
}
[dir="rtl"] .navbar-expand > .container,
[dir="rtl"] .navbar-expand > .container-fluid,
[dir="rtl"] .navbar-expand > .container-sm,
[dir="rtl"] .navbar-expand > .container-md,
[dir="rtl"] .navbar-expand > .container-lg {
    padding-left: 0;
    padding-right: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
[dir="ltr"] .navbar-expand .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
[dir="rtl"] .navbar-expand .navbar-nav .nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(17, 43, 74, 0.84);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(17, 43, 74, 0.84);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(56, 78, 104, 0.54);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(17, 43, 74, 0.84);
}
.navbar-light .navbar-toggler {
    color: rgba(56, 78, 104, 0.54);
}
[dir] .navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
}
[dir] .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2856, 78, 104, 0.54%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(56, 78, 104, 0.54);
}
.navbar-light .navbar-text a {
    color: rgba(17, 43, 74, 0.84);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(17, 43, 74, 0.84);
}

.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.54);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.54);
}
[dir] .navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}
[dir] .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.54%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.54);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

[dir] .card {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d5dde6;
    border-radius: 0.25rem;
}
[dir="ltr"] .card > hr {
    margin-right: 0;
    margin-left: 0;
}
[dir="rtl"] .card > hr {
    margin-left: 0;
    margin-right: 0;
}
[dir] .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
[dir] .card > .list-group:first-child {
    border-top-width: 0;
}
[dir="ltr"] .card > .list-group:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
[dir="rtl"] .card > .list-group:first-child {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
}
[dir] .card > .list-group:last-child {
    border-bottom-width: 0;
}
[dir="ltr"] .card > .list-group:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
[dir="rtl"] .card > .list-group:last-child {
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
}
[dir] .card > .card-header + .list-group,
[dir] .card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
}

[dir] .card-body {
    padding: 1.25rem;
}

[dir] .card-title {
    margin-bottom: 0.75rem;
}

[dir] .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

[dir] .card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}
[dir="ltr"] .card-link + .card-link {
    margin-left: 1.25rem;
}
[dir="rtl"] .card-link + .card-link {
    margin-right: 1.25rem;
}

[dir] .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fafbfe;
    border-bottom: 1px solid #d5dde6;
}
[dir] .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

[dir] .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #fafbfe;
    border-top: 1px solid #d5dde6;
}
[dir] .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

[dir] .card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
}

[dir="ltr"] .card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

[dir="rtl"] .card-header-tabs {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

[dir="ltr"] .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

[dir="rtl"] .card-header-pills {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
}

[dir] .card-img-overlay {
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

[dir="ltr"] .card-img-overlay {
    right: 0;
    left: 0;
}

[dir="rtl"] .card-img-overlay {
    left: 0;
    right: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

[dir="ltr"] .card-img,
[dir="ltr"] .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

[dir="rtl"] .card-img,
[dir="rtl"] .card-img-top {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
}

[dir="ltr"] .card-img,
[dir="ltr"] .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

[dir="rtl"] .card-img,
[dir="rtl"] .card-img-bottom {
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
}

[dir] .card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
    }
    [dir="ltr"] .card-deck {
        margin-right: -15px;
        margin-left: -15px;
    }
    [dir="rtl"] .card-deck {
        margin-left: -15px;
        margin-right: -15px;
    }
    .card-deck .card {
        flex: 1 0 0%;
    }
    [dir] .card-deck .card {
        margin-bottom: 0;
    }
    [dir="ltr"] .card-deck .card {
        margin-right: 15px;
        margin-left: 15px;
    }
    [dir="rtl"] .card-deck .card {
        margin-left: 15px;
        margin-right: 15px;
    }
}

[dir] .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%;
    }
    [dir] .card-group > .card {
        margin-bottom: 0;
    }
    [dir="ltr"] .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    [dir="rtl"] .card-group > .card + .card {
        margin-right: 0;
        border-right: 0;
    }
    [dir="ltr"] .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    [dir="rtl"] .card-group > .card:not(:last-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    [dir="ltr"] .card-group > .card:not(:last-child) .card-img-top,
    [dir="ltr"] .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    [dir="rtl"] .card-group > .card:not(:last-child) .card-img-top,
    [dir="rtl"] .card-group > .card:not(:last-child) .card-header {
        border-top-left-radius: 0;
    }
    [dir="ltr"] .card-group > .card:not(:last-child) .card-img-bottom,
    [dir="ltr"] .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    [dir="rtl"] .card-group > .card:not(:last-child) .card-img-bottom,
    [dir="rtl"] .card-group > .card:not(:last-child) .card-footer {
        border-bottom-left-radius: 0;
    }
    [dir="ltr"] .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    [dir="rtl"] .card-group > .card:not(:first-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    [dir="ltr"] .card-group > .card:not(:first-child) .card-img-top,
    [dir="ltr"] .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    [dir="rtl"] .card-group > .card:not(:first-child) .card-img-top,
    [dir="rtl"] .card-group > .card:not(:first-child) .card-header {
        border-top-right-radius: 0;
    }
    [dir="ltr"] .card-group > .card:not(:first-child) .card-img-bottom,
    [dir="ltr"] .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
    [dir="rtl"] .card-group > .card:not(:first-child) .card-img-bottom,
    [dir="rtl"] .card-group > .card:not(:first-child) .card-footer {
        border-bottom-right-radius: 0;
    }
}

[dir] .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;
}
[dir] .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
}
[dir="ltr"] .accordion > .card:not(:last-of-type) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
[dir="rtl"] .accordion > .card:not(:last-of-type) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
[dir="ltr"] .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
[dir="rtl"] .accordion > .card:not(:first-of-type) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
[dir] .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

[dir] .breadcrumb {
    padding: 0 0;
    margin-bottom: 1rem;
    background-color: transparent;
    border-radius: 0.25rem;
}

.breadcrumb-item {
    display: flex;
}
[dir="ltr"] .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
[dir="rtl"] .breadcrumb-item + .breadcrumb-item {
    padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    color: rgba(54, 76, 102, 0.24);
    content: "/";
}
[dir="ltr"] .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.5rem;
}
[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: rgba(54, 76, 102, 0.54);
}

.pagination {
    display: flex;
    list-style: none;
}

[dir] .pagination {
    border-radius: 0.25rem;
}

[dir="ltr"] .pagination {
    padding-left: 0;
}

[dir="rtl"] .pagination {
    padding-right: 0;
}

.page-link {
    position: relative;
    display: block;
    line-height: 30px;
    color: #929eac;
}

[dir] .page-link {
    padding: 0.5rem 0.75rem;
    background-color: #eceef0;
    border: 0 solid #dee2e6;
}

[dir="ltr"] .page-link {
    margin-left: 0;
}

[dir="rtl"] .page-link {
    margin-right: 0;
}
.page-link:hover {
    z-index: 2;
    color: #1f69c1;
    text-decoration: none;
}
[dir] .page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
}
[dir] .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(103, 116, 223, 0.25);
}

[dir="ltr"] .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

[dir="rtl"] .page-item:first-child .page-link {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
[dir="ltr"] .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
[dir="rtl"] .page-item:last-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
}
[dir] .page-item.active .page-link {
    background-color: #6774df;
    border-color: #6774df;
}
.page-item.disabled .page-link {
    color: rgba(146, 158, 172, 0.3);
    pointer-events: none;
}
[dir] .page-item.disabled .page-link {
    cursor: auto;
    background-color: rgba(236, 238, 240, 0.5);
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    font-size: 1.171875rem;
    line-height: 1.5;
}

[dir] .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
}
[dir="ltr"] .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
[dir="rtl"] .pagination-lg .page-item:first-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
[dir="ltr"] .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
[dir="rtl"] .pagination-lg .page-item:last-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-sm .page-link {
    font-size: 0.8203125rem;
    line-height: 1.5;
}

[dir] .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
}
[dir="ltr"] .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
[dir="rtl"] .pagination-sm .page-item:first-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
[dir="ltr"] .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
[dir="rtl"] .pagination-sm .page-item:last-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.badge {
    display: inline-block;
    font-size: 0.675rem;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    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;
}

[dir] .badge {
    padding: 0.25rem 0.25rem;
    text-align: center;
    border-radius: 2px;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}
a.badge:hover,
a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

[dir] .badge-pill {
    border-radius: 10rem;
}

[dir="ltr"] .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
}

[dir="rtl"] .badge-pill {
    padding-left: 0.6em;
    padding-right: 0.6em;
}

.badge-primary {
    color: #fff;
}

[dir] .badge-primary {
    background-color: #6774df;
}
a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
}
[dir] a.badge-primary:hover,
[dir] a.badge-primary:focus {
    background-color: #3d4dd6;
}
a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
}
[dir] a.badge-primary:focus,
[dir] a.badge-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(103, 116, 223, 0.5);
}

.badge-secondary {
    color: #fff;
}

[dir] .badge-secondary {
    background-color: #6c757d;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
}
[dir] a.badge-secondary:hover,
[dir] a.badge-secondary:focus {
    background-color: #545b62;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
}
[dir] a.badge-secondary:focus,
[dir] a.badge-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #212529;
}

[dir] .badge-success {
    background-color: #7dc668;
}
a.badge-success:hover,
a.badge-success:focus {
    color: #212529;
}
[dir] a.badge-success:hover,
[dir] a.badge-success:focus {
    background-color: #5eb645;
}
a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
}
[dir] a.badge-success:focus,
[dir] a.badge-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 198, 104, 0.5);
}

.badge-info {
    color: #212529;
}

[dir] .badge-info {
    background-color: #5dd2bc;
}
a.badge-info:hover,
a.badge-info:focus {
    color: #212529;
}
[dir] a.badge-info:hover,
[dir] a.badge-info:focus {
    background-color: #37c5aa;
}
a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
}
[dir] a.badge-info:focus,
[dir] a.badge-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(93, 210, 188, 0.5);
}

.badge-warning {
    color: #212529;
}

[dir] .badge-warning {
    background-color: #f5b666;
}
a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
}
[dir] a.badge-warning:hover,
[dir] a.badge-warning:focus {
    background-color: #f29f36;
}
a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
}
[dir] a.badge-warning:focus,
[dir] a.badge-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 182, 102, 0.5);
}

.badge-danger {
    color: #212529;
}

[dir] .badge-danger {
    background-color: #ff7076;
}
a.badge-danger:hover,
a.badge-danger:focus {
    color: #212529;
}
[dir] a.badge-danger:hover,
[dir] a.badge-danger:focus {
    background-color: #ff3d45;
}
a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
}
[dir] a.badge-danger:focus,
[dir] a.badge-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 112, 118, 0.5);
}

.badge-light {
    color: #212529;
}

[dir] .badge-light {
    background-color: #fafbfe;
}
a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
}
[dir] a.badge-light:hover,
[dir] a.badge-light:focus {
    background-color: #d0d9f6;
}
a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
}
[dir] a.badge-light:focus,
[dir] a.badge-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 251, 254, 0.5);
}

.badge-dark {
    color: #fff;
}

[dir] .badge-dark {
    background-color: #1c2260;
}
a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
}
[dir] a.badge-dark:hover,
[dir] a.badge-dark:focus {
    background-color: #101439;
}
a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
}
[dir] a.badge-dark:focus,
[dir] a.badge-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 34, 96, 0.5);
}

.badge-blue {
    color: #fff;
}

[dir] .badge-blue {
    background-color: #4a90e2;
}
a.badge-blue:hover,
a.badge-blue:focus {
    color: #fff;
}
[dir] a.badge-blue:hover,
[dir] a.badge-blue:focus {
    background-color: #2275d7;
}
a.badge-blue:focus,
a.badge-blue.focus {
    outline: 0;
}
[dir] a.badge-blue:focus,
[dir] a.badge-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.5);
}

.badge-teal {
    color: #fff;
}

[dir] .badge-teal {
    background-color: #16ba71;
}
a.badge-teal:hover,
a.badge-teal:focus {
    color: #fff;
}
[dir] a.badge-teal:hover,
[dir] a.badge-teal:focus {
    background-color: #118c55;
}
a.badge-teal:focus,
a.badge-teal.focus {
    outline: 0;
}
[dir] a.badge-teal:focus,
[dir] a.badge-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(22, 186, 113, 0.5);
}

.badge-purple {
    color: #fff;
}

[dir] .badge-purple {
    background-color: #5163c5;
}
a.badge-purple:hover,
a.badge-purple:focus {
    color: #fff;
}
[dir] a.badge-purple:hover,
[dir] a.badge-purple:focus {
    background-color: #394aaa;
}
a.badge-purple:focus,
a.badge-purple.focus {
    outline: 0;
}
[dir] a.badge-purple:focus,
[dir] a.badge-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(81, 99, 197, 0.5);
}

.badge-dark-gray {
    color: #212529;
}

[dir] .badge-dark-gray {
    background-color: #939fad;
}
a.badge-dark-gray:hover,
a.badge-dark-gray:focus {
    color: #212529;
}
[dir] a.badge-dark-gray:hover,
[dir] a.badge-dark-gray:focus {
    background-color: #768597;
}
a.badge-dark-gray:focus,
a.badge-dark-gray.focus {
    outline: 0;
}
[dir] a.badge-dark-gray:focus,
[dir] a.badge-dark-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(147, 159, 173, 0.5);
}

.badge-light-gray {
    color: #212529;
}

[dir] .badge-light-gray {
    background-color: #eceef0;
}
a.badge-light-gray:hover,
a.badge-light-gray:focus {
    color: #212529;
}
[dir] a.badge-light-gray:hover,
[dir] a.badge-light-gray:focus {
    background-color: #d0d5da;
}
a.badge-light-gray:focus,
a.badge-light-gray.focus {
    outline: 0;
}
[dir] a.badge-light-gray:focus,
[dir] a.badge-light-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 238, 240, 0.5);
}

.badge-muted-light {
    color: #212529;
}

[dir] .badge-muted-light {
    background-color: #dbdfe4;
}
a.badge-muted-light:hover,
a.badge-muted-light:focus {
    color: #212529;
}
[dir] a.badge-muted-light:hover,
[dir] a.badge-muted-light:focus {
    background-color: #bec5ce;
}
a.badge-muted-light:focus,
a.badge-muted-light.focus {
    outline: 0;
}
[dir] a.badge-muted-light:focus,
[dir] a.badge-muted-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(219, 223, 228, 0.5);
}

.badge-facebook {
    color: #fff;
}

[dir] .badge-facebook {
    background-color: #3b5998;
}
a.badge-facebook:hover,
a.badge-facebook:focus {
    color: #fff;
}
[dir] a.badge-facebook:hover,
[dir] a.badge-facebook:focus {
    background-color: #2d4373;
}
a.badge-facebook:focus,
a.badge-facebook.focus {
    outline: 0;
}
[dir] a.badge-facebook:focus,
[dir] a.badge-facebook.focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}

.badge-twitter {
    color: #fff;
}

[dir] .badge-twitter {
    background-color: #00aced;
}
a.badge-twitter:hover,
a.badge-twitter:focus {
    color: #fff;
}
[dir] a.badge-twitter:hover,
[dir] a.badge-twitter:focus {
    background-color: #0087ba;
}
a.badge-twitter:focus,
a.badge-twitter.focus {
    outline: 0;
}
[dir] a.badge-twitter:focus,
[dir] a.badge-twitter.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 172, 237, 0.5);
}

[dir] .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
    [dir] .jumbotron {
        padding: 4rem 2rem;
    }
}

[dir] .jumbotron-fluid {
    border-radius: 0;
}

[dir="ltr"] .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
}

[dir="rtl"] .jumbotron-fluid {
    padding-left: 0;
    padding-right: 0;
}

.alert {
    position: relative;
}

[dir] .alert {
    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;
}

[dir="ltr"] .alert-dismissible {
    padding-right: 3.90625rem;
}

[dir="rtl"] .alert-dismissible {
    padding-left: 3.90625rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    color: inherit;
}
[dir] .alert-dismissible .close {
    padding: 0.75rem 1.25rem;
}
[dir="ltr"] .alert-dismissible .close {
    right: 0;
}
[dir="rtl"] .alert-dismissible .close {
    left: 0;
}

.alert-primary {
    color: #363c74;
}

[dir] .alert-primary {
    background-color: #e1e3f9;
    border-color: #d4d8f6;
}
[dir] .alert-primary hr {
    border-top-color: #bfc5f2;
}
.alert-primary .alert-link {
    color: #262a51;
}

.alert-secondary {
    color: #383d41;
}

[dir] .alert-secondary {
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
[dir] .alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #416736;
}

[dir] .alert-success {
    background-color: #e5f4e1;
    border-color: #dbefd5;
}
[dir] .alert-success hr {
    border-top-color: #cbe8c3;
}
.alert-success .alert-link {
    color: #2c4624;
}

.alert-info {
    color: #306d62;
}

[dir] .alert-info {
    background-color: #dff6f2;
    border-color: #d2f2ec;
}
[dir] .alert-info hr {
    border-top-color: #beece4;
}
.alert-info .alert-link {
    color: #204a42;
}

.alert-warning {
    color: #7f5f35;
}

[dir] .alert-warning {
    background-color: #fdf0e0;
    border-color: #fcebd4;
}
[dir] .alert-warning hr {
    border-top-color: #fae0bc;
}
.alert-warning .alert-link {
    color: #5b4426;
}

.alert-danger {
    color: #853a3d;
}

[dir] .alert-danger {
    background-color: #ffe2e4;
    border-color: #ffd7d9;
}
[dir] .alert-danger hr {
    border-top-color: #ffbec1;
}
.alert-danger .alert-link {
    color: #612b2d;
}

.alert-light {
    color: #828384;
}

[dir] .alert-light {
    background-color: #fefeff;
    border-color: #fefeff;
}
[dir] .alert-light hr {
    border-top-color: #e5e5ff;
}
.alert-light .alert-link {
    color: #696a6a;
}

.alert-dark {
    color: #0f1232;
}

[dir] .alert-dark {
    background-color: #d2d3df;
    border-color: #bfc1d2;
}
[dir] .alert-dark hr {
    border-top-color: #b0b2c7;
}
.alert-dark .alert-link {
    color: #03040b;
}

.alert-blue {
    color: #264b76;
}

[dir] .alert-blue {
    background-color: #dbe9f9;
    border-color: #cce0f7;
}
[dir] .alert-blue hr {
    border-top-color: #b6d3f4;
}
.alert-blue .alert-link {
    color: #1a324f;
}

.alert-teal {
    color: #0b613b;
}

[dir] .alert-teal {
    background-color: #d0f1e3;
    border-color: #beecd7;
}
[dir] .alert-teal hr {
    border-top-color: #aae6cb;
}
.alert-teal .alert-link {
    color: #06331f;
}

.alert-purple {
    color: #2a3366;
}

[dir] .alert-purple {
    background-color: #dce0f3;
    border-color: #ced3ef;
}
[dir] .alert-purple hr {
    border-top-color: #bbc2e9;
}
.alert-purple .alert-link {
    color: #1b2142;
}

.alert-dark-gray {
    color: #4c535a;
}

[dir] .alert-dark-gray {
    background-color: #e9ecef;
    border-color: #e1e4e8;
}
[dir] .alert-dark-gray hr {
    border-top-color: #d3d7dd;
}
.alert-dark-gray .alert-link {
    color: #353a3e;
}

.alert-light-gray {
    color: #7b7c7d;
}

[dir] .alert-light-gray {
    background-color: #fbfcfc;
    border-color: #fafafb;
}
[dir] .alert-light-gray hr {
    border-top-color: #ececf0;
}
.alert-light-gray .alert-link {
    color: #626363;
}

.alert-muted-light {
    color: #727477;
}

[dir] .alert-muted-light {
    background-color: #f8f9fa;
    border-color: #f5f6f7;
}
[dir] .alert-muted-light hr {
    border-top-color: #e7e9ec;
}
.alert-muted-light .alert-link {
    color: #595b5d;
}

.alert-facebook {
    color: #1f2e4f;
}

[dir] .alert-facebook {
    background-color: #d8deea;
    border-color: #c8d1e2;
}
[dir] .alert-facebook hr {
    border-top-color: #b7c3d9;
}
.alert-facebook .alert-link {
    color: #11192a;
}

.alert-twitter {
    color: #00597b;
}

[dir] .alert-twitter {
    background-color: #cceefb;
    border-color: #b8e8fa;
}
[dir] .alert-twitter hr {
    border-top-color: #a0e0f8;
}
.alert-twitter .alert-link {
    color: #003448;
}

@-webkit-keyframes progress-bar-stripes-ltr {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes-ltr {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@-webkit-keyframes progress-bar-stripes-rtl {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 100% 0;
    }
}

@keyframes progress-bar-stripes-rtl {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 100% 0;
    }
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.703125rem;
}
[dir] .progress {
    background-color: #e9ecef;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    transition: width 0.6s ease;
}

[dir] .progress-bar {
    text-align: center;
    background-color: #6774df;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

[dir] .progress-bar-striped {
    background-size: 1rem 1rem;
}

[dir="ltr"] .progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

[dir="rtl"] .progress-bar-striped {
    background-image: linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

[dir="ltr"] .progress-bar-animated {
    -webkit-animation: progress-bar-stripes-ltr 1s linear infinite;
    animation: progress-bar-stripes-ltr 1s linear infinite;
}

[dir="rtl"] .progress-bar-animated {
    -webkit-animation: progress-bar-stripes-rtl 1s linear infinite;
    animation: progress-bar-stripes-rtl 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    [dir="ltr"] .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
    [dir="rtl"] .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;
}

[dir] .list-group {
    margin-bottom: 0;
    border-radius: 0.25rem;
}

[dir="ltr"] .list-group {
    padding-left: 0;
}

[dir="rtl"] .list-group {
    padding-right: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
}

[dir] .list-group-item-action {
    text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
}
[dir] .list-group-item-action:hover,
[dir] .list-group-item-action:focus {
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #112b4a;
}
[dir] .list-group-item-action:active {
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
}

[dir] .list-group-item {
    padding: 1rem 1.25rem;
    background-color: #fff;
    border: 1px solid #e2e8ee;
}
[dir="ltr"] .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
[dir="rtl"] .list-group-item:first-child {
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
}
[dir="ltr"] .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
[dir="rtl"] .list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
}
[dir] .list-group-item.disabled,
[dir] .list-group-item:disabled {
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
}
[dir] .list-group-item.active {
    background-color: #6774df;
    border-color: #6774df;
}
[dir] .list-group-item + .list-group-item {
    border-top-width: 0;
}
[dir] .list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}
[dir="ltr"] .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
[dir="rtl"] .list-group-horizontal > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
}
[dir="ltr"] .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}
[dir="rtl"] .list-group-horizontal > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
}
[dir] .list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
[dir] .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
}
[dir="ltr"] .list-group-horizontal > .list-group-item + .list-group-item {
    border-left-width: 0;
}
[dir="rtl"] .list-group-horizontal > .list-group-item + .list-group-item {
    border-right-width: 0;
}
[dir="ltr"]
    .list-group-horizontal
    > .list-group-item
    + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
[dir="rtl"]
    .list-group-horizontal
    > .list-group-item
    + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    [dir="ltr"] .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    [dir="rtl"] .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
    }
    [dir="ltr"] .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    [dir="rtl"] .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-left-radius: 0.25rem;
        border-bottom-right-radius: 0;
    }
    [dir] .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    [dir] .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
    }
    [dir="ltr"]
        .list-group-horizontal-sm
        > .list-group-item
        + .list-group-item {
        border-left-width: 0;
    }
    [dir="rtl"]
        .list-group-horizontal-sm
        > .list-group-item
        + .list-group-item {
        border-right-width: 0;
    }
    [dir="ltr"]
        .list-group-horizontal-sm
        > .list-group-item
        + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
    [dir="rtl"]
        .list-group-horizontal-sm
        > .list-group-item
        + .list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    [dir="ltr"] .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    [dir="rtl"] .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
    }
    [dir="ltr"] .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    [dir="rtl"] .list-group-horizontal-md > .list-group-item:last-child {
        border-top-left-radius: 0.25rem;
        border-bottom-right-radius: 0;
    }
    [dir] .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    [dir] .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
    }
    [dir="ltr"]
        .list-group-horizontal-md
        > .list-group-item
        + .list-group-item {
        border-left-width: 0;
    }
    [dir="rtl"]
        .list-group-horizontal-md
        > .list-group-item
        + .list-group-item {
        border-right-width: 0;
    }
    [dir="ltr"]
        .list-group-horizontal-md
        > .list-group-item
        + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
    [dir="rtl"]
        .list-group-horizontal-md
        > .list-group-item
        + .list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    [dir="ltr"] .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    [dir="rtl"] .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
    }
    [dir="ltr"] .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    [dir="rtl"] .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-left-radius: 0.25rem;
        border-bottom-right-radius: 0;
    }
    [dir] .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    [dir] .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
    }
    [dir="ltr"]
        .list-group-horizontal-lg
        > .list-group-item
        + .list-group-item {
        border-left-width: 0;
    }
    [dir="rtl"]
        .list-group-horizontal-lg
        > .list-group-item
        + .list-group-item {
        border-right-width: 0;
    }
    [dir="ltr"]
        .list-group-horizontal-lg
        > .list-group-item
        + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
    [dir="rtl"]
        .list-group-horizontal-lg
        > .list-group-item
        + .list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    [dir="ltr"] .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    [dir="rtl"] .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
    }
    [dir="ltr"] .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    [dir="rtl"] .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-left-radius: 0.25rem;
        border-bottom-right-radius: 0;
    }
    [dir] .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    [dir] .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
    }
    [dir="ltr"]
        .list-group-horizontal-xl
        > .list-group-item
        + .list-group-item {
        border-left-width: 0;
    }
    [dir="rtl"]
        .list-group-horizontal-xl
        > .list-group-item
        + .list-group-item {
        border-right-width: 0;
    }
    [dir="ltr"]
        .list-group-horizontal-xl
        > .list-group-item
        + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
    [dir="rtl"]
        .list-group-horizontal-xl
        > .list-group-item
        + .list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px;
    }
}
[dir] .list-group-flush {
    border-radius: 0;
}
[dir] .list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
[dir] .list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #363c74;
}

[dir] .list-group-item-primary {
    background-color: #d4d8f6;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #363c74;
}
[dir] .list-group-item-primary.list-group-item-action:hover,
[dir] .list-group-item-primary.list-group-item-action:focus {
    background-color: #bfc5f2;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
}
[dir] .list-group-item-primary.list-group-item-action.active {
    background-color: #363c74;
    border-color: #363c74;
}

.list-group-item-secondary {
    color: #383d41;
}

[dir] .list-group-item-secondary {
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
}
[dir] .list-group-item-secondary.list-group-item-action:hover,
[dir] .list-group-item-secondary.list-group-item-action:focus {
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
}
[dir] .list-group-item-secondary.list-group-item-action.active {
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #416736;
}

[dir] .list-group-item-success {
    background-color: #dbefd5;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #416736;
}
[dir] .list-group-item-success.list-group-item-action:hover,
[dir] .list-group-item-success.list-group-item-action:focus {
    background-color: #cbe8c3;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
}
[dir] .list-group-item-success.list-group-item-action.active {
    background-color: #416736;
    border-color: #416736;
}

.list-group-item-info {
    color: #306d62;
}

[dir] .list-group-item-info {
    background-color: #d2f2ec;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #306d62;
}
[dir] .list-group-item-info.list-group-item-action:hover,
[dir] .list-group-item-info.list-group-item-action:focus {
    background-color: #beece4;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
}
[dir] .list-group-item-info.list-group-item-action.active {
    background-color: #306d62;
    border-color: #306d62;
}

.list-group-item-warning {
    color: #7f5f35;
}

[dir] .list-group-item-warning {
    background-color: #fcebd4;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #7f5f35;
}
[dir] .list-group-item-warning.list-group-item-action:hover,
[dir] .list-group-item-warning.list-group-item-action:focus {
    background-color: #fae0bc;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
}
[dir] .list-group-item-warning.list-group-item-action.active {
    background-color: #7f5f35;
    border-color: #7f5f35;
}

.list-group-item-danger {
    color: #853a3d;
}

[dir] .list-group-item-danger {
    background-color: #ffd7d9;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #853a3d;
}
[dir] .list-group-item-danger.list-group-item-action:hover,
[dir] .list-group-item-danger.list-group-item-action:focus {
    background-color: #ffbec1;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
}
[dir] .list-group-item-danger.list-group-item-action.active {
    background-color: #853a3d;
    border-color: #853a3d;
}

.list-group-item-light {
    color: #828384;
}

[dir] .list-group-item-light {
    background-color: #fefeff;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #828384;
}
[dir] .list-group-item-light.list-group-item-action:hover,
[dir] .list-group-item-light.list-group-item-action:focus {
    background-color: #e5e5ff;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
}
[dir] .list-group-item-light.list-group-item-action.active {
    background-color: #828384;
    border-color: #828384;
}

.list-group-item-dark {
    color: #0f1232;
}

[dir] .list-group-item-dark {
    background-color: #bfc1d2;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #0f1232;
}
[dir] .list-group-item-dark.list-group-item-action:hover,
[dir] .list-group-item-dark.list-group-item-action:focus {
    background-color: #b0b2c7;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
}
[dir] .list-group-item-dark.list-group-item-action.active {
    background-color: #0f1232;
    border-color: #0f1232;
}

.list-group-item-blue {
    color: #264b76;
}

[dir] .list-group-item-blue {
    background-color: #cce0f7;
}
.list-group-item-blue.list-group-item-action:hover,
.list-group-item-blue.list-group-item-action:focus {
    color: #264b76;
}
[dir] .list-group-item-blue.list-group-item-action:hover,
[dir] .list-group-item-blue.list-group-item-action:focus {
    background-color: #b6d3f4;
}
.list-group-item-blue.list-group-item-action.active {
    color: #fff;
}
[dir] .list-group-item-blue.list-group-item-action.active {
    background-color: #264b76;
    border-color: #264b76;
}

.list-group-item-teal {
    color: #0b613b;
}

[dir] .list-group-item-teal {
    background-color: #beecd7;
}
.list-group-item-teal.list-group-item-action:hover,
.list-group-item-teal.list-group-item-action:focus {
    color: #0b613b;
}
[dir] .list-group-item-teal.list-group-item-action:hover,
[dir] .list-group-item-teal.list-group-item-action:focus {
    background-color: #aae6cb;
}
.list-group-item-teal.list-group-item-action.active {
    color: #fff;
}
[dir] .list-group-item-teal.list-group-item-action.active {
    background-color: #0b613b;
    border-color: #0b613b;
}

.list-group-item-purple {
    color: #2a3366;
}

[dir] .list-group-item-purple {
    background-color: #ced3ef;
}
.list-group-item-purple.list-group-item-action:hover,
.list-group-item-purple.list-group-item-action:focus {
    color: #2a3366;
}
[dir] .list-group-item-purple.list-group-item-action:hover,
[dir] .list-group-item-purple.list-group-item-action:focus {
    background-color: #bbc2e9;
}
.list-group-item-purple.list-group-item-action.active {
    color: #fff;
}
[dir] .list-group-item-purple.list-group-item-action.active {
    background-color: #2a3366;
    border-color: #2a3366;
}

.list-group-item-dark-gray {
    color: #4c535a;
}

[dir] .list-group-item-dark-gray {
    background-color: #e1e4e8;
}
.list-group-item-dark-gray.list-group-item-action:hover,
.list-group-item-dark-gray.list-group-item-action:focus {
    color: #4c535a;
}
[dir] .list-group-item-dark-gray.list-group-item-action:hover,
[dir] .list-group-item-dark-gray.list-group-item-action:focus {
    background-color: #d3d7dd;
}
.list-group-item-dark-gray.list-group-item-action.active {
    color: #fff;
}
[dir] .list-group-item-dark-gray.list-group-item-action.active {
    background-color: #4c535a;
    border-color: #4c535a;
}

.list-group-item-light-gray {
    color: #7b7c7d;
}

[dir] .list-group-item-light-gray {
    background-color: #fafafb;
}
.list-group-item-light-gray.list-group-item-action:hover,
.list-group-item-light-gray.list-group-item-action:focus {
    color: #7b7c7d;
}
[dir] .list-group-item-light-gray.list-group-item-action:hover,
[dir] .list-group-item-light-gray.list-group-item-action:focus {
    background-color: #ececf0;
}
.list-group-item-light-gray.list-group-item-action.active {
    color: #fff;
}
[dir] .list-group-item-light-gray.list-group-item-action.active {
    background-color: #7b7c7d;
    border-color: #7b7c7d;
}

.list-group-item-muted-light {
    color: #727477;
}

[dir] .list-group-item-muted-light {
    background-color: #f5f6f7;
}
.list-group-item-muted-light.list-group-item-action:hover,
.list-group-item-muted-light.list-group-item-action:focus {
    color: #727477;
}
[dir] .list-group-item-muted-light.list-group-item-action:hover,
[dir] .list-group-item-muted-light.list-group-item-action:focus {
    background-color: #e7e9ec;
}
.list-group-item-muted-light.list-group-item-action.active {
    color: #fff;
}
[dir] .list-group-item-muted-light.list-group-item-action.active {
    background-color: #727477;
    border-color: #727477;
}

.list-group-item-facebook {
    color: #1f2e4f;
}

[dir] .list-group-item-facebook {
    background-color: #c8d1e2;
}
.list-group-item-facebook.list-group-item-action:hover,
.list-group-item-facebook.list-group-item-action:focus {
    color: #1f2e4f;
}
[dir] .list-group-item-facebook.list-group-item-action:hover,
[dir] .list-group-item-facebook.list-group-item-action:focus {
    background-color: #b7c3d9;
}
.list-group-item-facebook.list-group-item-action.active {
    color: #fff;
}
[dir] .list-group-item-facebook.list-group-item-action.active {
    background-color: #1f2e4f;
    border-color: #1f2e4f;
}

.list-group-item-twitter {
    color: #00597b;
}

[dir] .list-group-item-twitter {
    background-color: #b8e8fa;
}
.list-group-item-twitter.list-group-item-action:hover,
.list-group-item-twitter.list-group-item-action:focus {
    color: #00597b;
}
[dir] .list-group-item-twitter.list-group-item-action:hover,
[dir] .list-group-item-twitter.list-group-item-action:focus {
    background-color: #a0e0f8;
}
.list-group-item-twitter.list-group-item-action.active {
    color: #fff;
}
[dir] .list-group-item-twitter.list-group-item-action.active {
    background-color: #00597b;
    border-color: #00597b;
}

.close {
    font-size: 1.40625rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: 0.5;
}

[dir] .close {
    text-shadow: 0 1px 0 #fff;
}

[dir="ltr"] .close {
    float: right;
}

[dir="rtl"] .close {
    float: left;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}

[dir] 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;
    opacity: 0;
}

[dir] .toast {
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
}
[dir] .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;
    color: #6c757d;
}

[dir] .toast-header {
    padding: 0.25rem 0.75rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

[dir="ltr"] .toast-header {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

[dir="rtl"] .toast-header {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
}

[dir] .toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

[dir="ltr"] .modal {
    left: 0;
}

[dir="rtl"] .modal {
    right: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none;
}

[dir] .modal-dialog {
    margin: 0.5rem;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
}
[dir] .modal.fade .modal-dialog {
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
[dir] .modal.show .modal-dialog {
    transform: none;
}
[dir] .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-header,
.modal-dialog-scrollable .modal-footer {
    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;
    outline: 0;
}

[dir] .modal-content {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
}

[dir] .modal-backdrop {
    background-color: #000;
}

[dir="ltr"] .modal-backdrop {
    left: 0;
}

[dir="rtl"] .modal-backdrop {
    right: 0;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

[dir] .modal-header {
    padding: 1rem 1rem;
    border-bottom: 1px solid #e2e8ee;
}

[dir="ltr"] .modal-header {
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

[dir="rtl"] .modal-header {
    border-top-right-radius: calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px);
}
[dir] .modal-header .close {
    padding: 1rem 1rem;
}
[dir="ltr"] .modal-header .close {
    margin: -1rem -1rem -1rem auto;
}
[dir="rtl"] .modal-header .close {
    margin: -1rem auto -1rem -1rem;
}

.modal-title {
    line-height: 1.5;
}

[dir] .modal-title {
    margin-bottom: 0;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
}

[dir] .modal-body {
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

[dir] .modal-footer {
    padding: 0.75rem;
    border-top: 1px solid #e2e8ee;
}

[dir="ltr"] .modal-footer {
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

[dir="rtl"] .modal-footer {
    border-bottom-left-radius: calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
}
[dir] .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;
    }
    [dir] .modal-dialog {
        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;
    }

    [dir] .modal-content {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    }

    .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;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.8203125rem;
    word-wrap: break-word;
    opacity: 0;
}
[dir] .tooltip {
    margin: 0;
    text-align: start;
    text-shadow: none;
}
[dir="ltr"] .tooltip {
    text-align: left;
}
[dir="rtl"] .tooltip {
    text-align: right;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
}
[dir] .tooltip .arrow::before {
    border-color: transparent;
    border-style: solid;
}

[dir] .bs-tooltip-top,
[dir] .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
}
[dir] .bs-tooltip-top .arrow::before,
[dir] .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

[dir] .bs-tooltip-right,
[dir] .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    width: 0.4rem;
    height: 0.8rem;
}
[dir="ltr"] .bs-tooltip-right .arrow,
[dir="ltr"] .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
}
[dir="rtl"] .bs-tooltip-right .arrow,
[dir="rtl"] .bs-tooltip-auto[x-placement^="right"] .arrow {
    right: 0;
}
[dir="ltr"] .bs-tooltip-right .arrow::before,
[dir="ltr"] .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
[dir="rtl"] .bs-tooltip-right .arrow::before,
[dir="rtl"] .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

[dir] .bs-tooltip-bottom,
[dir] .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
}
[dir] .bs-tooltip-bottom .arrow::before,
[dir] .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

[dir] .bs-tooltip-left,
[dir] .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    width: 0.4rem;
    height: 0.8rem;
}
[dir="ltr"] .bs-tooltip-left .arrow,
[dir="ltr"] .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
}
[dir="rtl"] .bs-tooltip-left .arrow,
[dir="rtl"] .bs-tooltip-auto[x-placement^="left"] .arrow {
    left: 0;
}
[dir="ltr"] .bs-tooltip-left .arrow::before,
[dir="ltr"] .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
[dir="rtl"] .bs-tooltip-left .arrow::before,
[dir="rtl"] .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    color: #fff;
}

[dir] .tooltip-inner {
    padding: 0.25rem 0.5rem;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.8203125rem;
    word-wrap: break-word;
}

[dir] .popover {
    text-align: start;
    text-shadow: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

[dir="ltr"] .popover {
    left: 0;
    text-align: left;
}

[dir="rtl"] .popover {
    right: 0;
    text-align: right;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}
[dir] .popover .arrow {
    margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
}
[dir] .popover .arrow::before,
[dir] .popover .arrow::after {
    border-color: transparent;
    border-style: solid;
}

[dir] .bs-popover-top,
[dir] .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
}
[dir] .bs-popover-top > .arrow::before,
[dir] .bs-popover-auto[x-placement^="top"] > .arrow::before {
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
}
[dir] .bs-popover-top > .arrow::after,
[dir] .bs-popover-auto[x-placement^="top"] > .arrow::after {
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

[dir="ltr"] .bs-popover-right,
[dir="ltr"] .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

[dir="rtl"] .bs-popover-right,
[dir="rtl"] .bs-popover-auto[x-placement^="right"] {
    margin-right: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
    width: 0.5rem;
    height: 1rem;
}
[dir] .bs-popover-right > .arrow,
[dir] .bs-popover-auto[x-placement^="right"] > .arrow {
    margin: 0.3rem 0;
}
[dir="ltr"] .bs-popover-right > .arrow,
[dir="ltr"] .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
}
[dir="rtl"] .bs-popover-right > .arrow,
[dir="rtl"] .bs-popover-auto[x-placement^="right"] > .arrow {
    right: calc(-0.5rem - 1px);
}
[dir="ltr"] .bs-popover-right > .arrow::before,
[dir="ltr"] .bs-popover-auto[x-placement^="right"] > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
[dir="rtl"] .bs-popover-right > .arrow::before,
[dir="rtl"] .bs-popover-auto[x-placement^="right"] > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
[dir="ltr"] .bs-popover-right > .arrow::after,
[dir="ltr"] .bs-popover-auto[x-placement^="right"] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
[dir="rtl"] .bs-popover-right > .arrow::after,
[dir="rtl"] .bs-popover-auto[x-placement^="right"] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

[dir] .bs-popover-bottom,
[dir] .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    top: 0;
}
[dir] .bs-popover-bottom > .arrow::before,
[dir] .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
}
[dir] .bs-popover-bottom > .arrow::after,
[dir] .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    display: block;
    width: 1rem;
    content: "";
}
[dir] .bs-popover-bottom .popover-header::before,
[dir] .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    border-bottom: 1px solid #f7f7f7;
}
[dir="ltr"] .bs-popover-bottom .popover-header::before,
[dir="ltr"] .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    left: 50%;
    margin-left: -0.5rem;
}
[dir="rtl"] .bs-popover-bottom .popover-header::before,
[dir="rtl"] .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    right: 50%;
    margin-right: -0.5rem;
}

[dir="ltr"] .bs-popover-left,
[dir="ltr"] .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

[dir="rtl"] .bs-popover-left,
[dir="rtl"] .bs-popover-auto[x-placement^="left"] {
    margin-left: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
    width: 0.5rem;
    height: 1rem;
}
[dir] .bs-popover-left > .arrow,
[dir] .bs-popover-auto[x-placement^="left"] > .arrow {
    margin: 0.3rem 0;
}
[dir="ltr"] .bs-popover-left > .arrow,
[dir="ltr"] .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
}
[dir="rtl"] .bs-popover-left > .arrow,
[dir="rtl"] .bs-popover-auto[x-placement^="left"] > .arrow {
    left: calc(-0.5rem - 1px);
}
[dir="ltr"] .bs-popover-left > .arrow::before,
[dir="ltr"] .bs-popover-auto[x-placement^="left"] > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
[dir="rtl"] .bs-popover-left > .arrow::before,
[dir="rtl"] .bs-popover-auto[x-placement^="left"] > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
[dir="ltr"] .bs-popover-left > .arrow::after,
[dir="ltr"] .bs-popover-auto[x-placement^="left"] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
[dir="rtl"] .bs-popover-left > .arrow::after,
[dir="rtl"] .bs-popover-auto[x-placement^="left"] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.popover-header {
    font-size: 0.9375rem;
    color: rgba(17, 43, 74, 0.84);
}

[dir] .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
}

[dir="ltr"] .popover-header {
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

[dir="rtl"] .popover-header {
    border-top-right-radius: calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}

.popover-body {
    color: #112b4a;
}

[dir] .popover-body {
    padding: 0.5rem 0.75rem;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    content: "";
}
[dir] .carousel-inner::after {
    clear: both;
}

.carousel-item {
    position: relative;
    display: none;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

[dir="ltr"] .carousel-item {
    float: left;
    margin-right: -100%;
}

[dir="rtl"] .carousel-item {
    float: right;
    margin-left: -100%;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

[dir="ltr"] .carousel-item-next:not(.carousel-item-left),
[dir="ltr"] .active.carousel-item-right {
    transform: translateX(100%);
}

[dir="rtl"] .carousel-item-next:not(.carousel-item-left),
[dir="rtl"] .active.carousel-item-right {
    transform: translateX(-100%);
}

[dir="ltr"] .carousel-item-prev:not(.carousel-item-right),
[dir="ltr"] .active.carousel-item-left {
    transform: translateX(-100%);
}

[dir="rtl"] .carousel-item-prev:not(.carousel-item-right),
[dir="rtl"] .active.carousel-item-left {
    transform: translateX(100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
}

[dir] .carousel-fade .carousel-item {
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

[dir] .carousel-control-prev,
[dir] .carousel-control-next {
    text-align: center;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

[dir="ltr"] .carousel-control-prev {
    left: 0;
}

[dir="rtl"] .carousel-control-prev {
    right: 0;
}

[dir="ltr"] .carousel-control-next {
    right: 0;
}

[dir="rtl"] .carousel-control-next {
    left: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
}

[dir] .carousel-control-prev-icon,
[dir] .carousel-control-next-icon {
    background: no-repeat 50%/100% 100%;
}

[dir] .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

[dir] .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    list-style: none;
}

[dir="ltr"] .carousel-indicators {
    right: 0;
    left: 0;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
}

[dir="rtl"] .carousel-indicators {
    left: 0;
    right: 0;
    padding-right: 0;
    margin-left: 15%;
    margin-right: 15%;
}
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    text-indent: -999px;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
[dir] .carousel-indicators li {
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
[dir="ltr"] .carousel-indicators li {
    margin-right: 3px;
    margin-left: 3px;
}
[dir="rtl"] .carousel-indicators li {
    margin-left: 3px;
    margin-right: 3px;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    color: #fff;
}

[dir] .carousel-caption {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

[dir="ltr"] .carousel-caption {
    right: 15%;
    left: 15%;
}

[dir="rtl"] .carousel-caption {
    left: 15%;
    right: 15%;
}

@-webkit-keyframes spinner-border-ltr {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-border-ltr {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner-border-rtl {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes spinner-border-rtl {
    to {
        transform: rotate(-360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
}
[dir] .spinner-border {
    border: 0.25em solid currentColor;
    border-radius: 50%;
}
[dir="ltr"] .spinner-border {
    border-right-color: transparent;
    -webkit-animation: spinner-border-ltr 0.75s linear infinite;
    animation: spinner-border-ltr 0.75s linear infinite;
}
[dir="rtl"] .spinner-border {
    border-left-color: transparent;
    -webkit-animation: spinner-border-rtl 0.75s linear infinite;
    animation: spinner-border-rtl 0.75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
}

[dir] .spinner-border-sm {
    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: text-bottom;
    opacity: 0;
}
[dir] .spinner-grow {
    background-color: currentColor;
    border-radius: 50%;
}
[dir="ltr"] .spinner-grow {
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}
[dir="rtl"] .spinner-grow {
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

[dir] .bg-primary {
    background-color: #6774df !important;
}

[dir] a.bg-primary:hover,
[dir] a.bg-primary:focus,
[dir] button.bg-primary:hover,
[dir] button.bg-primary:focus {
    background-color: #3d4dd6 !important;
}

[dir] .bg-secondary {
    background-color: #6c757d !important;
}

[dir] a.bg-secondary:hover,
[dir] a.bg-secondary:focus,
[dir] button.bg-secondary:hover,
[dir] button.bg-secondary:focus {
    background-color: #545b62 !important;
}

[dir] .bg-success {
    background-color: #7dc668 !important;
}

[dir] a.bg-success:hover,
[dir] a.bg-success:focus,
[dir] button.bg-success:hover,
[dir] button.bg-success:focus {
    background-color: #5eb645 !important;
}

[dir] .bg-info {
    background-color: #5dd2bc !important;
}

[dir] a.bg-info:hover,
[dir] a.bg-info:focus,
[dir] button.bg-info:hover,
[dir] button.bg-info:focus {
    background-color: #37c5aa !important;
}

[dir] .bg-warning {
    background-color: #f5b666 !important;
}

[dir] a.bg-warning:hover,
[dir] a.bg-warning:focus,
[dir] button.bg-warning:hover,
[dir] button.bg-warning:focus {
    background-color: #f29f36 !important;
}

[dir] .bg-danger {
    background-color: #ff7076 !important;
}

[dir] a.bg-danger:hover,
[dir] a.bg-danger:focus,
[dir] button.bg-danger:hover,
[dir] button.bg-danger:focus {
    background-color: #ff3d45 !important;
}

[dir] .bg-light {
    background-color: #fafbfe !important;
}

[dir] a.bg-light:hover,
[dir] a.bg-light:focus,
[dir] button.bg-light:hover,
[dir] button.bg-light:focus {
    background-color: #d0d9f6 !important;
}

[dir] .bg-dark {
    background-color: #1c2260 !important;
}

[dir] a.bg-dark:hover,
[dir] a.bg-dark:focus,
[dir] button.bg-dark:hover,
[dir] button.bg-dark:focus {
    background-color: #101439 !important;
}

[dir] .bg-blue {
    background-color: #4a90e2 !important;
}

[dir] a.bg-blue:hover,
[dir] a.bg-blue:focus,
[dir] button.bg-blue:hover,
[dir] button.bg-blue:focus {
    background-color: #2275d7 !important;
}

[dir] .bg-teal {
    background-color: #16ba71 !important;
}

[dir] a.bg-teal:hover,
[dir] a.bg-teal:focus,
[dir] button.bg-teal:hover,
[dir] button.bg-teal:focus {
    background-color: #118c55 !important;
}

[dir] .bg-purple {
    background-color: #5163c5 !important;
}

[dir] a.bg-purple:hover,
[dir] a.bg-purple:focus,
[dir] button.bg-purple:hover,
[dir] button.bg-purple:focus {
    background-color: #394aaa !important;
}

[dir] .bg-dark-gray {
    background-color: #939fad !important;
}

[dir] a.bg-dark-gray:hover,
[dir] a.bg-dark-gray:focus,
[dir] button.bg-dark-gray:hover,
[dir] button.bg-dark-gray:focus {
    background-color: #768597 !important;
}

[dir] .bg-light-gray {
    background-color: #eceef0 !important;
}

[dir] a.bg-light-gray:hover,
[dir] a.bg-light-gray:focus,
[dir] button.bg-light-gray:hover,
[dir] button.bg-light-gray:focus {
    background-color: #d0d5da !important;
}

[dir] .bg-muted-light {
    background-color: #dbdfe4 !important;
}

[dir] a.bg-muted-light:hover,
[dir] a.bg-muted-light:focus,
[dir] button.bg-muted-light:hover,
[dir] button.bg-muted-light:focus {
    background-color: #bec5ce !important;
}

[dir] .bg-facebook {
    background-color: #3b5998 !important;
}

[dir] a.bg-facebook:hover,
[dir] a.bg-facebook:focus,
[dir] button.bg-facebook:hover,
[dir] button.bg-facebook:focus {
    background-color: #2d4373 !important;
}

[dir] .bg-twitter {
    background-color: #00aced !important;
}

[dir] a.bg-twitter:hover,
[dir] a.bg-twitter:focus,
[dir] button.bg-twitter:hover,
[dir] button.bg-twitter:focus {
    background-color: #0087ba !important;
}

[dir] .bg-white {
    background-color: #fff !important;
}

[dir] .bg-transparent {
    background-color: transparent !important;
}

[dir] .border {
    border: 1px solid #e2e8ee !important;
}

[dir] .border-top {
    border-top: 1px solid #e2e8ee !important;
}

[dir="ltr"] .border-right {
    border-right: 1px solid #e2e8ee !important;
}

[dir="rtl"] .border-right {
    border-left: 1px solid #e2e8ee !important;
}

[dir] .border-bottom {
    border-bottom: 1px solid #e2e8ee !important;
}

[dir="ltr"] .border-left {
    border-left: 1px solid #e2e8ee !important;
}

[dir="rtl"] .border-left {
    border-right: 1px solid #e2e8ee !important;
}

[dir] .border-0 {
    border: 0 !important;
}

[dir] .border-top-0 {
    border-top: 0 !important;
}

[dir="ltr"] .border-right-0 {
    border-right: 0 !important;
}

[dir="rtl"] .border-right-0 {
    border-left: 0 !important;
}

[dir] .border-bottom-0 {
    border-bottom: 0 !important;
}

[dir="ltr"] .border-left-0 {
    border-left: 0 !important;
}

[dir="rtl"] .border-left-0 {
    border-right: 0 !important;
}

[dir] .border-primary {
    border-color: #6774df !important;
}

[dir] .border-secondary {
    border-color: #6c757d !important;
}

[dir] .border-success {
    border-color: #7dc668 !important;
}

[dir] .border-info {
    border-color: #5dd2bc !important;
}

[dir] .border-warning {
    border-color: #f5b666 !important;
}

[dir] .border-danger {
    border-color: #ff7076 !important;
}

[dir] .border-light {
    border-color: #fafbfe !important;
}

[dir] .border-dark {
    border-color: #1c2260 !important;
}

[dir] .border-blue {
    border-color: #4a90e2 !important;
}

[dir] .border-teal {
    border-color: #16ba71 !important;
}

[dir] .border-purple {
    border-color: #5163c5 !important;
}

[dir] .border-dark-gray {
    border-color: #939fad !important;
}

[dir] .border-light-gray {
    border-color: #eceef0 !important;
}

[dir] .border-muted-light {
    border-color: #dbdfe4 !important;
}

[dir] .border-facebook {
    border-color: #3b5998 !important;
}

[dir] .border-twitter {
    border-color: #00aced !important;
}

[dir] .border-white {
    border-color: #fff !important;
}

[dir] .rounded-sm {
    border-radius: 0.2rem !important;
}

[dir] .rounded {
    border-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

[dir="rtl"] .rounded-top {
    border-top-right-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

[dir="rtl"] .rounded-right {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

[dir="rtl"] .rounded-bottom {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

[dir="rtl"] .rounded-left {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

[dir] .rounded-lg {
    border-radius: 0.3rem !important;
}

[dir] .rounded-circle {
    border-radius: 50% !important;
}

[dir] .rounded-pill {
    border-radius: 50rem !important;
}

[dir] .rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    content: "";
}

[dir] .clearfix::after {
    clear: both;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-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%;
    overflow: hidden;
}
[dir] .embed-responsive {
    padding: 0;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
[dir] .embed-responsive .embed-responsive-item,
[dir] .embed-responsive iframe,
[dir] .embed-responsive embed,
[dir] .embed-responsive object,
[dir] .embed-responsive video {
    border: 0;
}
[dir="ltr"] .embed-responsive .embed-responsive-item,
[dir="ltr"] .embed-responsive iframe,
[dir="ltr"] .embed-responsive embed,
[dir="ltr"] .embed-responsive object,
[dir="ltr"] .embed-responsive video {
    left: 0;
}
[dir="rtl"] .embed-responsive .embed-responsive-item,
[dir="rtl"] .embed-responsive iframe,
[dir="rtl"] .embed-responsive embed,
[dir="rtl"] .embed-responsive object,
[dir="rtl"] .embed-responsive video {
    right: 0;
}

[dir] .embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

[dir] .embed-responsive-16by9::before {
    padding-top: 56.25%;
}

[dir] .embed-responsive-4by3::before {
    padding-top: 75%;
}

[dir] .embed-responsive-1by1::before {
    padding-top: 100%;
}

[dir] .embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

[dir] .embed-responsive-16by9::before {
    padding-top: 56.25%;
}

[dir] .embed-responsive-4by3::before {
    padding-top: 75%;
}

[dir] .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;
    }
}
[dir="ltr"] .float-left {
    float: left !important;
}
[dir="rtl"] .float-left {
    float: right !important;
}

[dir="ltr"] .float-right {
    float: right !important;
}

[dir="rtl"] .float-right {
    float: left !important;
}

[dir] .float-none {
    float: none !important;
}

@media (min-width: 576px) {
    [dir="ltr"] .float-sm-left {
        float: left !important;
    }
    [dir="rtl"] .float-sm-left {
        float: right !important;
    }

    [dir="ltr"] .float-sm-right {
        float: right !important;
    }

    [dir="rtl"] .float-sm-right {
        float: left !important;
    }

    [dir] .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .float-md-left {
        float: left !important;
    }
    [dir="rtl"] .float-md-left {
        float: right !important;
    }

    [dir="ltr"] .float-md-right {
        float: right !important;
    }

    [dir="rtl"] .float-md-right {
        float: left !important;
    }

    [dir] .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .float-lg-left {
        float: left !important;
    }
    [dir="rtl"] .float-lg-left {
        float: right !important;
    }

    [dir="ltr"] .float-lg-right {
        float: right !important;
    }

    [dir="rtl"] .float-lg-right {
        float: left !important;
    }

    [dir] .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .float-xl-left {
        float: left !important;
    }
    [dir="rtl"] .float-xl-left {
        float: right !important;
    }

    [dir="ltr"] .float-xl-right {
        float: right !important;
    }

    [dir="rtl"] .float-xl-right {
        float: left !important;
    }

    [dir] .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: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    z-index: 1030;
}

[dir="ltr"] .fixed-top {
    right: 0;
    left: 0;
}

[dir="rtl"] .fixed-top {
    left: 0;
    right: 0;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    z-index: 1030;
}

[dir="ltr"] .fixed-bottom {
    right: 0;
    left: 0;
}

[dir="rtl"] .fixed-bottom {
    left: 0;
    right: 0;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

[dir] .sr-only {
    padding: 0;
    margin: -1px;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

[dir] .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

[dir] .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

[dir] .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

[dir] .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;
}

[dir] .m-0 {
    margin: 0 !important;
}

[dir] .mt-0,
[dir] .my-0 {
    margin-top: 0 !important;
}

[dir="ltr"] .mr-0,
[dir="ltr"] .mx-0 {
    margin-right: 0 !important;
}

[dir="rtl"] .mr-0,
[dir="rtl"] .mx-0 {
    margin-left: 0 !important;
}

[dir] .mb-0,
[dir] .my-0 {
    margin-bottom: 0 !important;
}

[dir="ltr"] .ml-0,
[dir="ltr"] .mx-0 {
    margin-left: 0 !important;
}

[dir="rtl"] .ml-0,
[dir="rtl"] .mx-0 {
    margin-right: 0 !important;
}

[dir] .m-1 {
    margin: 0.25rem !important;
}

[dir] .mt-1,
[dir] .my-1 {
    margin-top: 0.25rem !important;
}

[dir="ltr"] .mr-1,
[dir="ltr"] .mx-1 {
    margin-right: 0.25rem !important;
}

[dir="rtl"] .mr-1,
[dir="rtl"] .mx-1 {
    margin-left: 0.25rem !important;
}

[dir] .mb-1,
[dir] .my-1 {
    margin-bottom: 0.25rem !important;
}

[dir="ltr"] .ml-1,
[dir="ltr"] .mx-1 {
    margin-left: 0.25rem !important;
}

[dir="rtl"] .ml-1,
[dir="rtl"] .mx-1 {
    margin-right: 0.25rem !important;
}

[dir] .m-2 {
    margin: 0.5rem !important;
}

[dir] .mt-2,
[dir] .my-2 {
    margin-top: 0.5rem !important;
}

[dir="ltr"] .mr-2,
[dir="ltr"] .mx-2 {
    margin-right: 0.5rem !important;
}

[dir="rtl"] .mr-2,
[dir="rtl"] .mx-2 {
    margin-left: 0.5rem !important;
}

[dir] .mb-2,
[dir] .my-2 {
    margin-bottom: 0.5rem !important;
}

[dir="ltr"] .ml-2,
[dir="ltr"] .mx-2 {
    margin-left: 0.5rem !important;
}

[dir="rtl"] .ml-2,
[dir="rtl"] .mx-2 {
    margin-right: 0.5rem !important;
}

[dir] .m-3 {
    margin: 1rem !important;
}

[dir] .mt-3,
[dir] .my-3 {
    margin-top: 1rem !important;
}

[dir="ltr"] .mr-3,
[dir="ltr"] .mx-3 {
    margin-right: 1rem !important;
}

[dir="rtl"] .mr-3,
[dir="rtl"] .mx-3 {
    margin-left: 1rem !important;
}

[dir] .mb-3,
[dir] .my-3 {
    margin-bottom: 1rem !important;
}

[dir="ltr"] .ml-3,
[dir="ltr"] .mx-3 {
    margin-left: 1rem !important;
}

[dir="rtl"] .ml-3,
[dir="rtl"] .mx-3 {
    margin-right: 1rem !important;
}

[dir] .m-4 {
    margin: 1.5rem !important;
}

[dir] .mt-4,
[dir] .my-4 {
    margin-top: 1.5rem !important;
}

[dir="ltr"] .mr-4,
[dir="ltr"] .mx-4 {
    margin-right: 1.5rem !important;
}

[dir="rtl"] .mr-4,
[dir="rtl"] .mx-4 {
    margin-left: 1.5rem !important;
}

[dir] .mb-4,
[dir] .my-4 {
    margin-bottom: 1.5rem !important;
}

[dir="ltr"] .ml-4,
[dir="ltr"] .mx-4 {
    margin-left: 1.5rem !important;
}

[dir="rtl"] .ml-4,
[dir="rtl"] .mx-4 {
    margin-right: 1.5rem !important;
}

[dir] .m-5 {
    margin: 3rem !important;
}

[dir] .mt-5,
[dir] .my-5 {
    margin-top: 3rem !important;
}

[dir="ltr"] .mr-5,
[dir="ltr"] .mx-5 {
    margin-right: 3rem !important;
}

[dir="rtl"] .mr-5,
[dir="rtl"] .mx-5 {
    margin-left: 3rem !important;
}

[dir] .mb-5,
[dir] .my-5 {
    margin-bottom: 3rem !important;
}

[dir="ltr"] .ml-5,
[dir="ltr"] .mx-5 {
    margin-left: 3rem !important;
}

[dir="rtl"] .ml-5,
[dir="rtl"] .mx-5 {
    margin-right: 3rem !important;
}

[dir] .p-0 {
    padding: 0 !important;
}

[dir] .pt-0,
[dir] .py-0 {
    padding-top: 0 !important;
}

[dir="ltr"] .pr-0,
[dir="ltr"] .px-0 {
    padding-right: 0 !important;
}

[dir="rtl"] .pr-0,
[dir="rtl"] .px-0 {
    padding-left: 0 !important;
}

[dir] .pb-0,
[dir] .py-0 {
    padding-bottom: 0 !important;
}

[dir="ltr"] .pl-0,
[dir="ltr"] .px-0 {
    padding-left: 0 !important;
}

[dir="rtl"] .pl-0,
[dir="rtl"] .px-0 {
    padding-right: 0 !important;
}

[dir] .p-1 {
    padding: 0.25rem !important;
}

[dir] .pt-1,
[dir] .py-1 {
    padding-top: 0.25rem !important;
}

[dir="ltr"] .pr-1,
[dir="ltr"] .px-1 {
    padding-right: 0.25rem !important;
}

[dir="rtl"] .pr-1,
[dir="rtl"] .px-1 {
    padding-left: 0.25rem !important;
}

[dir] .pb-1,
[dir] .py-1 {
    padding-bottom: 0.25rem !important;
}

[dir="ltr"] .pl-1,
[dir="ltr"] .px-1 {
    padding-left: 0.25rem !important;
}

[dir="rtl"] .pl-1,
[dir="rtl"] .px-1 {
    padding-right: 0.25rem !important;
}

[dir] .p-2 {
    padding: 0.5rem !important;
}

[dir] .pt-2,
[dir] .py-2 {
    padding-top: 0.5rem !important;
}

[dir="ltr"] .pr-2,
[dir="ltr"] .px-2 {
    padding-right: 0.5rem !important;
}

[dir="rtl"] .pr-2,
[dir="rtl"] .px-2 {
    padding-left: 0.5rem !important;
}

[dir] .pb-2,
[dir] .py-2 {
    padding-bottom: 0.5rem !important;
}

[dir="ltr"] .pl-2,
[dir="ltr"] .px-2 {
    padding-left: 0.5rem !important;
}

[dir="rtl"] .pl-2,
[dir="rtl"] .px-2 {
    padding-right: 0.5rem !important;
}

[dir] .p-3 {
    padding: 1rem !important;
}

[dir] .pt-3,
[dir] .py-3 {
    padding-top: 1rem !important;
}

[dir="ltr"] .pr-3,
[dir="ltr"] .px-3 {
    padding-right: 1rem !important;
}

[dir="rtl"] .pr-3,
[dir="rtl"] .px-3 {
    padding-left: 1rem !important;
}

[dir] .pb-3,
[dir] .py-3 {
    padding-bottom: 1rem !important;
}

[dir="ltr"] .pl-3,
[dir="ltr"] .px-3 {
    padding-left: 1rem !important;
}

[dir="rtl"] .pl-3,
[dir="rtl"] .px-3 {
    padding-right: 1rem !important;
}

[dir] .p-4 {
    padding: 1.5rem !important;
}

[dir] .pt-4,
[dir] .py-4 {
    padding-top: 1.5rem !important;
}

[dir="ltr"] .pr-4,
[dir="ltr"] .px-4 {
    padding-right: 1.5rem !important;
}

[dir="rtl"] .pr-4,
[dir="rtl"] .px-4 {
    padding-left: 1.5rem !important;
}

[dir] .pb-4,
[dir] .py-4 {
    padding-bottom: 1.5rem !important;
}

[dir="ltr"] .pl-4,
[dir="ltr"] .px-4 {
    padding-left: 1.5rem !important;
}

[dir="rtl"] .pl-4,
[dir="rtl"] .px-4 {
    padding-right: 1.5rem !important;
}

[dir] .p-5 {
    padding: 3rem !important;
}

[dir] .pt-5,
[dir] .py-5 {
    padding-top: 3rem !important;
}

[dir="ltr"] .pr-5,
[dir="ltr"] .px-5 {
    padding-right: 3rem !important;
}

[dir="rtl"] .pr-5,
[dir="rtl"] .px-5 {
    padding-left: 3rem !important;
}

[dir] .pb-5,
[dir] .py-5 {
    padding-bottom: 3rem !important;
}

[dir="ltr"] .pl-5,
[dir="ltr"] .px-5 {
    padding-left: 3rem !important;
}

[dir="rtl"] .pl-5,
[dir="rtl"] .px-5 {
    padding-right: 3rem !important;
}

[dir] .m-n1 {
    margin: -0.25rem !important;
}

[dir] .mt-n1,
[dir] .my-n1 {
    margin-top: -0.25rem !important;
}

[dir="ltr"] .mr-n1,
[dir="ltr"] .mx-n1 {
    margin-right: -0.25rem !important;
}

[dir="rtl"] .mr-n1,
[dir="rtl"] .mx-n1 {
    margin-left: -0.25rem !important;
}

[dir] .mb-n1,
[dir] .my-n1 {
    margin-bottom: -0.25rem !important;
}

[dir="ltr"] .ml-n1,
[dir="ltr"] .mx-n1 {
    margin-left: -0.25rem !important;
}

[dir="rtl"] .ml-n1,
[dir="rtl"] .mx-n1 {
    margin-right: -0.25rem !important;
}

[dir] .m-n2 {
    margin: -0.5rem !important;
}

[dir] .mt-n2,
[dir] .my-n2 {
    margin-top: -0.5rem !important;
}

[dir="ltr"] .mr-n2,
[dir="ltr"] .mx-n2 {
    margin-right: -0.5rem !important;
}

[dir="rtl"] .mr-n2,
[dir="rtl"] .mx-n2 {
    margin-left: -0.5rem !important;
}

[dir] .mb-n2,
[dir] .my-n2 {
    margin-bottom: -0.5rem !important;
}

[dir="ltr"] .ml-n2,
[dir="ltr"] .mx-n2 {
    margin-left: -0.5rem !important;
}

[dir="rtl"] .ml-n2,
[dir="rtl"] .mx-n2 {
    margin-right: -0.5rem !important;
}

[dir] .m-n3 {
    margin: -1rem !important;
}

[dir] .mt-n3,
[dir] .my-n3 {
    margin-top: -1rem !important;
}

[dir="ltr"] .mr-n3,
[dir="ltr"] .mx-n3 {
    margin-right: -1rem !important;
}

[dir="rtl"] .mr-n3,
[dir="rtl"] .mx-n3 {
    margin-left: -1rem !important;
}

[dir] .mb-n3,
[dir] .my-n3 {
    margin-bottom: -1rem !important;
}

[dir="ltr"] .ml-n3,
[dir="ltr"] .mx-n3 {
    margin-left: -1rem !important;
}

[dir="rtl"] .ml-n3,
[dir="rtl"] .mx-n3 {
    margin-right: -1rem !important;
}

[dir] .m-n4 {
    margin: -1.5rem !important;
}

[dir] .mt-n4,
[dir] .my-n4 {
    margin-top: -1.5rem !important;
}

[dir="ltr"] .mr-n4,
[dir="ltr"] .mx-n4 {
    margin-right: -1.5rem !important;
}

[dir="rtl"] .mr-n4,
[dir="rtl"] .mx-n4 {
    margin-left: -1.5rem !important;
}

[dir] .mb-n4,
[dir] .my-n4 {
    margin-bottom: -1.5rem !important;
}

[dir="ltr"] .ml-n4,
[dir="ltr"] .mx-n4 {
    margin-left: -1.5rem !important;
}

[dir="rtl"] .ml-n4,
[dir="rtl"] .mx-n4 {
    margin-right: -1.5rem !important;
}

[dir] .m-n5 {
    margin: -3rem !important;
}

[dir] .mt-n5,
[dir] .my-n5 {
    margin-top: -3rem !important;
}

[dir="ltr"] .mr-n5,
[dir="ltr"] .mx-n5 {
    margin-right: -3rem !important;
}

[dir="rtl"] .mr-n5,
[dir="rtl"] .mx-n5 {
    margin-left: -3rem !important;
}

[dir] .mb-n5,
[dir] .my-n5 {
    margin-bottom: -3rem !important;
}

[dir="ltr"] .ml-n5,
[dir="ltr"] .mx-n5 {
    margin-left: -3rem !important;
}

[dir="rtl"] .ml-n5,
[dir="rtl"] .mx-n5 {
    margin-right: -3rem !important;
}

[dir] .m-auto {
    margin: auto !important;
}

[dir] .mt-auto,
[dir] .my-auto {
    margin-top: auto !important;
}

[dir="ltr"] .mr-auto,
[dir="ltr"] .mx-auto {
    margin-right: auto !important;
}

[dir="rtl"] .mr-auto,
[dir="rtl"] .mx-auto {
    margin-left: auto !important;
}

[dir] .mb-auto,
[dir] .my-auto {
    margin-bottom: auto !important;
}

[dir="ltr"] .ml-auto,
[dir="ltr"] .mx-auto {
    margin-left: auto !important;
}

[dir="rtl"] .ml-auto,
[dir="rtl"] .mx-auto {
    margin-right: auto !important;
}

@media (min-width: 576px) {
    [dir] .m-sm-0 {
        margin: 0 !important;
    }

    [dir] .mt-sm-0,
    [dir] .my-sm-0 {
        margin-top: 0 !important;
    }

    [dir="ltr"] .mr-sm-0,
    [dir="ltr"] .mx-sm-0 {
        margin-right: 0 !important;
    }

    [dir="rtl"] .mr-sm-0,
    [dir="rtl"] .mx-sm-0 {
        margin-left: 0 !important;
    }

    [dir] .mb-sm-0,
    [dir] .my-sm-0 {
        margin-bottom: 0 !important;
    }

    [dir="ltr"] .ml-sm-0,
    [dir="ltr"] .mx-sm-0 {
        margin-left: 0 !important;
    }

    [dir="rtl"] .ml-sm-0,
    [dir="rtl"] .mx-sm-0 {
        margin-right: 0 !important;
    }

    [dir] .m-sm-1 {
        margin: 0.25rem !important;
    }

    [dir] .mt-sm-1,
    [dir] .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    [dir="ltr"] .mr-sm-1,
    [dir="ltr"] .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    [dir="rtl"] .mr-sm-1,
    [dir="rtl"] .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    [dir] .mb-sm-1,
    [dir] .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    [dir="ltr"] .ml-sm-1,
    [dir="ltr"] .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    [dir="rtl"] .ml-sm-1,
    [dir="rtl"] .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    [dir] .m-sm-2 {
        margin: 0.5rem !important;
    }

    [dir] .mt-sm-2,
    [dir] .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    [dir="ltr"] .mr-sm-2,
    [dir="ltr"] .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    [dir="rtl"] .mr-sm-2,
    [dir="rtl"] .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    [dir] .mb-sm-2,
    [dir] .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    [dir="ltr"] .ml-sm-2,
    [dir="ltr"] .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    [dir="rtl"] .ml-sm-2,
    [dir="rtl"] .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    [dir] .m-sm-3 {
        margin: 1rem !important;
    }

    [dir] .mt-sm-3,
    [dir] .my-sm-3 {
        margin-top: 1rem !important;
    }

    [dir="ltr"] .mr-sm-3,
    [dir="ltr"] .mx-sm-3 {
        margin-right: 1rem !important;
    }

    [dir="rtl"] .mr-sm-3,
    [dir="rtl"] .mx-sm-3 {
        margin-left: 1rem !important;
    }

    [dir] .mb-sm-3,
    [dir] .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    [dir="ltr"] .ml-sm-3,
    [dir="ltr"] .mx-sm-3 {
        margin-left: 1rem !important;
    }

    [dir="rtl"] .ml-sm-3,
    [dir="rtl"] .mx-sm-3 {
        margin-right: 1rem !important;
    }

    [dir] .m-sm-4 {
        margin: 1.5rem !important;
    }

    [dir] .mt-sm-4,
    [dir] .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    [dir="ltr"] .mr-sm-4,
    [dir="ltr"] .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    [dir="rtl"] .mr-sm-4,
    [dir="rtl"] .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    [dir] .mb-sm-4,
    [dir] .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    [dir="ltr"] .ml-sm-4,
    [dir="ltr"] .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    [dir="rtl"] .ml-sm-4,
    [dir="rtl"] .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    [dir] .m-sm-5 {
        margin: 3rem !important;
    }

    [dir] .mt-sm-5,
    [dir] .my-sm-5 {
        margin-top: 3rem !important;
    }

    [dir="ltr"] .mr-sm-5,
    [dir="ltr"] .mx-sm-5 {
        margin-right: 3rem !important;
    }

    [dir="rtl"] .mr-sm-5,
    [dir="rtl"] .mx-sm-5 {
        margin-left: 3rem !important;
    }

    [dir] .mb-sm-5,
    [dir] .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    [dir="ltr"] .ml-sm-5,
    [dir="ltr"] .mx-sm-5 {
        margin-left: 3rem !important;
    }

    [dir="rtl"] .ml-sm-5,
    [dir="rtl"] .mx-sm-5 {
        margin-right: 3rem !important;
    }

    [dir] .p-sm-0 {
        padding: 0 !important;
    }

    [dir] .pt-sm-0,
    [dir] .py-sm-0 {
        padding-top: 0 !important;
    }

    [dir="ltr"] .pr-sm-0,
    [dir="ltr"] .px-sm-0 {
        padding-right: 0 !important;
    }

    [dir="rtl"] .pr-sm-0,
    [dir="rtl"] .px-sm-0 {
        padding-left: 0 !important;
    }

    [dir] .pb-sm-0,
    [dir] .py-sm-0 {
        padding-bottom: 0 !important;
    }

    [dir="ltr"] .pl-sm-0,
    [dir="ltr"] .px-sm-0 {
        padding-left: 0 !important;
    }

    [dir="rtl"] .pl-sm-0,
    [dir="rtl"] .px-sm-0 {
        padding-right: 0 !important;
    }

    [dir] .p-sm-1 {
        padding: 0.25rem !important;
    }

    [dir] .pt-sm-1,
    [dir] .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    [dir="ltr"] .pr-sm-1,
    [dir="ltr"] .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    [dir="rtl"] .pr-sm-1,
    [dir="rtl"] .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    [dir] .pb-sm-1,
    [dir] .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    [dir="ltr"] .pl-sm-1,
    [dir="ltr"] .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    [dir="rtl"] .pl-sm-1,
    [dir="rtl"] .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    [dir] .p-sm-2 {
        padding: 0.5rem !important;
    }

    [dir] .pt-sm-2,
    [dir] .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    [dir="ltr"] .pr-sm-2,
    [dir="ltr"] .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    [dir="rtl"] .pr-sm-2,
    [dir="rtl"] .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    [dir] .pb-sm-2,
    [dir] .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    [dir="ltr"] .pl-sm-2,
    [dir="ltr"] .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    [dir="rtl"] .pl-sm-2,
    [dir="rtl"] .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    [dir] .p-sm-3 {
        padding: 1rem !important;
    }

    [dir] .pt-sm-3,
    [dir] .py-sm-3 {
        padding-top: 1rem !important;
    }

    [dir="ltr"] .pr-sm-3,
    [dir="ltr"] .px-sm-3 {
        padding-right: 1rem !important;
    }

    [dir="rtl"] .pr-sm-3,
    [dir="rtl"] .px-sm-3 {
        padding-left: 1rem !important;
    }

    [dir] .pb-sm-3,
    [dir] .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    [dir="ltr"] .pl-sm-3,
    [dir="ltr"] .px-sm-3 {
        padding-left: 1rem !important;
    }

    [dir="rtl"] .pl-sm-3,
    [dir="rtl"] .px-sm-3 {
        padding-right: 1rem !important;
    }

    [dir] .p-sm-4 {
        padding: 1.5rem !important;
    }

    [dir] .pt-sm-4,
    [dir] .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    [dir="ltr"] .pr-sm-4,
    [dir="ltr"] .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    [dir="rtl"] .pr-sm-4,
    [dir="rtl"] .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    [dir] .pb-sm-4,
    [dir] .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    [dir="ltr"] .pl-sm-4,
    [dir="ltr"] .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    [dir="rtl"] .pl-sm-4,
    [dir="rtl"] .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    [dir] .p-sm-5 {
        padding: 3rem !important;
    }

    [dir] .pt-sm-5,
    [dir] .py-sm-5 {
        padding-top: 3rem !important;
    }

    [dir="ltr"] .pr-sm-5,
    [dir="ltr"] .px-sm-5 {
        padding-right: 3rem !important;
    }

    [dir="rtl"] .pr-sm-5,
    [dir="rtl"] .px-sm-5 {
        padding-left: 3rem !important;
    }

    [dir] .pb-sm-5,
    [dir] .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    [dir="ltr"] .pl-sm-5,
    [dir="ltr"] .px-sm-5 {
        padding-left: 3rem !important;
    }

    [dir="rtl"] .pl-sm-5,
    [dir="rtl"] .px-sm-5 {
        padding-right: 3rem !important;
    }

    [dir] .m-sm-n1 {
        margin: -0.25rem !important;
    }

    [dir] .mt-sm-n1,
    [dir] .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    [dir="ltr"] .mr-sm-n1,
    [dir="ltr"] .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    [dir="rtl"] .mr-sm-n1,
    [dir="rtl"] .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    [dir] .mb-sm-n1,
    [dir] .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    [dir="ltr"] .ml-sm-n1,
    [dir="ltr"] .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    [dir="rtl"] .ml-sm-n1,
    [dir="rtl"] .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    [dir] .m-sm-n2 {
        margin: -0.5rem !important;
    }

    [dir] .mt-sm-n2,
    [dir] .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    [dir="ltr"] .mr-sm-n2,
    [dir="ltr"] .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    [dir="rtl"] .mr-sm-n2,
    [dir="rtl"] .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    [dir] .mb-sm-n2,
    [dir] .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    [dir="ltr"] .ml-sm-n2,
    [dir="ltr"] .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    [dir="rtl"] .ml-sm-n2,
    [dir="rtl"] .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    [dir] .m-sm-n3 {
        margin: -1rem !important;
    }

    [dir] .mt-sm-n3,
    [dir] .my-sm-n3 {
        margin-top: -1rem !important;
    }

    [dir="ltr"] .mr-sm-n3,
    [dir="ltr"] .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    [dir="rtl"] .mr-sm-n3,
    [dir="rtl"] .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    [dir] .mb-sm-n3,
    [dir] .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    [dir="ltr"] .ml-sm-n3,
    [dir="ltr"] .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    [dir="rtl"] .ml-sm-n3,
    [dir="rtl"] .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    [dir] .m-sm-n4 {
        margin: -1.5rem !important;
    }

    [dir] .mt-sm-n4,
    [dir] .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    [dir="ltr"] .mr-sm-n4,
    [dir="ltr"] .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    [dir="rtl"] .mr-sm-n4,
    [dir="rtl"] .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    [dir] .mb-sm-n4,
    [dir] .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    [dir="ltr"] .ml-sm-n4,
    [dir="ltr"] .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    [dir="rtl"] .ml-sm-n4,
    [dir="rtl"] .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    [dir] .m-sm-n5 {
        margin: -3rem !important;
    }

    [dir] .mt-sm-n5,
    [dir] .my-sm-n5 {
        margin-top: -3rem !important;
    }

    [dir="ltr"] .mr-sm-n5,
    [dir="ltr"] .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    [dir="rtl"] .mr-sm-n5,
    [dir="rtl"] .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    [dir] .mb-sm-n5,
    [dir] .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    [dir="ltr"] .ml-sm-n5,
    [dir="ltr"] .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    [dir="rtl"] .ml-sm-n5,
    [dir="rtl"] .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    [dir] .m-sm-auto {
        margin: auto !important;
    }

    [dir] .mt-sm-auto,
    [dir] .my-sm-auto {
        margin-top: auto !important;
    }

    [dir="ltr"] .mr-sm-auto,
    [dir="ltr"] .mx-sm-auto {
        margin-right: auto !important;
    }

    [dir="rtl"] .mr-sm-auto,
    [dir="rtl"] .mx-sm-auto {
        margin-left: auto !important;
    }

    [dir] .mb-sm-auto,
    [dir] .my-sm-auto {
        margin-bottom: auto !important;
    }

    [dir="ltr"] .ml-sm-auto,
    [dir="ltr"] .mx-sm-auto {
        margin-left: auto !important;
    }

    [dir="rtl"] .ml-sm-auto,
    [dir="rtl"] .mx-sm-auto {
        margin-right: auto !important;
    }
}
@media (min-width: 768px) {
    [dir] .m-md-0 {
        margin: 0 !important;
    }

    [dir] .mt-md-0,
    [dir] .my-md-0 {
        margin-top: 0 !important;
    }

    [dir="ltr"] .mr-md-0,
    [dir="ltr"] .mx-md-0 {
        margin-right: 0 !important;
    }

    [dir="rtl"] .mr-md-0,
    [dir="rtl"] .mx-md-0 {
        margin-left: 0 !important;
    }

    [dir] .mb-md-0,
    [dir] .my-md-0 {
        margin-bottom: 0 !important;
    }

    [dir="ltr"] .ml-md-0,
    [dir="ltr"] .mx-md-0 {
        margin-left: 0 !important;
    }

    [dir="rtl"] .ml-md-0,
    [dir="rtl"] .mx-md-0 {
        margin-right: 0 !important;
    }

    [dir] .m-md-1 {
        margin: 0.25rem !important;
    }

    [dir] .mt-md-1,
    [dir] .my-md-1 {
        margin-top: 0.25rem !important;
    }

    [dir="ltr"] .mr-md-1,
    [dir="ltr"] .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    [dir="rtl"] .mr-md-1,
    [dir="rtl"] .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    [dir] .mb-md-1,
    [dir] .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    [dir="ltr"] .ml-md-1,
    [dir="ltr"] .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    [dir="rtl"] .ml-md-1,
    [dir="rtl"] .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    [dir] .m-md-2 {
        margin: 0.5rem !important;
    }

    [dir] .mt-md-2,
    [dir] .my-md-2 {
        margin-top: 0.5rem !important;
    }

    [dir="ltr"] .mr-md-2,
    [dir="ltr"] .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    [dir="rtl"] .mr-md-2,
    [dir="rtl"] .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    [dir] .mb-md-2,
    [dir] .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    [dir="ltr"] .ml-md-2,
    [dir="ltr"] .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    [dir="rtl"] .ml-md-2,
    [dir="rtl"] .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    [dir] .m-md-3 {
        margin: 1rem !important;
    }

    [dir] .mt-md-3,
    [dir] .my-md-3 {
        margin-top: 1rem !important;
    }

    [dir="ltr"] .mr-md-3,
    [dir="ltr"] .mx-md-3 {
        margin-right: 1rem !important;
    }

    [dir="rtl"] .mr-md-3,
    [dir="rtl"] .mx-md-3 {
        margin-left: 1rem !important;
    }

    [dir] .mb-md-3,
    [dir] .my-md-3 {
        margin-bottom: 1rem !important;
    }

    [dir="ltr"] .ml-md-3,
    [dir="ltr"] .mx-md-3 {
        margin-left: 1rem !important;
    }

    [dir="rtl"] .ml-md-3,
    [dir="rtl"] .mx-md-3 {
        margin-right: 1rem !important;
    }

    [dir] .m-md-4 {
        margin: 1.5rem !important;
    }

    [dir] .mt-md-4,
    [dir] .my-md-4 {
        margin-top: 1.5rem !important;
    }

    [dir="ltr"] .mr-md-4,
    [dir="ltr"] .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    [dir="rtl"] .mr-md-4,
    [dir="rtl"] .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    [dir] .mb-md-4,
    [dir] .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    [dir="ltr"] .ml-md-4,
    [dir="ltr"] .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    [dir="rtl"] .ml-md-4,
    [dir="rtl"] .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    [dir] .m-md-5 {
        margin: 3rem !important;
    }

    [dir] .mt-md-5,
    [dir] .my-md-5 {
        margin-top: 3rem !important;
    }

    [dir="ltr"] .mr-md-5,
    [dir="ltr"] .mx-md-5 {
        margin-right: 3rem !important;
    }

    [dir="rtl"] .mr-md-5,
    [dir="rtl"] .mx-md-5 {
        margin-left: 3rem !important;
    }

    [dir] .mb-md-5,
    [dir] .my-md-5 {
        margin-bottom: 3rem !important;
    }

    [dir="ltr"] .ml-md-5,
    [dir="ltr"] .mx-md-5 {
        margin-left: 3rem !important;
    }

    [dir="rtl"] .ml-md-5,
    [dir="rtl"] .mx-md-5 {
        margin-right: 3rem !important;
    }

    [dir] .p-md-0 {
        padding: 0 !important;
    }

    [dir] .pt-md-0,
    [dir] .py-md-0 {
        padding-top: 0 !important;
    }

    [dir="ltr"] .pr-md-0,
    [dir="ltr"] .px-md-0 {
        padding-right: 0 !important;
    }

    [dir="rtl"] .pr-md-0,
    [dir="rtl"] .px-md-0 {
        padding-left: 0 !important;
    }

    [dir] .pb-md-0,
    [dir] .py-md-0 {
        padding-bottom: 0 !important;
    }

    [dir="ltr"] .pl-md-0,
    [dir="ltr"] .px-md-0 {
        padding-left: 0 !important;
    }

    [dir="rtl"] .pl-md-0,
    [dir="rtl"] .px-md-0 {
        padding-right: 0 !important;
    }

    [dir] .p-md-1 {
        padding: 0.25rem !important;
    }

    [dir] .pt-md-1,
    [dir] .py-md-1 {
        padding-top: 0.25rem !important;
    }

    [dir="ltr"] .pr-md-1,
    [dir="ltr"] .px-md-1 {
        padding-right: 0.25rem !important;
    }

    [dir="rtl"] .pr-md-1,
    [dir="rtl"] .px-md-1 {
        padding-left: 0.25rem !important;
    }

    [dir] .pb-md-1,
    [dir] .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    [dir="ltr"] .pl-md-1,
    [dir="ltr"] .px-md-1 {
        padding-left: 0.25rem !important;
    }

    [dir="rtl"] .pl-md-1,
    [dir="rtl"] .px-md-1 {
        padding-right: 0.25rem !important;
    }

    [dir] .p-md-2 {
        padding: 0.5rem !important;
    }

    [dir] .pt-md-2,
    [dir] .py-md-2 {
        padding-top: 0.5rem !important;
    }

    [dir="ltr"] .pr-md-2,
    [dir="ltr"] .px-md-2 {
        padding-right: 0.5rem !important;
    }

    [dir="rtl"] .pr-md-2,
    [dir="rtl"] .px-md-2 {
        padding-left: 0.5rem !important;
    }

    [dir] .pb-md-2,
    [dir] .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    [dir="ltr"] .pl-md-2,
    [dir="ltr"] .px-md-2 {
        padding-left: 0.5rem !important;
    }

    [dir="rtl"] .pl-md-2,
    [dir="rtl"] .px-md-2 {
        padding-right: 0.5rem !important;
    }

    [dir] .p-md-3 {
        padding: 1rem !important;
    }

    [dir] .pt-md-3,
    [dir] .py-md-3 {
        padding-top: 1rem !important;
    }

    [dir="ltr"] .pr-md-3,
    [dir="ltr"] .px-md-3 {
        padding-right: 1rem !important;
    }

    [dir="rtl"] .pr-md-3,
    [dir="rtl"] .px-md-3 {
        padding-left: 1rem !important;
    }

    [dir] .pb-md-3,
    [dir] .py-md-3 {
        padding-bottom: 1rem !important;
    }

    [dir="ltr"] .pl-md-3,
    [dir="ltr"] .px-md-3 {
        padding-left: 1rem !important;
    }

    [dir="rtl"] .pl-md-3,
    [dir="rtl"] .px-md-3 {
        padding-right: 1rem !important;
    }

    [dir] .p-md-4 {
        padding: 1.5rem !important;
    }

    [dir] .pt-md-4,
    [dir] .py-md-4 {
        padding-top: 1.5rem !important;
    }

    [dir="ltr"] .pr-md-4,
    [dir="ltr"] .px-md-4 {
        padding-right: 1.5rem !important;
    }

    [dir="rtl"] .pr-md-4,
    [dir="rtl"] .px-md-4 {
        padding-left: 1.5rem !important;
    }

    [dir] .pb-md-4,
    [dir] .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    [dir="ltr"] .pl-md-4,
    [dir="ltr"] .px-md-4 {
        padding-left: 1.5rem !important;
    }

    [dir="rtl"] .pl-md-4,
    [dir="rtl"] .px-md-4 {
        padding-right: 1.5rem !important;
    }

    [dir] .p-md-5 {
        padding: 3rem !important;
    }

    [dir] .pt-md-5,
    [dir] .py-md-5 {
        padding-top: 3rem !important;
    }

    [dir="ltr"] .pr-md-5,
    [dir="ltr"] .px-md-5 {
        padding-right: 3rem !important;
    }

    [dir="rtl"] .pr-md-5,
    [dir="rtl"] .px-md-5 {
        padding-left: 3rem !important;
    }

    [dir] .pb-md-5,
    [dir] .py-md-5 {
        padding-bottom: 3rem !important;
    }

    [dir="ltr"] .pl-md-5,
    [dir="ltr"] .px-md-5 {
        padding-left: 3rem !important;
    }

    [dir="rtl"] .pl-md-5,
    [dir="rtl"] .px-md-5 {
        padding-right: 3rem !important;
    }

    [dir] .m-md-n1 {
        margin: -0.25rem !important;
    }

    [dir] .mt-md-n1,
    [dir] .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    [dir="ltr"] .mr-md-n1,
    [dir="ltr"] .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    [dir="rtl"] .mr-md-n1,
    [dir="rtl"] .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    [dir] .mb-md-n1,
    [dir] .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    [dir="ltr"] .ml-md-n1,
    [dir="ltr"] .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    [dir="rtl"] .ml-md-n1,
    [dir="rtl"] .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    [dir] .m-md-n2 {
        margin: -0.5rem !important;
    }

    [dir] .mt-md-n2,
    [dir] .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    [dir="ltr"] .mr-md-n2,
    [dir="ltr"] .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    [dir="rtl"] .mr-md-n2,
    [dir="rtl"] .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    [dir] .mb-md-n2,
    [dir] .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    [dir="ltr"] .ml-md-n2,
    [dir="ltr"] .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    [dir="rtl"] .ml-md-n2,
    [dir="rtl"] .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    [dir] .m-md-n3 {
        margin: -1rem !important;
    }

    [dir] .mt-md-n3,
    [dir] .my-md-n3 {
        margin-top: -1rem !important;
    }

    [dir="ltr"] .mr-md-n3,
    [dir="ltr"] .mx-md-n3 {
        margin-right: -1rem !important;
    }

    [dir="rtl"] .mr-md-n3,
    [dir="rtl"] .mx-md-n3 {
        margin-left: -1rem !important;
    }

    [dir] .mb-md-n3,
    [dir] .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    [dir="ltr"] .ml-md-n3,
    [dir="ltr"] .mx-md-n3 {
        margin-left: -1rem !important;
    }

    [dir="rtl"] .ml-md-n3,
    [dir="rtl"] .mx-md-n3 {
        margin-right: -1rem !important;
    }

    [dir] .m-md-n4 {
        margin: -1.5rem !important;
    }

    [dir] .mt-md-n4,
    [dir] .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    [dir="ltr"] .mr-md-n4,
    [dir="ltr"] .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    [dir="rtl"] .mr-md-n4,
    [dir="rtl"] .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    [dir] .mb-md-n4,
    [dir] .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    [dir="ltr"] .ml-md-n4,
    [dir="ltr"] .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    [dir="rtl"] .ml-md-n4,
    [dir="rtl"] .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    [dir] .m-md-n5 {
        margin: -3rem !important;
    }

    [dir] .mt-md-n5,
    [dir] .my-md-n5 {
        margin-top: -3rem !important;
    }

    [dir="ltr"] .mr-md-n5,
    [dir="ltr"] .mx-md-n5 {
        margin-right: -3rem !important;
    }

    [dir="rtl"] .mr-md-n5,
    [dir="rtl"] .mx-md-n5 {
        margin-left: -3rem !important;
    }

    [dir] .mb-md-n5,
    [dir] .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    [dir="ltr"] .ml-md-n5,
    [dir="ltr"] .mx-md-n5 {
        margin-left: -3rem !important;
    }

    [dir="rtl"] .ml-md-n5,
    [dir="rtl"] .mx-md-n5 {
        margin-right: -3rem !important;
    }

    [dir] .m-md-auto {
        margin: auto !important;
    }

    [dir] .mt-md-auto,
    [dir] .my-md-auto {
        margin-top: auto !important;
    }

    [dir="ltr"] .mr-md-auto,
    [dir="ltr"] .mx-md-auto {
        margin-right: auto !important;
    }

    [dir="rtl"] .mr-md-auto,
    [dir="rtl"] .mx-md-auto {
        margin-left: auto !important;
    }

    [dir] .mb-md-auto,
    [dir] .my-md-auto {
        margin-bottom: auto !important;
    }

    [dir="ltr"] .ml-md-auto,
    [dir="ltr"] .mx-md-auto {
        margin-left: auto !important;
    }

    [dir="rtl"] .ml-md-auto,
    [dir="rtl"] .mx-md-auto {
        margin-right: auto !important;
    }
}
@media (min-width: 992px) {
    [dir] .m-lg-0 {
        margin: 0 !important;
    }

    [dir] .mt-lg-0,
    [dir] .my-lg-0 {
        margin-top: 0 !important;
    }

    [dir="ltr"] .mr-lg-0,
    [dir="ltr"] .mx-lg-0 {
        margin-right: 0 !important;
    }

    [dir="rtl"] .mr-lg-0,
    [dir="rtl"] .mx-lg-0 {
        margin-left: 0 !important;
    }

    [dir] .mb-lg-0,
    [dir] .my-lg-0 {
        margin-bottom: 0 !important;
    }

    [dir="ltr"] .ml-lg-0,
    [dir="ltr"] .mx-lg-0 {
        margin-left: 0 !important;
    }

    [dir="rtl"] .ml-lg-0,
    [dir="rtl"] .mx-lg-0 {
        margin-right: 0 !important;
    }

    [dir] .m-lg-1 {
        margin: 0.25rem !important;
    }

    [dir] .mt-lg-1,
    [dir] .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    [dir="ltr"] .mr-lg-1,
    [dir="ltr"] .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    [dir="rtl"] .mr-lg-1,
    [dir="rtl"] .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    [dir] .mb-lg-1,
    [dir] .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    [dir="ltr"] .ml-lg-1,
    [dir="ltr"] .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    [dir="rtl"] .ml-lg-1,
    [dir="rtl"] .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    [dir] .m-lg-2 {
        margin: 0.5rem !important;
    }

    [dir] .mt-lg-2,
    [dir] .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    [dir="ltr"] .mr-lg-2,
    [dir="ltr"] .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    [dir="rtl"] .mr-lg-2,
    [dir="rtl"] .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    [dir] .mb-lg-2,
    [dir] .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    [dir="ltr"] .ml-lg-2,
    [dir="ltr"] .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    [dir="rtl"] .ml-lg-2,
    [dir="rtl"] .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    [dir] .m-lg-3 {
        margin: 1rem !important;
    }

    [dir] .mt-lg-3,
    [dir] .my-lg-3 {
        margin-top: 1rem !important;
    }

    [dir="ltr"] .mr-lg-3,
    [dir="ltr"] .mx-lg-3 {
        margin-right: 1rem !important;
    }

    [dir="rtl"] .mr-lg-3,
    [dir="rtl"] .mx-lg-3 {
        margin-left: 1rem !important;
    }

    [dir] .mb-lg-3,
    [dir] .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    [dir="ltr"] .ml-lg-3,
    [dir="ltr"] .mx-lg-3 {
        margin-left: 1rem !important;
    }

    [dir="rtl"] .ml-lg-3,
    [dir="rtl"] .mx-lg-3 {
        margin-right: 1rem !important;
    }

    [dir] .m-lg-4 {
        margin: 1.5rem !important;
    }

    [dir] .mt-lg-4,
    [dir] .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    [dir="ltr"] .mr-lg-4,
    [dir="ltr"] .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    [dir="rtl"] .mr-lg-4,
    [dir="rtl"] .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    [dir] .mb-lg-4,
    [dir] .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    [dir="ltr"] .ml-lg-4,
    [dir="ltr"] .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    [dir="rtl"] .ml-lg-4,
    [dir="rtl"] .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    [dir] .m-lg-5 {
        margin: 3rem !important;
    }

    [dir] .mt-lg-5,
    [dir] .my-lg-5 {
        margin-top: 3rem !important;
    }

    [dir="ltr"] .mr-lg-5,
    [dir="ltr"] .mx-lg-5 {
        margin-right: 3rem !important;
    }

    [dir="rtl"] .mr-lg-5,
    [dir="rtl"] .mx-lg-5 {
        margin-left: 3rem !important;
    }

    [dir] .mb-lg-5,
    [dir] .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    [dir="ltr"] .ml-lg-5,
    [dir="ltr"] .mx-lg-5 {
        margin-left: 3rem !important;
    }

    [dir="rtl"] .ml-lg-5,
    [dir="rtl"] .mx-lg-5 {
        margin-right: 3rem !important;
    }

    [dir] .p-lg-0 {
        padding: 0 !important;
    }

    [dir] .pt-lg-0,
    [dir] .py-lg-0 {
        padding-top: 0 !important;
    }

    [dir="ltr"] .pr-lg-0,
    [dir="ltr"] .px-lg-0 {
        padding-right: 0 !important;
    }

    [dir="rtl"] .pr-lg-0,
    [dir="rtl"] .px-lg-0 {
        padding-left: 0 !important;
    }

    [dir] .pb-lg-0,
    [dir] .py-lg-0 {
        padding-bottom: 0 !important;
    }

    [dir="ltr"] .pl-lg-0,
    [dir="ltr"] .px-lg-0 {
        padding-left: 0 !important;
    }

    [dir="rtl"] .pl-lg-0,
    [dir="rtl"] .px-lg-0 {
        padding-right: 0 !important;
    }

    [dir] .p-lg-1 {
        padding: 0.25rem !important;
    }

    [dir] .pt-lg-1,
    [dir] .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    [dir="ltr"] .pr-lg-1,
    [dir="ltr"] .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    [dir="rtl"] .pr-lg-1,
    [dir="rtl"] .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    [dir] .pb-lg-1,
    [dir] .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    [dir="ltr"] .pl-lg-1,
    [dir="ltr"] .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    [dir="rtl"] .pl-lg-1,
    [dir="rtl"] .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    [dir] .p-lg-2 {
        padding: 0.5rem !important;
    }

    [dir] .pt-lg-2,
    [dir] .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    [dir="ltr"] .pr-lg-2,
    [dir="ltr"] .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    [dir="rtl"] .pr-lg-2,
    [dir="rtl"] .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    [dir] .pb-lg-2,
    [dir] .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    [dir="ltr"] .pl-lg-2,
    [dir="ltr"] .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    [dir="rtl"] .pl-lg-2,
    [dir="rtl"] .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    [dir] .p-lg-3 {
        padding: 1rem !important;
    }

    [dir] .pt-lg-3,
    [dir] .py-lg-3 {
        padding-top: 1rem !important;
    }

    [dir="ltr"] .pr-lg-3,
    [dir="ltr"] .px-lg-3 {
        padding-right: 1rem !important;
    }

    [dir="rtl"] .pr-lg-3,
    [dir="rtl"] .px-lg-3 {
        padding-left: 1rem !important;
    }

    [dir] .pb-lg-3,
    [dir] .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    [dir="ltr"] .pl-lg-3,
    [dir="ltr"] .px-lg-3 {
        padding-left: 1rem !important;
    }

    [dir="rtl"] .pl-lg-3,
    [dir="rtl"] .px-lg-3 {
        padding-right: 1rem !important;
    }

    [dir] .p-lg-4 {
        padding: 1.5rem !important;
    }

    [dir] .pt-lg-4,
    [dir] .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    [dir="ltr"] .pr-lg-4,
    [dir="ltr"] .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    [dir="rtl"] .pr-lg-4,
    [dir="rtl"] .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    [dir] .pb-lg-4,
    [dir] .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    [dir="ltr"] .pl-lg-4,
    [dir="ltr"] .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    [dir="rtl"] .pl-lg-4,
    [dir="rtl"] .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    [dir] .p-lg-5 {
        padding: 3rem !important;
    }

    [dir] .pt-lg-5,
    [dir] .py-lg-5 {
        padding-top: 3rem !important;
    }

    [dir="ltr"] .pr-lg-5,
    [dir="ltr"] .px-lg-5 {
        padding-right: 3rem !important;
    }

    [dir="rtl"] .pr-lg-5,
    [dir="rtl"] .px-lg-5 {
        padding-left: 3rem !important;
    }

    [dir] .pb-lg-5,
    [dir] .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    [dir="ltr"] .pl-lg-5,
    [dir="ltr"] .px-lg-5 {
        padding-left: 3rem !important;
    }

    [dir="rtl"] .pl-lg-5,
    [dir="rtl"] .px-lg-5 {
        padding-right: 3rem !important;
    }

    [dir] .m-lg-n1 {
        margin: -0.25rem !important;
    }

    [dir] .mt-lg-n1,
    [dir] .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    [dir="ltr"] .mr-lg-n1,
    [dir="ltr"] .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    [dir="rtl"] .mr-lg-n1,
    [dir="rtl"] .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    [dir] .mb-lg-n1,
    [dir] .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    [dir="ltr"] .ml-lg-n1,
    [dir="ltr"] .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    [dir="rtl"] .ml-lg-n1,
    [dir="rtl"] .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    [dir] .m-lg-n2 {
        margin: -0.5rem !important;
    }

    [dir] .mt-lg-n2,
    [dir] .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    [dir="ltr"] .mr-lg-n2,
    [dir="ltr"] .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    [dir="rtl"] .mr-lg-n2,
    [dir="rtl"] .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    [dir] .mb-lg-n2,
    [dir] .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    [dir="ltr"] .ml-lg-n2,
    [dir="ltr"] .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    [dir="rtl"] .ml-lg-n2,
    [dir="rtl"] .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    [dir] .m-lg-n3 {
        margin: -1rem !important;
    }

    [dir] .mt-lg-n3,
    [dir] .my-lg-n3 {
        margin-top: -1rem !important;
    }

    [dir="ltr"] .mr-lg-n3,
    [dir="ltr"] .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    [dir="rtl"] .mr-lg-n3,
    [dir="rtl"] .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    [dir] .mb-lg-n3,
    [dir] .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    [dir="ltr"] .ml-lg-n3,
    [dir="ltr"] .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    [dir="rtl"] .ml-lg-n3,
    [dir="rtl"] .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    [dir] .m-lg-n4 {
        margin: -1.5rem !important;
    }

    [dir] .mt-lg-n4,
    [dir] .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    [dir="ltr"] .mr-lg-n4,
    [dir="ltr"] .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    [dir="rtl"] .mr-lg-n4,
    [dir="rtl"] .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    [dir] .mb-lg-n4,
    [dir] .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    [dir="ltr"] .ml-lg-n4,
    [dir="ltr"] .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    [dir="rtl"] .ml-lg-n4,
    [dir="rtl"] .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    [dir] .m-lg-n5 {
        margin: -3rem !important;
    }

    [dir] .mt-lg-n5,
    [dir] .my-lg-n5 {
        margin-top: -3rem !important;
    }

    [dir="ltr"] .mr-lg-n5,
    [dir="ltr"] .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    [dir="rtl"] .mr-lg-n5,
    [dir="rtl"] .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    [dir] .mb-lg-n5,
    [dir] .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    [dir="ltr"] .ml-lg-n5,
    [dir="ltr"] .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    [dir="rtl"] .ml-lg-n5,
    [dir="rtl"] .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    [dir] .m-lg-auto {
        margin: auto !important;
    }

    [dir] .mt-lg-auto,
    [dir] .my-lg-auto {
        margin-top: auto !important;
    }

    [dir="ltr"] .mr-lg-auto,
    [dir="ltr"] .mx-lg-auto {
        margin-right: auto !important;
    }

    [dir="rtl"] .mr-lg-auto,
    [dir="rtl"] .mx-lg-auto {
        margin-left: auto !important;
    }

    [dir] .mb-lg-auto,
    [dir] .my-lg-auto {
        margin-bottom: auto !important;
    }

    [dir="ltr"] .ml-lg-auto,
    [dir="ltr"] .mx-lg-auto {
        margin-left: auto !important;
    }

    [dir="rtl"] .ml-lg-auto,
    [dir="rtl"] .mx-lg-auto {
        margin-right: auto !important;
    }
}
@media (min-width: 1200px) {
    [dir] .m-xl-0 {
        margin: 0 !important;
    }

    [dir] .mt-xl-0,
    [dir] .my-xl-0 {
        margin-top: 0 !important;
    }

    [dir="ltr"] .mr-xl-0,
    [dir="ltr"] .mx-xl-0 {
        margin-right: 0 !important;
    }

    [dir="rtl"] .mr-xl-0,
    [dir="rtl"] .mx-xl-0 {
        margin-left: 0 !important;
    }

    [dir] .mb-xl-0,
    [dir] .my-xl-0 {
        margin-bottom: 0 !important;
    }

    [dir="ltr"] .ml-xl-0,
    [dir="ltr"] .mx-xl-0 {
        margin-left: 0 !important;
    }

    [dir="rtl"] .ml-xl-0,
    [dir="rtl"] .mx-xl-0 {
        margin-right: 0 !important;
    }

    [dir] .m-xl-1 {
        margin: 0.25rem !important;
    }

    [dir] .mt-xl-1,
    [dir] .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    [dir="ltr"] .mr-xl-1,
    [dir="ltr"] .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    [dir="rtl"] .mr-xl-1,
    [dir="rtl"] .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    [dir] .mb-xl-1,
    [dir] .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    [dir="ltr"] .ml-xl-1,
    [dir="ltr"] .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    [dir="rtl"] .ml-xl-1,
    [dir="rtl"] .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    [dir] .m-xl-2 {
        margin: 0.5rem !important;
    }

    [dir] .mt-xl-2,
    [dir] .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    [dir="ltr"] .mr-xl-2,
    [dir="ltr"] .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    [dir="rtl"] .mr-xl-2,
    [dir="rtl"] .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    [dir] .mb-xl-2,
    [dir] .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    [dir="ltr"] .ml-xl-2,
    [dir="ltr"] .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    [dir="rtl"] .ml-xl-2,
    [dir="rtl"] .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    [dir] .m-xl-3 {
        margin: 1rem !important;
    }

    [dir] .mt-xl-3,
    [dir] .my-xl-3 {
        margin-top: 1rem !important;
    }

    [dir="ltr"] .mr-xl-3,
    [dir="ltr"] .mx-xl-3 {
        margin-right: 1rem !important;
    }

    [dir="rtl"] .mr-xl-3,
    [dir="rtl"] .mx-xl-3 {
        margin-left: 1rem !important;
    }

    [dir] .mb-xl-3,
    [dir] .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    [dir="ltr"] .ml-xl-3,
    [dir="ltr"] .mx-xl-3 {
        margin-left: 1rem !important;
    }

    [dir="rtl"] .ml-xl-3,
    [dir="rtl"] .mx-xl-3 {
        margin-right: 1rem !important;
    }

    [dir] .m-xl-4 {
        margin: 1.5rem !important;
    }

    [dir] .mt-xl-4,
    [dir] .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    [dir="ltr"] .mr-xl-4,
    [dir="ltr"] .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    [dir="rtl"] .mr-xl-4,
    [dir="rtl"] .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    [dir] .mb-xl-4,
    [dir] .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    [dir="ltr"] .ml-xl-4,
    [dir="ltr"] .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    [dir="rtl"] .ml-xl-4,
    [dir="rtl"] .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    [dir] .m-xl-5 {
        margin: 3rem !important;
    }

    [dir] .mt-xl-5,
    [dir] .my-xl-5 {
        margin-top: 3rem !important;
    }

    [dir="ltr"] .mr-xl-5,
    [dir="ltr"] .mx-xl-5 {
        margin-right: 3rem !important;
    }

    [dir="rtl"] .mr-xl-5,
    [dir="rtl"] .mx-xl-5 {
        margin-left: 3rem !important;
    }

    [dir] .mb-xl-5,
    [dir] .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    [dir="ltr"] .ml-xl-5,
    [dir="ltr"] .mx-xl-5 {
        margin-left: 3rem !important;
    }

    [dir="rtl"] .ml-xl-5,
    [dir="rtl"] .mx-xl-5 {
        margin-right: 3rem !important;
    }

    [dir] .p-xl-0 {
        padding: 0 !important;
    }

    [dir] .pt-xl-0,
    [dir] .py-xl-0 {
        padding-top: 0 !important;
    }

    [dir="ltr"] .pr-xl-0,
    [dir="ltr"] .px-xl-0 {
        padding-right: 0 !important;
    }

    [dir="rtl"] .pr-xl-0,
    [dir="rtl"] .px-xl-0 {
        padding-left: 0 !important;
    }

    [dir] .pb-xl-0,
    [dir] .py-xl-0 {
        padding-bottom: 0 !important;
    }

    [dir="ltr"] .pl-xl-0,
    [dir="ltr"] .px-xl-0 {
        padding-left: 0 !important;
    }

    [dir="rtl"] .pl-xl-0,
    [dir="rtl"] .px-xl-0 {
        padding-right: 0 !important;
    }

    [dir] .p-xl-1 {
        padding: 0.25rem !important;
    }

    [dir] .pt-xl-1,
    [dir] .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    [dir="ltr"] .pr-xl-1,
    [dir="ltr"] .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    [dir="rtl"] .pr-xl-1,
    [dir="rtl"] .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    [dir] .pb-xl-1,
    [dir] .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    [dir="ltr"] .pl-xl-1,
    [dir="ltr"] .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    [dir="rtl"] .pl-xl-1,
    [dir="rtl"] .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    [dir] .p-xl-2 {
        padding: 0.5rem !important;
    }

    [dir] .pt-xl-2,
    [dir] .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    [dir="ltr"] .pr-xl-2,
    [dir="ltr"] .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    [dir="rtl"] .pr-xl-2,
    [dir="rtl"] .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    [dir] .pb-xl-2,
    [dir] .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    [dir="ltr"] .pl-xl-2,
    [dir="ltr"] .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    [dir="rtl"] .pl-xl-2,
    [dir="rtl"] .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    [dir] .p-xl-3 {
        padding: 1rem !important;
    }

    [dir] .pt-xl-3,
    [dir] .py-xl-3 {
        padding-top: 1rem !important;
    }

    [dir="ltr"] .pr-xl-3,
    [dir="ltr"] .px-xl-3 {
        padding-right: 1rem !important;
    }

    [dir="rtl"] .pr-xl-3,
    [dir="rtl"] .px-xl-3 {
        padding-left: 1rem !important;
    }

    [dir] .pb-xl-3,
    [dir] .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    [dir="ltr"] .pl-xl-3,
    [dir="ltr"] .px-xl-3 {
        padding-left: 1rem !important;
    }

    [dir="rtl"] .pl-xl-3,
    [dir="rtl"] .px-xl-3 {
        padding-right: 1rem !important;
    }

    [dir] .p-xl-4 {
        padding: 1.5rem !important;
    }

    [dir] .pt-xl-4,
    [dir] .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    [dir="ltr"] .pr-xl-4,
    [dir="ltr"] .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    [dir="rtl"] .pr-xl-4,
    [dir="rtl"] .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    [dir] .pb-xl-4,
    [dir] .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    [dir="ltr"] .pl-xl-4,
    [dir="ltr"] .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    [dir="rtl"] .pl-xl-4,
    [dir="rtl"] .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    [dir] .p-xl-5 {
        padding: 3rem !important;
    }

    [dir] .pt-xl-5,
    [dir] .py-xl-5 {
        padding-top: 3rem !important;
    }

    [dir="ltr"] .pr-xl-5,
    [dir="ltr"] .px-xl-5 {
        padding-right: 3rem !important;
    }

    [dir="rtl"] .pr-xl-5,
    [dir="rtl"] .px-xl-5 {
        padding-left: 3rem !important;
    }

    [dir] .pb-xl-5,
    [dir] .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    [dir="ltr"] .pl-xl-5,
    [dir="ltr"] .px-xl-5 {
        padding-left: 3rem !important;
    }

    [dir="rtl"] .pl-xl-5,
    [dir="rtl"] .px-xl-5 {
        padding-right: 3rem !important;
    }

    [dir] .m-xl-n1 {
        margin: -0.25rem !important;
    }

    [dir] .mt-xl-n1,
    [dir] .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    [dir="ltr"] .mr-xl-n1,
    [dir="ltr"] .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    [dir="rtl"] .mr-xl-n1,
    [dir="rtl"] .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    [dir] .mb-xl-n1,
    [dir] .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    [dir="ltr"] .ml-xl-n1,
    [dir="ltr"] .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    [dir="rtl"] .ml-xl-n1,
    [dir="rtl"] .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    [dir] .m-xl-n2 {
        margin: -0.5rem !important;
    }

    [dir] .mt-xl-n2,
    [dir] .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    [dir="ltr"] .mr-xl-n2,
    [dir="ltr"] .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    [dir="rtl"] .mr-xl-n2,
    [dir="rtl"] .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    [dir] .mb-xl-n2,
    [dir] .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    [dir="ltr"] .ml-xl-n2,
    [dir="ltr"] .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    [dir="rtl"] .ml-xl-n2,
    [dir="rtl"] .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    [dir] .m-xl-n3 {
        margin: -1rem !important;
    }

    [dir] .mt-xl-n3,
    [dir] .my-xl-n3 {
        margin-top: -1rem !important;
    }

    [dir="ltr"] .mr-xl-n3,
    [dir="ltr"] .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    [dir="rtl"] .mr-xl-n3,
    [dir="rtl"] .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    [dir] .mb-xl-n3,
    [dir] .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    [dir="ltr"] .ml-xl-n3,
    [dir="ltr"] .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    [dir="rtl"] .ml-xl-n3,
    [dir="rtl"] .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    [dir] .m-xl-n4 {
        margin: -1.5rem !important;
    }

    [dir] .mt-xl-n4,
    [dir] .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    [dir="ltr"] .mr-xl-n4,
    [dir="ltr"] .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    [dir="rtl"] .mr-xl-n4,
    [dir="rtl"] .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    [dir] .mb-xl-n4,
    [dir] .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    [dir="ltr"] .ml-xl-n4,
    [dir="ltr"] .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    [dir="rtl"] .ml-xl-n4,
    [dir="rtl"] .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    [dir] .m-xl-n5 {
        margin: -3rem !important;
    }

    [dir] .mt-xl-n5,
    [dir] .my-xl-n5 {
        margin-top: -3rem !important;
    }

    [dir="ltr"] .mr-xl-n5,
    [dir="ltr"] .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    [dir="rtl"] .mr-xl-n5,
    [dir="rtl"] .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    [dir] .mb-xl-n5,
    [dir] .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    [dir="ltr"] .ml-xl-n5,
    [dir="ltr"] .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    [dir="rtl"] .ml-xl-n5,
    [dir="rtl"] .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    [dir] .m-xl-auto {
        margin: auto !important;
    }

    [dir] .mt-xl-auto,
    [dir] .my-xl-auto {
        margin-top: auto !important;
    }

    [dir="ltr"] .mr-xl-auto,
    [dir="ltr"] .mx-xl-auto {
        margin-right: auto !important;
    }

    [dir="rtl"] .mr-xl-auto,
    [dir="rtl"] .mx-xl-auto {
        margin-left: auto !important;
    }

    [dir] .mb-xl-auto,
    [dir] .my-xl-auto {
        margin-bottom: auto !important;
    }

    [dir="ltr"] .ml-xl-auto,
    [dir="ltr"] .mx-xl-auto {
        margin-left: auto !important;
    }

    [dir="rtl"] .ml-xl-auto,
    [dir="rtl"] .mx-xl-auto {
        margin-right: auto !important;
    }
}
.stretched-link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
}
[dir] .stretched-link::after {
    background-color: rgba(0, 0, 0, 0);
}
[dir="ltr"] .stretched-link::after {
    right: 0;
    left: 0;
}
[dir="rtl"] .stretched-link::after {
    left: 0;
    right: 0;
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace !important;
}

[dir] .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;
}

[dir="ltr"] .text-left {
    text-align: left !important;
}

[dir="rtl"] .text-left {
    text-align: right !important;
}

[dir="ltr"] .text-right {
    text-align: right !important;
}

[dir="rtl"] .text-right {
    text-align: left !important;
}

[dir] .text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    [dir="ltr"] .text-sm-left {
        text-align: left !important;
    }
    [dir="rtl"] .text-sm-left {
        text-align: right !important;
    }

    [dir="ltr"] .text-sm-right {
        text-align: right !important;
    }

    [dir="rtl"] .text-sm-right {
        text-align: left !important;
    }

    [dir] .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .text-md-left {
        text-align: left !important;
    }
    [dir="rtl"] .text-md-left {
        text-align: right !important;
    }

    [dir="ltr"] .text-md-right {
        text-align: right !important;
    }

    [dir="rtl"] .text-md-right {
        text-align: left !important;
    }

    [dir] .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .text-lg-left {
        text-align: left !important;
    }
    [dir="rtl"] .text-lg-left {
        text-align: right !important;
    }

    [dir="ltr"] .text-lg-right {
        text-align: right !important;
    }

    [dir="rtl"] .text-lg-right {
        text-align: left !important;
    }

    [dir] .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .text-xl-left {
        text-align: left !important;
    }
    [dir="rtl"] .text-xl-left {
        text-align: right !important;
    }

    [dir="ltr"] .text-xl-right {
        text-align: right !important;
    }

    [dir="rtl"] .text-xl-right {
        text-align: left !important;
    }

    [dir] .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: #6774df !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #2b3dce !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #7dc668 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #55a43e !important;
}

.text-info {
    color: #5dd2bc !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #31b199 !important;
}

.text-warning {
    color: #f5b666 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #f0941e !important;
}

.text-danger {
    color: #ff7076 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #ff242d !important;
}

.text-light {
    color: #fafbfe !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #bac8f1 !important;
}

.text-dark {
    color: #1c2260 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #0b0d25 !important;
}

.text-blue {
    color: #4a90e2 !important;
}

a.text-blue:hover,
a.text-blue:focus {
    color: #1f69c1 !important;
}

.text-teal {
    color: #16ba71 !important;
}

a.text-teal:hover,
a.text-teal:focus {
    color: #0e7647 !important;
}

.text-purple {
    color: #5163c5 !important;
}

a.text-purple:hover,
a.text-purple:focus {
    color: #324297 !important;
}

.text-dark-gray {
    color: #939fad !important;
}

a.text-dark-gray:hover,
a.text-dark-gray:focus {
    color: #69788a !important;
}

.text-light-gray {
    color: #eceef0 !important;
}

a.text-light-gray:hover,
a.text-light-gray:focus {
    color: #c1c8ce !important;
}

.text-muted-light {
    color: #dbdfe4 !important;
}

a.text-muted-light:hover,
a.text-muted-light:focus {
    color: #afb8c3 !important;
}

.text-facebook {
    color: #3b5998 !important;
}

a.text-facebook:hover,
a.text-facebook:focus {
    color: #263961 !important;
}

.text-twitter {
    color: #00aced !important;
}

a.text-twitter:hover,
a.text-twitter:focus {
    color: #0074a1 !important;
}

.text-body {
    color: #112b4a !important;
}

.text-muted {
    color: rgba(55, 77, 103, 0.54) !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
}

[dir] .text-hide {
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    [dir] *,
    [dir] *::before,
    [dir] *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    [dir] pre,
    [dir] blockquote {
        border: 1px solid #adb5bd;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    [dir] .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }
    [dir] .table td,
    [dir] .table th {
        background-color: #fff !important;
    }

    [dir] .table-bordered th,
    [dir] .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }
    [dir] .table-dark th,
    [dir] .table-dark td,
    [dir] .table-dark thead th,
    [dir] .table-dark tbody + tbody {
        border-color: #e2e8ee;
    }

    .table .thead-dark th {
        color: inherit;
    }

    [dir] .table .thead-dark th {
        border-color: #e2e8ee;
    }
}
.mdk-header {
    position: relative;
    z-index: 1;
    height: 200px;
}
[dir] .mdk-header {
    margin-bottom: 1.25rem;
}
[dir] .mdk-header :last-child {
    margin-bottom: 0;
}
.mdk-header[data-condenses],
.mdk-header[data-reveals] {
    will-change: transform;
}
.mdk-header [data-fx-condenses] {
    opacity: 0;
}
[dir="ltr"] .mdk-header [data-fx-condenses] {
    transform-origin: left top;
}
[dir="rtl"] .mdk-header [data-fx-condenses] {
    transform-origin: right top;
}
.mdk-header [data-fx-condenses][data-fx-id] {
    opacity: 1;
}
.mdk-header [data-primary] {
    z-index: 1;
}

.mdk-header__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

[dir="ltr"] .mdk-header__bg {
    right: 0;
    left: 0;
}

[dir="rtl"] .mdk-header__bg {
    left: 0;
    right: 0;
}

[data-effects*="parallax-background"] .mdk-header__bg {
    visibility: hidden;
}

.mdk-header__bg-rear,
.mdk-header__bg-front {
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

[dir] .mdk-header__bg-rear,
[dir] .mdk-header__bg-front {
    background-size: cover;
}

[dir="ltr"] .mdk-header__bg-rear,
[dir="ltr"] .mdk-header__bg-front {
    right: 0;
    left: 0;
}

[dir="rtl"] .mdk-header__bg-rear,
[dir="rtl"] .mdk-header__bg-front {
    left: 0;
    right: 0;
}

.mdk-header__bg-rear {
    opacity: 0;
}

.mdk-header__content {
    position: relative;
    width: 100%;
    height: 100%;
}

.mdk-header[data-condenses] .mdk-header__content {
    z-index: 0;
}
.mdk-header[data-condenses] [data-primary] {
    z-index: 1;
}

.mdk-header--shadow::after {
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 5px;
    content: "";
    pointer-events: none;
    opacity: 0;
    will-change: opacity;
    z-index: -1;
}

[dir] .mdk-header--shadow::after {
    box-shadow: inset 0px 5px 6px -3px rgba(0, 0, 0, 0.4);
}

[dir="ltr"] .mdk-header--shadow::after {
    right: 0;
    left: 0;
}

[dir="rtl"] .mdk-header--shadow::after {
    left: 0;
    right: 0;
}

.mdk-header--shadow-show::after {
    opacity: 1;
}

.mdk-header--fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

[dir] .mdk-header--fixed {
    margin-bottom: 0;
}

[dir="ltr"] .mdk-header--fixed {
    left: 0;
}

[dir="rtl"] .mdk-header--fixed {
    right: 0;
}

.mdk-header[disabled],
.mdk-header[disabled]::after,
.mdk-header[disabled] .mdk-header__bg-rear,
.mdk-header[disabled] .mdk-header__bg-front,
.mdk-header[disabled] .mdk-header__content > [data-primary] {
    transition: none !important;
}

.mdk-header-layout {
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.mdk-header-layout--fullbleed {
    position: absolute;
    top: 0;
    bottom: 0;
}
[dir="ltr"] .mdk-header-layout--fullbleed {
    left: 0;
    right: 0;
}
[dir="rtl"] .mdk-header-layout--fullbleed {
    right: 0;
    left: 0;
}
.mdk-header-layout > .mdk-header {
    position: fixed;
    top: 0;
    z-index: 1;
}
[dir="ltr"] .mdk-header-layout > .mdk-header {
    left: 0;
    right: 0;
}
[dir="rtl"] .mdk-header-layout > .mdk-header {
    right: 0;
    left: 0;
}
.mdk-header-layout[data-fullbleed] > .mdk-header,
.mdk-header-layout[data-has-scrolling-region] > .mdk-header {
    position: absolute;
    top: 0;
}
[dir="ltr"] .mdk-header-layout[data-fullbleed] > .mdk-header,
[dir="ltr"] .mdk-header-layout[data-has-scrolling-region] > .mdk-header {
    left: 0;
    right: 0;
}
[dir="rtl"] .mdk-header-layout[data-fullbleed] > .mdk-header,
[dir="rtl"] .mdk-header-layout[data-has-scrolling-region] > .mdk-header {
    right: 0;
    left: 0;
}

.mdk-header-layout__content {
    position: relative;
    z-index: 0;
}
.mdk-header-layout__content--fullbleed {
    position: absolute;
    top: 0;
    bottom: 0;
}
[dir="ltr"] .mdk-header-layout__content--fullbleed {
    left: 0;
    right: 0;
}
[dir="rtl"] .mdk-header-layout__content--fullbleed {
    right: 0;
    left: 0;
}
.mdk-header-layout__content--scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mdk-box {
    position: relative;
}

[dir] .mdk-box {
    margin-bottom: 1.25rem;
}

.mdk-box__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    height: 100%;
}

[dir="ltr"] .mdk-box__bg {
    right: 0;
    left: 0;
}

[dir="rtl"] .mdk-box__bg {
    left: 0;
    right: 0;
}

[data-effects*="parallax-background"] .mdk-box__bg {
    visibility: hidden;
}

.mdk-box__bg-rear,
.mdk-box__bg-front {
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

[dir] .mdk-box__bg-rear,
[dir] .mdk-box__bg-front {
    background-size: cover;
}

[dir="ltr"] .mdk-box__bg-rear,
[dir="ltr"] .mdk-box__bg-front {
    right: 0;
    left: 0;
}

[dir="rtl"] .mdk-box__bg-rear,
[dir="rtl"] .mdk-box__bg-front {
    left: 0;
    right: 0;
}

.mdk-box__bg-rear {
    opacity: 0;
}

.mdk-box__content {
    position: relative;
    width: 100%;
    height: 100%;
}

.mdk-box[disabled],
.mdk-box[disabled]::after,
.mdk-box[disabled] .mdk-box__bg-rear,
.mdk-box[disabled] .mdk-box__bg-front,
.mdk-box[disabled] .mdk-box__content > [data-primary] {
    transition: none !important;
}

.mdk-drawer {
    position: relative;
    visibility: hidden;
}
.mdk-drawer[data-opened],
.mdk-drawer[data-closing] {
    visibility: visible;
}
.mdk-drawer[data-persistent] {
    width: 256px;
}
.mdk-drawer[data-persistent][data-position="left"] {
    right: auto /* rtl:ignore */;
}
.mdk-drawer[data-persistent][data-position="right"] {
    left: auto /* rtl:ignore */;
}

.mdk-drawer__content {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    transition: transform 0.2s ease;
    left: 0 /* rtl:ignore */;
    transform: translate3d(-100%, 0, 0) /* rtl:ignore */;
}

[dir] .mdk-drawer__content {
    background-color: #fff;
}
[data-position="right"] > .mdk-drawer__content {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
    transform: translate3d(100%, 0, 0) /* rtl:ignore */;
}
[dir] [data-opened] > .mdk-drawer__content {
    transform: translate3d(0, 0, 0);
}

.mdk-drawer__scrim {
    position: fixed;
    top: 0;
    bottom: 0;
    transition: opacity 0.2s ease;
    opacity: 0;
}

[dir] .mdk-drawer__scrim {
    transform: translateZ(0);
    background-color: rgba(0, 0, 0, 0.5);
}

[dir="ltr"] .mdk-drawer__scrim {
    left: 0;
    right: 0;
}

[dir="rtl"] .mdk-drawer__scrim {
    right: 0;
    left: 0;
}
[data-opened] > .mdk-drawer__scrim {
    opacity: 1;
}
[data-persistent] > .mdk-drawer__scrim {
    visibility: hidden;
    opacity: 0;
}

.mdk-drawer-layout {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
}
.mdk-drawer-layout--fullbleed {
    position: absolute;
    top: 0;
    bottom: 0;
}
[dir="ltr"] .mdk-drawer-layout--fullbleed {
    left: 0;
    right: 0;
}
[dir="rtl"] .mdk-drawer-layout--fullbleed {
    right: 0;
    left: 0;
}
.mdk-drawer-layout .mdk-drawer {
    position: relative;
}
.mdk-drawer-layout .mdk-drawer[data-persistent] {
    width: 256px;
}
[dir="ltr"]
    .mdk-drawer-layout
    .mdk-drawer[data-persistent][data-position="left"] {
    order: 0 /* rtl:2 */;
}
[dir="rtl"]
    .mdk-drawer-layout
    .mdk-drawer[data-persistent][data-position="left"] {
    order: 2;
}
[dir="ltr"]
    .mdk-drawer-layout
    .mdk-drawer[data-persistent][data-position="right"] {
    order: 2 /* rtl:0 */;
}
[dir="rtl"]
    .mdk-drawer-layout
    .mdk-drawer[data-persistent][data-position="right"] {
    order: 0;
}

.mdk-drawer-layout__content {
    position: relative;
    height: 100%;
    transition: transform 0.2s;
    min-width: 320px;
    z-index: 0;
    order: 1;
    flex: 1 1 0%;
}
.mdk-drawer-layout__content--scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mdk-reveal {
    z-index: 0;
    position: relative;
    overflow: hidden;
    display: block;
}
.mdk-reveal[data-opened] .mdk-reveal__partial,
.mdk-reveal--hover:hover .mdk-reveal__partial {
    opacity: 0;
}

.mdk-reveal__content {
    transition: transform 0.2s;
    position: relative;
    z-index: 0;
}

[dir] .mdk-reveal__content {
    background-color: #ffffff;
}

.mdk-reveal__partial {
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    opacity: 1;
    z-index: 1;
    transition: 0.2s opacity;
    pointer-events: none;
}

[dir] .mdk-reveal__partial {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 60%,
        rgba(255, 255, 255, 0.95) 80%,
        white 100%
    );
}

[dir="ltr"] .mdk-reveal__partial {
    left: 0;
}

[dir="rtl"] .mdk-reveal__partial {
    right: 0;
}

.mdk-carousel__content {
    transition: transform 0.4s;
    touch-action: pan-x;
}

[dir] .mdk-carousel__content {
    transform: translate3d(0, 0, 0);
}

.mdk-carousel__item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    width: 100%;
}

[dir] .mdk-carousel__item {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

[dir="ltr"] .mdk-carousel__item {
    float: left;
}

[dir="rtl"] .mdk-carousel__item {
    float: right;
}

.mdk-tooltip {
    transition: transform 0.2s;
    will-change: transform;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    z-index: 999;
    font-weight: 500;
    position: fixed;
    line-height: 1;
    max-width: 200px;
    pointer-events: none;
}

[dir] .mdk-tooltip {
    transform: scale(0);
    transform-origin: top center;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 0.4rem;
    border-radius: 0.25rem;
}
[dir] .mdk-tooltip[data-opened] {
    transform: scale(1);
}

.flex {
    flex: 1 1 0% !important;
}

.flex-none,
.flex-0 {
    flex: none !important;
}

.flex-grow {
    flex: 1 1 auto !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

@media (min-width: 576px) {
    .flex-sm {
        flex: 1 1 0% !important;
    }

    .flex-sm-none,
    .flex-sm-0 {
        flex: none !important;
    }

    .flex-sm-grow {
        flex: 1 1 auto !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
}
@media (min-width: 768px) {
    .flex-md {
        flex: 1 1 0% !important;
    }

    .flex-md-none,
    .flex-md-0 {
        flex: none !important;
    }

    .flex-md-grow {
        flex: 1 1 auto !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
}
@media (min-width: 992px) {
    .flex-lg {
        flex: 1 1 0% !important;
    }

    .flex-lg-none,
    .flex-lg-0 {
        flex: none !important;
    }

    .flex-lg-grow {
        flex: 1 1 auto !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl {
        flex: 1 1 0% !important;
    }

    .flex-xl-none,
    .flex-xl-0 {
        flex: none !important;
    }

    .flex-xl-grow {
        flex: 1 1 auto !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
}
.material-icons {
    vertical-align: middle;
}

.icon-muted {
    color: rgba(55, 77, 103, 0.2) !important;
}

a.icon-muted:hover .material-icons {
    color: #6774df;
}

.icon-light {
    opacity: 0.24;
}

.icon-16pt {
    font-size: 1rem !important;
}

.icon-20pt {
    font-size: 1.25rem !important;
}

.icon-30pt {
    font-size: 30px !important;
}

.icon-40pt {
    font-size: 40px !important;
}

.icon-48pt {
    font-size: 48px !important;
}

.icon-60pt {
    font-size: 60px !important;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    line-height: 1.25rem;
}

b,
strong {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

h1,
.h1 {
    font-weight: 700;
}

.headings-color {
    color: rgba(17, 43, 74, 0.84);
}

.text-15pt {
    font-size: 0.9375rem !important;
}

.decoration-0:hover {
    text-decoration: none;
}

.link-date {
    color: #4a90e2;
    position: relative;
    overflow: hidden;
}

[dir] .link-date {
    background: rgba(103, 116, 223, 0.05);
    padding: 2px 4px;
    border-radius: 2px;
}
.link-date::after {
    content: "................................................................";
    color: rgba(147, 159, 173, 0.4);
    font-size: 0.75rem;
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 0.525rem;
    white-space: nowrap;
}
[dir="ltr"] .link-date::after {
    left: 0;
}
[dir="rtl"] .link-date::after {
    right: 0;
}
.link-date:hover {
    text-decoration: none;
}

.text-amount {
    font-size: 1.875rem;
    color: #112b4a;
    line-height: 1.2;
    font-weight: 600;
}

.text-stats {
    font-weight: bold;
    letter-spacing: 0.93px;
    font-size: 0.8125rem;
    display: flex;
    align-items: center;
}
.text-stats .material-icons {
    font-size: 1rem;
}
[dir="ltr"] .text-stats .material-icons {
    margin-left: 0.125rem;
}
[dir="rtl"] .text-stats .material-icons {
    margin-right: 0.125rem;
}

html,
body {
    height: 100%;
    position: relative;
}

.mdk-header-layout,
.mdk-drawer-layout,
.mdk-drawer-layout__content {
    height: initial;
    min-height: 100%;
}

[dir] .page {
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    [dir="ltr"] .layout-mini .page__container,
    [dir="ltr"] .layout-default .page__container,
    [dir="ltr"] .layout-fluid .page__container,
    [dir="ltr"] .layout-mini .page__heading-container,
    [dir="ltr"] .layout-default .page__heading-container,
    [dir="ltr"] .layout-fluid .page__heading-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    [dir="rtl"] .layout-mini .page__container,
    [dir="rtl"] .layout-default .page__container,
    [dir="rtl"] .layout-fluid .page__container,
    [dir="rtl"] .layout-mini .page__heading-container,
    [dir="rtl"] .layout-default .page__heading-container,
    [dir="rtl"] .layout-fluid .page__heading-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}
.layout-fluid .page__container,
.layout-fluid .page__heading-container {
    max-width: 1300px;
}
.layout-default .page__container,
.layout-default .page__heading-container {
    max-width: 1300px;
}

[dir] .page__heading {
    padding-top: 15px;
    padding-bottom: 15px;
}
.page__heading h1 {
    line-height: 1;
}
@media (min-width: 1200px) {
    [dir] .page__heading:not(.page__heading--xl_small) {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.page__header {
    z-index: 3;
    position: relative;
}

[dir] .page__header {
    background: white;
    box-shadow: 0 5px 15px 0 rgba(227, 227, 227, 0.5);
    margin-bottom: 15px;
}
.page__header + .page__header {
    z-index: 2;
}

@media (min-width: 1200px) {
    [dir] .layout-fixed .page__header,
    [dir] .layout-mini .page__header,
    [dir] .layout-fluid .page__header {
        margin-bottom: 30px;
    }
}
.layout-sticky-subnav .mdk-header-layout {
    overflow: initial;
}
.layout-sticky-subnav .page__header-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
    z-index: 1;
}
[dir] .layout-sticky-subnav .page__header:first-child {
    margin-bottom: 0;
    box-shadow: none;
}
.layout-sticky-subnav .page__container {
    z-index: 0;
    position: relative;
}

.mdk-header--shadow::after {
    bottom: 0;
    height: 56px;
}

[dir] .mdk-header--shadow::after {
    box-shadow: 0 5px 15px 0 rgba(227, 227, 227, 0.5);
}

[dir] .projects-item {
    margin-bottom: 0 !important;
    padding-bottom: 0.4375rem;
}

[dir="ltr"] .projects-item {
    border-left: 1px dotted rgba(55, 77, 103, 0.2);
    margin-left: 10px;
}

[dir="rtl"] .projects-item {
    border-right: 1px dotted rgba(55, 77, 103, 0.2);
    margin-right: 10px;
}

[dir] .bottom-spacing {
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    [dir] .bottom-spacing {
        margin-bottom: 30px;
    }
}

.layout-mini .mdk-drawer[data-persistent],
.layout-mini .mdk-drawer__content {
    width: 64px;
}
.layout-mini .sidebar-secondary {
    transition: transform 0.2s ease;
    width: 256px;
}
[dir="ltr"] .layout-mini .sidebar-secondary {
    transform: translate3d(-100%, 0, 0);
}
[dir="rtl"] .layout-mini .sidebar-secondary {
    transform: translate3d(100%, 0, 0);
}
@media (min-width: 1200px) {
    [dir="ltr"] .layout-mini .page__container,
    [dir="ltr"] .layout-mini .page__heading-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    [dir="rtl"] .layout-mini .page__container,
    [dir="rtl"] .layout-mini .page__heading-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}
.layout-mini .mdk-drawer__content {
    display: flex;
    z-index: 0;
}
.layout-mini .sidebar-mini {
    width: 64px;
    position: relative;
    z-index: 1;
}
.layout-mini .sidebar-mini.sidebar-light .active.show .sidebar-menu-icon {
    color: #1c2260;
}
.layout-mini .sidebar-mini.sidebar-dark .active.show .sidebar-menu-icon {
    color: rgba(255, 255, 255, 0.84);
}
[dir="ltr"]
    .layout-mini
    .sidebar-mini
    .sidebar-menu
    > li.sidebar-menu-item.active:not(.open) {
    border-right: 0px;
}
[dir="rtl"]
    .layout-mini
    .sidebar-mini
    .sidebar-menu
    > li.sidebar-menu-item.active:not(.open) {
    border-left: 0px;
}
.layout-mini .sidebar-mini .sidebar-menu-text,
.layout-mini .sidebar-mini .sidebar-badge,
.layout-mini .sidebar-mini .sidebar-menu-toggle-icon {
    display: none;
}
.layout-mini .sidebar-mini .sidebar-menu-button {
    justify-content: center;
}
[dir] .layout-mini .sidebar-mini .sidebar-menu-button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
[dir] .layout-mini .sidebar-mini .sidebar-menu-icon {
    margin: 0;
}
@media (min-width: 576px) {
    [dir="ltr"] .layout-mini .navbar {
        padding-left: 0;
    }
    [dir="rtl"] .layout-mini .navbar {
        padding-right: 0;
    }
    .layout-mini .navbar-brand {
        width: 64px;
        min-width: 64px;
        justify-content: center;
    }
    [dir] .layout-mini .navbar-brand .navbar-brand-icon {
        margin: 0;
    }
    .layout-mini .navbar-brand > span {
        display: none;
    }
    .layout-mini .layout-mini__d-none {
        display: none;
    }
}
.layout-mini--open .mdk-drawer[data-persistent],
.layout-mini--open .mdk-drawer__content {
    width: 320px;
}
[dir] .layout-mini--open .sidebar-secondary {
    transform: translate3d(0, 0, 0);
}

.dropdown-toggle:focus {
    outline: 0;
}

[data-caret="false"]::before,
[data-caret="false"]::after {
    display: none;
}

.dropdown-menu {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, margin-top 0.3s ease, visibility 0.3s ease;
}

[dir] .dropdown-menu {
    margin-top: 20px !important;
    background-clip: initial;
}
.dropdown-menu::before,
.dropdown-menu::after {
    content: "";
    height: 0;
    opacity: 0;
    transition: 0.1s opacity cubic-bezier(0.3, 0.5, 0.5, 1);
    position: absolute;
    top: -16px;
    width: 1px;
}
[dir] .dropdown-menu::before,
[dir] .dropdown-menu::after {
    border: 8px solid transparent;
    border-bottom-color: #fff;
}
[dir="ltr"] .dropdown-menu::before,
[dir="ltr"] .dropdown-menu::after {
    left: 10px;
}
[dir="rtl"] .dropdown-menu::before,
[dir="rtl"] .dropdown-menu::after {
    right: 10px;
}
.dropdown-menu::before {
    top: -17px;
}
[dir] .dropdown-menu::before {
    border-bottom-color: #e2e8ee;
}

[dir="ltr"] .dropdown-menu-right::before,
[dir="ltr"] .dropdown-menu-right::after {
    left: initial;
    right: 10px;
}

[dir="rtl"] .dropdown-menu-right::before,
[dir="rtl"] .dropdown-menu-right::after {
    right: initial;
    left: 10px;
}

[dir="ltr"] .dropup .dropdown-menu {
    transform-origin: 10% bottom;
}

[dir="rtl"] .dropup .dropdown-menu {
    transform-origin: 90% bottom;
}
.dropup .dropdown-menu::before,
.dropup .dropdown-menu::after {
    top: auto;
    bottom: -16px;
}
[dir] .dropup .dropdown-menu::before,
[dir] .dropup .dropdown-menu::after {
    border-bottom-color: transparent;
    border-top-color: #fff;
}
.dropup .dropdown-menu::before {
    bottom: -17px;
}
[dir] .dropup .dropdown-menu::before {
    border-top-color: #e2e8ee;
}
[dir="ltr"] .dropup .dropdown-menu-right {
    transform-origin: 90% bottom;
}
[dir="rtl"] .dropup .dropdown-menu-right {
    transform-origin: 10% bottom;
}

.show > .dropdown-menu,
.dropdown-menu.show {
    visibility: visible;
    opacity: 1;
}

[dir] .show > .dropdown-menu,
[dir] .dropdown-menu.show {
    margin-top: 0.125rem !important;
}
.show > .dropdown-menu::before,
.show > .dropdown-menu::after,
.dropdown-menu.show::before,
.dropdown-menu.show::after {
    opacity: 1;
}

[dir] .dropdown-menu-caret-center {
    transform-origin: 50% top;
}
[dir] .dropup .dropdown-menu-caret-center {
    transform-origin: 50% bottom;
}
[dir="ltr"] .dropdown-menu-caret-center::before,
[dir="ltr"] .dropdown-menu-caret-center::after {
    left: 50%;
    margin-left: -4px;
}
[dir="rtl"] .dropdown-menu-caret-center::before,
[dir="rtl"] .dropdown-menu-caret-center::after {
    right: 50%;
    margin-right: -4px;
}

.mdk-header {
    height: auto;
}

[dir] .mdk-header {
    margin-bottom: 1rem;
}
.mdk-header__content {
    display: flex;
    flex-direction: column;
}

.search-form {
    display: flex;
    align-items: center;
}

[dir] .search-form {
    background-color: #fafbfe;
    border: 1px solid #dbe5ee;
    border-radius: 0.25rem;
}
[dir] .search-form .form-control {
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
}
[dir] .search-form .form-control:focus {
    border-color: transparent;
    box-shadow: none;
}
[dir] .search-form:not([class^="input-group-"]) .btn {
    padding: 0 0.5rem;
}
[dir="ltr"] .search-form .btn + .form-control {
    padding-left: 0;
}
[dir="rtl"] .search-form .btn + .form-control {
    padding-right: 0;
}

.search-form--light .btn {
    color: rgba(0, 0, 0, 0.4);
}

[dir] .search-form--light .btn {
    background: transparent;
}
.search-form--light .form-control:focus + .btn {
    color: #495057;
}
.search-form--light .form-control:focus + .btn:hover {
    color: #112b4a;
}

.navbar {
    min-height: 56px;
    font-size: 0.9rem;
}

[dir] .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar .dropdown-menu {
    position: absolute;
}
@media (min-width: 576px) {
    .navbar.navbar-expand-sm .nav-item {
        height: 56px;
        display: flex;
        align-items: center;
    }
    .navbar.navbar-expand-sm .dropdown-menu {
        max-height: calc(100vh - 112px);
        overflow-x: hidden;
        overflow-y: scroll;
    }
}
@media (min-width: 768px) {
    .navbar.navbar-expand-md .nav-item {
        height: 56px;
        display: flex;
        align-items: center;
    }
    .navbar.navbar-expand-md .dropdown-menu {
        max-height: calc(100vh - 112px);
        overflow-x: hidden;
        overflow-y: scroll;
    }
}
@media (min-width: 992px) {
    .navbar.navbar-expand-lg .nav-item {
        height: 56px;
        display: flex;
        align-items: center;
    }
    .navbar.navbar-expand-lg .dropdown-menu {
        max-height: calc(100vh - 112px);
        overflow-x: hidden;
        overflow-y: scroll;
    }
}
@media (min-width: 1200px) {
    .navbar.navbar-expand-xl .nav-item {
        height: 56px;
        display: flex;
        align-items: center;
    }
    .navbar.navbar-expand-xl .dropdown-menu {
        max-height: calc(100vh - 112px);
        overflow-x: hidden;
        overflow-y: scroll;
    }
}
.navbar.navbar-expand .nav-item {
    height: 56px;
    display: flex;
    align-items: center;
}
.navbar.navbar-expand .dropdown-menu {
    max-height: calc(100vh - 112px);
    overflow-x: hidden;
    overflow-y: scroll;
}

.navbar-light .navbar-brand svg {
    fill: #6774df;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

[dir] .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
@media (min-width: 992px) {
    .layout-default .navbar-brand {
        min-width: calc(256px - 1rem);
    }
}

[dir="ltr"] .navbar-brand-icon {
    margin-right: 0.5rem;
}

[dir="rtl"] .navbar-brand-icon {
    margin-left: 0.5rem;
}

.navbar-toggler {
    width: 56px;
    height: 56px;
    display: inline-block;
}

[dir] .navbar-toggler {
    border: none;
    padding: 0;
    text-align: center;
}

.navbar-toggler-right {
    order: 1;
}

.navbar-toggler-custom {
    display: flex;
    align-items: center;
}
.navbar-toggler-custom .material-icons {
    font-size: 2.0625rem;
}

.navbar-height {
    height: 56px;
}

.navbar-nav .nav-link {
    font-weight: 600;
}

.navbar-nav .nav-icon {
    font-size: 22px;
}

.navbar-secondary {
    min-height: 60px;
}
@media (min-width: 576px) {
    [dir="ltr"] .navbar-secondary.navbar-expand-sm .nav-item + .nav-item {
        margin-left: 1rem;
    }
    [dir="rtl"] .navbar-secondary.navbar-expand-sm .nav-item + .nav-item {
        margin-right: 1rem;
    }
    .navbar-secondary.navbar-expand-sm .navbar-nav,
    .navbar-secondary.navbar-expand-sm .nav-item {
        display: flex;
        align-items: center;
    }
    .navbar-secondary.navbar-expand-sm .nav-item {
        height: 60px;
    }
}
@media (min-width: 768px) {
    [dir="ltr"] .navbar-secondary.navbar-expand-md .nav-item + .nav-item {
        margin-left: 1rem;
    }
    [dir="rtl"] .navbar-secondary.navbar-expand-md .nav-item + .nav-item {
        margin-right: 1rem;
    }
    .navbar-secondary.navbar-expand-md .navbar-nav,
    .navbar-secondary.navbar-expand-md .nav-item {
        display: flex;
        align-items: center;
    }
    .navbar-secondary.navbar-expand-md .nav-item {
        height: 60px;
    }
}
@media (min-width: 992px) {
    [dir="ltr"] .navbar-secondary.navbar-expand-lg .nav-item + .nav-item {
        margin-left: 1rem;
    }
    [dir="rtl"] .navbar-secondary.navbar-expand-lg .nav-item + .nav-item {
        margin-right: 1rem;
    }
    .navbar-secondary.navbar-expand-lg .navbar-nav,
    .navbar-secondary.navbar-expand-lg .nav-item {
        display: flex;
        align-items: center;
    }
    .navbar-secondary.navbar-expand-lg .nav-item {
        height: 60px;
    }
}
@media (min-width: 1200px) {
    [dir="ltr"] .navbar-secondary.navbar-expand-xl .nav-item + .nav-item {
        margin-left: 1rem;
    }
    [dir="rtl"] .navbar-secondary.navbar-expand-xl .nav-item + .nav-item {
        margin-right: 1rem;
    }
    .navbar-secondary.navbar-expand-xl .navbar-nav,
    .navbar-secondary.navbar-expand-xl .nav-item {
        display: flex;
        align-items: center;
    }
    .navbar-secondary.navbar-expand-xl .nav-item {
        height: 60px;
    }
}
[dir="ltr"] .navbar-secondary.navbar-expand .nav-item + .nav-item {
    margin-left: 1rem;
}
[dir="rtl"] .navbar-secondary.navbar-expand .nav-item + .nav-item {
    margin-right: 1rem;
}
.navbar-secondary.navbar-expand .navbar-nav,
.navbar-secondary.navbar-expand .nav-item {
    display: flex;
    align-items: center;
}
.navbar-secondary.navbar-expand .nav-item {
    height: 60px;
}

[dir] .navbar-main.navbar-light {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.navbar-main #account_menu {
    min-width: 200px;
}
[dir="ltr"] .navbar-main #account_menu {
    right: 10px;
}
[dir="rtl"] .navbar-main #account_menu {
    left: 10px;
}
.navbar-main #account_menu .material-icons {
    font-size: 1rem;
    position: relative;
    top: -1px;
    width: 20px;
}

[dir] .navbar .search-form {
    box-shadow: inset 0 1px 2px 0 rgba(66, 71, 112, 0.12);
}

[dir="ltr"] .navbar .search-form {
    margin-left: 1rem;
}

[dir="rtl"] .navbar .search-form {
    margin-right: 1rem;
}
[dir] .navbar .search-form .form-control {
    box-shadow: none;
}
.navbar .search-form .btn {
    color: #6774df;
}
[dir] .navbar .search-form .btn {
    background-color: transparent;
}

@media (max-width: 1199.98px) {
    [dir="ltr"] .layout-default .navbar .search-form {
        margin-right: 1rem;
    }
    [dir="rtl"] .layout-default .navbar .search-form {
        margin-left: 1rem;
    }
}
.navbar-notifications-indicator {
    position: relative;
}
.navbar-notifications-indicator::after {
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    top: -3px;
}
[dir] .navbar-notifications-indicator::after {
    background: #7dc668;
    border-radius: 100px;
}
[dir="ltr"] .navbar-notifications-indicator::after {
    right: 0;
}
[dir="rtl"] .navbar-notifications-indicator::after {
    left: 0;
}

.dropdown-menu.navbar-notifications-menu {
    width: 320px;
    min-height: 240px;
    line-height: 1.5;
}

[dir] .dropdown-menu.navbar-notifications-menu {
    padding: 0;
}
.dropdown-menu.navbar-notifications-menu .dropdown-item {
    text-transform: none;
    letter-spacing: initial;
    font-size: 0.9375rem;
    font-weight: normal;
    color: #112b4a;
}
[dir] .dropdown-menu.navbar-notifications-menu > .dropdown-item {
    background: #fafbfe;
    border-bottom: 1px solid #e2e8ee;
}
.dropdown-menu.navbar-notifications-menu .navbar-notifications-menu__title {
    letter-spacing: initial;
    font-weight: 600;
}
.dropdown-menu.navbar-notifications-menu .navbar-notifications-menu__content {
    max-height: 220px;
}
.dropdown-menu.navbar-notifications-menu
    .navbar-notifications-menu__content
    .dropdown-item {
    white-space: normal;
}
.dropdown-menu.navbar-notifications-menu .navbar-notifications-menu__footer {
    font-weight: 600;
}
[dir]
    .dropdown-menu.navbar-notifications-menu
    .navbar-notifications-menu__footer {
    border-top: 1px solid #e2e8ee;
}
[dir="ltr"]
    .dropdown-menu.navbar-notifications-menu
    .navbar-notifications-menu__footer {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
[dir="rtl"]
    .dropdown-menu.navbar-notifications-menu
    .navbar-notifications-menu__footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.dropdown-menu.navbar-notifications-menu
    .navbar-notifications-menu__footer:hover {
    color: #4a90e2;
}

[dir] .navbar-dark.bg-dark [class*="border-"] {
    border-color: rgba(0, 0, 0, 0.34) !important;
}
[dir] .navbar-dark[class*="primary"] [class*="border-"] {
    border-color: rgba(255, 255, 255, 0.24) !important;
}
[dir] .navbar-dark .search-form {
    border-color: transparent;
}
.navbar-dark .search-form .form-control {
    color: rgba(255, 255, 255, 0.84);
}
[dir] .navbar-dark.bg-dark .search-form {
    background-color: rgba(0, 0, 0, 0.24);
}
.navbar-dark.bg-dark .search-form .form-control::-moz-placeholder {
    color: #66768a;
    font-weight: 500;
}
.navbar-dark.bg-dark .search-form .form-control:-ms-input-placeholder {
    color: #66768a;
    font-weight: 500;
}
.navbar-dark.bg-dark .search-form .form-control::placeholder {
    color: #66768a;
    font-weight: 500;
}
.navbar-dark.bg-dark .search-form .btn {
    color: rgba(255, 255, 255, 0.54);
}
[dir] .navbar-dark[class*="primary"] .search-form {
    background-color: rgba(0, 0, 0, 0.12);
}
.navbar-dark[class*="primary"] .search-form .form-control::-moz-placeholder {
    color: white;
}
.navbar-dark[class*="primary"]
    .search-form
    .form-control:-ms-input-placeholder {
    color: white;
}
.navbar-dark[class*="primary"] .search-form .form-control::placeholder {
    color: white;
}
.navbar-dark[class*="primary"] .search-form .btn {
    color: rgba(255, 255, 255, 0.54);
}
[dir] .navbar-dark .navbar-toggler-custom {
    background-color: rgba(0, 0, 0, 0.24);
}
.navbar-dark .navbar-toggler-custom .material-icons {
    color: white;
}
.navbar-dark .nav-icon {
    color: white;
}
.navbar-dark .navbar-notifications-indicator {
    color: rgba(255, 255, 255, 0.54);
}

.navbar-light .navbar-brand {
    color: #1c2260;
}
.navbar-light .navbar-nav > .active {
    position: relative;
}
.navbar-light .navbar-nav > .active::before {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
}
[dir] .navbar-light .navbar-nav > .active::before {
    background-color: #6774df;
}
[dir="ltr"] .navbar-light .navbar-nav > .active::before {
    left: 0;
    right: 0;
}
[dir="rtl"] .navbar-light .navbar-nav > .active::before {
    right: 0;
    left: 0;
}
.navbar-light .text-light {
    color: rgba(17, 43, 74, 0.84) !important;
}

[dir] .mdk-drawer__content {
    background: transparent;
}

.mdk-header-layout .mdk-drawer__content {
    top: 56px;
}

.mdk-drawer {
    z-index: 1;
}

[dir] .sidebar-p-a {
    padding: 1rem 1rem;
}

[dir="ltr"] .sidebar-p-x {
    padding-left: 1rem;
    padding-right: 1rem;
}

[dir="rtl"] .sidebar-p-x {
    padding-right: 1rem;
    padding-left: 1rem;
}

[dir] .sidebar-p-y {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

[dir] .sidebar-p-t {
    padding-top: 1rem;
}

[dir] .sidebar-p-b {
    padding-bottom: 1rem;
}

[dir="ltr"] .sidebar-p-l {
    padding-left: 1rem;
    padding-right: 1rem;
}

[dir="rtl"] .sidebar-p-l {
    padding-right: 1rem;
    padding-left: 1rem;
}

[dir="ltr"] .sidebar-p-r {
    padding-right: 1rem;
}

[dir="rtl"] .sidebar-p-r {
    padding-left: 1rem;
}

[dir] .sidebar-m-a {
    margin: 1rem 1rem;
}

[dir="ltr"] .sidebar-m-x {
    margin-left: 1rem;
    margin-right: 1rem;
}

[dir="rtl"] .sidebar-m-x {
    margin-right: 1rem;
    margin-left: 1rem;
}

[dir] .sidebar-m-y {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

[dir] .sidebar-m-t {
    margin-top: 1rem;
}

[dir] .sidebar-m-b {
    margin-bottom: 1rem;
}

[dir="ltr"] .sidebar-m-l {
    margin-left: 1rem;
}

[dir="rtl"] .sidebar-m-l {
    margin-right: 1rem;
}

[dir="ltr"] .sidebar-m-r {
    margin-right: 1rem;
}

[dir="rtl"] .sidebar-m-r {
    margin-left: 1rem;
}

[dir] .sidebar-b-a {
    border: 1px solid transparent;
}

[dir="ltr"] .sidebar-b-x {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

[dir="rtl"] .sidebar-b-x {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

[dir] .sidebar-b-y {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

[dir] .sidebar-b-t {
    border-top: 1px solid transparent;
}

[dir] .sidebar-b-b {
    border-bottom: 1px solid transparent;
}

[dir] .sidebar-block {
    margin-bottom: 1rem;
}

[dir="ltr"] .sidebar-block {
    padding-left: 1rem;
    padding-right: 1rem;
}

[dir="rtl"] .sidebar-block {
    padding-right: 1rem;
    padding-left: 1rem;
}

[dir] .sidebar > p,
[dir] .sidebar > .sidebar-text {
    margin-bottom: 1rem;
}

[dir="ltr"] .sidebar > p,
[dir="ltr"] .sidebar > .sidebar-text {
    padding-left: 1rem;
    padding-right: 1rem;
}

[dir="rtl"] .sidebar > p,
[dir="rtl"] .sidebar > .sidebar-text {
    padding-right: 1rem;
    padding-left: 1rem;
}

.sidebar-brand {
    font-weight: 500;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
}

[dir] .sidebar-brand {
    margin-bottom: 0.5rem;
}
.sidebar-brand:hover {
    text-decoration: none;
}

[dir="ltr"] .sidebar-brand-icon {
    margin-right: 0.5rem;
}

[dir="rtl"] .sidebar-brand-icon {
    margin-left: 0.5rem;
}

.sidebar-brand-header {
    height: 56px;
    line-height: 56px;
    width: 100%;
}

[dir] .sidebar-brand-header {
    margin-bottom: 1rem;
}

[dir="ltr"] .sidebar-brand-header {
    padding-left: 1rem;
    padding-right: 1rem;
}

[dir="rtl"] .sidebar-brand-header {
    padding-right: 1rem;
    padding-left: 1rem;
}

[dir] .sidebar-brand-border {
    border-bottom: 1px solid transparent;
}

.sidebar-heading {
    font-weight: bold;
    font-size: 0.6875rem;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.92px;
    line-height: normal;
}

[dir] .sidebar-heading {
    margin-bottom: 1rem;
}

[dir="ltr"] .sidebar-heading {
    padding-left: 1rem;
    padding-right: 1rem;
}

[dir="rtl"] .sidebar-heading {
    padding-right: 1rem;
    padding-left: 1rem;
}

.sidebar-badge {
    display: inline-block;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
}

[dir] .sidebar-badge {
    padding: 0.25em 0.4em;
    text-align: center;
    border-radius: 0.25rem;
}

.sidebar-light {
    color: rgba(0, 0, 0, 0.54);
}

[dir] .sidebar-light {
    background: #fafbfe;
}
[dir="ltr"] .sidebar-light.sidebar-left {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e2e8ee;
}
[dir="rtl"] .sidebar-light.sidebar-left {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e2e8ee;
}
[dir="ltr"] .sidebar-light.sidebar-right {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e2e8ee;
}
[dir="rtl"] .sidebar-light.sidebar-right {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e2e8ee;
}
.sidebar-light .sidebar-link {
    color: inherit;
}
[dir] .sidebar-light [class*="sidebar-b-"] {
    border-color: #e2e8ee;
}
.sidebar-light .sidebar-text,
.sidebar-light p {
    color: rgba(0, 0, 0, 0.54);
}
.sidebar-light .sidebar-heading,
.sidebar-light .sidebar-heading > a {
    color: rgba(56, 78, 104, 0.54);
}
[dir] .sidebar-light hr {
    border-color: #e2e8ee;
}
.sidebar-light .sidebar-brand {
    color: #6774df;
}
[dir] .sidebar-light .sidebar-brand-bg {
    background: rgba(0, 0, 0, 0.07);
}
[dir] .sidebar-light .sidebar-brand-border {
    border-color: #e2e8ee;
}
.sidebar-light .sidebar-menu-button {
    color: #384e68;
}
.sidebar-light .sidebar-menu-toggle-icon {
    color: #bbbcbd;
}
.sidebar-light .sidebar-menu-icon {
    color: #939fad;
}
.sidebar-light .sidebar-menu-label {
    color: #ffffff;
}
[dir] .sidebar-light .sidebar-menu-label {
    background: rgba(0, 0, 0, 0.3);
}
.sidebar-light .sidebar-menu-button:hover {
    color: #212121;
}
[dir] .sidebar-light .sidebar-menu-button:hover {
    background: transparent;
}
.sidebar-light .sidebar-menu-button:hover .sidebar-menu-icon {
    color: #939fad;
}
.sidebar-light .sidebar-menu-button:hover .sidebar-menu-toggle-icon {
    color: #939fad;
}
[dir] .sidebar-light .open {
    background: transparent;
}
.sidebar-light .open > .sidebar-menu-button .sidebar-menu-toggle-icon {
    color: #384e68;
}
.sidebar-light .open > .sidebar-menu-button {
    color: #384e68;
}
[dir] .sidebar-light .open > .sidebar-menu-button {
    background: transparent;
}
.sidebar-light .open > .sidebar-menu-button .sidebar-menu-icon {
    color: #384e68;
}
.sidebar-light .active > .sidebar-menu-button {
    color: #6774df;
}
.sidebar-light .active > .sidebar-menu-button .sidebar-menu-icon {
    color: #6774df;
}
.sidebar-light .sidebar-submenu .sidebar-menu-button {
    color: #384e68;
}
.sidebar-light .sidebar-submenu .sidebar-menu-icon {
    color: #384e68;
}
.sidebar-light .sidebar-submenu .sidebar-menu-button:hover {
    color: #212121;
}
.sidebar-light .sidebar-submenu .sidebar-menu-button:hover .sidebar-menu-icon {
    color: #212121;
}
.sidebar-light .sidebar-submenu .active > .sidebar-menu-button {
    color: #6774df;
}
.sidebar-light
    .sidebar-submenu
    .active
    > .sidebar-menu-button
    .sidebar-menu-icon {
    color: #6774df;
}
[dir] .sidebar-light .sm-bordered {
    border-color: #e2e8ee;
}
[dir] .sidebar-light .sm-bordered.sidebar-submenu {
    border-color: #e2e8ee;
}
[dir] .sidebar-light .sm-item-bordered > .sidebar-menu-item {
    border-color: #e2e8ee;
}
[dir] .sidebar-light .sm-item-bordered.sidebar-submenu > .sidebar-menu-item {
    border-color: #e2e8ee;
}
.sidebar-light
    .sm-icons-block
    > .sidebar-menu-item
    > .sidebar-menu-button
    .sidebar-menu-icon {
    color: #939fad;
}
[dir]
    .sidebar-light
    .sm-icons-block
    > .sidebar-menu-item
    > .sidebar-menu-button
    .sidebar-menu-icon {
    background: rgba(0, 0, 0, 0.12);
}
.sidebar-light
    .sm-icons-block
    > .sidebar-menu-item.open
    > .sidebar-menu-button
    .sidebar-menu-icon {
    color: #384e68;
}
[dir]
    .sidebar-light
    .sm-icons-block
    > .sidebar-menu-item.open
    > .sidebar-menu-button
    .sidebar-menu-icon {
    background: rgba(0, 0, 0, 0.12);
}
.sidebar-light
    .sm-icons-block
    > .sidebar-menu-item.active
    > .sidebar-menu-button
    .sidebar-menu-icon {
    color: #fff;
}
[dir]
    .sidebar-light
    .sm-icons-block
    > .sidebar-menu-item.active
    > .sidebar-menu-button
    .sidebar-menu-icon {
    background: #6774df;
}
.sidebar-light .sm-active-button-bg > .active > .sidebar-menu-button {
    color: #fff;
}
[dir] .sidebar-light .sm-active-button-bg > .active > .sidebar-menu-button {
    background: #6774df;
}
.sidebar-light
    .sm-active-button-bg
    > .active
    > .sidebar-menu-button
    .sidebar-menu-icon {
    color: #fff;
}
.sidebar-light
    .sm-active-button-bg
    > .active
    > .sidebar-menu-button
    .sidebar-menu-toggle-icon {
    color: #fff;
}
[dir]
    .sidebar-light
    .sm-icons-block.sm-active-button-bg
    > .active
    > .sidebar-menu-button
    .sidebar-menu-icon {
    background: #6774df;
}

.sidebar-dark {
    color: rgba(255, 255, 255, 0.54);
}

[dir] .sidebar-dark {
    background: transparent;
}
[dir="ltr"] .sidebar-dark.sidebar-left {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #1c2260;
}
[dir="rtl"] .sidebar-dark.sidebar-left {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #1c2260;
}
[dir="ltr"] .sidebar-dark.sidebar-right {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #1c2260;
}
[dir="rtl"] .sidebar-dark.sidebar-right {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #1c2260;
}
.sidebar-dark .sidebar-link {
    color: #fff;
}
[dir] .sidebar-dark [class*="sidebar-b-"] {
    border-color: rgba(0, 0, 0, 0.15);
}
.sidebar-dark .sidebar-text,
.sidebar-dark p {
    color: rgba(255, 255, 255, 0.54);
}
.sidebar-dark .sidebar-heading,
.sidebar-dark .sidebar-heading > a {
    color: rgba(255, 255, 255, 0.18);
}
[dir] .sidebar-dark hr {
    border-color: rgba(0, 0, 0, 0.15);
}
.sidebar-dark .sidebar-brand {
    color: #ffffff;
}
[dir] .sidebar-dark .sidebar-brand-bg {
    background: rgba(0, 0, 0, 0.12);
}
[dir] .sidebar-dark .sidebar-brand-border {
    border-color: rgba(0, 0, 0, 0.15);
}
.sidebar-dark .sidebar-menu-button {
    color: rgba(147, 159, 173, 0.84);
}
.sidebar-dark .sidebar-menu-toggle-icon {
    color: rgba(147, 159, 173, 0.84);
}
.sidebar-dark .sidebar-menu-icon {
    color: rgba(164, 175, 186, 0.5);
}
.sidebar-dark .sidebar-menu-button:hover {
    color: #ffffff;
}
[dir] .sidebar-dark .sidebar-menu-button:hover {
    background: rgba(255, 255, 255, 0.12);
}
.sidebar-dark .sidebar-menu-button:hover .sidebar-menu-icon {
    color: white;
}
.sidebar-dark .sidebar-menu-button:hover .sidebar-menu-toggle-icon {
    color: white;
}
[dir] .sidebar-dark .open {
    background: rgba(0, 0, 0, 0.04);
}
.sidebar-dark .open > .sidebar-menu-button .sidebar-menu-toggle-icon {
    color: rgba(255, 255, 255, 0.54);
}
.sidebar-dark .open > .sidebar-menu-button {
    color: rgba(255, 255, 255, 0.54);
}
[dir] .sidebar-dark .open > .sidebar-menu-button {
    background: transparent;
}
.sidebar-dark .open > .sidebar-menu-button .sidebar-menu-icon {
    color: rgba(255, 255, 255, 0.54);
}
.sidebar-dark .active > .sidebar-menu-button {
    color: rgba(255, 255, 255, 0.84);
}
.sidebar-dark .active > .sidebar-menu-button .sidebar-menu-icon {
    color: white;
}
.sidebar-dark .sidebar-submenu .sidebar-menu-button {
    color: rgba(255, 255, 255, 0.54);
}
.sidebar-dark .sidebar-submenu .sidebar-menu-icon {
    color: rgba(255, 255, 255, 0.54);
}
.sidebar-dark .sidebar-submenu .sidebar-menu-button:hover {
    color: #ffffff;
}
.sidebar-dark .sidebar-submenu .sidebar-menu-button:hover .sidebar-menu-icon {
    color: #ffffff;
}
.sidebar-dark .sidebar-submenu .active > .sidebar-menu-button {
    color: rgba(255, 255, 255, 0.84);
}
.sidebar-dark
    .sidebar-submenu
    .active
    > .sidebar-menu-button
    .sidebar-menu-icon {
    color: rgba(255, 255, 255, 0.84);
}
[dir] .sidebar-dark .sm-bordered {
    border-color: rgba(0, 0, 0, 0.15);
}
[dir] .sidebar-dark .sm-bordered.sidebar-submenu {
    border-color: rgba(0, 0, 0, 0.15);
}
[dir] .sidebar-dark .sm-item-bordered > .sidebar-menu-item {
    border-color: rgba(0, 0, 0, 0.15);
}
[dir] .sidebar-dark .sm-item-bordered.sidebar-submenu > .sidebar-menu-item {
    border-color: rgba(0, 0, 0, 0.15);
}
.sidebar-dark
    .sm-icons-block
    > .sidebar-menu-item
    > .sidebar-menu-button
    .sidebar-menu-icon {
    color: rgba(164, 175, 186, 0.5);
}
[dir]
    .sidebar-dark
    .sm-icons-block
    > .sidebar-menu-item
    > .sidebar-menu-button
    .sidebar-menu-icon {
    background: rgba(0, 0, 0, 0.12);
}
.sidebar-dark
    .sm-icons-block
    > .sidebar-menu-item.open
    > .sidebar-menu-button
    .sidebar-menu-icon {
    color: rgba(255, 255, 255, 0.54);
}
[dir]
    .sidebar-dark
    .sm-icons-block
    > .sidebar-menu-item.open
    > .sidebar-menu-button
    .sidebar-menu-icon {
    background: rgba(0, 0, 0, 0.12);
}
.sidebar-dark
    .sm-icons-block
    > .sidebar-menu-item.active
    > .sidebar-menu-button
    .sidebar-menu-icon {
    color: #6774df;
}
[dir]
    .sidebar-dark
    .sm-icons-block
    > .sidebar-menu-item.active
    > .sidebar-menu-button
    .sidebar-menu-icon {
    background: #fff;
}
.sidebar-dark .sm-active-button-bg > .active > .sidebar-menu-button {
    color: #6774df;
}
[dir] .sidebar-dark .sm-active-button-bg > .active > .sidebar-menu-button {
    background: #fff;
}
.sidebar-dark
    .sm-active-button-bg
    > .active
    > .sidebar-menu-button
    .sidebar-menu-icon {
    color: #6774df;
}
.sidebar-dark
    .sm-active-button-bg
    > .active
    > .sidebar-menu-button
    .sidebar-menu-toggle-icon {
    color: #6774df;
}
[dir]
    .sidebar-dark
    .sm-icons-block.sm-active-button-bg
    > .active
    > .sidebar-menu-button
    .sidebar-menu-icon {
    background: #fff;
}

.sidebar-menu {
    list-style: none;
}

[dir] .sidebar-menu {
    margin-bottom: 1rem;
    padding: 0 0;
}

.sidebar-menu-item {
    position: relative;
    overflow: hidden;
}

.sidebar-menu-button {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 42px;
    font-size: 0.925rem;
}

[dir] .sidebar-menu-button {
    padding: 0 1rem;
}
.sidebar-menu-button,
.sidebar-menu-button:hover,
.sidebar-menu-button:focus {
    text-decoration: none;
}

.active > .sidebar-menu-button {
    font-weight: 500;
}

.sidebar-menu-toggle-icon {
    position: relative;
    font-size: 18px;
}

.sidebar-menu-toggle-icon:before {
    font-family: "Material Icons";
    content: "\E148";
    display: flex;
    align-items: center;
    font-size: inherit;
    color: inherit;
}

.open > .sidebar-menu-button .sidebar-menu-toggle-icon:before {
    content: "\E15D";
}

.sidebar-menu-icon {
    vertical-align: middle;
    font-size: 24px;
    display: inline-block;
    line-height: normal;
    position: relative;
}
[dir="ltr"] .sidebar-menu-icon--left {
    margin-right: 0.625rem;
}
[dir="rtl"] .sidebar-menu-icon--left {
    margin-left: 0.625rem;
}
[dir="ltr"] .sidebar-menu-icon--right {
    margin-left: 0.625rem;
}
[dir="rtl"] .sidebar-menu-icon--right {
    margin-right: 0.625rem;
}

.sidebar-menu-badge {
    font-size: 0.75rem;
}

[dir] .sidebar-menu-badge {
    padding: 0.2rem 0.3rem;
}

[dir="ltr"] .sidebar-menu-badge,
[dir="ltr"] .sidebar-menu-toggle-icon {
    margin-left: 5px;
}

[dir="rtl"] .sidebar-menu-badge,
[dir="rtl"] .sidebar-menu-toggle-icon {
    margin-right: 5px;
}

.sidebar-submenu {
    display: none;
    list-style: none;
}

[dir] .sidebar-submenu {
    margin: 0;
    padding: 0;
}
.open > .sidebar-submenu {
    display: block;
}
.sidebar-submenu .sidebar-menu-button {
    line-height: 2rem;
    font-size: 0.875rem;
}
.sidebar-submenu .sidebar-menu-icon {
    font-size: 24px;
}

.sm-icons-1 .sidebar-menu-icon {
    font-size: 1rem;
}

.sm-icons-small .sidebar-menu-icon {
    font-size: 0.875rem;
}

.sm-condensed > .sidebar-menu-item > .sidebar-menu-button {
    line-height: 31.5px;
}

.sm-condensed.sidebar-submenu > .sidebar-menu-item > .sidebar-menu-button {
    line-height: 1.5rem;
}

[dir] .sm-bordered {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

[dir] .sm-item-bordered > .sidebar-menu-item {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
[dir] .sm-item-bordered > .sidebar-menu-item:last-of-type {
    border-bottom: none;
}
[dir] .sm-item-bordered .sidebar-submenu {
    border-bottom: none;
}

.sm-icons-block > .sidebar-menu-item > .sidebar-menu-button .sidebar-menu-icon {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

[dir]
    .sm-icons-block
    > .sidebar-menu-item
    > .sidebar-menu-button
    .sidebar-menu-icon {
    text-align: center;
}

.sm-icons-block.sidebar-submenu
    > .sidebar-menu-item
    > .sidebar-menu-button
    .sidebar-menu-icon {
    height: 30px;
    line-height: 30px;
    width: 30px;
}

[dir="ltr"] .sm-indent > .sidebar-menu-item .sidebar-menu-button {
    padding-left: 2rem;
}

[dir="rtl"] .sm-indent > .sidebar-menu-item .sidebar-menu-button {
    padding-right: 2rem;
}

.sidebar {
    position: relative;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

[dir] .sidebar {
    text-align: initial;
}

[dir] .sidebar-heading {
    margin-bottom: 0.5rem;
}

[dir] .sidebar-menu + .sidebar-heading {
    margin-top: 1.625rem;
}

[dir] .sidebar-heading + .sidebar-heading {
    margin-top: 2.25rem;
}

[dir] .sidebar-heading:first-child {
    margin-top: 1.25rem;
}

[dir]
    .sidebar-menu
    > .sidebar-menu-item
    > .sidebar-submenu
    > .sidebar-menu-item:last-child {
    margin-bottom: 1rem;
}

[dir="ltr"] .sidebar-submenu .sidebar-menu-text {
    padding-left: 1rem;
    margin-left: 0.75rem;
}

[dir="rtl"] .sidebar-submenu .sidebar-menu-text {
    padding-right: 1rem;
    margin-right: 0.75rem;
}

.sidebar .progress {
    height: 7px;
}

[dir] .sidebar-light .sidebar-account {
    background-color: #fafbfe;
}

.sidebar-dark .text-body {
    color: #fff !important;
}

[dir] .sidebar-dark [class*="border-"] {
    border-color: rgba(0, 0, 0, 0.15) !important;
}

.sidebar-dark .text-muted {
    color: rgba(147, 159, 173, 0.84) !important;
}

[dir="ltr"] .sidebar-light .sidebar-submenu .sidebar-menu-text {
    border-left: 1px dotted rgba(147, 159, 173, 0.24);
}

[dir="rtl"] .sidebar-light .sidebar-submenu .sidebar-menu-text {
    border-right: 1px dotted rgba(147, 159, 173, 0.24);
}

[dir="ltr"] .sidebar-dark .sidebar-submenu .sidebar-menu-text {
    border-left: 1px dotted rgba(147, 159, 173, 0.24);
}

[dir="rtl"] .sidebar-dark .sidebar-submenu .sidebar-menu-text {
    border-right: 1px dotted rgba(147, 159, 173, 0.24);
}

.sidebar-menu-toggle-icon {
    font-weight: normal;
}

[dir="ltr"]
    .sidebar-submenu
    .sidebar-submenu
    > .sidebar-menu-item
    .sidebar-menu-text {
    padding-left: 2rem;
}

[dir="rtl"]
    .sidebar-submenu
    .sidebar-submenu
    > .sidebar-menu-item
    .sidebar-menu-text {
    padding-right: 2rem;
}

[dir] .card {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    [dir] .card {
        margin-bottom: 30px;
    }
}

[dir] .card-body {
    padding: 0.75rem 1.25rem;
}

[dir] .card-margin {
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    [dir] .card-margin {
        margin-bottom: 30px;
    }
}

[dir] .form-row .card.form-row__card {
    margin-bottom: 10px;
}

[dir] .card-list > .card:last-child {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    [dir] .card-group {
        margin-bottom: 30px;
        border-radius: 0.25rem;
    }
    [dir] .card-group > .card {
        box-shadow: none;
        border: 1px solid #d5dde6;
    }
}

.card-header__title {
    font-size: 1.2rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    color: rgba(17, 43, 74, 0.84);
}

[dir] .card-header__title {
    margin-top: 0.5rem;
}
[dir] .card-header__title:last-child {
    margin-bottom: 0;
}
.active .card-header__title {
    color: #6774df;
}

[dir] .card-header-large {
    padding-top: 1.4375rem;
    padding-bottom: 1.4375rem;
}

[dir] .card-header-sm {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

[dir] .card-footer {
    background-color: white;
}

[dir] .card-body-lg {
    padding: 1.6875rem;
}

[dir="ltr"] .card-body-x-lg {
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
}

[dir="rtl"] .card-body-x-lg {
    padding-right: 1.6875rem;
    padding-left: 1.6875rem;
}

.card__course .card-header-dark {
    vertical-align: middle;
}
.card__course .card-header-dark .card-header__title,
.card__course .card-header-dark .card-header__title a {
    color: #ffffff;
}
.card__course .card-header-dark .card-header__title:hover,
.card__course .card-header-dark .card-header__title a:hover {
    text-decoration: none;
}
.card__course .card-header-dark .card-header__title .course__title,
.card__course .card-header-dark .card-header__title a .course__title {
    color: rgba(255, 255, 255, 0.54);
    display: block;
    font-size: 0.9rem;
}
[dir] .card__course .card-header-dark .card-header__title .course__title,
[dir] .card__course .card-header-dark .card-header__title a .course__title {
    margin-bottom: 5px;
}
.card__course .card-header {
    position: relative;
    height: 140px;
    overflow: hidden;
}
[dir] .card__course .card-header {
    text-align: center;
}

.card-group-row {
    display: flex;
    flex-flow: row wrap;
}
.card-group-row__col {
    display: flex;
}
.card-group-row__card {
    flex: 1 0 0;
}

@media (min-width: 768px) {
    [dir] .card-margin-md-negative-40 {
        margin-top: -40px !important;
    }
}

.card-social .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

[dir] .card-social .card-body {
    padding: 1.875rem;
    cursor: pointer;
    text-align: center;
}
.card-social .card-body a {
    color: #ffffff;
    text-decoration: none;
}

[dir] .card-facebook {
    background: #3b5998;
}
[dir] .card-facebook:hover {
    background: #4c70ba;
}

[dir] .card-twitter {
    background: #00aced;
}
[dir] .card-twitter:hover {
    background: #21c2ff;
}

[dir] .card-instagram {
    background: #e4405f;
}
[dir] .card-instagram:hover {
    background: #ea6d84;
}

[dir] .card-dribbble {
    background: #ea4c89;
}
[dir] .card-dribbble:hover {
    background: #ef7aa7;
}

.table thead th {
    font-size: 0.825rem;
    color: rgba(55, 77, 103, 0.54);
}

.table tbody td {
    vertical-align: middle;
}

[dir] .thead-border-top-0 thead th {
    border-top: 0;
}

[dir] .table tbody .selected > td {
    background-color: rgba(88, 151, 224, 0.05);
}

.table .sort {
    color: inherit;
    display: flex-inline;
    align-items: center;
    text-decoration: none;
}
.table .sort::after {
    content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='rgba(55, 77, 103, 0.54)'/></svg>");
}
[dir="ltr"] .table .sort::after {
    margin-left: 0.5rem;
}
[dir="rtl"] .table .sort::after {
    margin-right: 0.5rem;
}
.table .sort.asc,
.table .sort.desc {
    color: #112b4a;
    text-decoration: underline;
}
[dir="ltr"] .table .sort + .sort {
    margin-left: 1rem;
}
[dir="rtl"] .table .sort + .sort {
    margin-right: 1rem;
}

a.rating-link {
    color: #eceef0;
}
a.rating-link:hover,
a.rating-link.active {
    color: #f5b666;
}

.table thead th {
    vertical-align: middle;
}
.table thead th .dropdown-toggle {
    text-decoration: none;
}
.table thead th .dropdown-toggle:hover {
    color: #112b4a;
}

[dir] .button-list > .btn {
    margin-bottom: 0.75rem;
}

[dir="ltr"] .button-list > .btn {
    margin-left: 0.5rem;
}

[dir="rtl"] .button-list > .btn {
    margin-right: 0.5rem;
}

[dir] .btn-rounded {
    border-radius: 100px;
}

.btn .material-icons {
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.btn-light {
    color: #212529;
}

[dir] .btn-light {
    background-color: white;
    border-color: #e2e8ee;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
    color: #212529;
}
[dir] .btn-light:hover {
    background-color: #ececec;
    border-color: #c2cfdb;
}
.btn-light:focus,
.btn-light.focus {
    color: #212529;
}
[dir] .btn-light:focus,
[dir] .btn-light.focus {
    background-color: #ececec;
    border-color: #c2cfdb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(197, 203, 208, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
}
[dir] .btn-light.disabled,
[dir] .btn-light:disabled {
    background-color: white;
    border-color: #e2e8ee;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
}
[dir] .btn-light:not(:disabled):not(.disabled):active,
[dir] .btn-light:not(:disabled):not(.disabled).active,
[dir] .show > .btn-light.dropdown-toggle {
    background-color: #e6e6e6;
    border-color: #bac8d6;
}
[dir] .btn-light:not(:disabled):not(.disabled):active:focus,
[dir] .btn-light:not(:disabled):not(.disabled).active:focus,
[dir] .show > .btn-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(197, 203, 208, 0.5);
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: white;
}

.btn-flush {
    color: inherit;
    line-height: 1;
}

[dir] .btn-flush {
    padding: 0;
    background: none;
    box-shadow: none;
}

.btn-rounded-social {
    width: 30px;
    height: 30px;
    line-height: 26px;
    vertical-align: middle;
}

[dir] .btn-rounded-social {
    border-radius: 50%;
    text-align: center;
    padding: 0;
}

.breadcrumb-item {
    text-transform: uppercase;
    letter-spacing: 0.85px;
    font-size: 0.625rem;
    font-weight: 600;
}
.breadcrumb-item i.material-icons {
    position: relative;
    top: -1px;
}
.breadcrumb-item a {
    color: #364c66;
}
.breadcrumb-item a:hover {
    color: #4a90e2;
}

[dir] h1 + [aria-label="breadcrumb"],
[dir] h2 + [aria-label="breadcrumb"],
[dir] h3 + [aria-label="breadcrumb"],
[dir] h4 + [aria-label="breadcrumb"],
[dir] h5 + [aria-label="breadcrumb"],
[dir] h6 + [aria-label="breadcrumb"],
[dir] .h1 + [aria-label="breadcrumb"],
[dir] .h2 + [aria-label="breadcrumb"],
[dir] .h3 + [aria-label="breadcrumb"],
[dir] .h4 + [aria-label="breadcrumb"],
[dir] .h5 + [aria-label="breadcrumb"],
[dir] .h6 + [aria-label="breadcrumb"] {
    margin-top: -0.6rem;
}

[dir] .custom-control-label::before {
    box-shadow: none;
    background-color: white;
    border: 1px solid #efefef;
}

[dir] .custom-control-input:checked ~ .custom-control-label::before {
    border: none;
}

.card-form__body label:not([class]),
.text-label-large,
.text-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgba(147, 159, 173, 0.84);
    line-height: 0.9375rem;
    font-weight: bold;
}

[dir] .card-form__body label:not([class]),
[dir] .text-label-large,
[dir] .text-label {
    margin-bottom: 0.5rem;
}

.text-label-large {
    font-size: 0.9375rem;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.5rem;
}

[dir] .card-form .card-body {
    padding: 1.6875rem;
}
[dir] .card-form .card-body-form-group {
    padding: 1.25rem;
    padding-bottom: 0.25rem;
}
[dir] .form-control:focus {
    box-shadow: none !important;
}

[dir] .form-control-rounded {
    border-radius: 20rem;
}

[dir] .form-control-flush {
    padding: 0;
    border-width: 0;
    box-shadow: none;
    background-color: transparent;
}
[dir] .form-control-flush:focus {
    background-color: transparent;
    box-shadow: none;
}

.custom-file-naked {
    width: auto;
    height: auto;
}

[dir] .custom-file-naked {
    cursor: pointer;
}
.custom-file-naked .custom-file-input {
    width: auto;
    height: auto;
    line-height: 1;
}
[dir] .custom-file-naked .custom-file-input {
    cursor: pointer;
}
.custom-file-naked .custom-file-label {
    height: auto;
    line-height: 1;
}
[dir] .custom-file-naked .custom-file-label {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    box-shadow: none;
}
.custom-file-naked .custom-file-label:after {
    display: none;
}

[dir] .flatpickr-input[readonly] {
    background-color: #fafbfe;
}

.flatpickr-wrapper {
    display: block;
}

.flatpickr-hidden-input {
    visibility: hidden;
    height: 0;
}

[dir="ltr"] .flatpickr-calendar-right .flatpickr-calendar {
    right: -1.5rem;
}

[dir="rtl"] .flatpickr-calendar-right .flatpickr-calendar {
    left: -1.5rem;
}
@media (min-width: 576px) {
    [dir="ltr"] .flatpickr-calendar-right .flatpickr-calendar {
        right: 0;
    }
    [dir="rtl"] .flatpickr-calendar-right .flatpickr-calendar {
        left: 0;
    }
}

.flatpickr-wrapper .flatpickr-input {
    height: 0;
    visibility: hidden;
}

[dir] .flatpickr-wrapper .flatpickr-input {
    padding: 0;
}

.input-group-text .material-icons {
    font-size: inherit;
}

[dir] .input-group.input-group-merge .form-control {
    box-shadow: none;
}
.input-group.input-group-merge
    .form-control:focus
    ~ [class*="input-group"]
    .input-group-text {
    color: #6774df;
}
[dir]
    .input-group.input-group-merge
    .form-control:focus
    ~ [class*="input-group"]
    .input-group-text {
    border-color: #6774df;
    border-width: 1px;
}
.input-group.input-group-merge
    .form-control.is-valid
    ~ [class*="input-group"]
    .input-group-text,
.was-validated
    .input-group.input-group-merge
    .form-control:valid
    ~ [class*="input-group"]
    .input-group-text {
    color: #7dc668;
}
[dir]
    .input-group.input-group-merge
    .form-control.is-valid
    ~ [class*="input-group"]
    .input-group-text,
[dir]
    .was-validated
    .input-group.input-group-merge
    .form-control:valid
    ~ [class*="input-group"]
    .input-group-text {
    border-color: #7dc668;
}
.input-group.input-group-merge
    .form-control.is-invalid
    ~ [class*="input-group"]
    .input-group-text,
.was-validated
    .input-group.input-group-merge
    .form-control:invalid
    ~ [class*="input-group"]
    .input-group-text {
    color: #ff7076;
}
[dir]
    .input-group.input-group-merge
    .form-control.is-invalid
    ~ [class*="input-group"]
    .input-group-text,
[dir]
    .was-validated
    .input-group.input-group-merge
    .form-control:invalid
    ~ [class*="input-group"]
    .input-group-text {
    border-color: #ff7076;
}
[dir="ltr"] .input-group.input-group-merge .form-control-prepended {
    padding-left: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
[dir="rtl"] .input-group.input-group-merge .form-control-prepended {
    padding-right: 0;
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
[dir="ltr"] .input-group.input-group-merge .form-control-appended {
    padding-right: 0;
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
[dir="rtl"] .input-group.input-group-merge .form-control-appended {
    padding-left: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group.input-group-merge .input-group-prepend {
    order: -1;
}
[dir="ltr"]
    .input-group.input-group-merge
    .input-group-prepend
    > .input-group-text {
    border-right-width: 0 !important;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
[dir="rtl"]
    .input-group.input-group-merge
    .input-group-prepend
    > .input-group-text {
    border-left-width: 0 !important;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
[dir="ltr"]
    .input-group.input-group-merge
    .input-group-append
    > .input-group-text {
    border-left-width: 0 !important;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
[dir="rtl"]
    .input-group.input-group-merge
    .input-group-append
    > .input-group-text {
    border-right-width: 0 !important;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
[dir="ltr"]
    .input-group.input-group-merge.input-group-rounded
    .form-control-prepended {
    border-top-right-radius: 20rem;
    border-bottom-right-radius: 20rem;
}
[dir="rtl"]
    .input-group.input-group-merge.input-group-rounded
    .form-control-prepended {
    border-top-left-radius: 20rem;
    border-bottom-left-radius: 20rem;
}
[dir="ltr"]
    .input-group.input-group-merge.input-group-rounded
    .form-control-appended {
    border-top-left-radius: 20rem;
    border-bottom-left-radius: 20rem;
}
[dir="rtl"]
    .input-group.input-group-merge.input-group-rounded
    .form-control-appended {
    border-top-right-radius: 20rem;
    border-bottom-right-radius: 20rem;
}
[dir="ltr"]
    .input-group.input-group-merge.input-group-rounded
    .input-group-prepend
    > .input-group-text {
    border-top-left-radius: 20rem;
    border-bottom-left-radius: 20rem;
}
[dir="rtl"]
    .input-group.input-group-merge.input-group-rounded
    .input-group-prepend
    > .input-group-text {
    border-top-right-radius: 20rem;
    border-bottom-right-radius: 20rem;
}
[dir="ltr"]
    .input-group.input-group-merge.input-group-rounded
    .input-group-append
    > .input-group-text {
    border-top-right-radius: 20rem;
    border-bottom-right-radius: 20rem;
}
[dir="rtl"]
    .input-group.input-group-merge.input-group-rounded
    .input-group-append
    > .input-group-text {
    border-top-left-radius: 20rem;
    border-bottom-left-radius: 20rem;
}

[dir] .progress {
    box-shadow: none;
}

.card-header-tabs-basic {
    display: flex;
}

[dir] .card-header-tabs-basic {
    padding-top: 0;
    padding-bottom: 0;
}
.card-header-tabs-basic > div {
    display: flex;
}
.card-header-tabs-basic a {
    color: rgba(17, 43, 74, 0.54);
    font-weight: 600;
}
[dir] .card-header-tabs-basic a {
    padding: 0.5rem 0.75rem;
}
.card-header-tabs-basic a:hover {
    text-decoration: none;
    color: rgba(17, 43, 74, 0.84);
}
.card-header-tabs-basic .active {
    color: rgba(17, 43, 74, 0.84);
}
[dir] .card-header-tabs-basic .active {
    border-bottom: 2px solid #6774df;
}

.nav-tabs-custom {
    z-index: 2;
    position: relative;
}
[dir] .nav-tabs-custom .nav-item {
    margin-bottom: 0;
    border-top-color: #6774df;
}
[dir="ltr"] .nav-tabs-custom .nav-item + .nav-item {
    margin-left: 0.5rem;
}
[dir="rtl"] .nav-tabs-custom .nav-item + .nav-item {
    margin-right: 0.5rem;
}
.nav-tabs-custom .nav-link {
    display: flex;
    flex-direction: column;
}
[dir] .nav-tabs-custom .nav-link {
    padding: 0.75rem 1.5rem;
}
.nav-tabs-custom .nav-link__count {
    font-weight: 600;
    font-size: 1.1rem;
}
.nav-tabs-custom .nav-link.disabled {
    opacity: 0.75;
    color: #fff;
}
[dir] .nav-tabs-custom .nav-link.disabled {
    background-color: rgba(55, 77, 103, 0.54) !important;
}
.nav-tabs-custom .nav-link:not(.active),
.nav-tabs-custom .nav-item:not(.show) .nav-link:not(.active) {
    color: #fff;
}
[dir] .nav-tabs-custom .nav-link:not(.active),
[dir] .nav-tabs-custom .nav-item:not(.show) .nav-link:not(.active) {
    background-color: #3d4dd6;
}

[dir] .list-group-small > .list-group-item {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
}

[dir="ltr"] .list-lessons .list-group-item {
    border-left: 2px solid transparent;
}

[dir="rtl"] .list-lessons .list-group-item {
    border-right: 2px solid transparent;
}
.list-lessons .list-group-item a {
    font-size: 1rem;
    color: #112b4a;
    font-weight: 600;
}
[dir] .list-lessons .list-group-item:hover {
    background: #fafbfe;
}
.list-lessons .list-group-item:hover a {
    text-decoration: none;
    color: #6774df;
}
[dir] .list-lessons .list-group-item.active {
    background-color: #fafbfe !important;
    border: none;
    background: none;
}
[dir="ltr"] .list-lessons .list-group-item.active {
    border-left: 2px solid #6774df;
}
[dir="rtl"] .list-lessons .list-group-item.active {
    border-right: 2px solid #6774df;
}
.list-lessons .list-group-item.active a {
    color: #6774df;
}

[dir] .border-1 {
    border: 1px solid #e2e8ee !important;
}

[dir="ltr"] .border-left-1 {
    border-left: 1px solid #e2e8ee !important;
}

[dir="rtl"] .border-left-1 {
    border-right: 1px solid #e2e8ee !important;
}

[dir="ltr"] .border-left-1 {
    border-left: 1px solid #e2e8ee !important;
}

[dir="rtl"] .border-left-1 {
    border-right: 1px solid #e2e8ee !important;
}

[dir="ltr"] .border-right-1 {
    border-right: 1px solid #e2e8ee !important;
}

[dir="rtl"] .border-right-1 {
    border-left: 1px solid #e2e8ee !important;
}

[dir="ltr"] .border-right-1 {
    border-right: 1px solid #e2e8ee !important;
}

[dir="rtl"] .border-right-1 {
    border-left: 1px solid #e2e8ee !important;
}

[dir] .border-top-1 {
    border-top: 1px solid #e2e8ee !important;
}

[dir] .border-top-1 {
    border-top: 1px solid #e2e8ee !important;
}

[dir] .border-bottom-1 {
    border-bottom: 1px solid #e2e8ee !important;
}

[dir] .border-bottom-1 {
    border-bottom: 1px solid #e2e8ee !important;
}

[dir] .border-2 {
    border: 2px solid #e2e8ee !important;
}

[dir="ltr"] .border-left-2 {
    border-left: 2px solid #e2e8ee !important;
}

[dir="rtl"] .border-left-2 {
    border-right: 2px solid #e2e8ee !important;
}

[dir="ltr"] .border-left-2 {
    border-left: 2px solid #e2e8ee !important;
}

[dir="rtl"] .border-left-2 {
    border-right: 2px solid #e2e8ee !important;
}

[dir="ltr"] .border-right-2 {
    border-right: 2px solid #e2e8ee !important;
}

[dir="rtl"] .border-right-2 {
    border-left: 2px solid #e2e8ee !important;
}

[dir="ltr"] .border-right-2 {
    border-right: 2px solid #e2e8ee !important;
}

[dir="rtl"] .border-right-2 {
    border-left: 2px solid #e2e8ee !important;
}

[dir] .border-top-2 {
    border-top: 2px solid #e2e8ee !important;
}

[dir] .border-top-2 {
    border-top: 2px solid #e2e8ee !important;
}

[dir] .border-bottom-2 {
    border-bottom: 2px solid #e2e8ee !important;
}

[dir] .border-bottom-2 {
    border-bottom: 2px solid #e2e8ee !important;
}

[dir] .border-3 {
    border: 3px solid #e2e8ee !important;
}

[dir="ltr"] .border-left-3 {
    border-left: 3px solid #e2e8ee !important;
}

[dir="rtl"] .border-left-3 {
    border-right: 3px solid #e2e8ee !important;
}

[dir="ltr"] .border-left-3 {
    border-left: 3px solid #e2e8ee !important;
}

[dir="rtl"] .border-left-3 {
    border-right: 3px solid #e2e8ee !important;
}

[dir="ltr"] .border-right-3 {
    border-right: 3px solid #e2e8ee !important;
}

[dir="rtl"] .border-right-3 {
    border-left: 3px solid #e2e8ee !important;
}

[dir="ltr"] .border-right-3 {
    border-right: 3px solid #e2e8ee !important;
}

[dir="rtl"] .border-right-3 {
    border-left: 3px solid #e2e8ee !important;
}

[dir] .border-top-3 {
    border-top: 3px solid #e2e8ee !important;
}

[dir] .border-top-3 {
    border-top: 3px solid #e2e8ee !important;
}

[dir] .border-bottom-3 {
    border-bottom: 3px solid #e2e8ee !important;
}

[dir] .border-bottom-3 {
    border-bottom: 3px solid #e2e8ee !important;
}

[dir] .border-4 {
    border: 4px solid #e2e8ee !important;
}

[dir="ltr"] .border-left-4 {
    border-left: 4px solid #e2e8ee !important;
}

[dir="rtl"] .border-left-4 {
    border-right: 4px solid #e2e8ee !important;
}

[dir="ltr"] .border-left-4 {
    border-left: 4px solid #e2e8ee !important;
}

[dir="rtl"] .border-left-4 {
    border-right: 4px solid #e2e8ee !important;
}

[dir="ltr"] .border-right-4 {
    border-right: 4px solid #e2e8ee !important;
}

[dir="rtl"] .border-right-4 {
    border-left: 4px solid #e2e8ee !important;
}

[dir="ltr"] .border-right-4 {
    border-right: 4px solid #e2e8ee !important;
}

[dir="rtl"] .border-right-4 {
    border-left: 4px solid #e2e8ee !important;
}

[dir] .border-top-4 {
    border-top: 4px solid #e2e8ee !important;
}

[dir] .border-top-4 {
    border-top: 4px solid #e2e8ee !important;
}

[dir] .border-bottom-4 {
    border-bottom: 4px solid #e2e8ee !important;
}

[dir] .border-bottom-4 {
    border-bottom: 4px solid #e2e8ee !important;
}

[dir] .border {
    border: 1px solid #e2e8ee !important;
}

[dir] .border-top {
    border-top: 1px solid #e2e8ee !important;
}

[dir="ltr"] .border-right {
    border-right: 1px solid #e2e8ee !important;
}

[dir="rtl"] .border-right {
    border-left: 1px solid #e2e8ee !important;
}

[dir] .border-bottom {
    border-bottom: 1px solid #e2e8ee !important;
}

[dir="ltr"] .border-left {
    border-left: 1px solid #e2e8ee !important;
}

[dir="rtl"] .border-left {
    border-right: 1px solid #e2e8ee !important;
}

[dir] .border-0 {
    border: 0 !important;
}

[dir] .border-top-0 {
    border-top: 0 !important;
}

[dir="ltr"] .border-right-0 {
    border-right: 0 !important;
}

[dir="rtl"] .border-right-0 {
    border-left: 0 !important;
}

[dir] .border-bottom-0 {
    border-bottom: 0 !important;
}

[dir="ltr"] .border-left-0 {
    border-left: 0 !important;
}

[dir="rtl"] .border-left-0 {
    border-right: 0 !important;
}

[dir] .rounded {
    border-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

[dir="rtl"] .rounded-top {
    border-top-right-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

[dir="rtl"] .rounded-right {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

[dir="rtl"] .rounded-bottom {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

[dir="rtl"] .rounded-left {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

[dir] .rounded-0 {
    border-radius: 0 !important;
}

[dir="ltr"] .rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

[dir="rtl"] .rounded-top-0 {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

[dir="ltr"] .rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

[dir="rtl"] .rounded-left-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

[dir="ltr"] .rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

[dir="rtl"] .rounded-right-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

@media (min-width: 576px) {
    [dir] .border-sm {
        border: 1px solid #e2e8ee !important;
    }

    [dir] .border-top-sm {
        border-top: 1px solid #e2e8ee !important;
    }

    [dir="ltr"] .border-right-sm {
        border-right: 1px solid #e2e8ee !important;
    }

    [dir="rtl"] .border-right-sm {
        border-left: 1px solid #e2e8ee !important;
    }

    [dir] .border-bottom-sm {
        border-bottom: 1px solid #e2e8ee !important;
    }

    [dir="ltr"] .border-left-sm {
        border-left: 1px solid #e2e8ee !important;
    }

    [dir="rtl"] .border-left-sm {
        border-right: 1px solid #e2e8ee !important;
    }

    [dir] .border-sm-0 {
        border: 0 !important;
    }

    [dir] .border-top-sm-0 {
        border-top: 0 !important;
    }

    [dir="ltr"] .border-right-sm-0 {
        border-right: 0 !important;
    }

    [dir="rtl"] .border-right-sm-0 {
        border-left: 0 !important;
    }

    [dir] .border-bottom-sm-0 {
        border-bottom: 0 !important;
    }

    [dir="ltr"] .border-left-sm-0 {
        border-left: 0 !important;
    }

    [dir="rtl"] .border-left-sm-0 {
        border-right: 0 !important;
    }

    [dir] .rounded-sm {
        border-radius: 0.25rem !important;
    }

    [dir="ltr"] .rounded-top-sm {
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
    }

    [dir="rtl"] .rounded-top-sm {
        border-top-right-radius: 0.25rem !important;
        border-top-left-radius: 0.25rem !important;
    }

    [dir="ltr"] .rounded-right-sm {
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    [dir="rtl"] .rounded-right-sm {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    [dir="ltr"] .rounded-bottom-sm {
        border-bottom-right-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    [dir="rtl"] .rounded-bottom-sm {
        border-bottom-left-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    [dir="ltr"] .rounded-left-sm {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    [dir="rtl"] .rounded-left-sm {
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    [dir] .rounded-sm-0 {
        border-radius: 0 !important;
    }

    [dir="ltr"] .rounded-top-sm-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    [dir="rtl"] .rounded-top-sm-0 {
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    [dir="ltr"] .rounded-left-sm-0 {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    [dir="rtl"] .rounded-left-sm-0 {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    [dir="ltr"] .rounded-right-sm-0 {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    [dir="rtl"] .rounded-right-sm-0 {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}
@media (min-width: 768px) {
    [dir] .border-md {
        border: 1px solid #e2e8ee !important;
    }

    [dir] .border-top-md {
        border-top: 1px solid #e2e8ee !important;
    }

    [dir="ltr"] .border-right-md {
        border-right: 1px solid #e2e8ee !important;
    }

    [dir="rtl"] .border-right-md {
        border-left: 1px solid #e2e8ee !important;
    }

    [dir] .border-bottom-md {
        border-bottom: 1px solid #e2e8ee !important;
    }

    [dir="ltr"] .border-left-md {
        border-left: 1px solid #e2e8ee !important;
    }

    [dir="rtl"] .border-left-md {
        border-right: 1px solid #e2e8ee !important;
    }

    [dir] .border-md-0 {
        border: 0 !important;
    }

    [dir] .border-top-md-0 {
        border-top: 0 !important;
    }

    [dir="ltr"] .border-right-md-0 {
        border-right: 0 !important;
    }

    [dir="rtl"] .border-right-md-0 {
        border-left: 0 !important;
    }

    [dir] .border-bottom-md-0 {
        border-bottom: 0 !important;
    }

    [dir="ltr"] .border-left-md-0 {
        border-left: 0 !important;
    }

    [dir="rtl"] .border-left-md-0 {
        border-right: 0 !important;
    }

    [dir] .rounded-md {
        border-radius: 0.25rem !important;
    }

    [dir="ltr"] .rounded-top-md {
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
    }

    [dir="rtl"] .rounded-top-md {
        border-top-right-radius: 0.25rem !important;
        border-top-left-radius: 0.25rem !important;
    }

    [dir="ltr"] .rounded-right-md {
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    [dir="rtl"] .rounded-right-md {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    [dir="ltr"] .rounded-bottom-md {
        border-bottom-right-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    [dir="rtl"] .rounded-bottom-md {
        border-bottom-left-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    [dir="ltr"] .rounded-left-md {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    [dir="rtl"] .rounded-left-md {
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    [dir] .rounded-md-0 {
        border-radius: 0 !important;
    }

    [dir="ltr"] .rounded-top-md-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    [dir="rtl"] .rounded-top-md-0 {
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    [dir="ltr"] .rounded-left-md-0 {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    [dir="rtl"] .rounded-left-md-0 {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    [dir="ltr"] .rounded-right-md-0 {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    [dir="rtl"] .rounded-right-md-0 {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}
@media (min-width: 992px) {
    [dir] .border-lg {
        border: 1px solid #e2e8ee !important;
    }

    [dir] .border-top-lg {
        border-top: 1px solid #e2e8ee !important;
    }

    [dir="ltr"] .border-right-lg {
        border-right: 1px solid #e2e8ee !important;
    }

    [dir="rtl"] .border-right-lg {
        border-left: 1px solid #e2e8ee !important;
    }

    [dir] .border-bottom-lg {
        border-bottom: 1px solid #e2e8ee !important;
    }

    [dir="ltr"] .border-left-lg {
        border-left: 1px solid #e2e8ee !important;
    }

    [dir="rtl"] .border-left-lg {
        border-right: 1px solid #e2e8ee !important;
    }

    [dir] .border-lg-0 {
        border: 0 !important;
    }

    [dir] .border-top-lg-0 {
        border-top: 0 !important;
    }

    [dir="ltr"] .border-right-lg-0 {
        border-right: 0 !important;
    }

    [dir="rtl"] .border-right-lg-0 {
        border-left: 0 !important;
    }

    [dir] .border-bottom-lg-0 {
        border-bottom: 0 !important;
    }

    [dir="ltr"] .border-left-lg-0 {
        border-left: 0 !important;
    }

    [dir="rtl"] .border-left-lg-0 {
        border-right: 0 !important;
    }

    [dir] .rounded-lg {
        border-radius: 0.25rem !important;
    }

    [dir="ltr"] .rounded-top-lg {
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
    }

    [dir="rtl"] .rounded-top-lg {
        border-top-right-radius: 0.25rem !important;
        border-top-left-radius: 0.25rem !important;
    }

    [dir="ltr"] .rounded-right-lg {
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    [dir="rtl"] .rounded-right-lg {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    [dir="ltr"] .rounded-bottom-lg {
        border-bottom-right-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    [dir="rtl"] .rounded-bottom-lg {
        border-bottom-left-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    [dir="ltr"] .rounded-left-lg {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    [dir="rtl"] .rounded-left-lg {
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    [dir] .rounded-lg-0 {
        border-radius: 0 !important;
    }

    [dir="ltr"] .rounded-top-lg-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    [dir="rtl"] .rounded-top-lg-0 {
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    [dir="ltr"] .rounded-left-lg-0 {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    [dir="rtl"] .rounded-left-lg-0 {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    [dir="ltr"] .rounded-right-lg-0 {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    [dir="rtl"] .rounded-right-lg-0 {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}
@media (min-width: 1200px) {
    [dir] .border-xl {
        border: 1px solid #e2e8ee !important;
    }

    [dir] .border-top-xl {
        border-top: 1px solid #e2e8ee !important;
    }

    [dir="ltr"] .border-right-xl {
        border-right: 1px solid #e2e8ee !important;
    }

    [dir="rtl"] .border-right-xl {
        border-left: 1px solid #e2e8ee !important;
    }

    [dir] .border-bottom-xl {
        border-bottom: 1px solid #e2e8ee !important;
    }

    [dir="ltr"] .border-left-xl {
        border-left: 1px solid #e2e8ee !important;
    }

    [dir="rtl"] .border-left-xl {
        border-right: 1px solid #e2e8ee !important;
    }

    [dir] .border-xl-0 {
        border: 0 !important;
    }

    [dir] .border-top-xl-0 {
        border-top: 0 !important;
    }

    [dir="ltr"] .border-right-xl-0 {
        border-right: 0 !important;
    }

    [dir="rtl"] .border-right-xl-0 {
        border-left: 0 !important;
    }

    [dir] .border-bottom-xl-0 {
        border-bottom: 0 !important;
    }

    [dir="ltr"] .border-left-xl-0 {
        border-left: 0 !important;
    }

    [dir="rtl"] .border-left-xl-0 {
        border-right: 0 !important;
    }

    [dir] .rounded-xl {
        border-radius: 0.25rem !important;
    }

    [dir="ltr"] .rounded-top-xl {
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
    }

    [dir="rtl"] .rounded-top-xl {
        border-top-right-radius: 0.25rem !important;
        border-top-left-radius: 0.25rem !important;
    }

    [dir="ltr"] .rounded-right-xl {
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    [dir="rtl"] .rounded-right-xl {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    [dir="ltr"] .rounded-bottom-xl {
        border-bottom-right-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    [dir="rtl"] .rounded-bottom-xl {
        border-bottom-left-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    [dir="ltr"] .rounded-left-xl {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    [dir="rtl"] .rounded-left-xl {
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    [dir] .rounded-xl-0 {
        border-radius: 0 !important;
    }

    [dir="ltr"] .rounded-top-xl-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    [dir="rtl"] .rounded-top-xl-0 {
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    [dir="ltr"] .rounded-left-xl-0 {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    [dir="rtl"] .rounded-left-xl-0 {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    [dir="ltr"] .rounded-right-xl-0 {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    [dir="rtl"] .rounded-right-xl-0 {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}
[dir] .border-primary {
    border-color: #6774df !important;
}

[dir="ltr"] .border-left-primary {
    border-left-color: #6774df !important;
}

[dir="rtl"] .border-left-primary {
    border-right-color: #6774df !important;
}

[dir="ltr"] .border-right-primary {
    border-right-color: #6774df !important;
}

[dir="rtl"] .border-right-primary {
    border-left-color: #6774df !important;
}

[dir] .border-top-primary {
    border-top-color: #6774df !important;
}

[dir] .border-bottom-primary {
    border-bottom-color: #6774df !important;
}

[dir] .border-secondary {
    border-color: #6c757d !important;
}

[dir="ltr"] .border-left-secondary {
    border-left-color: #6c757d !important;
}

[dir="rtl"] .border-left-secondary {
    border-right-color: #6c757d !important;
}

[dir="ltr"] .border-right-secondary {
    border-right-color: #6c757d !important;
}

[dir="rtl"] .border-right-secondary {
    border-left-color: #6c757d !important;
}

[dir] .border-top-secondary {
    border-top-color: #6c757d !important;
}

[dir] .border-bottom-secondary {
    border-bottom-color: #6c757d !important;
}

[dir] .border-success {
    border-color: #7dc668 !important;
}

[dir="ltr"] .border-left-success {
    border-left-color: #7dc668 !important;
}

[dir="rtl"] .border-left-success {
    border-right-color: #7dc668 !important;
}

[dir="ltr"] .border-right-success {
    border-right-color: #7dc668 !important;
}

[dir="rtl"] .border-right-success {
    border-left-color: #7dc668 !important;
}

[dir] .border-top-success {
    border-top-color: #7dc668 !important;
}

[dir] .border-bottom-success {
    border-bottom-color: #7dc668 !important;
}

[dir] .border-info {
    border-color: #5dd2bc !important;
}

[dir="ltr"] .border-left-info {
    border-left-color: #5dd2bc !important;
}

[dir="rtl"] .border-left-info {
    border-right-color: #5dd2bc !important;
}

[dir="ltr"] .border-right-info {
    border-right-color: #5dd2bc !important;
}

[dir="rtl"] .border-right-info {
    border-left-color: #5dd2bc !important;
}

[dir] .border-top-info {
    border-top-color: #5dd2bc !important;
}

[dir] .border-bottom-info {
    border-bottom-color: #5dd2bc !important;
}

[dir] .border-warning {
    border-color: #f5b666 !important;
}

[dir="ltr"] .border-left-warning {
    border-left-color: #f5b666 !important;
}

[dir="rtl"] .border-left-warning {
    border-right-color: #f5b666 !important;
}

[dir="ltr"] .border-right-warning {
    border-right-color: #f5b666 !important;
}

[dir="rtl"] .border-right-warning {
    border-left-color: #f5b666 !important;
}

[dir] .border-top-warning {
    border-top-color: #f5b666 !important;
}

[dir] .border-bottom-warning {
    border-bottom-color: #f5b666 !important;
}

[dir] .border-danger {
    border-color: #ff7076 !important;
}

[dir="ltr"] .border-left-danger {
    border-left-color: #ff7076 !important;
}

[dir="rtl"] .border-left-danger {
    border-right-color: #ff7076 !important;
}

[dir="ltr"] .border-right-danger {
    border-right-color: #ff7076 !important;
}

[dir="rtl"] .border-right-danger {
    border-left-color: #ff7076 !important;
}

[dir] .border-top-danger {
    border-top-color: #ff7076 !important;
}

[dir] .border-bottom-danger {
    border-bottom-color: #ff7076 !important;
}

[dir] .border-light {
    border-color: #fafbfe !important;
}

[dir="ltr"] .border-left-light {
    border-left-color: #fafbfe !important;
}

[dir="rtl"] .border-left-light {
    border-right-color: #fafbfe !important;
}

[dir="ltr"] .border-right-light {
    border-right-color: #fafbfe !important;
}

[dir="rtl"] .border-right-light {
    border-left-color: #fafbfe !important;
}

[dir] .border-top-light {
    border-top-color: #fafbfe !important;
}

[dir] .border-bottom-light {
    border-bottom-color: #fafbfe !important;
}

[dir] .border-dark {
    border-color: #1c2260 !important;
}

[dir="ltr"] .border-left-dark {
    border-left-color: #1c2260 !important;
}

[dir="rtl"] .border-left-dark {
    border-right-color: #1c2260 !important;
}

[dir="ltr"] .border-right-dark {
    border-right-color: #1c2260 !important;
}

[dir="rtl"] .border-right-dark {
    border-left-color: #1c2260 !important;
}

[dir] .border-top-dark {
    border-top-color: #1c2260 !important;
}

[dir] .border-bottom-dark {
    border-bottom-color: #1c2260 !important;
}

[dir] .border-blue {
    border-color: #4a90e2 !important;
}

[dir="ltr"] .border-left-blue {
    border-left-color: #4a90e2 !important;
}

[dir="rtl"] .border-left-blue {
    border-right-color: #4a90e2 !important;
}

[dir="ltr"] .border-right-blue {
    border-right-color: #4a90e2 !important;
}

[dir="rtl"] .border-right-blue {
    border-left-color: #4a90e2 !important;
}

[dir] .border-top-blue {
    border-top-color: #4a90e2 !important;
}

[dir] .border-bottom-blue {
    border-bottom-color: #4a90e2 !important;
}

[dir] .border-teal {
    border-color: #16ba71 !important;
}

[dir="ltr"] .border-left-teal {
    border-left-color: #16ba71 !important;
}

[dir="rtl"] .border-left-teal {
    border-right-color: #16ba71 !important;
}

[dir="ltr"] .border-right-teal {
    border-right-color: #16ba71 !important;
}

[dir="rtl"] .border-right-teal {
    border-left-color: #16ba71 !important;
}

[dir] .border-top-teal {
    border-top-color: #16ba71 !important;
}

[dir] .border-bottom-teal {
    border-bottom-color: #16ba71 !important;
}

[dir] .border-purple {
    border-color: #5163c5 !important;
}

[dir="ltr"] .border-left-purple {
    border-left-color: #5163c5 !important;
}

[dir="rtl"] .border-left-purple {
    border-right-color: #5163c5 !important;
}

[dir="ltr"] .border-right-purple {
    border-right-color: #5163c5 !important;
}

[dir="rtl"] .border-right-purple {
    border-left-color: #5163c5 !important;
}

[dir] .border-top-purple {
    border-top-color: #5163c5 !important;
}

[dir] .border-bottom-purple {
    border-bottom-color: #5163c5 !important;
}

[dir] .border-dark-gray {
    border-color: #939fad !important;
}

[dir="ltr"] .border-left-dark-gray {
    border-left-color: #939fad !important;
}

[dir="rtl"] .border-left-dark-gray {
    border-right-color: #939fad !important;
}

[dir="ltr"] .border-right-dark-gray {
    border-right-color: #939fad !important;
}

[dir="rtl"] .border-right-dark-gray {
    border-left-color: #939fad !important;
}

[dir] .border-top-dark-gray {
    border-top-color: #939fad !important;
}

[dir] .border-bottom-dark-gray {
    border-bottom-color: #939fad !important;
}

[dir] .border-light-gray {
    border-color: #eceef0 !important;
}

[dir="ltr"] .border-left-light-gray {
    border-left-color: #eceef0 !important;
}

[dir="rtl"] .border-left-light-gray {
    border-right-color: #eceef0 !important;
}

[dir="ltr"] .border-right-light-gray {
    border-right-color: #eceef0 !important;
}

[dir="rtl"] .border-right-light-gray {
    border-left-color: #eceef0 !important;
}

[dir] .border-top-light-gray {
    border-top-color: #eceef0 !important;
}

[dir] .border-bottom-light-gray {
    border-bottom-color: #eceef0 !important;
}

[dir] .border-muted-light {
    border-color: #dbdfe4 !important;
}

[dir="ltr"] .border-left-muted-light {
    border-left-color: #dbdfe4 !important;
}

[dir="rtl"] .border-left-muted-light {
    border-right-color: #dbdfe4 !important;
}

[dir="ltr"] .border-right-muted-light {
    border-right-color: #dbdfe4 !important;
}

[dir="rtl"] .border-right-muted-light {
    border-left-color: #dbdfe4 !important;
}

[dir] .border-top-muted-light {
    border-top-color: #dbdfe4 !important;
}

[dir] .border-bottom-muted-light {
    border-bottom-color: #dbdfe4 !important;
}

[dir] .border-facebook {
    border-color: #3b5998 !important;
}

[dir="ltr"] .border-left-facebook {
    border-left-color: #3b5998 !important;
}

[dir="rtl"] .border-left-facebook {
    border-right-color: #3b5998 !important;
}

[dir="ltr"] .border-right-facebook {
    border-right-color: #3b5998 !important;
}

[dir="rtl"] .border-right-facebook {
    border-left-color: #3b5998 !important;
}

[dir] .border-top-facebook {
    border-top-color: #3b5998 !important;
}

[dir] .border-bottom-facebook {
    border-bottom-color: #3b5998 !important;
}

[dir] .border-twitter {
    border-color: #00aced !important;
}

[dir="ltr"] .border-left-twitter {
    border-left-color: #00aced !important;
}

[dir="rtl"] .border-left-twitter {
    border-right-color: #00aced !important;
}

[dir="ltr"] .border-right-twitter {
    border-right-color: #00aced !important;
}

[dir="rtl"] .border-right-twitter {
    border-left-color: #00aced !important;
}

[dir] .border-top-twitter {
    border-top-color: #00aced !important;
}

[dir] .border-bottom-twitter {
    border-bottom-color: #00aced !important;
}

.custom-checkbox-toggle {
    width: 3rem;
    height: 1.5rem;
}

[dir="ltr"] .custom-checkbox-toggle {
    padding-left: 0;
}

[dir="rtl"] .custom-checkbox-toggle {
    padding-right: 0;
}
.custom-checkbox-toggle .custom-control-label {
    position: relative;
    width: 100%;
    height: 100%;
}
.custom-checkbox-toggle .custom-control-label::after,
.custom-checkbox-toggle .custom-control-label::before {
    position: absolute;
    top: 0;
    content: "";
    transition: all 0.2s ease;
}
[dir] .custom-checkbox-toggle .custom-control-label::after,
[dir] .custom-checkbox-toggle .custom-control-label::before {
    border-radius: 1.5rem;
}
[dir="ltr"] .custom-checkbox-toggle .custom-control-label::after,
[dir="ltr"] .custom-checkbox-toggle .custom-control-label::before {
    left: 0;
}
[dir="rtl"] .custom-checkbox-toggle .custom-control-label::after,
[dir="rtl"] .custom-checkbox-toggle .custom-control-label::before {
    right: 0;
}
.custom-checkbox-toggle .custom-control-label:before {
    width: 100%;
    height: 100%;
}
[dir] .custom-checkbox-toggle .custom-control-label:before {
    background-color: #e3ebf6;
}
.custom-checkbox-toggle .custom-control-label::after {
    width: 1.5rem;
    height: 100%;
}
[dir] .custom-checkbox-toggle .custom-control-label::after {
    transform: scale(0.8);
    background-color: #fff;
}
[dir]
    .custom-checkbox-toggle
    .custom-control-input:checked
    ~ .custom-control-label::after {
    background-color: #fff;
}
[dir="ltr"]
    .custom-checkbox-toggle
    .custom-control-input:checked
    ~ .custom-control-label::after {
    right: 0;
    left: 1.5rem;
}
[dir="rtl"]
    .custom-checkbox-toggle
    .custom-control-input:checked
    ~ .custom-control-label::after {
    left: 0;
    right: 1.5rem;
}

.alert-soft-primary {
    color: #6774df;
}

[dir] .alert-soft-primary {
    background-color: rgba(103, 116, 223, 0.05);
    border-color: #d4d8f6;
}
[dir] .alert-soft-primary hr {
    border-top-color: #bfc5f2;
}
.alert-soft-primary .alert-link {
    color: #3d4dd6;
}

.alert-soft-secondary {
    color: #6c757d;
}

[dir] .alert-soft-secondary {
    background-color: rgba(108, 117, 125, 0.05);
    border-color: #d6d8db;
}
[dir] .alert-soft-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-soft-secondary .alert-link {
    color: #545b62;
}

.alert-soft-success {
    color: #7dc668;
}

[dir] .alert-soft-success {
    background-color: rgba(125, 198, 104, 0.05);
    border-color: #dbefd5;
}
[dir] .alert-soft-success hr {
    border-top-color: #cbe8c3;
}
.alert-soft-success .alert-link {
    color: #5eb645;
}

.alert-soft-info {
    color: #5dd2bc;
}

[dir] .alert-soft-info {
    background-color: rgba(93, 210, 188, 0.05);
    border-color: #d2f2ec;
}
[dir] .alert-soft-info hr {
    border-top-color: #beece4;
}
.alert-soft-info .alert-link {
    color: #37c5aa;
}

.alert-soft-warning {
    color: #f5b666;
}

[dir] .alert-soft-warning {
    background-color: rgba(245, 182, 102, 0.05);
    border-color: #fcebd4;
}
[dir] .alert-soft-warning hr {
    border-top-color: #fae0bc;
}
.alert-soft-warning .alert-link {
    color: #f29f36;
}

.alert-soft-danger {
    color: #ff7076;
}

[dir] .alert-soft-danger {
    background-color: rgba(255, 112, 118, 0.05);
    border-color: #ffd7d9;
}
[dir] .alert-soft-danger hr {
    border-top-color: #ffbec1;
}
.alert-soft-danger .alert-link {
    color: #ff3d45;
}

.alert-soft-light {
    color: #fafbfe;
}

[dir] .alert-soft-light {
    background-color: rgba(250, 251, 254, 0.05);
    border-color: #fefeff;
}
[dir] .alert-soft-light hr {
    border-top-color: #e5e5ff;
}
.alert-soft-light .alert-link {
    color: #d0d9f6;
}

.alert-soft-dark {
    color: #1c2260;
}

[dir] .alert-soft-dark {
    background-color: rgba(28, 34, 96, 0.05);
    border-color: #bfc1d2;
}
[dir] .alert-soft-dark hr {
    border-top-color: #b0b2c7;
}
.alert-soft-dark .alert-link {
    color: #101439;
}

.alert-soft-blue {
    color: #4a90e2;
}

[dir] .alert-soft-blue {
    background-color: rgba(74, 144, 226, 0.05);
    border-color: #cce0f7;
}
[dir] .alert-soft-blue hr {
    border-top-color: #b6d3f4;
}
.alert-soft-blue .alert-link {
    color: #2275d7;
}

.alert-soft-teal {
    color: #16ba71;
}

[dir] .alert-soft-teal {
    background-color: rgba(22, 186, 113, 0.05);
    border-color: #beecd7;
}
[dir] .alert-soft-teal hr {
    border-top-color: #aae6cb;
}
.alert-soft-teal .alert-link {
    color: #118c55;
}

.alert-soft-purple {
    color: #5163c5;
}

[dir] .alert-soft-purple {
    background-color: rgba(81, 99, 197, 0.05);
    border-color: #ced3ef;
}
[dir] .alert-soft-purple hr {
    border-top-color: #bbc2e9;
}
.alert-soft-purple .alert-link {
    color: #394aaa;
}

.alert-soft-dark-gray {
    color: #939fad;
}

[dir] .alert-soft-dark-gray {
    background-color: rgba(147, 159, 173, 0.05);
    border-color: #e1e4e8;
}
[dir] .alert-soft-dark-gray hr {
    border-top-color: #d3d7dd;
}
.alert-soft-dark-gray .alert-link {
    color: #768597;
}

.alert-soft-light-gray {
    color: #eceef0;
}

[dir] .alert-soft-light-gray {
    background-color: rgba(236, 238, 240, 0.05);
    border-color: #fafafb;
}
[dir] .alert-soft-light-gray hr {
    border-top-color: #ececf0;
}
.alert-soft-light-gray .alert-link {
    color: #d0d5da;
}

.alert-soft-muted-light {
    color: #dbdfe4;
}

[dir] .alert-soft-muted-light {
    background-color: rgba(219, 223, 228, 0.05);
    border-color: #f5f6f7;
}
[dir] .alert-soft-muted-light hr {
    border-top-color: #e7e9ec;
}
.alert-soft-muted-light .alert-link {
    color: #bec5ce;
}

.alert-soft-facebook {
    color: #3b5998;
}

[dir] .alert-soft-facebook {
    background-color: rgba(59, 89, 152, 0.05);
    border-color: #c8d1e2;
}
[dir] .alert-soft-facebook hr {
    border-top-color: #b7c3d9;
}
.alert-soft-facebook .alert-link {
    color: #2d4373;
}

.alert-soft-twitter {
    color: #00aced;
}

[dir] .alert-soft-twitter {
    background-color: rgba(0, 172, 237, 0.05);
    border-color: #b8e8fa;
}
[dir] .alert-soft-twitter hr {
    border-top-color: #a0e0f8;
}
.alert-soft-twitter .alert-link {
    color: #0087ba;
}

.alert-light,
.alert-soft-light {
    color: #828384;
}

[dir] .alert-light,
[dir] .alert-soft-light {
    background-color: #fafbfe;
    border-color: #e5eafa;
}
[dir] .alert-light hr,
[dir] .alert-soft-light hr {
    border-top-color: #e5eafa;
}

.is-loading {
    position: relative;
    color: transparent !important;
}

.is-loading:after,
.loader {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

[dir] .is-loading:after,
[dir] .loader {
    border: 3px solid #112b4a;
    border-bottom-color: transparent;
    border-radius: 50%;
    background: transparent;
}

[dir="ltr"] .is-loading:after,
[dir="ltr"] .loader {
    -webkit-animation: 1s is-loading-ltr linear infinite;
    animation: 1s is-loading-ltr linear infinite;
}

[dir="rtl"] .is-loading:after,
[dir="rtl"] .loader {
    -webkit-animation: 1s is-loading-rtl linear infinite;
    animation: 1s is-loading-rtl linear infinite;
}

.is-loading-sm:after,
.loader-sm {
    width: 1rem;
    height: 1rem;
}

[dir] .is-loading-sm:after,
[dir] .loader-sm {
    border-width: 2px;
}

.is-loading-lg:after,
.loader-lg {
    width: 2rem;
    height: 2rem;
}

[dir] .is-loading-lg:after,
[dir] .loader-lg {
    border-width: 5px;
}

.is-loading > * {
    opacity: 0 !important;
}

.is-loading:after {
    position: absolute;
    top: calc(50% - 1.5rem / 2);
    content: "";
}

[dir="ltr"] .is-loading:after {
    left: calc(50% - 1.5rem / 2);
}

[dir="rtl"] .is-loading:after {
    right: calc(50% - 1.5rem / 2);
}

.is-loading-sm:after {
    top: calc(50% - 1rem / 2);
}

[dir="ltr"] .is-loading-sm:after {
    left: calc(50% - 1rem / 2);
}

[dir="rtl"] .is-loading-sm:after {
    right: calc(50% - 1rem / 2);
}

.is-loading-lg:after {
    top: calc(50% - 2rem / 2);
}

[dir="ltr"] .is-loading-lg:after {
    left: calc(50% - 2rem / 2);
}

[dir="rtl"] .is-loading-lg:after {
    right: calc(50% - 2rem / 2);
}

[dir] .is-loading-primary:after,
[dir] .btn-outline-primary.is-loading:after,
[dir] .loader-primary {
    border-color: #6774df;
    border-bottom-color: transparent;
}

[dir] .btn-primary.is-loading:after {
    border-color: #fff;
    border-bottom-color: transparent;
}

[dir] .is-loading-secondary:after,
[dir] .btn-outline-secondary.is-loading:after,
[dir] .loader-secondary {
    border-color: #6c757d;
    border-bottom-color: transparent;
}

[dir] .btn-secondary.is-loading:after {
    border-color: #fff;
    border-bottom-color: transparent;
}

[dir] .is-loading-success:after,
[dir] .btn-outline-success.is-loading:after,
[dir] .loader-success {
    border-color: #7dc668;
    border-bottom-color: transparent;
}

[dir] .btn-success.is-loading:after {
    border-color: #212529;
    border-bottom-color: transparent;
}

[dir] .is-loading-info:after,
[dir] .btn-outline-info.is-loading:after,
[dir] .loader-info {
    border-color: #5dd2bc;
    border-bottom-color: transparent;
}

[dir] .btn-info.is-loading:after {
    border-color: #212529;
    border-bottom-color: transparent;
}

[dir] .is-loading-warning:after,
[dir] .btn-outline-warning.is-loading:after,
[dir] .loader-warning {
    border-color: #f5b666;
    border-bottom-color: transparent;
}

[dir] .btn-warning.is-loading:after {
    border-color: #212529;
    border-bottom-color: transparent;
}

[dir] .is-loading-danger:after,
[dir] .btn-outline-danger.is-loading:after,
[dir] .loader-danger {
    border-color: #ff7076;
    border-bottom-color: transparent;
}

[dir] .btn-danger.is-loading:after {
    border-color: #212529;
    border-bottom-color: transparent;
}

[dir] .is-loading-light:after,
[dir] .btn-outline-light.is-loading:after,
[dir] .loader-light {
    border-color: #fafbfe;
    border-bottom-color: transparent;
}

[dir] .btn-light.is-loading:after {
    border-color: #212529;
    border-bottom-color: transparent;
}

[dir] .is-loading-dark:after,
[dir] .btn-outline-dark.is-loading:after,
[dir] .loader-dark {
    border-color: #1c2260;
    border-bottom-color: transparent;
}

[dir] .btn-dark.is-loading:after {
    border-color: #fff;
    border-bottom-color: transparent;
}

[dir] .is-loading-blue:after,
[dir] .btn-outline-blue.is-loading:after,
[dir] .loader-blue {
    border-color: #4a90e2;
    border-bottom-color: transparent;
}

[dir] .btn-blue.is-loading:after {
    border-color: #fff;
    border-bottom-color: transparent;
}

[dir] .is-loading-teal:after,
[dir] .btn-outline-teal.is-loading:after,
[dir] .loader-teal {
    border-color: #16ba71;
    border-bottom-color: transparent;
}

[dir] .btn-teal.is-loading:after {
    border-color: #fff;
    border-bottom-color: transparent;
}

[dir] .is-loading-purple:after,
[dir] .btn-outline-purple.is-loading:after,
[dir] .loader-purple {
    border-color: #5163c5;
    border-bottom-color: transparent;
}

[dir] .btn-purple.is-loading:after {
    border-color: #fff;
    border-bottom-color: transparent;
}

[dir] .is-loading-dark-gray:after,
[dir] .btn-outline-dark-gray.is-loading:after,
[dir] .loader-dark-gray {
    border-color: #939fad;
    border-bottom-color: transparent;
}

[dir] .btn-dark-gray.is-loading:after {
    border-color: #212529;
    border-bottom-color: transparent;
}

[dir] .is-loading-light-gray:after,
[dir] .btn-outline-light-gray.is-loading:after,
[dir] .loader-light-gray {
    border-color: #eceef0;
    border-bottom-color: transparent;
}

[dir] .btn-light-gray.is-loading:after {
    border-color: #212529;
    border-bottom-color: transparent;
}

[dir] .is-loading-muted-light:after,
[dir] .btn-outline-muted-light.is-loading:after,
[dir] .loader-muted-light {
    border-color: #dbdfe4;
    border-bottom-color: transparent;
}

[dir] .btn-muted-light.is-loading:after {
    border-color: #212529;
    border-bottom-color: transparent;
}

[dir] .is-loading-facebook:after,
[dir] .btn-outline-facebook.is-loading:after,
[dir] .loader-facebook {
    border-color: #3b5998;
    border-bottom-color: transparent;
}

[dir] .btn-facebook.is-loading:after {
    border-color: #fff;
    border-bottom-color: transparent;
}

[dir] .is-loading-twitter:after,
[dir] .btn-outline-twitter.is-loading:after,
[dir] .loader-twitter {
    border-color: #00aced;
    border-bottom-color: transparent;
}

[dir] .btn-twitter.is-loading:after {
    border-color: #fff;
    border-bottom-color: transparent;
}

@-webkit-keyframes is-loading-ltr {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}

@keyframes is-loading-ltr {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes is-loading-rtl {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-1turn);
    }
}

@keyframes is-loading-rtl {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-1turn);
    }
}
.loader-list {
    display: flex;
    align-items: center;
}
[dir] .loader-list > .loader {
    margin-bottom: 0.75rem;
}
[dir="ltr"] .loader-list > .loader {
    margin-left: 0.5rem;
}
[dir="rtl"] .loader-list > .loader {
    margin-right: 0.5rem;
}

@media (min-width: 992px) {
    .img-lg-150 {
        max-width: 150px;
    }
}

@media (min-width: 1200px) {
    .img-xl-200 {
        max-width: 200px;
    }
}

[dir] .bg-body {
    background-color: #fafbfe !important;
}

[dir] .bg-primary-dark {
    background-color: #3d4dd6 !important;
}

[dir] .border-style-dashed {
    border-style: dashed !important;
}

[dir] .border-bottom-2 {
    border-bottom: 2px solid #e2e8ee;
}

.text-body {
    color: #112b4a;
}
.text-body[href]:hover {
    color: #112b4a;
}

.text-underline {
    text-decoration: underline;
}

.text-underline-0 {
    text-decoration: none;
}
.text-underline-0:hover {
    text-decoration: none;
}

.fullbleed {
    position: absolute;
    top: 0;
    bottom: 0;
}

[dir="ltr"] .fullbleed {
    left: 0;
    right: 0;
}

[dir="rtl"] .fullbleed {
    right: 0;
    left: 0;
}

[dir] .text-social {
    text-align: center;
}
.text-social svg {
    height: 100%;
}

.text-facebook {
    color: #3b5998;
    fill: #3b5998;
}
.text-facebook:hover {
    fill: #2d4373;
}

.text-twitter {
    color: #00aced;
    fill: #00aced;
}
.text-twitter:hover {
    fill: #0087ba;
}

.text-instagram {
    color: #e4405f;
    fill: #e4405f;
}
.text-instagram:hover {
    fill: #d31e40;
}

.text-dribbble {
    color: #ea4c89;
    fill: #ea4c89;
}
.text-dribbble:hover {
    fill: #e51e6b;
}

.badge {
    box-sizing: border-box;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.badge-success,
.badge-danger {
    color: white;
}

.badge-light {
    color: rgba(102, 118, 138, 0.4);
}

.badge-outline-primary {
    color: #6774df;
}

[dir] .badge-outline-primary {
    border: 1px solid #6774df;
}

.badge-outline-secondary {
    color: #6c757d;
}

[dir] .badge-outline-secondary {
    border: 1px solid #6c757d;
}

.badge-outline-success {
    color: #7dc668;
}

[dir] .badge-outline-success {
    border: 1px solid #7dc668;
}

.badge-outline-info {
    color: #5dd2bc;
}

[dir] .badge-outline-info {
    border: 1px solid #5dd2bc;
}

.badge-outline-warning {
    color: #f5b666;
}

[dir] .badge-outline-warning {
    border: 1px solid #f5b666;
}

.badge-outline-danger {
    color: #ff7076;
}

[dir] .badge-outline-danger {
    border: 1px solid #ff7076;
}

.badge-outline-light {
    color: #fafbfe;
}

[dir] .badge-outline-light {
    border: 1px solid #fafbfe;
}

.badge-outline-dark {
    color: #1c2260;
}

[dir] .badge-outline-dark {
    border: 1px solid #1c2260;
}

.badge-outline-blue {
    color: #4a90e2;
}

[dir] .badge-outline-blue {
    border: 1px solid #4a90e2;
}

.badge-outline-teal {
    color: #16ba71;
}

[dir] .badge-outline-teal {
    border: 1px solid #16ba71;
}

.badge-outline-purple {
    color: #5163c5;
}

[dir] .badge-outline-purple {
    border: 1px solid #5163c5;
}

.badge-outline-dark-gray {
    color: #939fad;
}

[dir] .badge-outline-dark-gray {
    border: 1px solid #939fad;
}

.badge-outline-light-gray {
    color: #eceef0;
}

[dir] .badge-outline-light-gray {
    border: 1px solid #eceef0;
}

.badge-outline-muted-light {
    color: #dbdfe4;
}

[dir] .badge-outline-muted-light {
    border: 1px solid #dbdfe4;
}

.badge-outline-facebook {
    color: #3b5998;
}

[dir] .badge-outline-facebook {
    border: 1px solid #3b5998;
}

.badge-outline-twitter {
    color: #00aced;
}

[dir] .badge-outline-twitter {
    border: 1px solid #00aced;
}

.badge-soft-primary {
    color: #5261db;
}

[dir] .badge-soft-primary {
    background-color: rgba(103, 116, 223, 0.1);
}

.badge-soft-secondary {
    color: #60686f;
}

[dir] .badge-soft-secondary {
    background-color: rgba(108, 117, 125, 0.1);
}

.badge-soft-success {
    color: #6dbf55;
}

[dir] .badge-soft-success {
    background-color: rgba(125, 198, 104, 0.1);
}

.badge-soft-info {
    color: #49ccb4;
}

[dir] .badge-soft-info {
    background-color: rgba(93, 210, 188, 0.1);
}

.badge-soft-warning {
    color: #f3ab4e;
}

[dir] .badge-soft-warning {
    background-color: rgba(245, 182, 102, 0.1);
}

.badge-soft-danger {
    color: #ff575e;
}

[dir] .badge-soft-danger {
    background-color: rgba(255, 112, 118, 0.1);
}

.badge-soft-light {
    color: #e5eafa;
}

[dir] .badge-soft-light {
    background-color: rgba(250, 251, 254, 0.1);
}

.badge-soft-dark {
    color: #161b4c;
}

[dir] .badge-soft-dark {
    background-color: rgba(28, 34, 96, 0.1);
}

.badge-soft-blue {
    color: #3483de;
}

[dir] .badge-soft-blue {
    background-color: rgba(74, 144, 226, 0.1);
}

.badge-soft-teal {
    color: #13a363;
}

[dir] .badge-soft-teal {
    background-color: rgba(22, 186, 113, 0.1);
}

.badge-soft-purple {
    color: #3f53bd;
}

[dir] .badge-soft-purple {
    background-color: rgba(81, 99, 197, 0.1);
}

.badge-soft-dark-gray {
    color: #8592a2;
}

[dir] .badge-soft-dark-gray {
    background-color: rgba(147, 159, 173, 0.1);
}

.badge-soft-light-gray {
    color: #dee1e5;
}

[dir] .badge-soft-light-gray {
    background-color: rgba(236, 238, 240, 0.1);
}

.badge-soft-muted-light {
    color: #ccd2d9;
}

[dir] .badge-soft-muted-light {
    background-color: rgba(219, 223, 228, 0.1);
}

.badge-soft-facebook {
    color: #344e86;
}

[dir] .badge-soft-facebook {
    background-color: rgba(59, 89, 152, 0.1);
}

.badge-soft-twitter {
    color: #0099d4;
}

[dir] .badge-soft-twitter {
    background-color: rgba(0, 172, 237, 0.1);
}

.avatar {
    flex-shrink: 0;
    font-size: 1rem;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    position: relative;
    z-index: 0;
}
.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.avatar-online::before,
.avatar-online::after,
.avatar-offline::before,
.avatar-offline::after {
    position: absolute;
    bottom: 5%;
    width: 20%;
    height: 20%;
    content: "";
}
[dir] .avatar-online::before,
[dir] .avatar-online::after,
[dir] .avatar-offline::before,
[dir] .avatar-offline::after {
    border-radius: 50%;
}
[dir="ltr"] .avatar-online::before,
[dir="ltr"] .avatar-online::after,
[dir="ltr"] .avatar-offline::before,
[dir="ltr"] .avatar-offline::after {
    right: 5%;
}
[dir="rtl"] .avatar-online::before,
[dir="rtl"] .avatar-online::after,
[dir="rtl"] .avatar-offline::before,
[dir="rtl"] .avatar-offline::after {
    left: 5%;
}
.avatar-online::before,
.avatar-offline::before {
    width: 22%;
    height: 22%;
    bottom: 4%;
}
[dir] .avatar-online::before,
[dir] .avatar-offline::before {
    background-color: white;
}
[dir="ltr"] .avatar-online::before,
[dir="ltr"] .avatar-offline::before {
    right: 4%;
}
[dir="rtl"] .avatar-online::before,
[dir="rtl"] .avatar-offline::before {
    left: 4%;
}
[dir] .avatar-online::after {
    background-color: #7dc668;
}
[dir] .avatar-offline::after {
    background-color: #939fad;
}
.avatar-title {
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    align-items: center;
    justify-content: center;
}
[dir] .avatar-title {
    background-color: #939fad;
}
.avatar-xl,
.avatar-xxl {
    font-size: 1.70833rem;
    width: 5.125rem;
    height: 5.125rem;
}
.avatar-lg {
    font-size: 1.33333rem;
    width: 4rem;
    height: 4rem;
}
.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
    font-weight: bold;
}
.avatar-xs {
    font-size: 0.825rem;
    width: 35px;
    height: 35px;
    font-weight: bold;
}
.avatar-xxs {
    font-size: 0.54167rem;
    width: 20px;
    height: 20px;
    font-weight: bold;
}
.avatar-xxs.avatar-online::before,
.avatar-xxs.avatar-online::after,
.avatar-xxs.avatar-offline::before,
.avatar-xxs.avatar-offline::after {
    position: absolute;
    bottom: -1px;
    width: 25%;
    height: 25%;
    content: "";
}
[dir] .avatar-xxs.avatar-online::before,
[dir] .avatar-xxs.avatar-online::after,
[dir] .avatar-xxs.avatar-offline::before,
[dir] .avatar-xxs.avatar-offline::after {
    border-radius: 50%;
}
[dir="ltr"] .avatar-xxs.avatar-online::before,
[dir="ltr"] .avatar-xxs.avatar-online::after,
[dir="ltr"] .avatar-xxs.avatar-offline::before,
[dir="ltr"] .avatar-xxs.avatar-offline::after {
    right: -1px;
}
[dir="rtl"] .avatar-xxs.avatar-online::before,
[dir="rtl"] .avatar-xxs.avatar-online::after,
[dir="rtl"] .avatar-xxs.avatar-offline::before,
[dir="rtl"] .avatar-xxs.avatar-offline::after {
    left: -1px;
}
@media (min-width: 768px) {
    .avatar-xxl {
        font-size: 2.66667rem;
        width: 8rem;
        height: 8rem;
    }
}
.avatar.avatar-4by3 {
    width: 4rem;
}
.avatar-xxl.avatar-4by3 {
    width: 10.66667rem;
}
.avatar-xl.avatar-4by3 {
    width: 6.83333rem;
}
.avatar-lg.avatar-4by3 {
    width: 5.33333rem;
}
.avatar-group {
    display: inline-flex;
}
.avatar-group .avatar:hover {
    z-index: 1;
}
[dir] .avatar-group .avatar-img,
[dir] .avatar-group .avatar-title {
    border: 2px solid white;
}
[dir="ltr"] .avatar-group .avatar + .avatar {
    margin-left: -0.75rem;
}
[dir="rtl"] .avatar-group .avatar + .avatar {
    margin-right: -0.75rem;
}
[dir="ltr"] .avatar-group .avatar-lg + .avatar-lg {
    margin-left: -1rem;
}
[dir="rtl"] .avatar-group .avatar-lg + .avatar-lg {
    margin-right: -1rem;
}
[dir="ltr"] .avatar-group .avatar-xl + .avatar-xl {
    margin-left: -1.28125rem;
}
[dir="rtl"] .avatar-group .avatar-xl + .avatar-xl {
    margin-right: -1.28125rem;
}
[dir="ltr"] .avatar-group .avatar-xxl + .avatar-xxl {
    margin-left: -2rem;
}
[dir="rtl"] .avatar-group .avatar-xxl + .avatar-xxl {
    margin-right: -2rem;
}
[dir="ltr"] .avatar-group .avatar-sm + .avatar-sm {
    margin-left: -0.625rem;
}
[dir="rtl"] .avatar-group .avatar-sm + .avatar-sm {
    margin-right: -0.625rem;
}
[dir="ltr"] .avatar-group .avatar-xs + .avatar-xs {
    margin-left: -0.40625rem;
}
[dir="rtl"] .avatar-group .avatar-xs + .avatar-xs {
    margin-right: -0.40625rem;
}
[dir="ltr"] .avatar-group .avatar-xxs + .avatar-xxs {
    margin-left: -0.40625rem;
}
[dir="rtl"] .avatar-group .avatar-xxs + .avatar-xxs {
    margin-right: -0.40625rem;
}
.avatar-group .avatar-xxs {
    position: relative;
    top: -2px;
}

[dir] .avatar-list > .avatar,
[dir] .avatar-list > .avatar-group {
    margin-bottom: 0.75rem;
}

[dir="ltr"] .avatar-list > .avatar,
[dir="ltr"] .avatar-list > .avatar-group {
    margin-left: 0.5rem;
}

[dir="rtl"] .avatar-list > .avatar,
[dir="rtl"] .avatar-list > .avatar-group {
    margin-right: 0.5rem;
}

a .avater-title:hover {
    text-decoration: none !important;
}

.chart {
    position: relative;
    height: 300px;
}

.chart-legend {
    display: flex;
    white-space: nowrap;
    justify-content: center;
}

[dir] .chart-legend {
    margin-top: 2.5rem;
}
.chart-legend-item {
    display: flex;
    align-items: center;
    justify-content: start;
}
[dir="ltr"]
    .chart-legend:not(.chart-legend--vertical)
    .chart-legend-item
    + .chart-legend-item {
    margin-left: 1rem;
}
[dir="rtl"]
    .chart-legend:not(.chart-legend--vertical)
    .chart-legend-item
    + .chart-legend-item {
    margin-right: 1rem;
}
.chart-legend--vertical {
    flex-direction: column;
}

.chart-legend-indicator {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
}

[dir] .chart-legend-indicator {
    border-radius: 50%;
}

[dir="ltr"] .chart-legend-indicator {
    margin-right: 1rem;
}

[dir="rtl"] .chart-legend-indicator {
    margin-left: 1rem;
}

#chart-tooltip {
    z-index: 0;
    pointer-events: none;
}

#chart-tooltip .arrow {
    top: 100%;
}

[dir="ltr"] #chart-tooltip .arrow {
    left: 50%;
    transform: translateX(-50%) translateX(-0.5rem);
}

[dir="rtl"] #chart-tooltip .arrow {
    right: 50%;
    transform: translateX(50%) translateX(0.5rem);
}

[dir] .popover-header {
    border-bottom: 0;
}

[dir="ltr"] .popover-body-label,
[dir="ltr"] .popover-body-value {
    margin-left: 0.25rem;
}

[dir="rtl"] .popover-body-label,
[dir="rtl"] .popover-body-value {
    margin-right: 0.25rem;
}

.popover-body-indicator {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
}

[dir] .popover-body-indicator {
    border-radius: 50%;
}

[dir="ltr"] .page-item + .page-item {
    margin-left: 0.05rem;
}

[dir="rtl"] .page-item + .page-item {
    margin-right: 0.05rem;
}

.page-link {
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    font-weight: 600;
}

[dir] .page-link {
    padding-top: 0;
    padding-bottom: 0;
}
.page-link:hover {
    color: #fff;
}
[dir] .page-link:hover {
    background: #6774df;
}

[dir] .pagination-rounded .page-link {
    border-radius: 100px;
}
[dir="ltr"] .pagination-rounded .page-item + .page-item {
    margin-left: 0.625rem;
}
[dir="rtl"] .pagination-rounded .page-item + .page-item {
    margin-right: 0.625rem;
}
[dir] .pagination-rounded .page-item:first-child .page-link,
[dir] .pagination-rounded .page-item:last-child .page-link {
    border-radius: 100px;
}

[dir] .pagination-light .page-item:not(.active) .page-link {
    background: transparent;
}
.pagination-light .page-item:not(.active) .page-link:hover {
    color: #6774df;
}
[dir] .pagination-light .page-item .page-link {
    border-radius: 100px;
}
[dir] .pagination-light .page-item:first-child .page-link,
[dir] .pagination-light .page-item:last-child .page-link {
    border-radius: 100px;
}

.page-separator {
    position: relative;
    color: rgba(55, 77, 103, 0.54);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

[dir] .page-separator {
    margin: 0.5rem 0;
}
.page-separator::before {
    content: "";
    height: 1px;
    width: 100%;
    top: 50%;
    position: absolute;
    z-index: -1;
}
[dir] .page-separator::before {
    background-color: #e2e8ee;
}
[dir="ltr"] .page-separator::before {
    left: 0;
}
[dir="rtl"] .page-separator::before {
    right: 0;
}
.page-separator__text {
    display: inline-flex;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #939fad;
    line-height: 0.9375rem;
    font-weight: bold;
    max-width: 90%;
}
[dir] .page-separator__text {
    padding: 0.25rem 1rem;
    background-color: white;
}
.page-separator__text:hover {
    text-decoration: none;
}

.trello {
    overflow: hidden;
}
.trello .mdk-drawer-layout,
.trello .mdk-header-layout,
.trello .mdk-header-layout__content {
    height: 100%;
}
.trello .page {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
[dir] .trello .page {
    padding-bottom: 0;
}
.trello-container {
    flex: 1 1 0%;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.trello-board {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
.trello-board__tasks {
    display: inline-flex;
    align-items: start;
    width: 22rem;
    height: 100%;
}
[dir="ltr"] .trello-board__tasks:not(:last-child) {
    margin-right: 1.25rem;
}
[dir="rtl"] .trello-board__tasks:not(:last-child) {
    margin-left: 1.25rem;
}
.trello-board__tasks .card {
    width: 100%;
    max-height: calc(100% - 1.5625rem);
}
[dir] .trello-board__tasks .card .card-header {
    border-width: 2px;
}
.trello-board__tasks .card-body {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.trello-board__tasks-list {
    min-height: 10px;
}
[dir] .trello-board__tasks-item {
    margin-bottom: 0.625rem;
    border-color: rgba(17, 43, 74, 0.1) !important;
}
[dir] .trello-board__tasks-item:hover {
    background: rgba(17, 43, 74, 0.03);
}

.app-chat {
    overflow: hidden;
}
.app-chat .mdk-drawer-layout,
.app-chat .mdk-header-layout,
.app-chat .mdk-header-layout__content {
    height: 100%;
}
.app-chat .page {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
[dir] .app-chat .page {
    padding-bottom: 0;
}
.app-chat-container {
    flex: 1 1 0%;
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

[dir] .daterangepicker td.active,
[dir] .daterangepicker td.active:hover {
    background-color: #6774df;
}

[dir] .daterangepicker .ranges li.active {
    background-color: #6774df;
}

#toast-container > div {
    opacity: 1;
}

[dir] #toast-container > div {
    box-shadow: 0 10px 25px 0 rgba(50, 50, 93, 0.07),
        0 5px 15px 0 rgba(0, 0, 0, 0.07);
}

[dir] .toast-primary {
    background-color: #6774df;
}

[dir] .toast-secondary {
    background-color: #6c757d;
}

[dir] .toast-success {
    background-color: #7dc668;
}

[dir] .toast-info {
    background-color: #5dd2bc;
}

[dir] .toast-warning {
    background-color: #f5b666;
}

[dir] .toast-danger {
    background-color: #ff7076;
}

[dir] .toast-light {
    background-color: #fafbfe;
}

[dir] .toast-dark {
    background-color: #1c2260;
}

[dir] .toast-blue {
    background-color: #4a90e2;
}

[dir] .toast-teal {
    background-color: #16ba71;
}

[dir] .toast-purple {
    background-color: #5163c5;
}

[dir] .toast-dark-gray {
    background-color: #939fad;
}

[dir] .toast-light-gray {
    background-color: #eceef0;
}

[dir] .toast-muted-light {
    background-color: #dbdfe4;
}

[dir] .toast-facebook {
    background-color: #3b5998;
}

[dir] .toast-twitter {
    background-color: #00aced;
}

.fc button {
    height: auto;
}

[dir] .fc td {
    padding: 0 !important;
}

.fc-event {
    line-height: 1.5;
}

[dir] .fc-event {
    border-color: transparent;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
}

.fc-title {
    font-weight: 600;
}

.fc-popover .fc-header {
    position: relative;
}

[dir] .fc-popover .fc-header {
    padding: 0.25rem 0.5rem;
}
.fc-popover .fc-header .fc-close {
    position: absolute;
    top: 0.6rem;
}
[dir="ltr"] .fc-popover .fc-header .fc-close {
    right: 0.5rem;
}
[dir="rtl"] .fc-popover .fc-header .fc-close {
    left: 0.5rem;
}

.external-event {
    color: white;
    display: flex;
}

[dir] .external-event {
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    cursor: move;
}

.preloader {
    height: 100%;
    width: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

[dir] .preloader {
    background: #1c2260;
}

.dashboard-area-tabs__tab {
    display: flex;
    flex-direction: column;
}
.dashboard-area-tabs__tab:hover {
    text-decoration: none;
}
.dashboard-area-tabs__tab .text-label-large {
    color: #dbdfe4;
}
[dir] .dashboard-area-tabs__tab:not(.active) {
    background-color: #fafbfe;
}
.dashboard-area-tabs__tab:not(.active) .text-amount {
    color: #939fad;
}
.dashboard-area-tabs__tab.active .text-label-large {
    color: #6774df;
}

[dir] .dashboard-location-tabs__tab {
    margin-bottom: 10px;
    cursor: pointer;
}
[dir] .dashboard-location-tabs__tab:not(.active) .progress-bar {
    background: rgba(55, 77, 103, 0.54) !important;
}

.dashboard-chat__message {
    display: inline-flex;
}

[dir] .dashboard-chat__message {
    border-radius: 0.25rem;
    margin-bottom: 0;
    padding: 0.625rem;
}
[dir] .dashboard-chat__message-in {
    background: #fafbfe;
}
.dashboard-chat__message-out {
    color: #ffffff;
}
[dir] .dashboard-chat__message-out {
    background: #4a90e2;
}
.dashboard-chat__head {
    display: flex;
    align-items: center;
}
[dir] .dashboard-chat__head {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #e2e8ee;
}

[dir] .list-todo:last-child {
    margin-bottom: 0;
}
[dir="ltr"] .list-todo li {
    padding-left: 1rem;
}
[dir="rtl"] .list-todo li {
    padding-right: 1rem;
}
[dir] .list-todo:not(.list-group) li:not(:last-child) {
    margin-bottom: 1rem;
}
.list-todo .custom-control-input:checked ~ .custom-control-label {
    text-decoration: line-through;
}
[dir="ltr"] .list-todo .custom-control {
    padding-left: 2rem;
}
[dir="rtl"] .list-todo .custom-control {
    padding-right: 2rem;
}
[dir="ltr"] .list-todo .custom-control-label::before,
[dir="ltr"] .list-todo .custom-control-label::after {
    left: -2rem;
}
[dir="rtl"] .list-todo .custom-control-label::before,
[dir="rtl"] .list-todo .custom-control-label::after {
    right: -2rem;
}

.list-skills li {
    display: flex;
    align-items: center;
}
[dir] .list-skills li:not(:last-child) {
    margin-bottom: 1rem;
}
[dir="ltr"] .list-skills li > div + div {
    padding-left: 1rem;
}
[dir="rtl"] .list-skills li > div + div {
    padding-right: 1rem;
}
.list-skills li > div:first-child {
    width: 110px;
}
[dir] .list-skills:last-child {
    margin-bottom: 0;
}

.layout-login {
    position: relative;
}

[dir] .layout-login {
    background-size: cover;
    background-image: url("../images/login_bkg.jpg");
    background-repeat: no-repeat;
}
.layout-login__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}
[dir] .layout-login__overlay {
    background-color: rgba(28, 34, 96, 0.5);
}
[dir="ltr"] .layout-login__overlay {
    left: 0;
    right: 0;
}
[dir="rtl"] .layout-login__overlay {
    right: 0;
    left: 0;
}
.layout-login__form {
    position: relative;
}
[dir] .layout-login__form {
    padding: 2rem;
}
@media (min-width: 768px) {
    .layout-login {
        display: flex;
    }
    .layout-login__form {
        min-width: calc(320px + 3rem * 2);
    }
    [dir] .layout-login__form {
        padding: 3rem;
    }
}

.layout-login-centered-boxed {
    height: initial;
}
.layout-login-centered-boxed__form {
    position: relative;
    max-width: 26rem;
}
[dir] .layout-login-centered-boxed__form {
    padding: 2rem;
    margin: 2rem 0;
}
@media (min-width: 768px) {
    .layout-login-centered-boxed {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .layout-login-centered-boxed__form {
        min-width: calc(320px + 3rem * 2);
    }
    [dir] .layout-login-centered-boxed__form {
        padding: 3rem;
    }
}

[dir] .stories-card {
    margin-bottom: 15px;
}
[dir] .stories-card:last-child {
    margin-bottom: 0;
}
[dir] .stories-card__content {
    padding: 0.5rem;
}
.stories-card__title {
    white-space: nowrap;
}
.stories-card__title,
.stories-card .card-title,
.stories-card .card-title > a {
    max-width: 180px;
}
.stories-card .card-title > a {
    display: inline-block;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 1199.98px) {
    .stories-card__meta {
        width: 100%;
        order: 3;
        align-items: flex-start;
    }
    [dir] .stories-card__meta {
        margin-top: 0.4375rem;
        padding-top: 0.4375rem;
        border-top: 1px solid #e2e8ee;
    }
}
@media (min-width: 576px) {
    .stories-card__tag {
        width: 100px;
    }
    .stories-card__date {
        width: 140px;
    }
    .stories-card__title,
    .stories-card .card-title,
    .stories-card .card-title > a {
        max-width: 300px;
    }
}
[dir] .stories-cards {
    margin-bottom: 15px;
}
.stories-card-popular {
    position: relative;
    overflow: hidden;
}
.stories-card-popular__content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
[dir] .stories-card-popular__content {
    background-color: rgba(28, 34, 96, 0.125);
}
[dir="ltr"] .stories-card-popular__content {
    left: 0;
}
[dir="rtl"] .stories-card-popular__content {
    right: 0;
}
.stories-card-popular .card-img {
    height: 256px;
    -o-object-fit: cover;
    object-fit: cover;
}
.stories-card-popular a {
    color: white;
}
.stories-card-popular__title {
    position: absolute;
    bottom: 0;
}
[dir="ltr"] .stories-card-popular__title {
    left: 0;
}
[dir="rtl"] .stories-card-popular__title {
    right: 0;
}
.stories-card-popular__title .text-muted {
    color: rgba(255, 255, 255, 0.54) !important;
}

.pricing__title {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
}
.pricing__amount {
    font-size: 3.4rem;
    line-height: 4.2rem;
    font-weight: 600;
}
[dir="ltr"] .pricing__amount {
    margin-right: 0.466rem;
}
[dir="rtl"] .pricing__amount {
    margin-left: 0.466rem;
}
.pricing__currency {
    font-size: 1.4rem;
    line-height: 1.5rem;
    font-weight: 600;
}
.pricing__duration {
    font-size: 0.933rem;
    letter-spacing: 1.4px;
    line-height: 1.066rem;
}
.pricing__card--popular {
    position: relative;
}
[dir] .pricing__card--popular {
    background-color: #f6fafd;
}
.pricing__card--popular .pricing__card-badge {
    color: white;
    font-weight: 700;
    font-size: 0.66rem;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 0.8rem;
    position: absolute;
    top: -1.2rem;
    display: inline-block;
    text-transform: uppercase;
}
[dir] .pricing__card--popular .pricing__card-badge {
    background-color: #ee4059;
    padding: 0.2rem 0.66rem;
    border-radius: 0.2rem 0.2rem 0 0;
}
[dir="ltr"] .pricing__card--popular .pricing__card-badge {
    right: 1.2rem;
}
[dir="rtl"] .pricing__card--popular .pricing__card-badge {
    left: 1.2rem;
}
.pricing__features {
    letter-spacing: 1.4px;
    line-height: 1.86rem;
}
.pricing__features li {
    position: relative;
}
[dir="ltr"] .pricing__features li {
    padding-left: 1.466rem;
}
[dir="rtl"] .pricing__features li {
    padding-right: 1.466rem;
}
.pricing__features li::after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    top: 0.6rem;
    position: absolute;
}
[dir] .pricing__features li::after {
    background-color: #6774df;
    border-radius: 100%;
}
[dir="ltr"] .pricing__features li::after {
    left: 0;
}
[dir="rtl"] .pricing__features li::after {
    right: 0;
}

.map {
    width: 100%;
    min-height: 300px;
    position: relative;
    overflow: hidden;
}

.map-pin {
    width: 64px;
    height: 50px;
    position: absolute;
    top: -25px;
    color: #888;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

[dir] .map-pin {
    background-size: 32px 32px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: top center;
}

[dir="ltr"] .map-pin {
    left: -32px;
}

[dir="rtl"] .map-pin {
    right: -32px;
}

.map-pin span {
    position: absolute;
    bottom: 0;
    width: 100%;
}

[dir] .map-pin span {
    text-align: center;
}

[dir="ltr"] .map-pin span {
    left: 0;
}

[dir="rtl"] .map-pin span {
    right: 0;
}

[dir] .blue {
    background-image: url("../images/marker/blue.png");
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    box-sizing: content-box;
}

[dir] .jqvmap-zoomin,
[dir] .jqvmap-zoomout {
    background: #6774df;
    padding: 0.25rem;
}

.jqvmap-label {
    z-index: 1;
    color: #112b4a;
}

[dir] .jqvmap-label {
    border: 1px solid #e2e8ee;
    border-radius: 0.25rem;
    background: white;
    padding: 0.25rem 0.5rem;
}

.dp-preview {
    position: relative;
    z-index: 0;
    text-decoration: none;
    display: block;
    overflow: hidden;
}

[dir] .dp-preview {
    margin-bottom: 1.5rem;
    border-radius: 0.3rem;
}
.dp-preview__overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: 1;
}
[dir] .dp-preview__overlay {
    background-color: rgba(103, 116, 223, 0.9);
}
[dir="ltr"] .dp-preview__overlay {
    left: 0;
    right: 0;
}
[dir="rtl"] .dp-preview__overlay {
    right: 0;
    left: 0;
}
.dp-preview:hover .dp-preview__overlay {
    opacity: 1;
}
.select2-result-repository__email,
.select2-result-repository__phone {
    margin-right: 1em;
}
.select2-result-repository__email,
.select2-result-repository__phone {
    display: inline-block;
    color: #aaa;
    font-size: 11px;
}
.select2-result-repository__description {
    font-size: 13px;
    color: #777;
    margin-top: 4px;
}
.select2-results__option--highlighted .select2-result-repository__title {
    color: white;
}
.select2-results__option--highlighted .select2-result-repository__email,
.select2-results__option--highlighted .select2-result-repository__phone,
.select2-results__option--highlighted .select2-result-repository__description {
    color: #c6dcef;
}

.select2-result-repository__title {
    color: black;
    font-weight: 700;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px;
}

.select2-result-repository {
    padding-top: 4px;
    padding-bottom: 3px;
}

body {
    font-size: 12px;
}
[dir] .table th,
[dir] .table td {
    padding: 0.1rem 0.5rem;
    border-top: 1px solid #e2e8ee;
}
