/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #202f41;
    --secondary: #436296;
    --success: #00A88E;
    --info: #495dff;
    --warning: #ef8143;
    --danger: #ff293a;
    --light: #dfe6ee;
    --dark: #0f1319;
    --cool: #4d3fa3;
    --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: "Heebo";
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

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

        a:not([href]):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 {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block
}

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

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

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

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

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

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

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

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

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

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

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

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

@media (min-width: 576px) {

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

@media (min-width: 768px) {

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

@media (min-width: 992px) {

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

@media (min-width: 1200px) {

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

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

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

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

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

.col {
    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.33333%;
    max-width: 33.33333%
}

.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.66667%;
    max-width: 16.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

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

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

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

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

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

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #8b939c
    }

.table-hover .table-primary:hover {
    background-color: #b3b8be
}

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

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

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

.table-hover .table-secondary:hover {
    background-color: #bac5d9
}

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

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

    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
        border-color: #7ad2c4
    }

.table-hover .table-success:hover {
    background-color: #a5e1d6
}

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

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

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

.table-hover .table-info:hover {
    background-color: #b3bcff
}

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

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

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

.table-hover .table-warning:hover {
    background-color: #f9ccb2
}

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

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

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

.table-hover .table-danger:hover {
    background-color: #ffaab1
}

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

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

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

.table-hover .table-light:hover {
    background-color: #e6ebf1
}

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

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

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

.table-hover .table-dark:hover {
    background-color: #afb0b3
}

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

.table-cool,
.table-cool > th,
.table-cool > td {
    background-color: #cdc9e5
}

    .table-cool th,
    .table-cool td,
    .table-cool thead th,
    .table-cool tbody + tbody {
        border-color: #a29bcf
    }

.table-hover .table-cool:hover {
    background-color: #bdb8dd
}

    .table-hover .table-cool:hover > td,
    .table-hover .table-cool:hover > th {
        background-color: #bdb8dd
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

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

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

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

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

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

.btn.disabled,
.btn:disabled {
    opacity: .65
}

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

.btn-primary {
    color: #fff;
    background-color: #202f41;
    border-color: #202f41
}

    .btn-primary:hover {
        color: #fff;
        background-color: #131c27;
        border-color: #0f161f
    }

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #131c27;
        border-color: #0f161f;
        box-shadow: 0 0 0 .2rem rgba(65, 78, 94, 0.5)
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #202f41;
        border-color: #202f41
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #000;
        background-color: #0f161f;
        border-color: #0b1016
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(65, 78, 94, 0.5)
        }

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

    .btn-secondary:hover {
        color: #fff;
        background-color: #37517c;
        border-color: #334b73
    }

    .btn-secondary:focus,
    .btn-secondary.focus {
        color: #fff;
        background-color: #37517c;
        border-color: #334b73;
        box-shadow: 0 0 0 .2rem rgba(95, 122, 166, 0.5)
    }

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

    .btn-secondary:not(:disabled):not(.disabled):active,
    .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #334b73;
        border-color: #2f456a
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus,
        .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(95, 122, 166, 0.5)
        }

.btn-success {
    color: #fff;
    background-color: #00A88E;
    border-color: #00A88E
}

    .btn-success:hover {
        color: #fff;
        background-color: #00826e;
        border-color: #007563
    }

    .btn-success:focus,
    .btn-success.focus {
        color: #fff;
        background-color: #00826e;
        border-color: #007563;
        box-shadow: 0 0 0 .2rem rgba(38, 181, 159, 0.5)
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: #00A88E;
        border-color: #00A88E
    }

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

        .btn-success:not(:disabled):not(.disabled):active:focus,
        .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(38, 181, 159, 0.5)
        }

.btn-info {
    color: #fff;
    background-color: #495dff;
    border-color: #495dff
}

    .btn-info:hover {
        color: #fff;
        background-color: #233bff;
        border-color: #1630ff
    }

    .btn-info:focus,
    .btn-info.focus {
        color: #fff;
        background-color: #233bff;
        border-color: #1630ff;
        box-shadow: 0 0 0 .2rem rgba(100, 117, 255, 0.5)
    }

    .btn-info.disabled,
    .btn-info:disabled {
        color: #fff;
        background-color: #495dff;
        border-color: #495dff
    }

    .btn-info:not(:disabled):not(.disabled):active,
    .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #1630ff;
        border-color: #0924ff
    }

        .btn-info:not(:disabled):not(.disabled):active:focus,
        .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(100, 117, 255, 0.5)
        }

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

    .btn-warning:hover {
        color: #fff;
        background-color: #ec6920;
        border-color: #eb6214
    }

    .btn-warning:focus,
    .btn-warning.focus {
        color: #fff;
        background-color: #ec6920;
        border-color: #eb6214;
        box-shadow: 0 0 0 .2rem rgba(208, 115, 63, 0.5)
    }

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

    .btn-warning:not(:disabled):not(.disabled):active,
    .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #eb6214;
        border-color: #df5d13
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus,
        .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(208, 115, 63, 0.5)
        }

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

    .btn-danger:hover {
        color: #fff;
        background-color: #ff0317;
        border-color: #f50013
    }

    .btn-danger:focus,
    .btn-danger.focus {
        color: #fff;
        background-color: #ff0317;
        border-color: #f50013;
        box-shadow: 0 0 0 .2rem rgba(255, 73, 88, 0.5)
    }

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

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

        .btn-danger:not(:disabled):not(.disabled):active:focus,
        .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255, 73, 88, 0.5)
        }

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

    .btn-light:hover {
        color: #212529;
        background-color: #c6d2e1;
        border-color: #beccdc
    }

    .btn-light:focus,
    .btn-light.focus {
        color: #212529;
        background-color: #c6d2e1;
        border-color: #beccdc;
        box-shadow: 0 0 0 .2rem rgba(195, 201, 208, 0.5)
    }

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

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

        .btn-light:not(:disabled):not(.disabled):active:focus,
        .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(195, 201, 208, 0.5)
        }

.btn-dark {
    color: #fff;
    background-color: #0f1319;
    border-color: #0f1319
}

    .btn-dark:hover {
        color: #fff;
        background-color: #010101;
        border-color: #000
    }

    .btn-dark:focus,
    .btn-dark.focus {
        color: #fff;
        background-color: #010101;
        border-color: #000;
        box-shadow: 0 0 0 .2rem rgba(51, 54, 60, 0.5)
    }

    .btn-dark.disabled,
    .btn-dark:disabled {
        color: #fff;
        background-color: #0f1319;
        border-color: #0f1319
    }

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

        .btn-dark:not(:disabled):not(.disabled):active:focus,
        .btn-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(51, 54, 60, 0.5)
        }

.btn-cool {
    color: #fff;
    background-color: #4d3fa3;
    border-color: #4d3fa3
}

    .btn-cool:hover {
        color: #fff;
        background-color: #403487;
        border-color: #3c317e
    }

    .btn-cool:focus,
    .btn-cool.focus {
        color: #fff;
        background-color: #403487;
        border-color: #3c317e;
        box-shadow: 0 0 0 .2rem rgba(104, 92, 177, 0.5)
    }

    .btn-cool.disabled,
    .btn-cool:disabled {
        color: #fff;
        background-color: #4d3fa3;
        border-color: #4d3fa3
    }

    .btn-cool:not(:disabled):not(.disabled):active,
    .btn-cool:not(:disabled):not(.disabled).active,
    .show > .btn-cool.dropdown-toggle {
        color: #fff;
        background-color: #3c317e;
        border-color: #372d75
    }

        .btn-cool:not(:disabled):not(.disabled):active:focus,
        .btn-cool:not(:disabled):not(.disabled).active:focus,
        .show > .btn-cool.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(104, 92, 177, 0.5)
        }

.btn-outline-primary {
    color: #202f41;
    border-color: #202f41
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #202f41;
        border-color: #202f41
    }

    .btn-outline-primary:focus,
    .btn-outline-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(32, 47, 65, 0.5)
    }

    .btn-outline-primary.disabled,
    .btn-outline-primary:disabled {
        color: #202f41;
        background-color: transparent
    }

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

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
        .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(32, 47, 65, 0.5)
        }

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

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

    .btn-outline-secondary:focus,
    .btn-outline-secondary.focus {
        box-shadow: 0 0 0 .2rem rgba(67, 98, 150, 0.5)
    }

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

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

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(67, 98, 150, 0.5)
        }

.btn-outline-success {
    color: #00A88E;
    border-color: #00A88E
}

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

    .btn-outline-success:focus,
    .btn-outline-success.focus {
        box-shadow: 0 0 0 .2rem rgba(0, 168, 142, 0.5)
    }

    .btn-outline-success.disabled,
    .btn-outline-success:disabled {
        color: #00A88E;
        background-color: transparent
    }

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

        .btn-outline-success:not(:disabled):not(.disabled):active:focus,
        .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0, 168, 142, 0.5)
        }

.btn-outline-info {
    color: #495dff;
    border-color: #495dff
}

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

    .btn-outline-info:focus,
    .btn-outline-info.focus {
        box-shadow: 0 0 0 .2rem rgba(73, 93, 255, 0.5)
    }

    .btn-outline-info.disabled,
    .btn-outline-info:disabled {
        color: #495dff;
        background-color: transparent
    }

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

        .btn-outline-info:not(:disabled):not(.disabled):active:focus,
        .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(73, 93, 255, 0.5)
        }

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

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

    .btn-outline-warning:focus,
    .btn-outline-warning.focus {
        box-shadow: 0 0 0 .2rem rgba(239, 129, 67, 0.5)
    }

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

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

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
        .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(239, 129, 67, 0.5)
        }

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

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

    .btn-outline-danger:focus,
    .btn-outline-danger.focus {
        box-shadow: 0 0 0 .2rem rgba(255, 41, 58, 0.5)
    }

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

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

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
        .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255, 41, 58, 0.5)
        }

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

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

    .btn-outline-light:focus,
    .btn-outline-light.focus {
        box-shadow: 0 0 0 .2rem rgba(223, 230, 238, 0.5)
    }

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

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

        .btn-outline-light:not(:disabled):not(.disabled):active:focus,
        .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(223, 230, 238, 0.5)
        }

.btn-outline-dark {
    color: #0f1319;
    border-color: #0f1319
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #0f1319;
        border-color: #0f1319
    }

    .btn-outline-dark:focus,
    .btn-outline-dark.focus {
        box-shadow: 0 0 0 .2rem rgba(15, 19, 25, 0.5)
    }

    .btn-outline-dark.disabled,
    .btn-outline-dark:disabled {
        color: #0f1319;
        background-color: transparent
    }

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

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
        .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(15, 19, 25, 0.5)
        }

.btn-outline-cool {
    color: #4d3fa3;
    border-color: #4d3fa3
}

    .btn-outline-cool:hover {
        color: #fff;
        background-color: #4d3fa3;
        border-color: #4d3fa3
    }

    .btn-outline-cool:focus,
    .btn-outline-cool.focus {
        box-shadow: 0 0 0 .2rem rgba(77, 63, 163, 0.5)
    }

    .btn-outline-cool.disabled,
    .btn-outline-cool:disabled {
        color: #4d3fa3;
        background-color: transparent
    }

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

        .btn-outline-cool:not(:disabled):not(.disabled):active:focus,
        .btn-outline-cool:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-cool.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(77, 63, 163, 0.5)
        }

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

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

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

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

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

.btn-sm,
.btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

    .btn-block + .btn-block {
        margin-top: .5rem
    }

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

.fade {
    transition: opacity 0.15s linear
}

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group {
    position: relative;
    display: 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 0%;
        min-width: 0;
        margin-bottom: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .custom-range:focus {
        outline: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-pills .nav-link {
    border-radius: .25rem
}

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

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

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    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;
    padding: .5rem 1rem
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {

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

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

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

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

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

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid,
        .navbar-expand-sm > .container-sm,
        .navbar-expand-sm > .container-md,
        .navbar-expand-sm > .container-lg,
        .navbar-expand-sm > .container-xl {
            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) {

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

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

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

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

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

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid,
        .navbar-expand-md > .container-sm,
        .navbar-expand-md > .container-md,
        .navbar-expand-md > .container-lg,
        .navbar-expand-md > .container-xl {
            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) {

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

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

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

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

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

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid,
        .navbar-expand-lg > .container-sm,
        .navbar-expand-lg > .container-md,
        .navbar-expand-lg > .container-lg,
        .navbar-expand-lg > .container-xl {
            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) {

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

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

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

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

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

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid,
        .navbar-expand-xl > .container-sm,
        .navbar-expand-xl > .container-md,
        .navbar-expand-xl > .container-lg,
        .navbar-expand-xl > .container-xl {
            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
}

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

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

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

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

    .navbar-expand > .container,
    .navbar-expand > .container-fluid,
    .navbar-expand > .container-sm,
    .navbar-expand > .container-md,
    .navbar-expand > .container-lg,
    .navbar-expand > .container-xl {
        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(0, 0, 0, 0.9)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-title {
    margin-bottom: .75rem
}

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

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

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

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

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

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

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

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-columns .card {
    margin-bottom: .75rem
}

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

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

.accordion > .card {
    overflow: hidden
}

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

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

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

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

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

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

.breadcrumb-item.active {
    color: #6c757d
}

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

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

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

a.badge:hover,
a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #202f41
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #0f161f
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(32, 47, 65, 0.5)
}

.badge-secondary {
    color: #fff;
    background-color: #436296
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #334b73
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(67, 98, 150, 0.5)
}

.badge-success {
    color: #fff;
    background-color: #00A88E
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #007563
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 168, 142, 0.5)
}

.badge-info {
    color: #fff;
    background-color: #495dff
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #1630ff
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(73, 93, 255, 0.5)
}

.badge-warning {
    color: #212529;
    background-color: #ef8143
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #eb6214
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(239, 129, 67, 0.5)
}

.badge-danger {
    color: #fff;
    background-color: #ff293a
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #f50013
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 41, 58, 0.5)
}

.badge-light {
    color: #212529;
    background-color: #dfe6ee
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #beccdc
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(223, 230, 238, 0.5)
}

.badge-dark {
    color: #fff;
    background-color: #0f1319
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #000
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(15, 19, 25, 0.5)
}

.badge-cool {
    color: #fff;
    background-color: #4d3fa3
}

a.badge-cool:hover,
a.badge-cool:focus {
    color: #fff;
    background-color: #3c317e
}

a.badge-cool:focus,
a.badge-cool.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(77, 63, 163, 0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #111822;
    background-color: #d2d5d9;
    border-color: #c1c5ca
}

    .alert-primary hr {
        border-top-color: #b3b8be
    }

    .alert-primary .alert-link {
        color: #000
    }

.alert-secondary {
    color: #23334e;
    background-color: #d9e0ea;
    border-color: #cad3e2
}

    .alert-secondary hr {
        border-top-color: #bac5d9
    }

    .alert-secondary .alert-link {
        color: #131c2b
    }

.alert-success {
    color: #00574a;
    background-color: #cceee8;
    border-color: #b8e7df
}

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

    .alert-success .alert-link {
        color: #00241f
    }

.alert-info {
    color: #263085;
    background-color: #dbdfff;
    border-color: #ccd2ff
}

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

    .alert-info .alert-link {
        color: #1b225d
    }

.alert-warning {
    color: #7c4323;
    background-color: #fce6d9;
    border-color: #fbdcca
}

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

    .alert-warning .alert-link {
        color: #542e18
    }

.alert-danger {
    color: #85151e;
    background-color: #ffd4d8;
    border-color: #ffc3c8
}

    .alert-danger ul {
        margin-bottom: 0px;
    }

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

    .alert-danger .alert-link {
        color: #590e14
    }

.alert-light {
    color: #74787c;
    background-color: #f9fafc;
    border-color: #f6f8fa
}

    .alert-light hr {
        border-top-color: #e6ebf1
    }

    .alert-light .alert-link {
        color: #5b5f62
    }

.alert-dark {
    color: #080a0d;
    background-color: #cfd0d1;
    border-color: #bcbdbf
}

    .alert-dark hr {
        border-top-color: #afb0b3
    }

    .alert-dark .alert-link {
        color: #000
    }

.alert-cool {
    color: #282155;
    background-color: #dbd9ed;
    border-color: #cdc9e5
}

    .alert-cool hr {
        border-top-color: #bdb8dd
    }

    .alert-cool .alert-link {
        color: #171330
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

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

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

    .list-group-item-action:hover,
    .list-group-item-action:focus {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

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

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

    .list-group-item.disabled,
    .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

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

    .list-group-item + .list-group-item {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal {
    flex-direction: row
}

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

    .list-group-horizontal .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px
        }

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

        .list-group-horizontal-sm .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-sm .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

        .list-group-horizontal-md .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-md .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

        .list-group-horizontal-lg .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-lg .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

        .list-group-horizontal-xl .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xl .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

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

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

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

.list-group-item-primary {
    color: #111822;
    background-color: #c1c5ca
}

    .list-group-item-primary.list-group-item-action:hover,
    .list-group-item-primary.list-group-item-action:focus {
        color: #111822;
        background-color: #b3b8be
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #111822;
        border-color: #111822
    }

.list-group-item-secondary {
    color: #23334e;
    background-color: #cad3e2
}

    .list-group-item-secondary.list-group-item-action:hover,
    .list-group-item-secondary.list-group-item-action:focus {
        color: #23334e;
        background-color: #bac5d9
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #23334e;
        border-color: #23334e
    }

.list-group-item-success {
    color: #00574a;
    background-color: #b8e7df
}

    .list-group-item-success.list-group-item-action:hover,
    .list-group-item-success.list-group-item-action:focus {
        color: #00574a;
        background-color: #a5e1d6
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #00574a;
        border-color: #00574a
    }

.list-group-item-info {
    color: #263085;
    background-color: #ccd2ff
}

    .list-group-item-info.list-group-item-action:hover,
    .list-group-item-info.list-group-item-action:focus {
        color: #263085;
        background-color: #b3bcff
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #263085;
        border-color: #263085
    }

.list-group-item-warning {
    color: #7c4323;
    background-color: #fbdcca
}

    .list-group-item-warning.list-group-item-action:hover,
    .list-group-item-warning.list-group-item-action:focus {
        color: #7c4323;
        background-color: #f9ccb2
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #7c4323;
        border-color: #7c4323
    }

.list-group-item-danger {
    color: #85151e;
    background-color: #ffc3c8
}

    .list-group-item-danger.list-group-item-action:hover,
    .list-group-item-danger.list-group-item-action:focus {
        color: #85151e;
        background-color: #ffaab1
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #85151e;
        border-color: #85151e
    }

.list-group-item-light {
    color: #74787c;
    background-color: #f6f8fa
}

    .list-group-item-light.list-group-item-action:hover,
    .list-group-item-light.list-group-item-action:focus {
        color: #74787c;
        background-color: #e6ebf1
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #74787c;
        border-color: #74787c
    }

.list-group-item-dark {
    color: #080a0d;
    background-color: #bcbdbf
}

    .list-group-item-dark.list-group-item-action:hover,
    .list-group-item-dark.list-group-item-action:focus {
        color: #080a0d;
        background-color: #afb0b3
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #080a0d;
        border-color: #080a0d
    }

.list-group-item-cool {
    color: #282155;
    background-color: #cdc9e5
}

    .list-group-item-cool.list-group-item-action:hover,
    .list-group-item-cool.list-group-item-action:focus {
        color: #282155;
        background-color: #bdb8dd
    }

    .list-group-item-cool.list-group-item-action.active {
        color: #fff;
        background-color: #282155;
        border-color: #282155
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):hover,
    .close:not(:disabled):not(.disabled):focus {
        opacity: .75
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

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

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-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);
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none
        }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > * {
        margin: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem)
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

    .bs-tooltip-top .arrow,
    .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0
    }

        .bs-tooltip-top .arrow::before,
        .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

    .bs-tooltip-right .arrow,
    .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-right .arrow::before,
        .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

    .bs-tooltip-bottom .arrow,
    .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0
    }

        .bs-tooltip-bottom .arrow::before,
        .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

    .bs-tooltip-left .arrow,
    .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-left .arrow::before,
        .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::before,
        .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

    .bs-popover-top > .arrow,
    .bs-popover-auto[x-placement^="top"] > .arrow {
        bottom: calc(-.5rem - 1px)
    }

        .bs-popover-top > .arrow::before,
        .bs-popover-auto[x-placement^="top"] > .arrow::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0, 0, 0, 0.25)
        }

        .bs-popover-top > .arrow::after,
        .bs-popover-auto[x-placement^="top"] > .arrow::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

    .bs-popover-right > .arrow,
    .bs-popover-auto[x-placement^="right"] > .arrow {
        left: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-right > .arrow::before,
        .bs-popover-auto[x-placement^="right"] > .arrow::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0, 0, 0, 0.25)
        }

        .bs-popover-right > .arrow::after,
        .bs-popover-auto[x-placement^="right"] > .arrow::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

    .bs-popover-bottom > .arrow,
    .bs-popover-auto[x-placement^="bottom"] > .arrow {
        top: calc(-.5rem - 1px)
    }

        .bs-popover-bottom > .arrow::before,
        .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0, 0, 0, 0.25)
        }

        .bs-popover-bottom > .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-bottom .popover-header::before,
    .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

    .bs-popover-left > .arrow,
    .bs-popover-auto[x-placement^="left"] > .arrow {
        right: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-left > .arrow::before,
        .bs-popover-auto[x-placement^="left"] > .arrow::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0, 0, 0, 0.25)
        }

        .bs-popover-left > .arrow::after,
        .bs-popover-auto[x-placement^="left"] > .arrow::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

    .carousel-item-next:not(.carousel-item-left),
    .active.carousel-item-right {
        transform: translateX(100%)
    }

    .carousel-item-prev:not(.carousel-item-right),
    .active.carousel-item-left {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    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 .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;
    text-align: center;
    opacity: .5;
    transition: opacity 0.15s ease
}

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

    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity 0.6s ease
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #202f41 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0f161f !important
}

.bg-secondary {
    background-color: #436296 !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #334b73 !important
}

.bg-success {
    background-color: #00A88E !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #007563 !important
}

.bg-info {
    background-color: #495dff !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #1630ff !important
}

.bg-warning {
    background-color: #ef8143 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #eb6214 !important
}

.bg-danger {
    background-color: #ff293a !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #f50013 !important
}

.bg-light {
    background-color: #dfe6ee !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #beccdc !important
}

.bg-dark {
    background-color: #0f1319 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #000 !important
}

.bg-cool {
    background-color: #4d3fa3 !important
}

a.bg-cool:hover,
a.bg-cool:focus,
button.bg-cool:hover,
button.bg-cool:focus {
    background-color: #3c317e !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #d1d9e2 !important
}

.border-top {
    border-top: 1px solid #d1d9e2 !important
}

.border-right {
    border-right: 1px solid #d1d9e2 !important
}

.border-bottom {
    border-bottom: 1px solid #d1d9e2 !important
}

.border-left {
    border-left: 1px solid #d1d9e2 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #202f41 !important
}

.border-secondary {
    border-color: #436296 !important
}

.border-success {
    border-color: #00A88E !important
}

.border-info {
    border-color: #495dff !important
}

.border-warning {
    border-color: #ef8143 !important
}

.border-danger {
    border-color: #ff293a !important
}

.border-light {
    border-color: #dfe6ee !important
}

.border-dark {
    border-color: #0f1319 !important
}

.border-cool {
    border-color: #4d3fa3 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

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

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

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

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

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

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

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

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

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

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

.text-wrap {
    white-space: normal !important
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

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

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

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

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

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

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

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

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

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

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

.font-weight-bolder {
    font-weight: bolder !important
}

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

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

.text-primary {
    color: #202f41 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #070a0e !important
}

.text-secondary {
    color: #436296 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #2b3f61 !important
}

.text-success {
    color: #00A88E !important
}

a.text-success:hover,
a.text-success:focus {
    color: #005c4d !important
}

.text-info {
    color: #495dff !important
}

a.text-info:hover,
a.text-info:focus {
    color: #001cfc !important
}

.text-warning {
    color: #ef8143 !important
}

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

.text-danger {
    color: #ff293a !important
}

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

.text-light {
    color: #dfe6ee !important
}

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

.text-dark {
    color: #0f1319 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #000 !important
}

.text-cool {
    color: #4d3fa3 !important
}

a.text-cool:hover,
a.text-cool:focus {
    color: #332a6c !important
}

.text-body {
    color: #212529 !important
}

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

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

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

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

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

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

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td,
        .table th {
            background-color: #fff !important
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark th,
        .table-dark td,
        .table-dark thead th,
        .table-dark tbody + tbody {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

*,
* * {
    margin: 0;
    padding: 0
}

html {
    font-size: 62.5%
}

body {
    font-family: "Heebo";
    font-weight: normal;
    background-color: #fff;
    font-size: 1.6rem;
}

a {
    text-decoration: none;
    transition: color .4s ease 0s, box-shadow .4s ease 0s;
    outline-offset: 1px;
    color: #000
}

    a:hover,
    a:focus {
        text-decoration: none;
        color: #ffdc4a
    }

    a[href^="tel:"],
    a[href^="fax:"] {
        cursor: text
    }

        a[href^="tel:"]:hover,
        a[href^="tel:"]:focus,
        a[href^="fax:"]:hover,
        a[href^="fax:"]:focus {
            color: inherit;
            text-decoration: none
        }

    a[href^="mailto:"] {
        text-decoration: underline
    }

        a[href^="mailto:"]:hover,
        a[href^="mailto:"]:focus {
            color: inherit;
            text-decoration: none
        }

    a.color-inherit:hover,
    a.color-inherit:focus {
        color: inherit
    }

.input-group-append {
    z-index: 1
}

.accent-border {
    border: solid 0.1rem #ffdc4a
}

hr {
    border-top: solid 0.1rem #d1d9e2;
    border-color: #d1d9e2
}

.border-bottom,
.border-top,
.border-left,
.border-right {
    border-color: #d1d9e2
}

@media (min-width: 992px) {
    .border-lg-right {
        border-right: solid 0.1rem #d1d9e2
    }
}

.gray-bg {
    background-color: #f9f9f9
}

.gray-color-text {
    color: #282F39
}

.accent-color {
    color: #ffdc4a
}

.border {
    border: solid 0.1rem #d1d9e2
}

.login-error {
    margin: 1rem 0 0;
    color: red;
    font-size: 1.4rem;
    position: relative;
    left: 1px;
    top: 3px;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

    a:not([href]):not([tabindex]):hover,
    a:not([href]):not([tabindex]):focus {
        color: inherit;
        text-decoration: none
    }

    a:not([href]):not([tabindex]):focus {
        outline: 0
    }

img {
    margin: 0;
    max-width: 100%;
    height: auto;
    display: inline-block;
    border: 0
}

.icon {
    display: inline-block;
    line-height: 0
}

svg {
    max-width: 100%;
    height: initial
}

    svg:not(:root) {
        overflow: hidden
    }

    svg .fill {
        transition: fill .4s ease 0s
    }

    svg .fill-stroke {
        transition: fill .4s ease 0s, stroke .4s ease 0s
    }

::-webkit-scrollbar {
    width: 1rem;
    height: 1rem
}

::-webkit-scrollbar-track {
    background: #f3f3f3;
    border-radius: 0.5rem
}

::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border-radius: 0.5rem
}

    ::-webkit-scrollbar-thumb:hover {
        background: #ffdc4a
    }

p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    word-break: break-word;
    white-space: normal
}

    p:last-child {
        margin-bottom: 0
    }

    h1:last-child,
    h2:last-child,
    h3:last-child,
    h4:last-child,
    h5:last-child,
    h6:last-child,
    p:last-child {
        margin-bottom: 0
    }

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: black
}

.white-bg {
    background-color: white
}

    .white-bg h1,
    .white-bg h2,
    .white-bg h3,
    .white-bg h4,
    .white-bg h5,
    .white-bg h6,
    .white-bg p {
        color: black
    }

.dark-bg {
    background-color: #282f39
}

    .dark-bg h1,
    .dark-bg h2,
    .dark-bg h3,
    .dark-bg h4,
    .dark-bg h5,
    .dark-bg h6,
    .dark-bg p {
        color: white
    }

h1 {
    font-size: 3rem
}

@media (min-width: 768px) {
    h1 {
        font-size: 3.5rem
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 6rem
    }
}

@media (min-width: 1720px) {
    h1 {
        font-size: 8rem
    }
}

h2 {
    font-size: 2.8rem;
    font-weight: 900
}

@media (min-width: 1200px) {
    h2 {
        font-size: 3.8rem
    }
}

@media (min-width: 1720px) {
    h2 {
        font-size: 4.8rem
    }
}

h3 {
    font-size: 1.6rem;
    font-weight: 900;
    color: black;
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    h3 {
        font-size: 1.8rem
    }
}

@media (min-width: 1200px) {
    h3 {
        font-size: 2rem
    }
}

h4 {
    font-size: 1.4rem;
    font-weight: 900;
    color: black;
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    h4 {
        font-size: 1.6rem
    }
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.8rem
    }
}

.subtitle {
    font-size: 1.4rem;
    font-weight: 400
}

@media (min-width: 1200px) {
    .subtitle {
        font-size: 1.8rem
    }
}

.bg-accent {
    background-color: #ffdc4a
}

.btn {
    font-size: 1.4rem;
    color: black;
    padding: 1.5rem 2rem;
    line-height: normal;
    font-weight: 900;
    border-radius: 0.4rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s
}

    .btn:hover,
    .btn:focus,
    .btn:active {
        color: inherit;
        box-shadow: none !important
    }

    .btn span,
    .btn img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0.3rem
    }

/* .btn img {
    max-width: 1.6rem
} */

@media (min-width: 1200px) {
    .btn {
        padding: 1.5rem 3rem
    }
}

@media (min-width: 1720px) {
    .btn {
        font-size: 1.6rem;
        padding: 1.8rem 3.8rem
    }

    /* .btn img {
        width: 1.9rem
    } */
}

.btn.btn-primary,
.btn.btn-secondary {
    border: 0;
    border-radius: 35px;
}

.btn.btn-primary {
    background: -webkit-linear-gradient(90deg, #faf025 0%, #f5d317 100%);
    background: -moz-linear-gradient(90deg, #faf025 0%, #f5d317 100%);
    background: -o-linear-gradient(90deg, #faf025 0%, #f5d317 100%);
    background: -ms-linear-gradient(90deg, #faf025 0%, #f5d317 100%);
    background: linear-gradient(90deg, #faf025 0%, #f5d317 100%);
}

    .btn.btn-primary:hover,
    .btn.btn-primary:focus,
    .btn.btn-primary:active {
        color: inherit;
        background: -webkit-linear-gradient(90deg, #f5d317 0%, #faf025 100%);
        background: -moz-linear-gradient(90deg, #f5d317 0%, #faf025 100%);
        background: -o-linear-gradient(90deg, #f5d317 0%, #faf025 100%);
        background: linear-gradient(90deg, #f5d317 0%, #faf025 100%);
        background: -ms-linear-gradient(90deg, #f5d317 0%, #faf025 100%);
    }

.btn.btn-secondary {
    background-color: #f3f3f3
}

    .btn.btn-secondary:hover,
    .btn.btn-secondary:focus,
    .btn.btn-secondary:active {
        color: inherit;
        background-color: #f3f3f3 !important
    }

.btn.btn-dark {
    color: white;
    background-color: #282f39;
    border: 0
}

    .btn.btn-dark:hover,
    .btn.btn-dark:focus,
    .btn.btn-dark:active {
        color: white;
        background-color: #282f39 !important
    }

.btn.btn-white {
    color: black;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    border: solid 0.1rem #e1e1e1;
    background-color: white
}

    .btn.btn-white:hover,
    .btn.btn-white:focus,
    .btn.btn-white:active,
    .btn.btn-white.active {
        color: black;
        background-color: #ffdc4a !important
    }

@media (min-width: 1720px) {
    .btn.btn-white {
        padding-top: 1.7rem;
        padding-bottom: 1.7rem
    }
}

.btn.btn-black {
    background-color: #000;
    color: #fff;
    border: 0
}

.btn.btn-ico {
    width: 4.8rem;
    height: 4.8rem;
    line-height: normal;
    text-align: center;
    padding: 0;
    background-color: #ffdc4a
}

    .btn.btn-ico img {
        width: 2.1rem;
        height: 2.1rem;
        margin: 0
    }

@media (min-width: 1720px) {
    .btn.btn-ico {
        width: 6rem;
        height: 6rem
    }

        .btn.btn-ico img {
            width: 2.4rem;
            height: 2.4rem
        }
}

.btn.btn-ico.btn-white {
    background-color: #fff
}

    .btn.btn-ico.btn-white:hover,
    .btn.btn-ico.btn-white:focus {
        background-color: #fff
    }

.btn.btn-floating {
    width: 5rem;
    height: 5rem;
    line-height: normal;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    background: -webkit-linear-gradient(145deg, #ffdc4a, #ffab4a);
    background: -moz-linear-gradient(145deg, #ffdc4a, #ffab4a);
    background: -o-linear-gradient(145deg, #ffdc4a, #ffab4a);
    background: linear-gradient(145deg, #ffdc4a, #ffab4a);
    background: -ms-linear-gradient(145deg, #ffdc4a, #ffab4a)
}

    .btn.btn-floating img {
        width: 1.7rem;
        height: 1.7rem;
        margin: 0
    }

@media (min-width: 1720px) {
    .btn.btn-floating {
        width: 6rem;
        height: 6rem
    }

        .btn.btn-floating img {
            width: 1.9rem;
            height: 1.9rem
        }
}

.btn.minwidth150 {
    min-width: 15rem
}

.btn.btn-accent {
    background-color: #ffdc4a
}

    .btn.btn-accent:hover,
    .btn.btn-accent:focus,
    .btn.btn-accent:active {
        color: inherit;
        background-color: #f3f3f3 !important
    }

.btn.btn-sm,
.btn-group-sm > .btn {
    padding: 0 2rem;
    line-height: 4rem;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 1.4rem
}

.btn-group.export-dd .dropdown-toggle::after {
    display: none
}

.btn-group.export-dd .dropdown-menu {
    z-index: 1;
    padding: 0;
    border: solid 0.1rem #d1d9e2;
    box-shadow: 0 0 1.8rem 0 rgba(54, 39, 39, 0.15)
}

.btn-group.export-dd .dropdown-item {
    font-size: 1.3rem;
    padding: 0.8rem 1.4rem
}

    .btn-group.export-dd .dropdown-item:focus,
    .btn-group.export-dd .dropdown-item:hover,
    .btn-group.export-dd .dropdown-item.active,
    .btn-group.export-dd .dropdown-item:active {
        background-color: #ffdc4a;
        outline: 0
    }

.btn-group.no-style-btn {
    background: none transparent;
    border: 0
}

.btn-action-group {
    clear: both
}

    .btn-action-group .btn {
        float: left;
        border-radius: 0 0.4rem 0.4rem 0
    }

        .btn-action-group .btn:first-child {
            border-radius: 0.4rem 0 0 0.4rem
        }

.btn-line {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.6rem;
    color: black;
    text-transform: capitalize;
    position: relative;
    //padding-bottom: 0.5rem;
    z-index: 0;
    border-bottom: solid 1px #424242;
}

    .btn-line:hover,
    .btn-line:focus {
        color: #ffdc4a;
        border-bottom: solid 1px #ffdc4a;
    }

@media screen and (min-width:320px) and (max-width:576px) {
    .register-link {
        display: block;
        width: 100%;
        text-align: center;
    }

    .sign-in-link {
        display: block !important;
        width: 100%;
        text-align: center;
    }

    .register-link-main {
        display: block !important;
        width: 100%;
    }
}

.btn-link {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.9rem;
    text-transform: uppercase
}

.non-clickable.header-menu-links > li {
    cursor: default
}

    .non-clickable.header-menu-links > li:hover::after,
    .non-clickable.header-menu-links > li:focus::after {
        opacity: 0
    }

    .non-clickable.header-menu-links > li.active:hover::after,
    .non-clickable.header-menu-links > li.active:focus::after {
        opacity: 1
    }

    .non-clickable.header-menu-links > li a {
        pointer-events: none;
        cursor: default
    }

.custom-progressbar {
    position: absolute;
    width: 100%;
    top: 14rem
}

    .custom-progressbar .progress {
        border-radius: 0;
        height: 0.5rem;
        background-color: #FFFAE4
    }

        .custom-progressbar .progress .progress-bar {
            transition: width 0.3s ease 0s
        }

@media (min-width: 1024px) {
    .custom-progressbar {
        top: 10.5rem
    }
}

.box-panel {
    background-color: #fff;
    border: solid 0.1rem #e1e1e1;
    padding: 2rem;
    border-radius: 0.4rem;
    margin-bottom: 2rem
}

    .box-panel .box-panel-header {
        margin-bottom: 2rem
    }

@media (min-width: 1720px) {
    .box-panel {
        padding: 3rem
    }

        .box-panel .box-panel-header {
            margin-bottom: 3rem
        }
}

.custom-collapse {
    position: relative
}

    .custom-collapse .btn.btn-close {
        position: absolute;
        right: 0;
        top: 0;
        padding: 2rem
    }

        .custom-collapse .btn.btn-close img {
            width: 1.5rem;
            height: 1.5rem
        }

@media (min-width: 1720px) {
    .custom-collapse .btn.btn-close {
        right: 3.5rem;
        top: 3.5rem
    }
}

.custom-collapse .collapse > .card {
    background-color: #f9f9f9
}

.custom-collapse .collapse > .card-body {
    padding: 2rem
}

@media (min-width: 1720px) {
    .custom-collapse .collapse > .card-body {
        padding: 3rem
    }
}

.custom-collapse.button-overlap-collapse {
    margin-top: -5rem
}

@media (min-width: 1720px) {
    .custom-collapse.button-overlap-collapse {
        margin-top: -6rem;
        margin-left: -0.3rem
    }
}

.custom-table {
    font-size: 1.3rem;
    color: black
}

    .custom-table .medium-tbl {
        min-width: 80rem
    }

    .custom-table .mh-390 {
        min-height: 39rem
    }

    .custom-table .table-no-border.table {
        border: none
    }

        .custom-table .table-no-border.table thead th,
        .custom-table .table-no-border.table tbody td {
            border: 0
        }

            .custom-table .table-no-border.table thead th:first-child,
            .custom-table .table-no-border.table thead th:last-child,
            .custom-table .table-no-border.table tbody td:first-child,
            .custom-table .table-no-border.table tbody td:last-child {
                border: 0 !important
            }

    .custom-table .table th,
    .custom-table .table td {
        padding: 1.2rem 0.8rem;
        vertical-align: middle
    }

    .custom-table .table .thead-light th {
        background-color: #ffdc4a;
        border-color: #ffdc4a;
        font-weight: 700;
        color: black
    }

    .custom-table .table th.sorting {
        cursor: pointer
    }

        .custom-table .table th.sorting:before {
            content: "";
            display: inline-block
        }

        .custom-table .table th.sorting.sorting-up:before {
            content: "";
            width: 1.8rem;
            height: 1.5rem;
            display: inline-block;
            background-size: 0.8rem;
            margin-bottom: -0.3rem;
            background: #ffdc4a url("../images/icons/sorting-up.svg") left center no-repeat
        }

        .custom-table .table th.sorting.sorting-down:before {
            content: "";
            width: 1.8rem;
            height: 1.5rem;
            display: inline-block;
            background-size: 0.8rem;
            margin-bottom: -0.3rem;
            background: #ffdc4a url("../images/icons/sorting-down.svg") left center no-repeat
        }

    .custom-table .table th.th40 {
        min-width: 4rem
    }

    .custom-table .table th.th50 {
        min-width: 5rem
    }

    .custom-table .table th.th60 {
        min-width: 6rem
    }

    .custom-table .table th.th70 {
        min-width: 7rem
    }

    .custom-table .table th.th80 {
        min-width: 8rem
    }

    .custom-table .table th.th90 {
        min-width: 9rem
    }

    .custom-table .table th.th100 {
        min-width: 10rem
    }

    .custom-table .table th.th110 {
        min-width: 11rem
    }

    .custom-table .table th.th120 {
        min-width: 12rem
    }

    .custom-table .table th.th130 {
        min-width: 13rem
    }

    .custom-table .table th.th140 {
        min-width: 14rem
    }

    .custom-table .table th.th150 {
        min-width: 15rem
    }

    .custom-table .table th.th160 {
        min-width: 16rem
    }

    .custom-table .table th.th170 {
        min-width: 17rem
    }

    .custom-table .table th.th180 {
        min-width: 18rem
    }

    .custom-table .table th.th200 {
        min-width: 20rem
    }

    .custom-table .table th.th220 {
        min-width: 22rem
    }

    .custom-table .table th.th250 {
        min-width: 25rem
    }

    .custom-table .table th.th280 {
        min-width: 28rem
    }

    .custom-table .table th.th300 {
        min-width: 30rem
    }

    .custom-table .table th.th300 {
        min-width: 30rem
    }

    .custom-table .table th.th-cordinates {
        width: 12rem
    }

    .custom-table .table td {
        font-weight: 400;
        border: 0;
        border-bottom: solid 0.1rem #e1e1e1
    }

        .custom-table .table td.td60 {
            width: 6rem
        }

        .custom-table .table td.td150 {
            width: 15rem
        }

    .custom-table .table tr td:first-child {
        border-left: solid 0.1rem #e1e1e1
    }

    .custom-table .table tr td:last-child {
        border-right: solid 0.1rem #e1e1e1
    }

    .custom-table .table-striped tbody tr:nth-of-type(odd) {
        background-color: #f9f9fb
    }

        .custom-table .table-striped tbody tr:nth-of-type(odd):hover {
            background-color: #f9f9fb
        }

    .custom-table .table-striped tbody tr:nth-of-type(even) {
        background-color: #fff
    }

        .custom-table .table-striped tbody tr:nth-of-type(even):hover {
            background-color: #f9f9fb
        }

    .custom-table .table-hover tbody tr {
        transition: box-shadow .2s ease 0s, background-color .2s ease 0s, font-weight .2s ease 0s, color .2s ease 0s;
        position: relative
    }

        .custom-table .table-hover tbody tr:hover {
            background-color: inherit;
            z-index: 1000;
            box-shadow: 0 0 10px 0rem rgba(0, 0, 0, 0.1)
        }

            .custom-table .table-hover tbody tr:hover td {
                font-weight: 700
            }

                .custom-table .table-hover tbody tr:hover td:first-child {
                    border-left: solid 0.3rem #ffdc4a
                }

    .custom-table .table.wallet-tbl {
        min-width: 80rem
    }

        .custom-table .table.wallet-tbl p {
            margin-bottom: 0
        }

    .custom-table .table.topborder {
        border-top: 0.1rem solid #e1e1e1
    }

    .custom-table td.action-td a {
        display: inline-block;
        margin: 0 0.4rem
    }

        .custom-table td.action-td a img {
            width: 1.4rem;
            height: 1.4rem
        }

    .custom-table td.success-status {
        background-color: rgba(0, 168, 142, 0.15)
    }

        .custom-table td.success-status .status-text {
            color: #00A88E
        }

    .custom-table td.error-status {
        background-color: rgba(245, 21, 21, 0.15)
    }

        .custom-table td.error-status .status-text {
            color: #F51515
        }

@media (min-width: 1720px) {

    .custom-table .table th,
    .custom-table .table td {
        padding: 1.5rem 2rem;
        vertical-align: middle
    }
}

.custom-breadcrumb .breadcrumb {
    padding: 0;
    margin-bottom: 0.5rem;
    background: none transparent
}

    .custom-breadcrumb .breadcrumb .breadcrumb-item a {
        color: black
    }

    .custom-breadcrumb .breadcrumb .breadcrumb-item.active {
        color: black;
        font-weight: 700
    }

    .custom-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: "";
        background: url("../images/icons/next-ico.svg") center center no-repeat;
        display: inline-block;
        width: 2rem;
        height: 1rem;
        vertical-align: middle;
        margin-bottom: 0.1rem;
        margin-right: 0.6rem;
        background-size: 1.3rem
    }

.custom-vertical-tabs .nav-pills {
    justify-content: space-between;
    border-bottom: solid 0.1rem #e1e1e1
}

    .custom-vertical-tabs .nav-pills .nav-link {
        line-height: normal;
        padding: 1.3rem 1.5rem;
        font-size: 1.4rem;
        font-weight: 700;
        border-radius: 0;
        border-bottom: solid 0.3rem transparent
    }

        .custom-vertical-tabs .nav-pills .nav-link:hover {
            color: black
        }

        .custom-vertical-tabs .nav-pills .nav-link.active {
            background: -webkit-linear-gradient(top, #fff, #FFFAE4);
            background: -moz-linear-gradient(top, #fff, #FFFAE4);
            background: -o-linear-gradient(top, #fff, #FFFAE4);
            background: linear-gradient(top, #fff, #FFFAE4);
            background: -ms-linear-gradient(top, #fff, #FFFAE4);
            border-bottom-color: #ffdc4a;
            color: black
        }

.custom-vertical-tabs .tab-wrapper {
    border: solid 0.1rem #e1e1e1;
    background-color: #fff;
    border-radius: 0.4rem;
    min-height: 40rem
}

    .custom-vertical-tabs .tab-wrapper .sidebar-tab {
        min-width: 18rem
    }

        .custom-vertical-tabs .tab-wrapper .sidebar-tab .tab-header {
            font-size: 1.6rem;
            font-weight: 700;
            padding: 2rem;
            text-align: center;
            text-transform: capitalize;
            background-color: #e1e1e1
        }

    .custom-vertical-tabs .tab-wrapper .tab-content {
        padding: 2rem;
        width: 100%
    }

        .custom-vertical-tabs .tab-wrapper .tab-content p {
            margin: 0.2rem 0
        }

@media (min-width: 768px) {
    .custom-vertical-tabs .nav-pills {
        border-bottom: 0
    }

        .custom-vertical-tabs .nav-pills .nav-link {
            border-left: solid 0.5rem transparent;
            border-bottom: 0;
            margin-bottom: 0.3rem
        }

            .custom-vertical-tabs .nav-pills .nav-link.active {
                background: -webkit-linear-gradient(right, #fff, #FFFAE4);
                background: -moz-linear-gradient(right, #fff, #FFFAE4);
                background: -o-linear-gradient(right, #fff, #FFFAE4);
                background: linear-gradient(right, #fff, #FFFAE4);
                background: -ms-linear-gradient(right, #fff, #FFFAE4);
                border-left-color: #ffdc4a
            }

    .custom-vertical-tabs .tab-wrapper .sidebar-tab {
        border-right: solid 0.1rem #e1e1e1
    }

        .custom-vertical-tabs .tab-wrapper .sidebar-tab .tab-header {
            text-align: left;
            padding: 2rem
        }
}

@media (min-width: 1024px) {
    .custom-vertical-tabs .nav-pills .nav-link {
        padding: 1.9rem 2rem
    }

    .custom-vertical-tabs .tab-wrapper .sidebar-tab {
        max-width: 18rem
    }

        .custom-vertical-tabs .tab-wrapper .sidebar-tab .tab-header {
            font-size: 1.4rem;
            padding: 2.4rem 2rem
        }

    .custom-vertical-tabs .tab-wrapper .tab-content {
        padding: 3rem
    }
}

.form-custom-group {
    position: relative;
    margin: 2rem 0
}

    .form-custom-group.info-input {
        background: url("../images/icons/info-blue-ico.svg") 99% center no-repeat
    }

    .form-custom-group.card-input {
        background: url("../images/mastercard.png") 99% center no-repeat
    }

    .form-custom-group input[type="text"],
    .form-custom-group input[type="email"],
    .form-custom-group input[type="password"],
    .form-custom-group textarea {
        background: none;
        color: black;
        font-size: 1.6rem;
        font-weight: 700;
        padding: 1.2rem 0 1.2rem 15px;
        display: block;
        width: 100%;
        height: 55px;
        border: none;
        border-radius: 5px;
        border: 0.2rem solid #000;
    }

        .form-custom-group input[type="text"]:focus,
        .form-custom-group input[type="email"]:focus,
        .form-custom-group input[type="password"]:focus,
        .form-custom-group textarea:focus {
            outline: none
        }

            .form-custom-group input[type="text"]:focus ~ label,
            .form-custom-group input[type="text"]:valid ~ label,
            .form-custom-group input[type="email"]:focus ~ label,
            .form-custom-group input[type="email"]:valid ~ label,
            .form-custom-group input[type="password"]:focus ~ label,
            .form-custom-group input[type="password"]:valid ~ label,
            .form-custom-group textarea:focus ~ label,
            .form-custom-group textarea:valid ~ label {
                top: -1rem;
                font-size: 1.2rem;
                color: black
            }

            .form-custom-group input[type="text"]:focus ~ .bar:before,
            .form-custom-group input[type="text"]:focus ~ .bar:after,
            .form-custom-group input[type="email"]:focus ~ .bar:before,
            .form-custom-group input[type="email"]:focus ~ .bar:after,
            .form-custom-group input[type="password"]:focus ~ .bar:before,
            .form-custom-group input[type="password"]:focus ~ .bar:after,
            .form-custom-group textarea:focus ~ .bar:before,
            .form-custom-group textarea:focus ~ .bar:after {
                width: 50%
            }

    .form-custom-group .bar {
        position: relative;
        display: block;
        width: 100%
    }

        .form-custom-group .bar:before {
            content: "";
            height: 0.2rem;
            width: 0;
            bottom: 0px;
            position: absolute;
            background: #ffdc4a;
            transition: .2s ease all;
            left: 50%
        }

        .form-custom-group .bar:after {
            content: "";
            height: 0.2rem;
            width: 0;
            bottom: 0;
            position: absolute;
            background: #ffdc4a;
            transition: .2s ease all;
            right: 50%
        }

.custom-select-control {
    font-family: "lato";
    position: relative;
    width: 100%
}

    .custom-select-control select {
        display: none
    }

.select-selected:after {
    position: absolute;
    content: "";
    bottom: 0.9rem;
    right: 0;
    width: 0;
    height: 0;
    border: 0.6rem solid transparent;
    border-color: rgba(0, 0, 0, 0.12) transparent transparent transparent
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent;
    bottom: 1.4rem
}

.select-items div,
.select-selected {
    color: black;
    font-weight: 400;
    padding: 1rem 0;
    border: 0.1rem solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent;
    cursor: pointer
}

.select-items div {
    color: #282f39;
    font-weight: 700;
    border-bottom: 0;
    padding: 1rem 2rem
}

.select-selected {
    padding: 1rem 0;
    font-weight: 700;
    font-size: 1.6rem
}

.select-items {
    position: absolute;
    background-color: white;
    border: solid 0.1rem #d1d9e2;
    border-radius: 0 0 0.4rem 0.4rem;
    border-top: 0;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    font-size: 1.4rem;
    padding: 0;
    max-height: 25rem;
    overflow: auto;
    text-align: left;
    box-shadow: 0 0 1.8rem 0 rgba(0, 0, 0, 0.05)
}

.select-hide {
    display: none
}

.select-items div:hover,
.same-as-selected {
    color: black;
    background-color: #ffdc4a
}

.material-select {
    position: relative;
    margin: 2rem 0;
    height: 4rem
}

    .material-select.min-w75 {
        min-width: 7.5rem
    }

    .material-select.filter-select {
        background-color: #f3f3f3;
        min-width: 16rem
    }

        .material-select.filter-select .select-selected {
            padding: 1rem 1.8rem 1rem 1.2rem;
            border-radius: 0.4rem;
            text-align: left;
            border: solid 0.1rem #e1e1e1
        }

            .material-select.filter-select .select-selected:after {
                right: 1.2rem
            }

    .material-select .form-custom-select {
        position: absolute;
        bottom: 0;
        width: 100%
    }

        .material-select .form-custom-select .select {
            position: relative;
            width: 100%
        }

            .material-select .form-custom-select .select .select-text {
                appearance: none;
                -webkit-appearance: none
            }

            .material-select .form-custom-select .select:after {
                position: absolute;
                top: 1.8rem;
                right: 0;
                width: 0;
                height: 0;
                padding: 0;
                content: "";
                border-left: 0.6rem solid transparent;
                border-right: 0.6rem solid transparent;
                border-top: 0.6rem solid rgba(0, 0, 0, 0.12);
                pointer-events: none
            }

        .material-select .form-custom-select .select-text {
            position: relative;
            background: none;
            color: black;
            font-size: 1.6rem;
            font-weight: 700;
            padding: 1rem 0;
            display: block;
            width: 100%;
            border: none;
            border-radius: 0;
            border-bottom: 0.1rem solid #d1d9e2
        }

            .material-select .form-custom-select .select-text:focus {
                outline: none;
                border-bottom: 0.1rem solid rgba(0, 0, 0, 0)
            }

        .material-select .form-custom-select .select-label {
            font-size: 1.2rem;
            font-family: "lato";
            font-weight: normal;
            position: absolute;
            pointer-events: none;
            left: 0;
            top: -1rem;
            transition: .2s ease all
        }

        .material-select .form-custom-select .select-text:focus ~ .select-label,
        .material-select .form-custom-select .select-text:valid ~ .select-label {
            transition: .2s ease all;
            top: -1rem;
            font-size: 1.2rem;
            color: black
        }

        .material-select .form-custom-select .select-bar {
            position: relative;
            display: block;
            width: 100%
        }

            .material-select .form-custom-select .select-bar::before,
            .material-select .form-custom-select .select-bar::after {
                content: "";
                height: 0.2rem;
                width: 0;
                bottom: 0.1rem;
                position: absolute;
                background: #000000;
                transition: .2s ease all
            }

            .material-select .form-custom-select .select-bar::before {
                left: 50%
            }

            .material-select .form-custom-select .select-bar::after {
                right: 50%
            }

        .material-select .form-custom-select .select-text:focus ~ .select-bar:before,
        .material-select .form-custom-select .select-text:focus ~ .select-bar:after {
            width: 50%
        }

        .material-select .form-custom-select .select-highlight {
            position: absolute;
            height: 60%;
            width: 10rem;
            top: 25%;
            left: 0;
            pointer-events: none;
            opacity: 0.5
        }

.login-custom-form.custom-form-dropdown {
    margin: 0.5rem 0;
    height: auto;
    border-left: 0
}

    .login-custom-form.custom-form-dropdown label {
        left: 0
    }

    .login-custom-form.custom-form-dropdown .dropdown-toggle:after {
        right: 0
    }

    .login-custom-form.custom-form-dropdown .btn {
        padding: 0
    }

.custom-control.custom-checkbox {
    padding-left: 4rem
}

    .custom-control.custom-checkbox .custom-control-label {
        font-size: 1.4rem;
        line-height: 2.8rem
    }

        .custom-control.custom-checkbox .custom-control-label::before,
        .custom-control.custom-checkbox .custom-control-label::after {
            border-radius: 0.2rem;
            width: 2.4rem;
            height: 2.4rem;
            left: -4rem
        }

        .custom-control.custom-checkbox .custom-control-label::before {
            border-color: #e1e1e1
        }

    .custom-control.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #e1e1e1
    }

    .custom-control.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: none;
        outline: 0
    }

    .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
        background-color: #ffdc4a;
        border-color: #ffdc4a;
        box-shadow: none;
        outline: 0
    }

    .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
        background-image: url(../images/icons/check-black-ico.svg);
        background-repeat: no-repeat
    }

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    max-width: 1170px
}

.bigger-container {
    width: 100%;
    padding: 0 1.5rem;
    max-width: 172rem
}

.form-custom-group.date {
    position: relative
}

.modal-backdrop {
    background-color: rgba(205, 205, 205, 0.7)
}

    .modal-backdrop.show {
        opacity: 1
    }

.custom-modal .modal {
    overflow: auto
}

.custom-modal.modal-type-detail .modal-header {
    padding-bottom: 4rem
}

.custom-modal.modal-type-detail .modal-body-inner {
    margin-top: -2rem
}

@media (min-width: 1720px) {
    .custom-modal.modal-type-detail .modal-header {
        padding-bottom: 6rem
    }

    .custom-modal.modal-type-detail .modal-body-inner {
        margin-top: -3rem
    }
}

.custom-modal.qr-modal .modal-header {
    padding-bottom: 11rem
}

.custom-modal.qr-modal .modal-body .modal-body-inner {
    margin-top: -11rem
}

@media (min-width: 1720px) {
    .custom-modal.qr-modal .modal-header {
        padding-bottom: 14.5rem
    }

    .custom-modal.qr-modal .modal-body .modal-body-inner {
        margin-top: -13rem
    }
}

.custom-modal .modal-content {
    border-radius: 1rem;
    border: none;
    box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2)
}

.custom-modal .modal-header {
    border-bottom: 0;
    padding: 2rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    background: -webkit-linear-gradient(90deg, #ffdc4a, #FFFAE4);
    background: -moz-linear-gradient(90deg, #ffdc4a, #FFFAE4);
    background: -o-linear-gradient(90deg, #ffdc4a, #FFFAE4);
    background: linear-gradient(90deg, #ffdc4a, #FFFAE4);
    background: -ms-linear-gradient(90deg, #ffdc4a, #FFFAE4)
}

    .custom-modal .modal-header .close {
        opacity: 1;
        color: #282f39
    }

        .custom-modal .modal-header .close:focus,
        .custom-modal .modal-header .close:active {
            border: 0;
            outline: 0
        }

    .custom-modal .modal-header.no-bg {
        background: #fff
    }

.custom-modal .modal-title {
    display: none
}

.custom-modal .modal-body {
    padding: 0 2rem 2rem
}

    .custom-modal .modal-body h4 {
        font-size: 2.4rem;
        font-weight: 700;
        margin-bottom: 2rem
    }

    .custom-modal .modal-body h5 {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 0.3rem
    }

    .custom-modal .modal-body p {
        font-size: 1.4rem
    }

    .custom-modal .modal-body .qr-content {
        text-align: center
    }

        .custom-modal .modal-body .qr-content img {
            max-width: 26rem
        }

.custom-modal .modal-footer {
    border-top: 0;
    padding: 1.5rem 1.5rem 3rem
}

    .custom-modal .modal-footer.text-center {
        justify-content: center
    }

@media (min-width: 1720px) {
    .custom-modal .modal-header {
        border-bottom: 0;
        padding: 3rem
    }

    .custom-modal .modal-body {
        padding: 0 3rem 3rem
    }

        .custom-modal .modal-body .qr-content img {
            max-width: 30rem
        }

    .custom-modal .modal-footer {
        padding: 2.5rem 1.5rem 5rem
    }
}

.main {
    margin-top: calc(0rem + 80px);
    min-height: calc(100vh - 80px - 8.5rem)
}

    .main.page-content {
        padding: 0 2rem
    }

    .main.no-footer {
        min-height: calc(100vh - 80px)
    }

@media (min-width: 768px) {
    .main {
        margin-top: 80px;
        min-height: calc(100vh - 80px - 5.5rem)
    }
}

@media (min-width: 1024px) {
    .main.page-content {
        padding: 0 3rem
    }
}

@media (min-width: 1720px) {
    .main {
        min-height: calc(100vh - 120px - 8.5rem);
        margin-top: 120px
    }

        .main.no-footer {
            height: calc(100vh - 120px)
        }

        .main.page-content {
            padding: 0 10rem
        }
}

.scroll-bottom {
    display: none
}

@media (min-width: 1200px) {
    .scroll-bottom {
        position: absolute;
        background-color: #ffdc4a;
        bottom: 8.5rem;
        right: 8.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 5rem;
        width: 5rem;
        padding: 1rem;
        text-align: center;
        border-radius: 50%;
        z-index: 1;
        cursor: pointer
    }
}

@media (min-width: 1720px) {
    .scroll-bottom {
        height: 6rem;
        width: 6rem;
        padding: 2rem;
        bottom: 10rem;
        right: 10rem
    }
}

.font-12 {
    font-size: 1.2rem !important
}

.font-13 {
    font-size: 1.3rem !important
}

.font-14 {
    font-size: 1.4rem !important
}

.font-16 {
    font-size: 1.6rem !important
}

.font-18 {
    font-size: 1.8rem !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-regular {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-black {
    font-weight: 900 !important
}

.text-accent {
    color: #ffdc4a !important
}

.text-dark-yellow {
    color: #C19C00 !important
}

.text-accent-dark {
    color: #E5B900 !important
}

.text-gray {
    color: #b2b2b2 !important
}

.text-green {
    color: #00A88E !important
}

.light-yellow-bg {
    background-color: #FFFAE4
}

.light-grey-bg {
    background-color: #e1e1e1
}

.light-grey4-bg {
    background-color: #f9f9f9
}

.card {
    border-radius: 0.4rem
}

    .card .card-body {
        border-radius: 0.4rem
    }

    .card.accent-card {
        border-color: #ffdc4a
    }

        .card.accent-card .card-body {
            background-color: #FFFAE4
        }

            .card.accent-card .card-body p {
                font-size: 1.4rem;
                line-height: 2.2rem;
                margin-bottom: 2rem
            }

            .card.accent-card .card-body ol {
                padding-left: 2rem;
                margin-bottom: 3rem
            }

                .card.accent-card .card-body ol li {
                    margin-bottom: 2rem
                }

                    .card.accent-card .card-body ol li p {
                        padding-left: 1.5rem
                    }

                .card.accent-card .card-body ol.lower-roman {
                    padding-left: 0;
                    list-style-type: none
                }

                    .card.accent-card .card-body ol.lower-roman li:before {
                        content: "(" counter(section, lower-roman) ") ";
                        margin-right: 2rem
                    }

                    .card.accent-card .card-body ol.lower-roman li {
                        counter-increment: section;
                        font-size: 1.4rem;
                        line-height: 2.2rem
                    }

.border-rad-0 {
    border-radius: 0 !important
}

.border-rad-4 {
    border-radius: .4rem
}

.card-box-shadow {
    box-shadow: 0 0 1.8rem 0 rgba(0, 0, 0, 0.05)
}

.normal-shadow {
    box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2)
}

.btn-utility {
    border-radius: .4rem;
    padding: 1rem;
    background-color: #f3f3f3;
    border: 1px solid #e1e1e1
}

    .btn-utility img {
        max-width: 1.7rem;
        max-height: 1.7rem
    }

.filter-wrapper {
    position: relative
}

    .filter-wrapper .filter-dropdown {
        padding: 2rem 3rem;
        margin-top: 1rem
    }

.btn-filter {
    background-color: transparent;
    border: 0;
    height: 2rem;
    width: 2rem;
    outline: none
}

    .btn-filter:hover,
    .btn-filter:focus {
        outline: none
    }

    .btn-filter::after {
        display: none
    }

.Zebra_DatePicker .dp_body .dp_selected {
    background: -webkit-linear-gradient(left, #ffdc4a, #ffab4a);
    background: -moz-linear-gradient(left, #ffdc4a, #ffab4a);
    background: -o-linear-gradient(left, #ffdc4a, #ffab4a);
    background: linear-gradient(left, #ffdc4a, #ffab4a);
    background: -ms-linear-gradient(left, #ffdc4a, #ffab4a);
    color: black;
    font-weight: 700
}

.Zebra_DatePicker .dp_body .dp_current {
    color: black;
    font-weight: 700;
    background-color: #e1e1e1
}

.Zebra_DatePicker {
    font-family: "lato";
    padding: 0;
    color: #282f39;
    border: solid 0.1rem #ffdc4a;
    box-shadow: 0 0 1.8rem 0 rgba(0, 0, 0, 0.05)
}

    .Zebra_DatePicker th,
    .Zebra_DatePicker td {
        transition: background-color 0.3s ease 0s
    }

    .Zebra_DatePicker td {
        border-radius: 0.2rem
    }

    .Zebra_DatePicker .dp_header {
        background: -webkit-linear-gradient(left, #ffdc4a, #ffab4a);
        background: -moz-linear-gradient(left, #ffdc4a, #ffab4a);
        background: -o-linear-gradient(left, #ffdc4a, #ffab4a);
        background: linear-gradient(left, #ffdc4a, #ffab4a);
        background: -ms-linear-gradient(left, #ffdc4a, #ffab4a);
        border-radius: 0.4rem 0.4rem 0 0
    }

        .Zebra_DatePicker .dp_header td {
            font-size: 1.4rem;
            padding: 0.8rem
        }

            .Zebra_DatePicker .dp_header td.dp_previous {
                border-radius: 0.4rem 0 0 0
            }

            .Zebra_DatePicker .dp_header td.dp_caption {
                border-radius: 0
            }

            .Zebra_DatePicker .dp_header td.dp_next {
                border-radius: 0 0.4rem 0 0
            }

    .Zebra_DatePicker .dp_footer {
        background-color: #e1e1e1;
        border-radius: 0
    }

        .Zebra_DatePicker .dp_footer td {
            font-size: 1.4rem;
            padding: 0.8rem;
            font-weight: 700
        }

            .Zebra_DatePicker .dp_footer td.dp_today {
                border-radius: 0
            }

            .Zebra_DatePicker .dp_footer td.dp_clear {
                border-radius: 0;
                border-left: solid 0.2rem #f3f3f3
            }

    .Zebra_DatePicker .dp_actions .dp_hover {
        background-color: rgba(0, 0, 0, 0.07)
    }

    .Zebra_DatePicker .dp_timepicker {
        height: 10rem !important
    }

        .Zebra_DatePicker .dp_timepicker + .dp_footer .dp_confirm {
            display: none !important
        }

        .Zebra_DatePicker .dp_timepicker + .dp_footer td.dp_clear {
            border-left: 0
        }

        .Zebra_DatePicker .dp_timepicker .dp_time_controls_increase,
        .Zebra_DatePicker .dp_timepicker .dp_time_controls_decrease {
            color: #282f39
        }

        .Zebra_DatePicker .dp_timepicker .dp_time_segments {
            font-size: 2rem
        }

        .Zebra_DatePicker .dp_timepicker .dp_disabled {
            font-size: 2rem;
            color: #282f39;
            color: #282f39
        }

.form-custom-group.date-picker {
    width: 100%
}

    .form-custom-group.date-picker .Zebra_DatePicker_Icon_Wrapper {
        width: auto !important
    }

    .form-custom-group.date-picker label {
        font-size: 1.2rem;
        color: black;
        top: -1rem
    }

    .form-custom-group.date-picker .Zebra_DatePicker_Icon {
        width: 2rem;
        height: 2rem;
        background: transparent url("../images/icons/calendar-ico.svg") right center no-repeat;
        bottom: 1rem;
        position: absolute;
        top: auto !important
    }

        .form-custom-group.date-picker .Zebra_DatePicker_Icon:focus {
            outline: 0;
            border: 0
        }

.form-custom-group.timepicker-container {
    width: 100%;
    position: relative
}

    .form-custom-group.timepicker-container .Zebra_DatePicker_Icon_Wrapper {
        width: auto !important
    }

    .form-custom-group.timepicker-container label {
        font-size: 1.2rem;
        color: black;
        top: -1rem
    }

    .form-custom-group.timepicker-container .Zebra_DatePicker_Icon {
        width: 1.8rem;
        height: 1.8rem;
        background: transparent url("../images/icons/timer-ico.svg") right center no-repeat;
        background-size: 1.8rem;
        bottom: 0.8rem;
        position: absolute;
        top: auto !important
    }

        .form-custom-group.timepicker-container .Zebra_DatePicker_Icon:focus {
            outline: 0;
            border: 0
        }

.pmd-textfield-floating-label > label {
    font-size: 1.2rem;
    font-family: "lato";
    font-weight: normal;
    margin-bottom: 0.2rem;
    color: black
}

.select2.select2-container {
    width: 100% !important
}

.select2-container--bootstrap .select2-selection--multiple {
    overflow: auto
}

    .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
        color: black;
        margin-right: 0.6rem
    }

.select2-container--bootstrap .select2-dropdown {
    border-color: #d1d9e2;
    box-shadow: 0 0 1.8rem 0 rgba(0, 0, 0, 0.05)
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #d1d9e2
}

.select2-container--bootstrap .select2-results__option {
    padding: 1rem 2rem;
    font-size: 1.4rem;
    font-weight: 700
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #ffdc4a;
    color: black
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    padding: 0.4rem 0.6rem;
    font-size: 1.1rem;
    color: black;
    background-color: #ffdc4a;
    border-color: #ffdc4a
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: black;
    font-size: 1.6rem;
    font-weight: 700
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    box-shadow: none;
    color: black;
    border-color: #d1d9e2
}

.header {
    height: 80px;
    transition: background 0.2s ease;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5
}

    .header.header-dark {
        background-color: #161C24;
        display: none;
    }

    .header.header-light {
        background-color: #fff
    }

@media (min-width: 1720px) {
    .header {
        height: 120px
    }
}

.header-content {
    display: flex;
    align-items: center;
    height: 100%
}

.header-container {
    padding: 0 2rem;
    height: 100%
}

@media (min-width: 1200px) {
    .header-container {
        padding: 0 3rem
    }
}

@media (min-width: 1720px) {
    .header-container {
        padding: 0 10rem
    }
}

.header-dark .header-logo-wrapper .logo-dark {
    display: none
}

.header-dark .header-logo-wrapper .logo-light {
    display: block
}

.header-dark .header-menu-links > li > a {
    color: #fff
}

.header-light {
    border-bottom: 1px solid #d1d9e2
}

    .header-light .header-logo-wrapper .logo-light {
        display: none
    }

    .header-light .header-logo-wrapper .logo-dark {
        display: block
    }

    .header-light .header-menu-links > li > a {
        color: #161C24
    }

.header-logo-wrapper {
    margin-left: 2rem
}

    .header-logo-wrapper .logo {
        max-width: 8rem;
        display: block;
        cursor: default
    }

@media (min-width: 768px) {
    .header-logo-wrapper {
        margin-left: 3rem;
        margin-right: auto
    }

        .header-logo-wrapper .logo {
            max-width: 10rem
        }
}

@media (min-width: 1200px) {
    .header-logo-wrapper {
        margin-left: auto
    }

        .header-logo-wrapper .logo {
            max-width: 12.5rem
        }
}

.overlay-header {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #161C24;
    opacity: 0.5;
    display: none
}

    .overlay-header.show-overlay {
        display: block
    }

@media (min-width: 1200px) {
    .overlay-header.show-overlay {
        display: none
    }
}

.header-menu {
    position: fixed;
    top: 80px;
    left: -100%;
    min-width: 20rem;
    height: calc(100vh - 80px);
    transition: left 0.2s ease;
    z-index: 2;
    padding: 0 2rem
}

@media (min-width: 1200px) {
    .header-menu {
        position: relative;
        top: 0;
        min-width: inherit;
        height: inherit;
        left: 0;
        transition: none;
        padding: 0
    }
}

.header-menu.header-menu-opened {
    left: 0
}

.header-dark .header-menu {
    background-color: #353940
}

@media (min-width: 1200px) {
    .header-dark .header-menu {
        background-color: transparent
    }
}

.header-light .header-menu {
    background-color: #fff
}

@media (min-width: 1200px) {
    .header-light .header-menu {
        background-color: transparent
    }
}

.header-menu-links {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex-direction: column;
    padding: 2rem 0
}

    .header-menu-links > li {
        padding: 1rem 0;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        position: relative
    }

        .header-menu-links > li:last-child {
            margin-right: 0
        }

        .header-menu-links > li::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            opacity: 0;
            width: 100%;
            height: 5px;
            background-color: #ffdc4a;
            transition: opacity 0.2s ease
        }

        .header-menu-links > li:hover::after,
        .header-menu-links > li.active::after {
            opacity: 1
        }

        .header-menu-links > li.non-clickable {
            cursor: default
        }

            .header-menu-links > li.non-clickable a {
                pointer-events: none
            }

            .header-menu-links > li.non-clickable:hover::after,
            .header-menu-links > li.non-clickable.active::after {
                opacity: 0
            }

        .header-menu-links > li > a {
            font-size: 1.2rem;
            text-decoration: none;
            font-weight: 700;
            text-transform: uppercase;
            position: relative;
            letter-spacing: 0.06rem
        }

@media (min-width: 1200px) {
    .header-menu-links {
        padding: 0;
        flex-direction: row
    }

        .header-menu-links > li {
            margin-right: 1.8rem;
            margin-bottom: 0;
            height: 80px;
            padding: 0
        }

            .header-menu-links > li > a {
                padding: 1rem 0
            }
}

@media (min-width: 1366px) {
    .header-menu-links > li {
        margin-right: 3rem
    }

        .header-menu-links > li > a {
            font-size: 1.4rem
        }
}

@media (min-width: 1720px) {
    .header-menu-links > li {
        margin-right: 5rem;
        height: 120px
    }

        .header-menu-links > li > a {
            font-size: 1.6rem
        }
}

.extra-menu {
    position: absolute;
    top: 1rem;
    right: 0;
    width: auto;
    padding: 1rem 2rem;
    height: 6rem
}

@media (min-width: 768px) {
    .extra-menu {
        top: 0;
        margin-left: 20rem;
        width: inherit;
        position: relative;
        padding: 0;
        height: auto
    }
}

.extra-menu-links {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    height: 100%
}

    .extra-menu-links > li {
        padding: 0 1.5rem;
        display: flex;
        align-items: center;
        transition: border 0.2s ease;
        position: relative
    }

@media (min-width: 768px) {
    .extra-menu-links > li {
        height: 80px
    }
}

@media (min-width: 1720px) {
    .extra-menu-links > li {
        height: 120px
    }
}

.extra-menu-links > li.border-0:before {
    display: none
}

.extra-menu-links > li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.1rem;
    height: 4rem;
    transform: translateY(-50%);
    transition: background 0.2s ease
}

@media (min-width: 1720px) {
    .extra-menu-links > li:before {
        height: 5rem
    }
}

.extra-menu-links > li:first-child {
    padding-left: 0
}

.extra-menu-links > li:last-child {
    padding-right: 0
}

    .extra-menu-links > li:last-child:before {
        display: none
    }

.extra-menu-links > li.language-dropdown-wrapper {
    display: flex;
    align-items: center
}

    .extra-menu-links > li.language-dropdown-wrapper .control-text {
        color: #fff;
        font-size: 1.4rem;
        margin-bottom: 0;
        margin-right: 1rem
    }

    .extra-menu-links > li.language-dropdown-wrapper .language-select {
        border: 1px solid #d1d9e2;
        border-radius: .4rem;
        background-color: #fff;
        color: #282f39;
        padding: 0 1.5rem;
        font-size: 1.4rem;
        text-transform: uppercase;
        line-height: 3.2rem;
        outline: none;
        box-shadow: none;
        padding-right: 3rem;
        display: flex;
        align-items: center
    }

        .extra-menu-links > li.language-dropdown-wrapper .language-select:after {
            content: "";
            border: none;
            height: 1.6rem;
            width: 1.6rem;
            background-image: url("../images/icons/down-arrow-grey.svg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 12px;
            right: 1rem;
            top: 50%;
            transform: translateY(-50%);
            position: absolute
        }

        .extra-menu-links > li.language-dropdown-wrapper .language-select:focus {
            box-shadow: none
        }

    .extra-menu-links > li.language-dropdown-wrapper .dropdown-menu {
        min-width: inherit;
        width: 100%;
        margin: 0
    }

        .extra-menu-links > li.language-dropdown-wrapper .dropdown-menu .dropdown-item {
            font-size: 1.4rem;
            color: #161C24;
            transition: background 0.2s ease, color 0.2s ease;
            display: flex;
            align-items: center
        }

            .extra-menu-links > li.language-dropdown-wrapper .dropdown-menu .dropdown-item img {
                width: 2rem;
                margin-right: 1rem
            }

            .extra-menu-links > li.language-dropdown-wrapper .dropdown-menu .dropdown-item span {
                font-size: 1.6rem;
                line-height: 1.3
            }

            .extra-menu-links > li.language-dropdown-wrapper .dropdown-menu .dropdown-item:hover {
                background-color: #e1e1e1
            }

.extra-menu-links > li.extra-menu-login .control-text {
    margin-left: 1rem
}

.extra-menu-links > li.font-size-panel a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.5rem
}

    .extra-menu-links > li.font-size-panel a svg {
        width: 2rem
    }

    .extra-menu-links > li.font-size-panel a:last-child {
        margin-right: 0
    }

.extra-menu-links > li.header-login .dropdown-login {
    width: 30rem;
    padding: 0;
    padding-top: 1rem;
    margin: 0
}

.extra-menu-links > li.header-login .sign-in-link {
    font-size: 1.4rem
}

@media (min-width: 576px) {
    .extra-menu-links > li.header-login .dropdown-login {
        width: 47rem
    }
}

@media (min-width: 1720px) {
    .extra-menu-links > li.header-login .dropdown-login {
        width: 51rem
    }
}

.extra-menu-links .icon-dropdown .dropdown-toggle {
    padding: 0;
    height: 100%;
    line-height: 80px;
    border: 0
}

    .extra-menu-links .icon-dropdown .dropdown-toggle::after {
        display: none
    }

    .extra-menu-links .icon-dropdown .dropdown-toggle svg {
        height: 100%;
        width: 1.4rem
    }

.extra-menu-links .icon-dropdown .dropdown-menu {
    box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2)
}

@media (min-width: 1200px) {
    .extra-menu-links .icon-dropdown .dropdown-toggle {
        height: 80px
    }
}

@media (min-width: 1720px) {
    .extra-menu-links .icon-dropdown .dropdown-toggle {
        line-height: 120px;
        height: 120px
    }

        .extra-menu-links .icon-dropdown .dropdown-toggle svg {
            width: 2.1rem
        }
}

.extra-menu-links .header-profile .dropdown-menu {
    margin: 0;
    border: 1px solid #e1e1e1;
    padding: 0
}

    .extra-menu-links .header-profile .dropdown-menu .dropdown-item {
        line-height: 1;
        padding: 1.5rem 2rem;
        display: block;
        font-size: 1.4rem;
        color: #282f39;
        width: 180px;
        outline: none;
        background-color: #fff;
        transition: background 0.2s ease;
        display: flex;
        align-items: center
    }

        .extra-menu-links .header-profile .dropdown-menu .dropdown-item:hover,
        .extra-menu-links .header-profile .dropdown-menu .dropdown-item:focus,
        .extra-menu-links .header-profile .dropdown-menu .dropdown-item:active {
            background-color: #e1e1e1
        }

        .extra-menu-links .header-profile .dropdown-menu .dropdown-item .item-text {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 1.4rem
        }

        .extra-menu-links .header-profile .dropdown-menu .dropdown-item .item-icon {
            margin-right: 1.5rem;
            width: 15px
        }

@media (min-width: 1720px) {
    .extra-menu-links .header-profile .dropdown-item {
        color: #282f39;
        padding: 1.6rem 2rem
    }
}

.extra-menu-links .header-notification .dropdown-menu {
    min-width: 300px;
    margin: 0;
    border: none;
    box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2)
}

    .extra-menu-links .header-notification .dropdown-menu .updates-wrapper {
        padding: 2rem
    }

    .extra-menu-links .header-notification .dropdown-menu .header-notification {
        padding: 1.5rem
    }

    .extra-menu-links .header-notification .dropdown-menu p {
        font-size: 1.4rem;
        line-height: 1.5
    }

    .extra-menu-links .header-notification .dropdown-menu .clear-all-link {
        background-color: #fff;
        color: #282f39;
        font-size: 1.4rem;
        line-height: 1;
        padding: 1rem;
        border-top: 1px solid #e1e1e1;
        text-transform: uppercase;
        display: block;
        text-align: center;
        transition: background 0.2s ease, color 0.2s ease
    }

        .extra-menu-links .header-notification .dropdown-menu .clear-all-link:hover {
            color: #fff;
            background-color: #282f39
        }

.extra-menu-links .header-notification .badge {
    border-radius: 50%;
    background-color: #ffdc4a;
    position: absolute;
    top: 22px;
    left: 5px;
    margin: 0;
    color: #282f39;
    border: 2px solid #fff;
    font-size: 1rem;
    height: 18px;
    width: 18px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 1720px) {
    .extra-menu-links .header-notification .dropdown-menu {
        min-width: 360px
    }

    .extra-menu-links .header-notification .clear-all-link {
        font-size: 1.4rem;
        line-height: 1;
        padding: 2rem
    }

    .extra-menu-links .header-notification .badge {
        top: 40px;
        left: 10px
    }
}

.extra-menu-links .icon-box {
    height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: middle
}

    .extra-menu-links .icon-box svg {
        display: block
    }

@media (min-width: 1720px) {
    .extra-menu-links .icon-box {
        height: 21px;
        width: 21px;
        display: inline-block;
        vertical-align: middle
    }

        .extra-menu-links .icon-box svg {
            display: block
        }

    .extra-menu-links li {
        padding-left: 2rem;
        height: 50px;
        line-height: 50px
    }

        .extra-menu-links li.language-dropdown-wrapper .control-text {
            color: #fff;
            font-size: 1.4rem;
            margin-bottom: 0;
            margin-right: 1rem
        }

        .extra-menu-links li.language-dropdown-wrapper .language-select {
            padding-left: 2rem;
            font-size: 1.6rem;
            line-height: 50px;
            padding-right: 3.5rem
        }
}

.social-login {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .social-login a {
        display: flex;
        align-items: center;
        border-radius: 10px;
        padding: 1rem;
        margin-right: 1.5rem;
        border: 1px solid #e1e1e1;
        height: 3.7rem
    }

        .social-login a img {
            width: 1.5rem;
            height: 1.5rem
        }

        .social-login a span {
            width: 8rem;
            overflow: visible;
            font-size: 1.4rem;
            /*transition: width 0.2s ease, overflow 0.2s ease, margin 0.2s ease;*/
            color: #161C24;
            font-weight: 700;
            margin-left: 1rem;
            text-transform: uppercase
        }

/*
        .social-login a:hover span {
            width: 8rem;
            overflow: visible;
            margin-left: 1rem
        }*/

.header-dark .extra-menu-links > li:before {
    background-color: #353940
}

.header-dark .extra-menu-links > li .control-text {
    color: #fff
}

.header-dark .extra-menu-links > li.font-size-panel a svg {
    fill: #fff
}

.header-dark .icon-box svg {
    fill: #b2b2b2
}

.header-dark svg {
    fill: #b2b2b2
}

.header-light .extra-menu-links > li:before {
    background-color: #d1d9e2
}

.header-light .extra-menu-links > li .control-text {
    color: #282f39
}

.header-light .icon-box svg {
    fill: #282f39
}

.header-light svg {
    fill: #282f39
}

.hamburger-button {
    width: 18px;
    height: 18px;
    display: block
}

    .hamburger-button .line {
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 8px;
        display: block;
        margin: 3px 0;
        transition: all 0.2s ease 0s
    }

    .hamburger-button.show-menu .line:nth-child(1) {
        transform: translateY(5px) rotate(45deg);
        -ms-transform: translateY(5px) rotate(45deg)
    }

    .hamburger-button.show-menu .line:nth-child(2) {
        opacity: 0
    }

    .hamburger-button.show-menu .line:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg);
        -ms-transform: translateY(-5px) rotate(-45deg)
    }

@media (min-width: 1200px) {
    .hamburger-button {
        display: none
    }
}

.header-dark .hamburger-button .line {
    background-color: #fff
}

.header-light .hamburger-button .line {
    background-color: #161C24
}

.accessibility-menu {
    width: 30rem;
    padding: 1rem 1.5rem
}

@media (min-width: 576px) {
    .accessibility-menu {
        width: 38rem;
        padding: 1rem 3rem
    }
}

.accessibility-item {
    display: flex;
    align-items: center;
    padding: 2rem 0;
    line-height: normal;
    border-bottom: 1px solid #e1e1e1
}

    .accessibility-item .accessibility-type-icon {
        width: 2rem
    }

    .accessibility-item .text {
        font-size: 1.4rem;
        margin-left: 1.5rem
    }

    .accessibility-item .accessibility-right-wrapper {
        margin-left: auto
    }

    .accessibility-item:last-child {
        border-bottom: none
    }

.font-resize-links {
    display: flex;
    align-items: center
}

    .font-resize-links a {
        border-radius: .4rem;
        border: 1px solid #e1e1e1;
        margin-right: 1rem;
        display: flex;
        align-items: center;
        padding: 0 1rem;
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        transition: border-color 0.3s ease 0s
    }

        .font-resize-links a.normal-font img {
            opacity: 1
        }

        .font-resize-links a img {
            width: 2rem;
            opacity: 0.3;
            transition: opacity 0.3s 0s
        }

        .font-resize-links a:last-child {
            margin-right: 0
        }

        .font-resize-links a:hover,
        .font-resize-links a:focus {
            border-color: black
        }

            .font-resize-links a:hover img,
            .font-resize-links a:focus img {
                opacity: 1
            }

.switch-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    line-height: 1;
    padding-left: 3rem
}

    .switch-wrapper input {
        opacity: 0;
        width: 0;
        height: 0
    }

    .switch-wrapper .slider {
        position: relative;
        cursor: pointer;
        height: 8px;
        width: 3rem;
        border-radius: .4rem;
        background-color: #e1e1e1;
        display: block;
        transition: background 0.2s ease
    }

        .switch-wrapper .slider:before {
            content: "";
            position: absolute;
            border-radius: 50%;
            height: 1.6rem;
            width: 1.6rem;
            left: 0;
            bottom: -4px;
            background: -webkit-linear-gradient(135deg, #fff, #282F39);
            background: -moz-linear-gradient(135deg, #fff, #282F39);
            background: -o-linear-gradient(135deg, #fff, #282F39);
            background: linear-gradient(135deg, #fff, #282F39);
            background: -ms-linear-gradient(135deg, #fff, #282F39);
            transition: 0.4s;
            transition: all 0.2s ease
        }

    .switch-wrapper input:checked + .slider:before {
        left: 1.5rem
    }

    .switch-wrapper input + .slider + .switch-text::before {
        content: "No";
        font-size: 1.2rem;
        font-family: "Lato", sans-serif;
        color: #161C24;
        position: absolute;
        position: absolute;
        left: 7px;
        top: 50%;
        transform: translateY(-50%);
        transition: content 0.2s ease
    }

    .switch-wrapper input:checked + .slider {
        background-color: #FFEDA4
    }

        .switch-wrapper input:checked + .slider:before {
            background: -webkit-linear-gradient(left, #ffdc4a, #ffab4a);
            background: -moz-linear-gradient(left, #ffdc4a, #ffab4a);
            background: -o-linear-gradient(left, #ffdc4a, #ffab4a);
            background: linear-gradient(left, #ffdc4a, #ffab4a);
            background: -ms-linear-gradient(left, #ffdc4a, #ffab4a)
        }

        .switch-wrapper input:checked + .slider + .switch-text::before {
            content: "Yes"
        }

.footer {
    background-color: #161C24;
    padding: 1.5rem 0
}

@media (min-width: 1720px) {
    .footer {
        padding: 3rem 0
    }
}

.footer-dark {
    background-color: #161C24
}

    .footer-dark .footer-links li a {
        color: #fff
    }

        .footer-dark .footer-links li a:hover {
            color: #ffdc4a
        }

    .footer-dark .copy-right-text {
        color: #fff
    }

.footer-light {
    background-color: #fff;
    border-top: 1px solid #d1d9e2
}

    .footer-light .copy-right-text {
        color: #282f39
    }

    .footer-light .footer-links li a {
        color: #161C24
    }

        .footer-light .footer-links li a:hover {
            color: #ffdc4a
        }

.copy-right-text {
    font-weight: 300;
    font-size: 1.4rem
}

@media (min-width: 768px) {
    .copy-right-text {
        font-size: 1.6rem
    }
}

.footer-links {
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 0.6rem;
    margin-bottom: 0
}

    .footer-links li {
        margin-right: 4.8rem
    }

        .footer-links li:last-child {
            margin-right: 0
        }

        .footer-links li a {
            text-transform: uppercase;
            font-weight: 700;
            display: block;
            font-size: 1.2rem;
            line-height: 1;
            text-decoration: none
        }

@media (min-width: 768px) {
    .footer-links li a {
        font-size: 1.4rem
    }
}

.footer-container {
    padding: 0 2rem;
    height: 100%
}

@media (min-width: 1200px) {
    .footer-container {
        padding: 0 3rem
    }
}

@media (min-width: 1720px) {
    .footer-container {
        padding: 0 10rem
    }
}

.wizard {
    position: relative
}

    .wizard .audible {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0
    }

    .wizard .stepper {
        position: absolute;
        top: 10rem;
        left: 2rem
    }

        .wizard .stepper h3 {
            font-size: 1.6rem
        }

@media (min-width: 1024px) {
    .wizard .stepper {
        top: 4rem;
        left: 4rem
    }

        .wizard .stepper h3 {
            font-size: 2rem
        }
}

.wizard .steps {
    position: relative;
    padding: 2rem 2rem 9rem;
    background: -webkit-linear-gradient(left, #fff, #FFFAE4);
    background: -moz-linear-gradient(left, #fff, #FFFAE4);
    background: -o-linear-gradient(left, #fff, #FFFAE4);
    background: linear-gradient(left, #fff, #FFFAE4);
    background: -ms-linear-gradient(left, #fff, #FFFAE4)
}

@media (min-width: 1024px) {
    .wizard .steps {
        padding: 3rem 4rem;
        min-height: 11rem
    }
}

.wizard .steps > ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0
}

    .wizard .steps > ul li {
        margin-right: 2rem
    }

        .wizard .steps > ul li:last-child {
            margin-right: 0 !important
        }

        .wizard .steps > ul li a {
            display: inline-block
        }

        .wizard .steps > ul li .bd-wizard-step-icon {
            width: 3.5rem;
            height: 3.5rem;
            border-radius: 50%;
            border: solid 0.1rem #ffdc4a;
            background-color: transparent;
            font-size: 1.4rem;
            line-height: 3.5rem;
            font-weight: 900;
            text-align: center;
            color: #000000
        }

            .wizard .steps > ul li .bd-wizard-step-icon .icon-abbr {
                display: none
            }

        .wizard .steps > ul li .bd-wizard-step-icon,
        .wizard .steps > ul li .step-detail {
            display: inline-block;
            vertical-align: middle
        }

        .wizard .steps > ul li .step-detail {
            display: none
        }

        .wizard .steps > ul li .bd-wizard-step-title {
            font-size: 1.2rem;
            font-weight: 900;
            color: #000000;
            margin-bottom: 0.3rem;
            text-transform: uppercase
        }

        .wizard .steps > ul li .bd-wizard-step-subtitle {
            font-size: 1.4rem;
            color: #000000;
            max-width: 17rem
        }

        .wizard .steps > ul li.current .bd-wizard-step-icon .number,
        .wizard .steps > ul li.done .bd-wizard-step-icon .number {
            display: none
        }

        .wizard .steps > ul li.current .bd-wizard-step-icon .icon-abbr,
        .wizard .steps > ul li.done .bd-wizard-step-icon .icon-abbr {
            display: inline-block;
            width: 100%;
            text-align: center
        }

        .wizard .steps > ul li.current .bd-wizard-step-icon {
            background-color: #ffdc4a
        }

            .wizard .steps > ul li.current .bd-wizard-step-icon .done-ico {
                display: none
            }

            .wizard .steps > ul li.current .bd-wizard-step-icon .current-ico {
                display: inline-block;
                width: 1.8rem;
                height: 1.3rem;
                margin-top: -0.6rem
            }

        .wizard .steps > ul li.current .step-detail {
            display: inline-block;
            position: absolute;
            right: 2rem;
            text-align: right;
            top: 8.4rem;
            max-width: 24rem
        }

        .wizard .steps > ul li.done .bd-wizard-step-icon {
            border-color: #00A88E;
            background-color: #00A88E
        }

            .wizard .steps > ul li.done .bd-wizard-step-icon .done-ico {
                display: inline-block;
                width: 1.8rem;
                height: 1.3rem;
                margin-top: -0.3rem
            }

            .wizard .steps > ul li.done .bd-wizard-step-icon .current-ico {
                display: none
            }

        .wizard .steps > ul li.done .step-detail {
            display: none
        }

@media (min-width: 576px) {
    .wizard .steps > ul li .bd-wizard-step-subtitle {
        max-width: none
    }
}

@media (min-width: 1024px) {
    .wizard .steps > ul {
        position: absolute;
        right: 4rem;
        list-style: none
    }

        .wizard .steps > ul li {
            margin-right: 3rem
        }

            .wizard .steps > ul li .bd-wizard-step-icon {
                width: 5rem;
                height: 5rem;
                font-size: 1.8rem;
                line-height: 5rem;
                margin-right: 1.1rem
            }

            .wizard .steps > ul li.current {
                margin-right: 5rem
            }

                .wizard .steps > ul li.current .step-detail {
                    display: inline-block;
                    position: relative;
                    right: auto;
                    text-align: left;
                    top: auto;
                    max-width: none
                }

                .wizard .steps > ul li.current .bd-wizard-step-icon .current-ico {
                    width: 2rem;
                    height: 1.5rem
                }

            .wizard .steps > ul li.done .bd-wizard-step-icon .done-ico {
                width: 2rem;
                height: 1.5rem
            }
}

.wizard .content {
    padding: 2rem 0 2rem 0;
    background-color: #fff;
    min-height: 40rem
}

    .wizard .content .title {
        display: none
    }

    .wizard .content .section-heading {
        font-weight: bold;
        color: #030303;
        margin-bottom: 2.2rem
    }

.wizard .actions {
    padding: 0 1.5rem 2rem;
    background-color: #fff;
    margin: 0 auto
}

@media (min-width: 1200px) {
    .wizard .actions {
        max-width: 117rem
    }
}

.wizard .actions > ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.5rem
}

.wizard .actions li a {
    font-size: 1.4rem;
    color: black;
    padding: 1.5rem 2rem;
    line-height: normal;
    font-weight: 900;
    border-radius: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s
}

    .wizard .actions li a:hover,
    .wizard .actions li a:focus,
    .wizard .actions li a:active {
        color: inherit;
        box-shadow: none !important
    }

@media (min-width: 1200px) {
    .wizard .actions li a {
        padding: 1.5rem 3rem
    }
}

@media (min-width: 1720px) {
    .wizard .actions li a {
        font-size: 1.6rem;
        padding: 1.8rem 3.8rem
    }
}

.wizard .actions li a[href^="#next"],
.wizard .actions li a[href^="#finish"],
.wizard .actions li a[href^="#previous"] {
    border: 0;
    position: relative
}

.wizard .actions li a[href^="#next"],
.wizard .actions li a[href^="#finish"] {
    background: -webkit-linear-gradient(left, #ffdc4a, #ffab4a);
    background: -moz-linear-gradient(left, #ffdc4a, #ffab4a);
    background: -o-linear-gradient(left, #ffdc4a, #ffab4a);
    background: linear-gradient(left, #ffdc4a, #ffab4a);
    background: -ms-linear-gradient(left, #ffdc4a, #ffab4a);
    border-radius: 0 0.4rem 0.4rem 0
}

    .wizard .actions li a[href^="#next"]::after,
    .wizard .actions li a[href^="#finish"]::after {
        content: "";
        display: inline-block;
        background-image: url("../images/icons/next-ico.svg");
        background-repeat: no-repeat;
        width: 1.6rem;
        height: 1.3rem;
        background-size: contain;
        vertical-align: middle;
        margin-left: 0.8rem
    }

.wizard .actions li:hover,
.wizard .actions li:focus,
.wizard .actions li:active {
    color: inherit;
    background: -webkit-linear-gradient(left, #ffdc4a, #ffab4a);
    background: -moz-linear-gradient(left, #ffdc4a, #ffab4a);
    background: -o-linear-gradient(left, #ffdc4a, #ffab4a);
    background: linear-gradient(left, #ffdc4a, #ffab4a);
    background: -ms-linear-gradient(left, #ffdc4a, #ffab4a)
}

.wizard .actions li.disabled {
    display: none
}

    .wizard .actions li.disabled > a {
        cursor: default;
        pointer-events: none
    }

    .wizard .actions li.disabled + li > a {
        border-radius: 0.4rem
    }

        .wizard .actions li.disabled + li > a[href^="#finish"] {
            border-radius: 0 0.4rem 0.4rem 0
        }

.wizard .actions a[href^="#previous"] {
    background-color: #f3f3f3;
    border-radius: 0.4rem 0 0 0.4rem
}

    .wizard .actions a[href^="#previous"]::before {
        content: "";
        display: inline-block;
        background-image: url("../images/icons/back-ico.svg");
        background-repeat: no-repeat;
        width: 1.6rem;
        height: 1.3rem;
        background-size: contain;
        vertical-align: middle;
        margin-right: 0.8rem
    }

    .wizard .actions a[href^="#previous"]:hover,
    .wizard .actions a[href^="#previous"]:focus,
    .wizard .actions a[href^="#previous"]:active {
        color: inherit;
        background-color: #f3f3f3 !important
    }

.permit-options {
    justify-content: space-between
}

@media (min-width: 768px) {
    .permit-options .permit-selection {
        margin-right: 1.5rem
    }
}

.permit-options.select-licence-plate {
    justify-content: flex-start
}

    .permit-options.select-licence-plate .permit-selection {
        width: auto;
        min-width: 0;
        max-width: none
    }

        .permit-options.select-licence-plate .permit-selection .custom-control-label {
            padding: 0.8rem 3rem;
            min-height: 3.4rem
        }

            .permit-options.select-licence-plate .permit-selection .custom-control-label::before {
                display: none
            }

        .permit-options.select-licence-plate .permit-selection .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
            display: none
        }

.permit-options.select-vehicles {
    justify-content: flex-start
}

    .permit-options.select-vehicles .permit-selection {
        margin-right: 2rem
    }

@media (min-width: 992px) {
    .permit-options.select-vehicles .permit-selection {
        min-width: 31.5%;
        max-width: 31.5%
    }
}

.permit-options.select-vehicles .permit-selection .custom-control-label {
    padding: 1.6rem 2rem;
    justify-content: start;
    align-items: flex-start
}

    .permit-options.select-vehicles .permit-selection .custom-control-label p {
        line-height: normal
    }

    .permit-options.select-vehicles .permit-selection .custom-control-label::before {
        display: none
    }

.permit-options.select-vehicles .permit-selection .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    display: none
}

@media (min-width: 1720px) {
    .permit-options.select-vehicles .permit-selection {
        margin-right: 3rem
    }
}

.permit-options.select-price {
    justify-content: flex-start
}

    .permit-options.select-price .permit-selection {
        margin: 1rem 1rem 1rem 0;
        width: auto;
        min-width: 8rem;
        max-width: none;
        display: inline-block
    }

        .permit-options.select-price .permit-selection .custom-control-label {
            padding: 1rem 2rem;
            justify-content: center;
            min-height: 3.6rem;
            align-items: center;
            text-align: center
        }

            .permit-options.select-price .permit-selection .custom-control-label p {
                line-height: normal
            }

            .permit-options.select-price .permit-selection .custom-control-label::before {
                display: none
            }

        .permit-options.select-price .permit-selection .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
            display: none
        }

@media (min-width: 1200px) {
    .permit-options.select-price .permit-selection {
        margin: 0 1rem 0 0;
        display: flex
    }
}

@media (min-width: 1720px) {
    .permit-options.select-price .permit-selection {
        margin: 0 3rem 0 0
    }
}

.permit-options.select-cards {
    justify-content: flex-start
}

    .permit-options.select-cards .permit-selection {
        margin-bottom: 2rem
    }

@media (min-width: 768px) {
    .permit-options.select-cards .permit-selection {
        min-width: 70%;
        max-width: 70%
    }
}

@media (min-width: 992px) {
    .permit-options.select-cards .permit-selection {
        min-width: 46%;
        max-width: 46%;
        margin-right: 3%;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .permit-options.select-cards .permit-selection {
        min-width: 40%;
        max-width: 40%
    }
}

.permit-options.select-cards .permit-selection .custom-control-label {
    padding: 1.6rem 2rem;
    justify-content: start;
    align-items: flex-start
}

    .permit-options.select-cards .permit-selection .custom-control-label p {
        line-height: normal
    }

    .permit-options.select-cards .permit-selection .custom-control-label::before {
        display: none
    }

@media (min-width: 1200px) {
    .permit-options.select-cards .permit-selection .custom-control-label {
        padding: 1.5rem
    }
}

@media (min-width: 1720px) {
    .permit-options.select-cards .permit-selection .custom-control-label {
        padding: 1.6rem 2rem
    }
}

.permit-options.select-cards .permit-selection .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    display: none
}

@media (min-width: 1720px) {
    .permit-options.select-cards .permit-selection {
        margin-right: 3rem
    }
}

.permit-options.select-cards.innertabs .permit-selection {
    margin-bottom: 1rem;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0
}

@media (min-width: 1024px) {
    .permit-options.select-cards.innertabs .permit-selection {
        min-width: 47%;
        max-width: 47%;
        margin-right: 1.5rem
    }
}

@media (min-width: 1200px) {
    .permit-options.select-cards.innertabs .permit-selection {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0
    }
}

.permit-selection {
    text-align: center;
    width: 100%;
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .permit-selection {
        min-width: 48%;
        max-width: 48%;
        margin-right: 1.5%
    }
}

@media (min-width: 992px) {
    .permit-selection {
        min-width: 31.5%;
        max-width: 31.5%
    }
}

@media (min-width: 1200px) {
    .permit-selection {
        min-width: 23.5%;
        max-width: 23.5%
    }
}

.permit-selection .custom-control {
    padding-left: 0
}

    .permit-selection .custom-control input[type="radio"]:active,
    .permit-selection .custom-control input[type="radio"]:focus {
        outline: none
    }

.permit-selection .custom-control-label {
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: black;
    border: solid 0.1rem #e1e1e1;
    border-radius: 0.4rem;
    cursor: pointer;
    width: 100%;
    min-height: 7rem;
    align-items: center;
    justify-content: center;
    display: flex
}

    .permit-selection .custom-control-label:before {
        display: none
    }

    .permit-selection .custom-control-label:after {
        left: 0;
        display: none
    }

    .permit-selection .custom-control-label p {
        margin: 0.2rem 0
    }

.permit-selection .custom-radio .custom-control-input:checked ~ .custom-control-label {
    border-color: #ffdc4a;
    background-color: #FFFAE4
}

    .permit-selection .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
        content: "";
        display: none
    }

.payment-permits .permit-selection {
    min-width: 0;
    max-width: none
}

.permit-header {
    padding: 2rem 0
}

@media (min-width: 1720px) {
    .permit-header {
        padding: 2.5rem 0
    }
}

.status-text {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700
}

    .status-text.status-green {
        color: #00A88E
    }

    .status-text.status-yellow {
        color: #C19C00
    }

    .status-text.status-red {
        color: #F51515
    }

    .status-text.status-gray {
        color: #282F39
    }

.map-location {
    width: 97%;
    margin-bottom: 2rem
}

.application-header {
    padding: 1.8rem 2rem;
    position: relative;
    border: solid 0.1rem #e1e1e1;
    border-left: solid 0.5rem #ffdc4a;
    background: -webkit-linear-gradient(left, #fff, #FFFAE4);
    background: -moz-linear-gradient(left, #fff, #FFFAE4);
    background: -o-linear-gradient(left, #fff, #FFFAE4);
    background: linear-gradient(left, #fff, #FFFAE4);
    background: -ms-linear-gradient(left, #fff, #FFFAE4)
}

    .application-header .application-header-left {
        margin-right: auto;
        margin-bottom: 2rem
    }

        .application-header .application-header-left h3 {
            font-weight: 700;
            margin-bottom: 0.5rem
        }

        .application-header .application-header-left .status-text span {
            font-size: 1.2rem;
            color: #282f39;
            text-transform: none;
            vertical-align: top;
            line-height: normal;
            display: inline-block
        }

            .application-header .application-header-left .status-text span:before {
                content: "|";
                padding-left: 2rem;
                margin-right: 2rem
            }

    .application-header .application-header-right button + button {
        margin-left: 0.8rem
    }

    .application-header .application-header-right .date-figure {
        border-left: solid 0.2rem #ffdc4a;
        padding: 0.3rem 2rem;
        font-size: 1.6rem;
        font-weight: 700;
        color: black;
        display: inline-block;
        margin-right: 6rem;
        margin-bottom: 2rem
    }

        .application-header .application-header-right .date-figure p {
            line-height: normal
        }

            .application-header .application-header-right .date-figure p.small-text {
                font-size: 1.2rem;
                font-weight: 400;
                color: #b2b2b2;
                margin-bottom: 0.2rem
            }

@media (min-width: 992px) {
    .application-header .application-header-left {
        margin-bottom: 0
    }

    .application-header .application-header-right .date-figure {
        margin-right: 2rem;
        margin-bottom: 0
    }
}

@media (min-width: 1366px) {
    .application-header {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

@media (min-width: 1024px) {
    .application-header .application-header-right .date-figure {
        margin-right: 3rem
    }
}

@media (min-width: 1200px) {
    .application-header .application-header-right .date-figure {
        align-self: center
    }
}

@media (min-width: 1366px) {
    .application-header .application-header-right .date-figure {
        margin-right: 5rem
    }
}

@media (min-width: 1720px) {
    .application-header {
        padding: 3rem 5rem
    }
}

.permit-information {
    padding: 2rem 0 0
}

    .permit-information h4 {
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: 1.5rem
    }

    .permit-information .permit-tile-info {
        margin-bottom: 0;
        border: 0
    }

        .permit-information .permit-tile-info.highlight-block {
            padding: 2.5rem;
            border: solid 0.1rem #ffdc4a;
            background-color: #FFFDF6
        }

        .permit-information .permit-tile-info .total-block {
            margin: 1.5rem -2.5rem -2.5rem;
            padding: 1.5rem 2.5rem;
            background-color: #FFF6D4
        }

            .permit-information .permit-tile-info .total-block p {
                font-weight: normal;
                font-size: 1.2rem;
                margin-bottom: 0
            }

    .permit-information .permit-tile-info {
        border: solid 0.1rem #e1e1e1;
        border-left: solid 0.3rem #ffdc4a;
        padding: 1.2rem 2rem;
        width: 100%;
        white-space: normal;
        word-break: break-all;
        word-wrap: break-word;
        margin-bottom: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

        .permit-information .permit-tile-info p {
            color: black;
            font-size: 1.4rem;
            font-weight: 700;
            line-height: normal
        }

            .permit-information .permit-tile-info p.small-text {
                font-size: 1.2rem;
                font-weight: 400;
                margin-bottom: 0.2rem
            }

@media (min-width: 576px) {
    .permit-information .permit-tile-info {
        min-width: 47%;
        max-width: 47%;
        margin-right: 1.5rem
    }

        .permit-information .permit-tile-info:nth-child(2) {
            margin-right: 0
        }

        .permit-information .permit-tile-info:nth-child(3) {
            margin-right: 1.5rem
        }

        .permit-information .permit-tile-info.bigger-tile-info {
            min-width: 96.5%;
            max-width: 96.5%;
            margin-right: 0
        }
}

@media (min-width: 768px) {
    .permit-information .permit-tile-info {
        min-width: 31.5%;
        max-width: 31.5%;
        margin-right: 1.5rem
    }

        .permit-information .permit-tile-info:nth-child(2) {
            margin-right: 1.5rem
        }

        .permit-information .permit-tile-info:nth-child(3) {
            margin-right: 0
        }

        .permit-information .permit-tile-info.bigger-tile-info {
            min-width: 65.5%;
            max-width: 65.5%;
            margin-right: 0
        }
}

@media (min-width: 1200px) {
    .permit-information .permit-tile-info {
        min-width: 32%;
        max-width: 32%
    }
}

@media (min-width: 1366px) {
    .permit-information .permit-tile-info {
        min-width: 32.2%;
        max-width: 32.2%
    }

        .permit-information .permit-tile-info.bigger-tile-info {
            min-width: 66%;
            max-width: 66%
        }
}

@media (min-width: 1720px) {
    .permit-information {
        padding: 3rem 0
    }

        .permit-information h4 {
            margin-bottom: 2rem
        }

        .permit-information .permit-information {
            margin-bottom: 2rem
        }
}

.map-block {
    margin-bottom: 2rem
}

    .map-block img {
        width: 100%
    }

@media (min-width: 1720px) {
    .map-block {
        margin-bottom: 3rem
    }
}

.document-section {
    background-color: #f9f9f9;
    border: solid 0.1rem #e1e1e1;
    border-radius: 0.4rem;
    padding: 2rem
}

    .document-section .initial {
        display: inline-block;
        width: 4.5rem;
        height: 4.5rem;
        margin-right: 1.5rem;
        background-color: #ffdc4a;
        line-height: 4.5rem;
        text-align: center;
        font-size: 1.4rem;
        font-weight: 900
    }

    .document-section .media {
        font-size: 1.2rem;
        align-items: center;
        margin-bottom: 1.5rem
    }

        .document-section .media.location-details .initial {
            margin-right: 1.2rem;
            width: 3.5rem;
            height: 3.5rem;
            line-height: 3.5rem
        }

            .document-section .media.location-details .initial img {
                max-width: 1.5rem;
                max-height: 1.5rem
            }

        .document-section .media.location-details p {
            font-size: 1.2rem;
            margin: 0;
            color: #282f39
        }

        .document-section .media:last-child {
            margin-bottom: 0
        }

@media (min-width: 992px) {
    .document-section .media h4 {
        font-size: 1.4rem
    }
}

@media (min-width: 1366px) {
    .document-section .media h4 {
        font-size: 1.6rem
    }
}

@media (min-width: 1720px) {
    .document-section {
        padding: 3rem
    }

        .document-section .initial {
            width: 5rem;
            height: 5rem;
            margin-right: 2rem;
            line-height: 5rem
        }

        .document-section .media {
            margin-bottom: 2rem
        }
}

.types-permit h3 {
    font-weight: 700;
    margin-bottom: 2rem
}

.types-permit .steps-documents {
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

    .types-permit .steps-documents .document-section {
        background-color: transparent;
        border: 0;
        padding: 0;
        position: relative
    }

        .types-permit .steps-documents .document-section h3 {
            margin-bottom: 1.5rem
        }

        .types-permit .steps-documents .document-section p {
            font-size: 1.4rem
        }

        .types-permit .steps-documents .document-section .media {
            padding: 1rem;
            border: solid 0.1rem #e1e1e1;
            border-radius: 0.4rem;
            margin-bottom: 1rem
        }

            .types-permit .steps-documents .document-section .media.selected {
                border-color: #ffdc4a;
                background: rgba(255, 220, 74, 0.2) url("../images/icons/check-ico.svg") no-repeat 97% center
            }

        .types-permit .steps-documents .document-section .or-section {
            position: absolute;
            top: -2.5rem;
            border-top: solid 0.1rem #e1e1e1;
            height: 0.1rem;
            width: 100%;
            display: block
        }

            .types-permit .steps-documents .document-section .or-section:before {
                content: "Or";
                position: absolute;
                top: 50%;
                left: 50%;
                color: #b2b2b2;
                font-size: 2rem;
                background-color: white;
                padding: 0.5rem;
                margin-left: -1.7rem;
                margin-top: -1.9rem
            }

@media (min-width: 768px) {
    .types-permit .steps-documents .document-section .or-section {
        left: -0.5rem;
        top: 3.5rem;
        border-left: solid 0.1rem #e1e1e1;
        height: 80%;
        width: 0.1rem;
        display: inline-block
    }

        .types-permit .steps-documents .document-section .or-section:before {
            content: "Or";
            position: absolute;
            top: 50%;
            margin-top: -1.7rem
        }
}

.types-permit .steps-documents .document-section .upload-doc-box {
    height: 12rem;
    border: solid 0.1rem #e1e1e1;
    border-radius: 0.4rem;
    cursor: pointer
}

    .types-permit .steps-documents .document-section .upload-doc-box .upload-doc-box-content img {
        margin: 0 1.5rem 0;
        max-width: 3rem;
        display: inline-block
    }

    .types-permit .steps-documents .document-section .upload-doc-box .upload-doc-box-content p {
        display: inline-block;
        line-height: 2.2rem
    }

@media (min-width: 1720px) {
    .types-permit .steps-documents {
        margin-top: 3rem
    }

        .types-permit .steps-documents .document-section h3 {
            margin-bottom: 2rem
        }
}

.types-permit .other-details .form-custom-group {
    margin: 2rem 0
}

.service-offer .custom-control.custom-radio {
    margin-right: 1.5rem;
    padding-left: 0
}

    .service-offer .custom-control.custom-radio input:checked ~ .custom-control-label {
        background-color: #ffdc4a
    }

    .service-offer .custom-control.custom-radio .custom-control-label {
        width: 4rem;
        height: 4rem;
        line-height: 3.5rem;
        text-align: center;
        cursor: pointer;
        background-color: #f3f3f3
    }

        .service-offer .custom-control.custom-radio .custom-control-label::before,
        .service-offer .custom-control.custom-radio .custom-control-label::after {
            display: none
        }

.confirmaion-block {
    display: none;
    text-align: center;
    max-width: 64rem;
    margin: 0 auto
}

    .confirmaion-block h3 {
        font-size: 2.4rem
    }

    .confirmaion-block .img-block {
        margin: 4rem 0
    }

.payemnt-review table td {
    padding: 1.5rem
}

.payemnt-review table .total {
    font-size: 2.1rem;
    font-weight: 900
}

@media (min-width: 1024px) {
    .payemnt-review table {
        height: 40rem
    }

        .payemnt-review table td {
            padding: 1.8rem 2rem
        }

        .payemnt-review table .total {
            font-size: 2.4rem;
            font-weight: 900
        }
}

@media (min-width: 1200px) {
    .payemnt-review table td {
        padding: 1.8rem 2rem
    }

    .payemnt-review table .total {
        font-size: 2.4rem;
        font-weight: 900
    }
}

.inbuilt-opion {
    display: none
}

    .inbuilt-opion .small-form {
        position: relative;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: stretch
    }

    .inbuilt-opion .form-input-area input[type="text"] {
        border: solid 0.1rem white;
        border-radius: 0.4rem 0.4rem 0 0;
        line-height: 4.5rem;
        background-color: #fff;
        display: block;
        width: 100%;
        padding: 0 2.5rem;
        transition: border-color 0.3s ease 0s
    }

        .inbuilt-opion .form-input-area input[type="text"]:focus {
            outline-offset: 0;
            outline: none;
            border-color: black
        }

    .inbuilt-opion .btn {
        width: 100%
    }

@media (min-width: 768px) {
    .inbuilt-opion .small-form {
        max-width: 50rem;
        display: flex;
        flex-direction: row;
        justify-content: center
    }

    .inbuilt-opion .form-input-area input[type="text"] {
        border-radius: 0.4rem 0 0 0.4rem
    }

    .inbuilt-opion .btn {
        width: inherit;
        border-radius: 0 0.4rem 0.4rem 0
    }
}

@media (min-width: 1720px) {
    .inbuilt-opion .form-input-area input[type="text"] {
        border-radius: 0 0.4rem 0.4rem 0;
        line-height: 5.5rem
    }
}

.vertical-tabs-wallet {
    padding-bottom: 3rem
}

    .vertical-tabs-wallet .sidepanel-tab {
        border: solid 0.1rem #e1e1e1;
        border-radius: 0.4rem;
        background-color: #fff;
        box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.05)
    }

    .vertical-tabs-wallet .sidepanel-tab {
        height: 100%
    }

        .vertical-tabs-wallet .sidepanel-tab .nav-pills {
            justify-content: space-between;
            border-bottom: solid 0.1rem #e1e1e1
        }

            .vertical-tabs-wallet .sidepanel-tab .nav-pills .nav-link {
                line-height: normal;
                padding: 1.3rem 1.5rem;
                font-size: 1.4rem;
                font-weight: 700;
                border-radius: 0;
                position: relative;
                border-bottom: solid 0.3rem transparent;
                transition: background 0.3s ease, border 0.3s ease
            }

                .vertical-tabs-wallet .sidepanel-tab .nav-pills .nav-link:hover {
                    color: black
                }

                .vertical-tabs-wallet .sidepanel-tab .nav-pills .nav-link.active {
                    background: -webkit-linear-gradient(top, #fff, #FFFAE4);
                    background: -moz-linear-gradient(top, #fff, #FFFAE4);
                    background: -o-linear-gradient(top, #fff, #FFFAE4);
                    background: linear-gradient(top, #fff, #FFFAE4);
                    background: -ms-linear-gradient(top, #fff, #FFFAE4);
                    border-bottom-color: #ffdc4a;
                    color: black
                }

@media (min-width: 768px) {
    .vertical-tabs-wallet .sidepanel-tab {
        padding: 1rem 0;
        margin: 0 0 2rem;
        min-height: calc(100vh - 27rem)
    }

        .vertical-tabs-wallet .sidepanel-tab .nav-pills {
            border-bottom: 0
        }

            .vertical-tabs-wallet .sidepanel-tab .nav-pills .nav-link {
                padding: 1.3rem 3rem 1.3rem 1.5rem;
                border-left: solid 0.3rem transparent;
                border-bottom: 0;
                margin-bottom: 0.3rem;
                width: 100%
            }

                .vertical-tabs-wallet .sidepanel-tab .nav-pills .nav-link.active {
                    background: -webkit-linear-gradient(right, #fff, #FFFAE4);
                    background: -moz-linear-gradient(right, #fff, #FFFAE4);
                    background: -o-linear-gradient(right, #fff, #FFFAE4);
                    background: linear-gradient(right, #fff, #FFFAE4);
                    background: -ms-linear-gradient(right, #fff, #FFFAE4);
                    border-left-color: #ffdc4a
                }

                .vertical-tabs-wallet .sidepanel-tab .nav-pills .nav-link::after {
                    content: "";
                    position: absolute;
                    right: 1.5rem;
                    border-top: 0.8rem solid transparent;
                    border-bottom: 0.8rem solid transparent;
                    border-left: 0.8rem solid #b2b2b2;
                    vertical-align: middle
                }
}

@media (min-width: 1024px) {
    .vertical-tabs-wallet .sidepanel-tab {
        margin: 0 0 3rem
    }

        .vertical-tabs-wallet .sidepanel-tab .nav-pills .nav-link {
            padding: 1.9rem 4rem 1.9rem 2rem
        }

            .vertical-tabs-wallet .sidepanel-tab .nav-pills .nav-link::after {
                content: "";
                position: absolute;
                right: 2rem
            }
}

.vertical-tabs-wallet .wallet-content-tab .box-panel {
    padding: 2rem;
    box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.05)
}

    .vertical-tabs-wallet .wallet-content-tab .box-panel .box-panel-header {
        margin-bottom: 2rem
    }

@media (min-width: 1720px) {
    .vertical-tabs-wallet .wallet-content-tab .box-panel {
        padding: 3rem
    }

        .vertical-tabs-wallet .wallet-content-tab .box-panel .box-panel-header {
            margin-bottom: 3rem
        }
}

.vertical-tabs-wallet .wallet-content-tab .citybuck-tile {
    border: solid 0.1rem #e1e1e1;
    border-left: solid 0.3rem #ffdc4a;
    padding: 1.2rem 2rem;
    width: 100%;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center
}

    .vertical-tabs-wallet .wallet-content-tab .citybuck-tile p {
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: 0
    }

        .vertical-tabs-wallet .wallet-content-tab .citybuck-tile p.small-text {
            font-size: 1.2rem
        }

@media (min-width: 768px) {
    .vertical-tabs-wallet .wallet-content-tab .citybuck-tile {
        min-width: 30%;
        max-width: 30%
    }
}

@media (min-width: 1024px) {
    .vertical-tabs-wallet .wallet-content-tab .citybuck-tile {
        min-width: 30%;
        max-width: 30%
    }
}

@media (min-width: 1200px) {
    .vertical-tabs-wallet .wallet-content-tab .citybuck-tile {
        min-width: 30%;
        max-width: 30%
    }
}

@media (min-width: 1720px) {
    .vertical-tabs-wallet .wallet-content-tab .citybuck-tile {
        min-width: 30%;
        max-width: 30%
    }
}

.vertical-tabs-wallet .wallet-content-tab .payment-tab-separator {
    border-bottom: solid 0.1rem #e1e1e1;
    padding-bottom: 2rem;
    margin-bottom: 2rem
}

@media (min-width: 1200px) {
    .vertical-tabs-wallet .wallet-content-tab .payment-tab-separator {
        border-bottom: 0;
        margin-bottom: 0;
        border-right: solid 0.1rem #e1e1e1
    }
}

@media (min-width: 1720px) {
    .vertical-tabs-wallet .wallet-content-tab .payment-tab-separator {
        padding-right: 2.5rem
    }
}

.vertical-tabs-wallet .wallet-content-tab .custom-vertical-tabs {
    display: none
}

    .vertical-tabs-wallet .wallet-content-tab .custom-vertical-tabs .tab-wrapper .tab-content {
        padding: 2rem
    }

@media (min-width: 1720px) {
    .vertical-tabs-wallet .wallet-content-tab .custom-vertical-tabs .tab-wrapper .tab-content .innertabs {
        padding-left: 1rem
    }
}

.vertical-tabs-wallet .wallet-content-tab .payment-confirmation {
    display: none
}

    .vertical-tabs-wallet .wallet-content-tab .payment-confirmation img {
        max-width: 7.5rem;
        max-height: 7.5rem
    }

.vertical-tabs-wallet .wallet-content-tab .payment-confirmation-detail {
    padding: 3rem 2.5rem;
    min-height: 18rem
}

    .vertical-tabs-wallet .wallet-content-tab .payment-confirmation-detail h3 {
        font-size: 2rem;
        font-weight: 700
    }

    .vertical-tabs-wallet .wallet-content-tab .payment-confirmation-detail p {
        font-size: 1.5rem;
        font-weight: 700
    }

@media (min-width: 1200px) {
    .vertical-tabs-wallet .wallet-content-tab .payment-confirmation-detail {
        padding: 3rem 1.5rem
    }
}

@media (min-width: 1720px) {
    .vertical-tabs-wallet .wallet-content-tab .payment-confirmation-detail {
        padding: 5rem;
        min-height: 25rem
    }

        .vertical-tabs-wallet .wallet-content-tab .payment-confirmation-detail h3 {
            font-size: 2.4rem
        }

        .vertical-tabs-wallet .wallet-content-tab .payment-confirmation-detail p {
            font-size: 1.8rem
        }
}

.vertical-tabs-wallet .citybucks-balance h1 {
    font-size: 3.5rem;
    color: white;
    margin: 0;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle
}

.vertical-tabs-wallet .citybucks-balance .citybucks-left {
    background: -webkit-linear-gradient(top, #1C2128, #282F39);
    background: -moz-linear-gradient(top, #1C2128, #282F39);
    background: -o-linear-gradient(top, #1C2128, #282F39);
    background: linear-gradient(top, #1C2128, #282F39);
    background: -ms-linear-gradient(top, #1C2128, #282F39);
    border-radius: 0.4rem 0 0 0.4rem;
    padding: 2rem 3rem;
    color: white
}

    .vertical-tabs-wallet .citybucks-balance .citybucks-left .rokerico {
        display: inline-block;
        vertical-align: middle;
        width: 4rem;
        height: 4rem;
        line-height: 3.7rem;
        margin-right: 1rem;
        text-align: center;
        background-color: #ffdc4a;
        border-radius: 50%
    }

        .vertical-tabs-wallet .citybucks-balance .citybucks-left .rokerico img {
            max-width: 1.2rem;
            max-height: 2.5rem
        }

    .vertical-tabs-wallet .citybucks-balance .citybucks-left .citybuck-text {
        color: #ffdc4a;
        font-size: 1.2rem;
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: 0.5rem;
        margin-left: 0.5rem;
        font-weight: 400;
        text-transform: uppercase
    }

.vertical-tabs-wallet .citybucks-balance .btn-floating {
    width: 4rem;
    height: 4rem;
    line-height: 3.7rem
}

    .vertical-tabs-wallet .citybucks-balance .btn-floating img {
        width: 1.6rem;
        height: 1.6rem;
        margin-bottom: 0.3rem
    }

@media (min-width: 1200px) {
    .vertical-tabs-wallet .citybucks-balance h1 {
        font-size: 3.2rem
    }
}

@media (min-width: 1720px) {
    .vertical-tabs-wallet .citybucks-balance h1 {
        font-size: 4.8rem;
        color: white
    }

    .vertical-tabs-wallet .citybucks-balance .citybucks-left {
        padding: 3rem 5rem
    }

        .vertical-tabs-wallet .citybucks-balance .citybucks-left .rokerico {
            width: 5rem;
            height: 5rem;
            line-height: 5rem
        }

            .vertical-tabs-wallet .citybucks-balance .citybucks-left .rokerico img {
                max-width: 1.5rem;
                max-height: 3rem
            }

        .vertical-tabs-wallet .citybucks-balance .citybucks-left .citybuck-text {
            font-size: 1.4rem
        }

    .vertical-tabs-wallet .citybucks-balance .btn-floating {
        width: 5rem;
        height: 5rem;
        line-height: 5rem
    }

        .vertical-tabs-wallet .citybucks-balance .btn-floating img {
            width: 1.6rem;
            height: 1.6rem
        }
}

.vertical-tabs-wallet .img-block {
    width: 6rem;
    height: 6rem;
    line-height: 5.8rem;
    text-align: center;
    background-color: #f9f9f9
}

    .vertical-tabs-wallet .img-block img {
        max-width: 3.6rem;
        max-height: 2.5rem
    }

.vertical-tabs-wallet.back-office-vertical-tab .sidepanel-tab .nav-pills .nav-link:after {
    transition: 0.3s border ease
}

.vertical-tabs-wallet.back-office-vertical-tab .sidepanel-tab .nav-pills .nav-link.active {
    background: #ffdc4a;
    border-left-color: #C19C00
}

    .vertical-tabs-wallet.back-office-vertical-tab .sidepanel-tab .nav-pills .nav-link.active:after {
        border-left-color: #C19C00
    }

.home-page-banner {
    background: transparent linear-gradient(180deg, #1c2128 0%, var(--unnamed-color-282f39) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #1c2128 0%, #282f39 100%) 0% 0% no-repeat padding-box;
    padding: 5rem 2rem;
    position: relative
}

    .home-page-banner .home-page-banner-main {
        overflow: hidden;
        height: 100%;
        position: relative
    }

    .home-page-banner h1 {
        color: #fff;
        font-weight: 900;
        margin-bottom: 2rem
    }

    .home-page-banner p {
        line-height: 1.5;
        color: #fff;
        font-weight: 300
    }

    .home-page-banner .banner-app-design,
    .home-page-banner .bg-banner-img {
        display: none
    }

        .home-page-banner .bg-banner-img img {
            width: 100%
        }

@media (min-width: 768px) {
    .home-page-banner {
        height: 30rem;
        padding: 0
    }

        .home-page-banner .home-page-banner-container {
            height: 100%;
            display: flex;
            align-items: center;
            vertical-align: middle;
            justify-content: center
        }
}

@media (min-width: 1200px) {
    .home-page-banner {
        height: calc(100vh - 80px);
        margin-bottom: 7rem
    }

        .home-page-banner p {
            font-size: 2rem;
            margin-bottom: 2rem
        }

        .home-page-banner .banner-app-design {
            position: absolute;
            width: 60rem;
            bottom: -15rem;
            left: -29rem;
            pointer-events: none;
            display: block
        }

        .home-page-banner .bg-banner-img {
            position: absolute;
            width: 50rem;
            top: -12rem;
            right: -20rem;
            pointer-events: none;
            display: block
        }
}

@media (min-width: 1720px) {
    .home-page-banner {
        height: 900px
    }

        .home-page-banner .home-page-banner-container {
            justify-content: flex-start
        }

        .home-page-banner .home-page-banner-content {
            max-width: 66.66%;
            flex: 0 0 66.66%
        }

        .home-page-banner h1 {
            margin-bottom: 3rem
        }

        .home-page-banner p {
            font-size: 2.4rem;
            margin-bottom: 3rem
        }

        .home-page-banner .banner-app-design {
            width: 84rem;
            bottom: -11rem;
            left: -44rem
        }

        .home-page-banner .bg-banner-img {
            width: 84rem;
            top: -21rem
        }
}

.set-profile-section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden
}

    .set-profile-section .round-layer-left {
        display: none
    }

    .set-profile-section h2 {
        font-size: 3.2rem;
        line-height: 1.03;
        font-weight: 700;
        margin-bottom: 30px;
        color: #000
    }

@media (min-width: 1200px) {
    .set-profile-section h2 {
        font-size: 5.2rem
    }
}

@media (min-width: 1720px) {
    .set-profile-section h2 {
        font-size: 6.2rem
    }
}

@media (min-width: 768px) {
    .set-profile-section .round-layer-left {
        pointer-events: none;
        z-index: 1;
        position: absolute;
        height: 25rem;
        width: 25rem;
        top: -15rem;
        left: -5rem;
        display: block
    }
}

@media (min-width: 1200px) {
    .set-profile-section {
        padding: 10rem 0
    }
}

@media (min-width: 1720px) {
    .set-profile-section {
        padding: 1.5rem 0;
        height: calc(100vh - 12rem)
    }

        .set-profile-section .round-layer-left {
            height: 40rem;
            width: 40rem;
            top: -20rem;
            left: -10rem
        }
}

.set-profile-content p {
    line-height: 24px;
    color: #000;
    margin-bottom: 3rem
}

.pay-parking-section {
    padding: 6rem 0;
    background-image: url("../images/pay-parking-bg.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

    .pay-parking-section h2 {
        font-size: 3.2rem;
        line-height: 1.03;
        font-weight: 700;
        margin-bottom: 3rem;
        color: #000
    }

@media (min-width: 1200px) {
    .pay-parking-section h2 {
        font-size: 5.2rem
    }
}

@media (min-width: 1720px) {
    .pay-parking-section h2 {
        font-size: 6.2rem
    }
}

@media (min-width: 768px) {
    .pay-parking-section {
        height: 40rem
    }
}

@media (min-width: 1200px) {
    .pay-parking-section {
        padding: 7rem 0;
        height: 50rem
    }
}

@media (min-width: 1720px) {
    .pay-parking-section {
        padding: 10rem 0;
        height: 66.5rem
    }
}

.pay-parking-content {
    text-align: center;
    padding: 0 3rem;
    max-width: 97rem;
    margin: 0 auto
}

    .pay-parking-content .icon-box {
        height: 7rem;
        width: 7rem;
        margin: 0 auto 3rem
    }

    .pay-parking-content h2 {
        margin-bottom: 3rem;
        color: #161C24
    }

    .pay-parking-content p {
        color: #161C24;
        line-height: 24px;
        font-weight: 300;
        margin-bottom: 3rem
    }

@media (min-width: 1200px) {
    .pay-parking-content .icon-box {
        height: 10rem;
        width: 10rem
    }
}

.chat-panel-wrapper {
    width: 5.5rem;
    height: 5.5rem;
    position: fixed;
    bottom: 0;
    right: 2rem;
    z-index: 2;
    background-color: #ffdc4a;
    border-radius: 50%;
    box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2);
    transition: bottom 0.2s ease
}

    .chat-panel-wrapper a {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .chat-panel-wrapper span {
        display: none
    }

    .chat-panel-wrapper img {
        width: 2.4rem
    }

@media (min-width: 768px) {
    .chat-panel-wrapper {
        width: 21rem;
        height: 5.5rem;
        right: 5rem;
        background-image: url("../images/chat-box-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none
    }

        .chat-panel-wrapper a {
            font-size: 1.4rem;
            color: #161C24;
            font-weight: 900
        }

            .chat-panel-wrapper a span {
                display: block
            }

            .chat-panel-wrapper a img {
                margin-right: 1rem;
                width: 1.6rem
            }
}

.activiy-logs-wrapper {
    border-radius: .4rem;
    border: 1px solid #e1e1e1;
    padding: 2rem
}

    .activiy-logs-wrapper .activity-time {
        color: #b2b2b2;
        display: flex;
        align-items: center;
        font-size: 1.4rem;
        margin-top: 0.5rem
    }

        .activiy-logs-wrapper .activity-time img {
            width: 14px;
            margin-right: 5px
        }

    .activiy-logs-wrapper .updates-list li {
        padding: 1.5rem 0;
        border-bottom: 1px solid #e1e1e1
    }

        .activiy-logs-wrapper .updates-list li p {
            font-size: 1.4rem;
            line-height: normal
        }

        .activiy-logs-wrapper .updates-list li:first-child {
            padding-top: 0
        }

        .activiy-logs-wrapper .updates-list li:last-child {
            border-bottom: none;
            padding-bottom: 0
        }

@media (min-width: 1200px) {
    .activiy-logs-wrapper {
        padding: 3rem
    }

        .activiy-logs-wrapper .updates-list li p {
            font-size: 1.6rem;
            line-height: 1.5
        }
}

.form-control-filter {
    height: 4rem;
    background-color: #f3f3f3;
    border: 1px solid #e1e1e1;
    border-radius: .4rem;
    line-height: 4rem;
    padding: 0 2rem
}

    .form-control-filter.form-date-picker {
        background-color: #fff;
        padding-right: 4.2rem !important;
        background-image: url("../images/icons/calender-icon-grey.svg");
        background-repeat: no-repeat;
        background-position: center right 1.5rem;
        background-size: 2rem;
        width: 15.5rem;
        font-size: 1.4rem
    }

select.form-control-filter {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 3.5rem;
    background-image: url("../images/icons/down-arrow-grey.svg");
    background-repeat: no-repeat;
    background-position: center right 1.5rem;
    background-size: 12px;
    font-weight: 700
}

.modal-type-detail .modal-body-inner .view-enforcement-content {
    box-shadow: 0 0 1.8rem 0 rgba(0, 0, 0, 0.05)
}

.modal-type-detail .modal-body-inner .tab-wrapper,
.modal-type-detail .modal-body-inner .payemnt-review {
    box-shadow: 0 0 1.8rem 0 rgba(0, 0, 0, 0.05)
}

.view-enforcement-content {
    background-color: white;
    border: 1px solid #e1e1e1
}

    .view-enforcement-content .view-enforcement-col {
        padding: 2rem;
        border-bottom: 1px solid #e1e1e1
    }

        .view-enforcement-content .view-enforcement-col label {
            margin-bottom: 0
        }

.box-header-2 {
    position: relative;
    padding: 2rem;
    background: -webkit-linear-gradient(left, #fff, #FFFAE4);
    background: -moz-linear-gradient(left, #fff, #FFFAE4);
    background: -o-linear-gradient(left, #fff, #FFFAE4);
    background: linear-gradient(left, #fff, #FFFAE4);
    background: -ms-linear-gradient(left, #fff, #FFFAE4);
    border-bottom: 0.3rem solid #ffdc4a
}

@media (min-width: 1024px) {
    .box-header-2 {
        padding: 3rem 4rem;
        min-height: 11rem
    }
}

.pagination-links {
    list-style: none;
    display: flex;
    align-content: center;
    margin-bottom: 0
}

    .pagination-links .pagination-item {
        display: block;
        padding: 0 1rem
    }

        .pagination-links .pagination-item.disabled {
            color: #e1e1e1
        }

    .pagination-links .next {
        margin-left: 1rem
    }

    .pagination-links .back {
        margin-right: 1rem
    }

.spot-count {
    background-color: #ffdc4a;
    border-radius: 50%;
    font-size: 1.2rem;
    margin-left: 1rem;
    text-align: center;
    width: 30px;
    line-height: 3rem
}

.custom-top-button.custom-btn-selection .custom-control-label {
    padding: 0.85rem 2rem
}

.payment-option-icobtn .custom-btn-selection img {
    max-width: 1.8rem;
    max-height: 1.8rem;
    margin-right: 0.8rem;
    margin-top: -0.2rem
}

@media (min-width: 1720px) {
    .payment-option-icobtn .custom-btn-selection img {
        max-width: 2.1rem;
        max-height: 2.1rem;
        margin-right: 1rem;
        margin-top: -0.4rem
    }
}

.round-control-box.custom-btn-selection .custom-control-label {
    height: 2rem;
    width: 2rem;
    min-height: 2rem;
    min-width: 2rem;
    border-radius: 50%;
    padding: 0;
    border-width: 0.2rem;
    position: relative;
    margin-right: 0.5rem
}

    .round-control-box.custom-btn-selection .custom-control-label:before {
        content: "";
        position: absolute;
        height: 1.6rem;
        width: 1.6rem;
        background-repeat: no-repeat;
        top: -2px;
        left: 3px;
        display: block;
        border: 0;
        box-shadow: none;
        background-color: transparent;
        background-image: url("../images/icons/tick.svg");
        opacity: 0;
        transition: 0.3s opacity ease
    }

.round-control-box.custom-btn-selection .custom-control-input:checked ~ .custom-control-label {
    border-color: #00A88E
}

    .round-control-box.custom-btn-selection .custom-control-input:checked ~ .custom-control-label:before {
        opacity: 1
    }

.round-control-box p {
    font-size: 1.2rem
}

@media (min-width: 1720px) {
    .round-control-box p {
        font-size: 1.4rem
    }
}

.custom-btn-selection {
    margin-right: 1.5rem
}

@media (min-width: 1720px) {
    .custom-btn-selection {
        margin-right: 2rem
    }

        .custom-btn-selection:last-child {
            margin-right: 0
        }
}

.custom-btn-selection:last-child {
    margin-right: 0
}

.custom-btn-selection.custom-btn-white .custom-control-label {
    background-color: #fff
}

.custom-btn-selection.custom-btn-white .custom-radio .custom-control-input:checked ~ .custom-control-label {
    background-color: #ffdc4a
}

.custom-btn-selection .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    display: none
}

.custom-btn-selection .custom-control {
    padding-left: 0
}

    .custom-btn-selection .custom-control input[type="radio"]:active,
    .custom-btn-selection .custom-control input[type="radio"]:focus {
        outline: none
    }

.custom-btn-selection .custom-control-label {
    padding: 1rem 2rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: black;
    border: solid 0.1rem #e1e1e1;
    border-radius: 0.4rem;
    cursor: pointer;
    width: 100%;
    min-height: 3.6rem;
    align-items: center;
    justify-content: center;
    display: flex
}

    .custom-btn-selection .custom-control-label:before {
        display: none
    }

    .custom-btn-selection .custom-control-label:after {
        left: 0;
        display: none
    }

    .custom-btn-selection .custom-control-label span {
        line-height: 1.5
    }

.custom-btn-selection .custom-radio .custom-control-input:checked ~ .custom-control-label {
    border-color: #ffdc4a;
    background-color: #FFFAE4
}

    .custom-btn-selection .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
        content: "";
        display: none
    }

.upload-doc-box.sideby {
    height: 12rem;
    border: solid 0.1rem #e1e1e1;
    border-radius: 0.4rem;
    cursor: pointer
}

    .upload-doc-box.sideby .upload-doc-box-content img {
        margin: 0 1.5rem 0;
        max-width: 3rem;
        display: inline-block
    }

    .upload-doc-box.sideby .upload-doc-box-content p {
        display: inline-block;
        line-height: 2.2rem
    }

.upload-section .image-container {
    width: 14rem;
    height: 14rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.4rem;
    position: relative
}

@media (min-width: 1720px) {
    .upload-section .image-container {
        width: 17rem;
        height: 17rem
    }
}

.upload-section ul {
    list-style: none
}

    .upload-section ul li {
        display: inline-block;
        text-align: center;
        margin-right: 1rem;
        margin-bottom: 2rem
    }

        .upload-section ul li:last-child {
            margin-right: 0
        }

@media (min-width: 1366px) {
    .upload-section ul li {
        margin-right: 1.5rem;
        margin-bottom: 0
    }
}

@media (min-width: 1720px) {
    .upload-section ul li {
        margin-right: 2.5rem
    }
}

.upload-section ul li p {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 900;
    color: black;
    text-transform: uppercase
}

.upload-section ul li .image-placeholder p {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.2);
    text-transform: capitalize
}

.upload-section .upload-doc-box {
    min-width: 26rem;
    height: 14rem
}

@media (min-width: 768px) {
    .upload-section .upload-doc-box {
        margin-left: 1rem
    }
}

@media (min-width: 1366px) {
    .upload-section .upload-doc-box {
        margin-left: 1.5rem;
        min-width: 29.5rem
    }
}

@media (min-width: 1720px) {
    .upload-section .upload-doc-box {
        height: 17rem;
        min-width: 35rem
    }
}

.image-placeholder {
    text-align: center;
    max-width: 7.5rem
}

    .image-placeholder img {
        margin-top: 1rem
    }

    .image-placeholder p {
        margin-top: 0.8rem;
        font-size: 1.2rem;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.2);
        text-transform: capitalize
    }

.image-container {
    position: relative
}

    .image-container .delete-img-option {
        position: absolute;
        top: 0.6rem;
        right: 0.6rem;
        cursor: pointer
    }

        .image-container .delete-img-option img {
            width: 2rem;
            height: 2rem
        }

@media (min-width: 1720px) {
    .image-container .delete-img-option {
        top: 1rem;
        right: 1rem
    }

        .image-container .delete-img-option img {
            width: 2.5rem;
            height: 2.5rem
        }
}

.notification-table.table th,
.notification-table.table td {
    padding: 1rem
}

    .notification-table.table th:first-child,
    .notification-table.table td:first-child {
        padding-left: 0
    }

    .notification-table.table th:last-child,
    .notification-table.table td:last-child {
        padding-right: 0
    }

.notification-table.table td {
    font-size: 1.2rem
}

@media (min-width: 1720px) {
    .notification-table.table td {
        font-size: 1.4rem
    }
}

.reporting-master-panel {
    background-color: #282f39;
    padding: 0 2rem;
    margin: 0 -2rem
}

    .reporting-master-panel ul {
        display: flex;
        list-style: none;
        align-items: center;
        margin: 0
    }

        .reporting-master-panel ul li {
            padding: 0;
            min-width: 23rem;
            text-align: center
        }

            .reporting-master-panel ul li a {
                line-height: 5rem;
                display: block;
                padding: 0 3rem;
                font-size: 1.4rem;
                color: #fff;
                text-transform: uppercase;
                transition: backgroud 0.3s ease, font-weight 0.3s ease, color 0.3s ease
            }

            .reporting-master-panel ul li.active a,
            .reporting-master-panel ul li:hover a,
            .reporting-master-panel ul li:focus a {
                background-color: #ffdc4a;
                color: #282f39;
                font-weight: 700
            }

@media (min-width: 1024px) {
    .reporting-master-panel {
        padding: 0 3rem;
        margin: 0 -3rem
    }
}

@media (min-width: 1720px) {
    .reporting-master-panel {
        margin: 0 -10rem;
        padding: 0 10rem
    }

        .reporting-master-panel ul li {
            padding: 0
        }

            .reporting-master-panel ul li a {
                line-height: 6rem;
                padding: 0 4rem;
                font-size: 1.6rem
            }
}

.admin-permit-row .permit-tile-info {
    min-width: inherit;
    max-width: none;
    width: 100%;
    margin-bottom: 0
}

.permit-checklist-panel {
    padding: 0
}

    .permit-checklist-panel .box-panel-header {
        background-color: #f9f9f9;
        padding: 3rem
    }

        .permit-checklist-panel .box-panel-header p {
            font-size: 1.4rem;
            margin-bottom: 2rem;
            color: #282f39
        }

    .permit-checklist-panel .box-panel-body {
        padding: 1.5rem
    }

@media (min-width: 1720px) {
    .permit-checklist-panel .box-panel-body {
        padding: 3rem
    }
}

.permit-checklist-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem
}

    .permit-checklist-item:last-child {
        margin-bottom: 0
    }

.check-list-progress {
    height: 3px;
    overflow: visible;
    position: relative;
    background-color: #e1e1e1
}

    .check-list-progress .progress-bar {
        height: 5px;
        border-radius: .4rem;
        box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2);
        background: -webkit-linear-gradient(left, #ffdc4a, #ffab4a);
        background: -moz-linear-gradient(left, #ffdc4a, #ffab4a);
        background: -o-linear-gradient(left, #ffdc4a, #ffab4a);
        background: linear-gradient(left, #ffdc4a, #ffab4a);
        background: -ms-linear-gradient(left, #ffdc4a, #ffab4a);
        position: relative;
        top: -1px;
        transition: width 0.3s ease 0s
    }

.comment-collapse {
    z-index: 1
}

    .comment-collapse p {
        line-height: 1
    }

    .comment-collapse.button-overlap-collapse {
        margin-top: -4rem
    }

        .comment-collapse.button-overlap-collapse .collapse {
            padding: 0
        }

    .comment-collapse textarea {
        min-height: 80px
    }

.analytics-page .chart-header {
    margin-bottom: 3rem
}

    .analytics-page .chart-header h3 {
        font-size: 1.6rem
    }

@media (min-width: 1366px) {
    .analytics-page .chart-header h3 {
        font-size: 1.8rem
    }
}

.analytics-page .chart-container {
    position: relative;
    margin: auto;
    width: 100%
}

.analytics-page .chart-details {
    padding-left: 1.5rem;
    border-left: solid 0.3rem #ffdc4a
}

    .analytics-page .chart-details h3 {
        margin-bottom: 0.5rem
    }

.analytics-page .filter-chart-option input[type="text"] {
    height: 3.2rem;
    font-size: 1.2rem;
    color: black;
    width: 9.8rem
}

    .analytics-page .filter-chart-option input[type="text"].form-control:focus {
        border-color: #ffdc4a;
        box-shadow: 0 0 0 0.2rem rgba(255, 220, 74, 0.25)
    }

.analytics-page .filter-chart-option .btn {
    padding: 0.6rem 1rem;
    border: solid 0.1rem #d1d9e2;
    background-color: #f3f3f3;
    z-index: 1
}

    .analytics-page .filter-chart-option .btn:focus {
        background: none transparent
    }

    .analytics-page .filter-chart-option .btn img {
        margin-bottom: 0.2rem
    }

.analytics-page .filter-chart-option .dropdown-item {
    font-size: 1.2rem
}

.custom-nav-tabs.nav-tabs {
    border-bottom: 1px solid #e1e1e1
}

    .custom-nav-tabs.nav-tabs .nav-link {
        cursor: pointer;
        padding: 1.5rem 2.4rem;
        background-color: transparent;
        border-top-left-radius: .4rem;
        border-top-right-radius: .4rem;
        font-weight: 700;
        font-size: 1.4rem;
        color: #b2b2b2;
        line-height: normal;
        transition: border 0.3s ease
    }

        .custom-nav-tabs.nav-tabs .nav-link.active {
            color: black;
            border-color: #e1e1e1;
            background-color: #fff;
            border-bottom: 1px solid transparent;
            box-shadow: 0 0 1.8rem 0 rgba(0, 0, 0, 0.05)
        }

            .custom-nav-tabs.nav-tabs .nav-link.active:hover {
                border-color: #e1e1e1;
                background-color: #fff;
                border-bottom: 1px solid transparent
            }

        .custom-nav-tabs.nav-tabs .nav-link:hover {
            border-color: transparent;
            border-top-color: transparent;
            background-color: transparent
        }

.custom-tab-content {
    min-height: 40rem
}

.card-reports {
    background: -webkit-linear-gradient(top, #fff, #FFFAE4);
    background: -moz-linear-gradient(top, #fff, #FFFAE4);
    background: -o-linear-gradient(top, #fff, #FFFAE4);
    background: linear-gradient(top, #fff, #FFFAE4);
    background: -ms-linear-gradient(top, #fff, #FFFAE4);
    border: solid 0.1rem #e1e1e1
}

.card-reports-wrapper {
    min-height: 13rem
}

    .card-reports-wrapper h3 {
        font-weight: 700
    }

.report-analystics-page {
    margin-bottom: 4rem;
    background: #fff;
    border: solid 0.1rem #e1e1e1;
    border-top: 0;
    border-radius: 0 0 0.5rem 0.5rem;
    position: relative;
    z-index: 1;
    box-shadow: 0 1.5rem 1.8rem 0 rgba(0, 0, 0, 0.05)
}

    .report-analystics-page > .tab-pane {
        background-color: #fff;
        border-radius: 0 0 0.5rem 0.5rem
    }

.report-filter-panel {
    background: -webkit-linear-gradient(left, #fff, #FFFAE4);
    background: -moz-linear-gradient(left, #fff, #FFFAE4);
    background: -o-linear-gradient(left, #fff, #FFFAE4);
    background: linear-gradient(left, #fff, #FFFAE4);
    background: -ms-linear-gradient(left, #fff, #FFFAE4)
}

    .report-filter-panel button.btn-primary:hover,
    .report-filter-panel button.btn-primary:focus,
    .report-filter-panel button.btn-primary:active {
        color: #000000
    }

.roles-permission-tab {
    border: solid 0.1rem #d1d9e2
}

    .roles-permission-tab .btn {
        padding: 1.2rem 2rem;
        font-size: 1.3rem
    }

        .roles-permission-tab .btn img {
            max-width: 1rem
        }

    .roles-permission-tab .role-sidebar-panel {
        border-right: solid 0.1rem #d1d9e2;
        padding: 2rem
    }

        .roles-permission-tab .role-sidebar-panel h3 {
            font-size: 1.8rem
        }

        .roles-permission-tab .role-sidebar-panel .nav-pills {
            border: solid 0.1rem #d1d9e2;
            border-left: 0;
            margin-top: 2rem
        }

            .roles-permission-tab .role-sidebar-panel .nav-pills .nav-link {
                font-size: 1.4rem;
                color: black;
                font-weight: 700;
                border-radius: 0;
                padding: 1.5rem;
                border-bottom: solid 0.1rem #d1d9e2;
                border-left: solid 0.3rem #d1d9e2
            }

                .roles-permission-tab .role-sidebar-panel .nav-pills .nav-link.active {
                    background-color: #FFFAE4;
                    border-left-color: #ffdc4a
                }

                .roles-permission-tab .role-sidebar-panel .nav-pills .nav-link:last-child {
                    border-bottom: 0
                }

@media (min-width: 1720px) {
    .roles-permission-tab .role-sidebar-panel .nav-pills .nav-link {
        padding: 2rem
    }
}

.roles-permission-tab .tab-content {
    padding: 2rem
}

.roles-permission-tab .permission-tab-content .nav-pills {
    margin: 2rem 0;
    border-bottom: solid 0.1rem #e1e1e1
}

    .roles-permission-tab .permission-tab-content .nav-pills .nav-item {
        margin-right: 1.5rem
    }

        .roles-permission-tab .permission-tab-content .nav-pills .nav-item:last-child {
            margin-right: 0
        }

    .roles-permission-tab .permission-tab-content .nav-pills .nav-link {
        font-size: 1.4rem;
        color: #777;
        border-radius: 0;
        padding: 1.5rem 0;
        margin-bottom: -0.1rem;
        border-bottom: solid 0.2rem transparent
    }

        .roles-permission-tab .permission-tab-content .nav-pills .nav-link.active {
            color: black;
            font-weight: 700;
            background-color: #fff;
            border-bottom-color: #ffdc4a
        }

.roles-permission-tab .permission-tab-content .tab-content {
    padding: 0
}

    .roles-permission-tab .permission-tab-content .tab-content .listing-content {
        list-style: none;
        border: solid 0.1rem #d1d9e2;
        border-radius: 0.4rem
    }

        .roles-permission-tab .permission-tab-content .tab-content .listing-content li {
            padding: 1.5rem;
            border-bottom: solid 0.1rem #d1d9e2
        }

            .roles-permission-tab .permission-tab-content .tab-content .listing-content li:last-child {
                border-bottom: 0
            }

            .roles-permission-tab .permission-tab-content .tab-content .listing-content li h4 {
                font-size: 1.4rem;
                font-weight: 700;
                color: black;
                margin-bottom: 0.8rem
            }

            .roles-permission-tab .permission-tab-content .tab-content .listing-content li p {
                font-size: 1.2rem;
                line-height: 1.6rem;
                color: #777
            }

.login-form-section {
    padding: 3rem 0;
    min-height: 600px
}

@media (min-width: 1200px) {
    .login-form-section {
        padding: 5rem 0
    }
}

.login-form-wrapper {
    padding: 3rem;
    background-color: #fff
}

    .login-form-wrapper h2 {
        margin-bottom: 2rem
    }

    .login-form-wrapper .note-title {
        margin-bottom: 1.5rem
    }

.login-form {
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-radius: 3px;
    overflow: hidden
}

    .login-form .login-custom-group {
        margin: 0;
        padding-top: 20px
    }

        .login-form .login-custom-group input {
            padding-left: 20px;
        }

            .login-form .login-custom-group input:focus ~ label,
            .login-form .login-custom-group input:valid ~ label {
                top: 1.2rem
            }

            .login-form .login-custom-group input:focus ~ .left-bar {
                background-color: #ffdc4a
            }

        .login-form .login-custom-group label {
            left: 2rem;
            top: 2rem
        }

        .login-form .login-custom-group .left-bar {
            position: absolute;
            width: 3px;
            top: 0;
            left: 0;
            height: 100%;
            background-color: #e1e1e1
        }

    .login-form .form-bottom {
        padding: 2rem 0
    }

.login-custom-form {
    height: 64px;
    border-left: 3px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    position: relative
}

    .login-custom-form label {
        position: absolute;
        left: 20px;
        top: 10px;
        z-index: 1;
        color: #0f1319;
        font-size: 12px
    }

    .login-custom-form .show > .btn-secondary.dropdown-toggle,
    .login-custom-form .btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #fff;
        border-color: #e1e1e1
    }

    .login-custom-form .btn {
        width: 100%;
        text-align: left;
        background-color: #fff;
        padding: 0 20px;
        color: #000;
        line-height: 34px;
        border: none;
        margin-top: 20px;
        font-size: 14px
    }

    .login-custom-form .dropdown-toggle:after {
        content: "";
        border: none;
        height: 16px;
        width: 16px;
        background-image: url("../images/icons/down-arrow-grey.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px;
        right: 15px;
        bottom: 0;
        transform: translateY(-50%);
        position: absolute;
        margin: 0
    }

    .login-custom-form .dropdown-menu {
        width: 100%;
        min-width: inherit;
        padding: 0;
        margin: 0;
        border-radius: 0
    }

        .login-custom-form .dropdown-menu .dropdown-item {
            font-size: 1.6rem;
            font-weight: 400;
            line-height: 50px;
            padding: 0 20px;
            border-bottom: 1px solid #e1e1e1
        }

            .login-custom-form .dropdown-menu .dropdown-item:hover,
            .login-custom-form .dropdown-menu .dropdown-item:focus,
            .login-custom-form .dropdown-menu .dropdown-item:active {
                background-color: #0f1319;
                color: #fff
            }

            .login-custom-form .dropdown-menu .dropdown-item:last-child {
                border-bottom: 0
            }

.login-form-right h2 {
    max-width: 290px;
    margin-bottom: 3rem
}

.login-form-right p {
    margin-bottom: 3rem
}

.create-account-button {
    display: flex;
    align-items: center
}

    .create-account-button .control-text {
        color: #ffdc4a;
        margin-right: 1rem;
        text-transform: uppercase;
        font-weight: 700
    }

    .create-account-button .icon-box {
        height: 40px;
        width: 40px;
        background: -webkit-linear-gradient(left, #ffdc4a, #ffab4a);
        background: -moz-linear-gradient(left, #ffdc4a, #ffab4a);
        background: -o-linear-gradient(left, #ffdc4a, #ffab4a);
        background: linear-gradient(left, #ffdc4a, #ffab4a);
        background: -ms-linear-gradient(left, #ffdc4a, #ffab4a);
        border-radius: 50%;
        display: flex;
        align-content: center;
        justify-content: center
    }

@media (min-width: 1200px) {
    .login-form-wrapper {
        padding: 3rem 5rem
    }
}

@media (min-width: 1720px) {
    .login-form-wrapper {
        padding: 5rem;
        padding-top: 4rem
    }

    .create-account-button .icon-box {
        height: 6rem;
        width: 6rem
    }
}

.login-form-bottom {
    margin: 2rem 0
}

    .login-form-bottom .forgot-password-link {
        color: #000;
        margin-bottom: 0;
        text-transform: capitalize;
        font-weight: 400;
        display: block;
        margin-bottom: 2rem;
        font-size: 1.4rem
    }

.forgot-password-link a {
    font-weight: 500;
}

a.forgot-password-link {
    font-weight: 500 !important;
}

    a.forgot-password-link:hover {
        color: #000000;
        text-decoration: none;
    }

@media (min-width: 1200px) {
    .login-form-bottom {
        margin: 2rem 0
    }
}

@media (min-width: 1720px) {
    .login-form-bottom {
        margin: 3rem 0
    }
}

.signup-section {
    padding: 3rem 2rem;
    display: flex;
    align-items: center
}

@media (min-width: 1200px) {
    .signup-section {
        padding: 5rem 0
    }
}

.signup-section .signup-title {
    margin-bottom: 3rem;
}

.signup-wrapper {
    padding: 3rem;
    //background-color: #fff;
    width: 100%
}

@media (min-width: 1720px) {
    .signup-wrapper {
        padding: 5rem
    }
}

.uploaded-doc-wrapper .infomatic-card {
    margin-bottom: 1rem
}

    .uploaded-doc-wrapper .infomatic-card:last-child {
        margin-bottom: 0
    }

.signup-slide {
    overflow: hidden
}

    .signup-slide .signup-slidewrapper {
        width: 100%;
        display: flex
    }

        .signup-slide .signup-slidewrapper .slide-form {
            display: inline-block;
            width: 100%;
            transition: transform 0.3s ease
        }

.upload-doc-box {
    background-color: #f9f9f9;
    height: 187px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #e1e1e1;
    border-radius: .4rem
}

    .upload-doc-box .upload-doc-box-content {
        text-align: center
    }

        .upload-doc-box .upload-doc-box-content img {
            max-width: 50px;
            margin: 0 auto 1rem
        }

        .upload-doc-box .upload-doc-box-content p {
            font-size: 14px;
            font-weight: 400
        }

            .upload-doc-box .upload-doc-box-content p span {
                color: #E5B900;
                font-weight: 700
            }

    .upload-doc-box input {
        position: absolute;
        height: 100%;
        width: 100%;
        display: block;
        opacity: 0
    }

.infomatic-card {
    padding: 1rem;
    border: 1px solid #e1e1e1;
    border-radius: .4rem;
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: center
}

    .infomatic-card .info-img-box {
        height: 30px;
        width: 30px;
        padding: 0.5rem;
        margin-right: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffdc4a;
        font-size: 1.2rem
    }

    .infomatic-card .infomatic-content .info-card-title {
        font-size: 1.4rem;
        line-height: 1.9rem;
        margin-bottom: 0.3rem;
        font-weight: 700;
        max-width: 200px;
        white-space: pre-wrap;
        word-break: break-all
    }

    .infomatic-card .infomatic-content .info-card-subtitle {
        font-size: 1.2rem;
        line-height: 1.7rem
    }

    .infomatic-card .infomatic-action a {
        height: 1.5rem;
        width: 1.5rem;
        display: flex;
        align-items: center
    }

@media (min-width: 1200px) {
    .infomatic-card {
        padding: 1rem 3rem 1rem 1rem
    }

        .infomatic-card .info-img-box {
            height: 50px;
            width: 50px;
            padding: 1rem;
            font-size: 1.4rem;
            line-height: 50px
        }
}

@media (min-width: 1720px) {
    .infomatic-card {
        padding: 2rem
    }
}

.doc-type-dropdown .btn {
    padding: 0;
    color: #E5B900;
    font-size: 1.2rem;
    text-transform: capitalize
}

.doc-type-dropdown .dropdown-toggle::after {
    border-top: 0.4rem solid;
    vertical-align: middle;
    display: inline-block;
    content: ""
}

.doc-type-dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0
}

    .doc-type-dropdown .dropdown-menu .dropdown-item {
        font-weight: 400;
        font-size: 1.4rem;
        padding: 1rem 2rem;
        display: block;
        border: 1px solid #e1e1e1
    }

    .doc-type-dropdown .dropdown-menu ul {
        list-style: none;
        margin: 0;
        padding: 0.5rem 1rem;
        border: solid 0.1rem #E5B900
    }

        .doc-type-dropdown .dropdown-menu ul li a {
            padding: 0.5rem;
            display: block;
            font-size: 1.1rem;
            font-weight: 400
        }

.updates-list {
    list-style: none;
    margin-bottom: 0
}

    .updates-list .status-bar {
        position: relative;
        padding: 1rem 0;
        padding-left: 1.5rem;
        margin-bottom: 1rem;
        font-size: 1.4rem;
        width: 100%
    }

        .updates-list .status-bar:last-child {
            margin-bottom: 0
        }

        .updates-list .status-bar:after {
            content: "";
            position: absolute;
            height: 100%;
            width: 3px;
            left: 0;
            top: 0;
            background-color: transparent;
            border-radius: 10px
        }

        .updates-list .status-bar.status-yellow:after {
            background-color: #ffdc4a
        }

        .updates-list .status-bar.status-blue:after {
            background-color: #64ACFF
        }

        .updates-list .status-bar.status-red:after {
            background-color: #ff293a
        }

        .updates-list .status-bar.status-green:after {
            background-color: #00A88E
        }

@media (min-width: 1720px) {
    .updates-list li {
        padding: 1.5rem;
        padding-left: 2.3rem
    }

        .updates-list li p {
            font-size: 1.6rem
        }
}

.myvehicle-content {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 1rem;
    margin-bottom: 1rem
}

    .myvehicle-content:last-child {
        border-bottom: 0
    }

    .myvehicle-content .vehicle-name {
        font-size: 1.6rem;
        line-height: 24px;
        margin-bottom: 1rem;
        font-weight: 700
    }

    .myvehicle-content .current-status {
        font-size: 1.4rem;
        line-height: 1.2;
        font-weight: 400;
        margin-bottom: 0
    }

    .myvehicle-content .vehicle-reg-no {
        font-size: 1.4rem;
        line-height: 1.2;
        font-weight: 400;
        margin-bottom: 0
    }

.btn-bottom-left {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.my-bussiness-content {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 1rem;
    margin-bottom: 1rem
}

    .my-bussiness-content:last-child {
        border-bottom: 0
    }

.box-user-header {
    padding: 6rem 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/user-card-header-bg.jpg")
}

    .box-user-header .user-img {
        height: 10rem;
        width: 10rem;
        border-radius: 50%;
        border: 1px solid #e1e1e1;
        margin: 0 auto
    }

        .box-user-header .user-img img {
            border-radius: 50%
        }

@media (min-width: 1720px) {
    .box-user-header {
        padding: 6rem 0
    }

        .box-user-header .user-img {
            height: 15rem;
            width: 15rem
        }
}

.dashboard-counts-wrapper {
    margin: 0 -2.5px
}

.dashboard-counts-item {
    padding: 0 2.5px
}

.dashboard-counts-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 14rem;
    padding: 3rem;
    background-color: #fff;
    border-radius: .4rem;
    box-shadow: 0 0 1.8rem 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 0.5rem
}

    .dashboard-counts-inner .dashboard-counts-icon {
        height: 6rem;
        width: 6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 1rem
    }

    .dashboard-counts-inner .dashboard-counts-content {
        text-align: right
    }

    .dashboard-counts-inner .total-counts {
        font-size: 2.4rem;
        margin-bottom: 1rem;
        line-height: 1;
        font-weight: 900
    }

    .dashboard-counts-inner.permit-issued-inner .total-counts {
        color: #00A88E
    }

    .dashboard-counts-inner.spot-booked-inner .total-counts {
        color: #034692
    }

    .dashboard-counts-inner.permit-vehicle-inner .total-counts {
        color: #00A88E
    }

    .dashboard-counts-inner.registered-inner .total-counts {
        color: #62c24d
    }

    .dashboard-counts-inner.total-revenue-inner .total-counts {
        color: #7291B1
    }

    .dashboard-counts-inner.fines-collect-inner .total-counts {
        color: #FF4D4D
    }

    .dashboard-counts-inner.service-request-inner .total-counts {
        color: #8371F6
    }

    .dashboard-counts-inner.citation-issued-inner .total-counts {
        color: #FF8047
    }

@media (min-width: 768px) {
    .dashboard-counts-inner .dashboard-counts-icon {
        height: 4rem;
        width: 4rem
    }
}

@media (min-width: 1200px) {
    .dashboard-counts-inner .dashboard-counts-icon {
        height: 5rem;
        width: 5rem
    }
}

@media (min-width: 1720px) {
    .dashboard-counts-inner .dashboard-counts-icon {
        height: 6rem;
        width: 6rem
    }
}

.top-spots-wrapper {
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 3rem;
    margin-top: 1rem
}

.top-spot-item {
    display: flex;
    align-content: center;
    height: 5rem;
    margin-bottom: 2rem
}

    .top-spot-item:last-child {
        margin-bottom: 0
    }

    .top-spot-item .spot-item-left {
        display: flex;
        align-items: center
    }

        .top-spot-item .spot-item-left .serial-no {
            border-right: 0.3rem solid #ffdc4a;
            margin-right: 1rem;
            margin-bottom: 0;
            padding-right: 1rem;
            line-height: 5rem
        }

        .top-spot-item .spot-item-left .zone-title {
            font-size: 1.4rem
        }

@media (min-width: 1200px) {
    .top-spot-item .spot-item-left .zone-title {
        font-size: 1.6rem
    }

    .top-spot-item .spot-item-left .serial-no {
        margin-right: 2rem;
        padding-right: 1.5rem
    }
}

.top-spot-item .spot-item-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 9rem;
    margin-left: auto
}

    .top-spot-item .spot-item-right .icon-box {
        width: 2rem
    }

.popup-profile-content {
    display: flex;
    align-items: center
}

    .popup-profile-content .profile-img-box {
        border-radius: 50%;
        height: 5rem;
        width: 5rem;
        border: 1px solid #e1e1e1;
        margin-right: 2rem
    }

        .popup-profile-content .profile-img-box img {
            border-radius: 50%
        }

.document-view-area {
    height: 20rem;
    text-align: center;
    border: 1px solid #e1e1e1;
    margin-bottom: 2rem
}

    .document-view-area .document-preview {
        height: 100%;
        position: relative
    }

        .document-view-area .document-preview .doc-details {
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: rgba(15, 19, 25, 0.5);
            height: 5rem;
            width: 100%;
            display: flex;
            align-items: center;
            padding: 0 2rem
        }

            .document-view-area .document-preview .doc-details p {
                color: #fff;
                margin-bottom: 0
            }

            .document-view-area .document-preview .doc-details .title {
                padding-right: 2rem;
                margin-right: 2rem;
                border-right: 1px solid #fff;
                font-weight: 700
            }

@media (min-width: 992px) {
    .document-view-area {
        height: 34rem
    }
}

.doc-thumbs {
    display: flex;
    align-items: center
}

    .doc-thumbs .doc-thumbs-wrapper {
        height: 5rem;
        width: 5rem;
        margin-right: 2rem;
        border: 1px solid #e1e1e1;
        transition: border 0.3s ease;
        overflow: hidden
    }

        .doc-thumbs .doc-thumbs-wrapper.active-preview {
            border-color: #0f1319
        }

        .doc-thumbs .doc-thumbs-wrapper:last-child {
            margin-right: 0
        }

.form-custom-group input[type="text"]:focus,
.form-custom-group input[type="email"]:focus,
.form-custom-group input[type="password"]:focus,
.form-custom-group textarea:focus {
    box-shadow: none;
}

.slide-form .back-to-login {
    z-index: 9;
    position: relative;
    border-bottom: solid 1px #424242;
    text-transform: capitalize;
}

.back-to-login:hover,
.back-to-login:focus {
    color: #ffdc4a;
    border-bottom: solid 1px #ffdc4a;
}

.back-to-login {
    z-index: 9;
    position: relative;
    border-bottom: solid 1px #424242;
    text-transform: capitalize;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .header-dark .header-container .header-content .hamburger-button {
        display: none;
    }
}

.select-custom-design > select {
    border-radius: 5px;
    border: 0.2rem solid #000;
    width: 100%;
    min-height: 55px;
}

.select-custom-design > label {
    margin-top: -25px;
    font-size: 1.6rem;
    color: black;
}

.signup-wrapper .form-custom-group {
    margin: 0.8rem 0;
}

.form-custom-group .kendo-country-box {
    position: relative;
}

    .form-custom-group.kendo-country-box .intl-tel-input {
        display: block;
        width: 100%;
    }

        .form-custom-group.kendo-country-box .intl-tel-input.separate-dial-code .selected-flag {
            padding: 0 0.8rem;
            height: 2.7rem;
        }

        .form-custom-group.kendo-country-box .intl-tel-input .flag-container {
            font-size: 1.4rem;
            top: 0.7rem;
        }

            .form-custom-group.kendo-country-box .intl-tel-input .flag-container .dropdown-menu.country-dropdown {
                box-shadow: none;
                border-radius: 0;
                border-color: #d1d9e2;
            }

                .form-custom-group.kendo-country-box .intl-tel-input .flag-container .dropdown-menu.country-dropdown .search-container input {
                    font-size: 1.4rem;
                    height: 4rem;
                    border-color: #d1d9e2;
                }

                    .form-custom-group.kendo-country-box .intl-tel-input .flag-container .dropdown-menu.country-dropdown .search-container input:focus {
                        outline: none;
                    }

                .form-custom-group.kendo-country-box .intl-tel-input .flag-container .dropdown-menu.country-dropdown ul.country-list .divider {
                    border-color: #d1d9e2;
                }

                .form-custom-group.kendo-country-box .intl-tel-input .flag-container .dropdown-menu.country-dropdown ul.country-list li.country {
                    font-size: 1.4rem;
                }

                    .form-custom-group.kendo-country-box .intl-tel-input .flag-container .dropdown-menu.country-dropdown ul.country-list li.country .country-name {
                        font-weight: 500;
                    }

                    .form-custom-group.kendo-country-box .intl-tel-input .flag-container .dropdown-menu.country-dropdown ul.country-list li.country:hover {
                        color: black;
                        background-color: #ffdc4a;
                    }

    .form-custom-group.kendo-country-box label {
        top: -1.5rem;
        font-size: 1.6rem;
        color: black;
        display: block;
    }

    .form-custom-group.kendo-country-box .kendo-country-input {
        background: none;
        color: black;
        font-size: 1.6rem;
        font-weight: 700;
        padding: 1rem 0;
        display: block;
        width: 100% !important;
        display: block;
        height: 55px;
        border: none;
        box-shadow: none;
        border-radius: 5px;
        border: solid 0.2rem #000;
        padding-right: 6px;
        padding-left: 52px;
        margin-left: 0;
        position: relative;
        top: 0px;
    }

        .form-custom-group.kendo-country-box .kendo-country-input:focus {
            border: 0;
            outline: none;
            box-shadow: none;
            border: 2px solid #000;
        }

.partner-img {
    max-width: 180px;
}

.login-page-error {
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.margin-right {
    margin-right: 5px;
}

.customer {
    border-bottom: solid 0.2rem #ffdc4a;
}

    .customer .badge {
        position: relative;
        top: 1px;
    }

.login-form-wrapper .note-title {
    margin-top: 1.5rem;
}

.channel-partner label {
    margin-top: 7px;
    font-size: 18px !important;
}

.partner-img {
    max-width: 180px;
}

.main.login-channel {
    margin-top: 70px;
    height: 100%;
    width: 100%;
}

    .main.login-channel .signup-section {
        /*min-height: calc(100vh - 70px);*/
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 5rem 0 2rem;
    }

.register-container .iti__country-list {
    z-index: 9999;
}

footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: #161C24;
    padding: 10px;
    display: none;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}

.nav {
    height: 80px;
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 6;
    top: 0;
    box-shadow: 1px 1px 1px #c5c5c5;
}

    .nav > .nav-header {
        display: inline;
    }

        .nav > .nav-header > .nav-title {
            display: inline-block;
            font-size: 22px;
            color: #fff;
            padding: 20px 10px 10px 10px;
        }

    .nav > .nav-btn {
        display: none;
    }

    .nav > .nav-links {
        display: inline;
        float: right;
        font-size: 18px;
        margin-left: auto;
    }

        .nav > .nav-links > a {
            display: inline-block;
            padding: 13px 10px 13px 10px;
            text-decoration: none;
            color: #000;
            margin: 15px;
        }

            .nav > .nav-links > a:hover {
                color: #ffdc4a;
            }

    .nav > #nav-check {
        display: none;
    }

@media (max-width:767px) {
    .nav > .nav-btn {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px;
    }

        .nav > .nav-btn > label {
            display: inline-block;
            width: 50px;
            height: 50px;
            padding: 13px;
            margin-top: 16px;
        }

            .nav > .nav-btn > label:hover,
            .nav #nav-check:checked ~ .nav-btn > label {
                background-color: #fff;
            }

            .nav > .nav-btn > label > span {
                display: block;
                width: 25px;
                height: 10px;
                border-top: 2px solid #000;
            }

    .nav > .nav-links {
        position: absolute;
        display: block;
        width: 60%;
        background-color: #fff;
        height: 0px;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 80.5px;
        left: 0px;
        box-shadow: 1px 1px 1px #c5c5c5;
    }

        .nav > .nav-links > a {
            display: block;
            width: 100%;
        }

        .nav > .nav-links > .icon-link img {
            margin-right: 5px;
            height: 18px;
            width: 18px;
        }

    .nav > #nav-check:not(:checked) ~ .nav-links {
        height: 0px;
    }

    .nav > #nav-check:checked ~ .nav-links {
        height: calc(100vh - 50px);
        overflow-y: auto;
    }
}

.login-inner-page {
}

.login-main {
}

    .login-main .login-left-area {
    }

        .login-main .login-left-area .title {
            padding: 15px 15px 15px 0px;
            font-family: 'Korolev-Bold';
            font-size: 55px;
            color: #000;
            font-weight: bold;
            text-transform: uppercase;
        }

        .login-main .login-left-area .inner-text {
            padding: 15px 15px 15px 0px;
            font-family: 'KorolevCondensedW04-Bold';
            font-size: 30px;
            color: #000;
            font-weight: bold;
            text-transform: capitalize;
        }

        .login-main .login-left-area .details {
            font-size: 15px;
            color: rgba(0, 0, 0, 0.8);
            width: 55%;
        }

@media screen and (min-width:320px) and (max-width:991px) {
    .login-main .login-left-area .details {
        font-size: 15px;
        width: 90%;
    }
}

.login-main .login-left-area .copyright-text {
    margin-top: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.68);
}

.login-main .login-left-area .text-icon {
    position: relative;
}

    .login-main .login-left-area .text-icon svg {
        height: 12px;
        width: 12px;
        top: 20px;
        fill: #ffdc4a;
        left: 20px;
        position: absolute;
    }

.login-right-area {
    background: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    border-radius: 2rem;
    border: 5px solid #fff;
    box-shadow: 0px 20px 50px 0 rgba(42, 47, 73, 0.1);
    background-image: url('../assets/images/gradient.png');
    background-size: auto;
    background-position: top;
    background-repeat: no-repeat;
}

@media screen and (min-width:320px) and (max-width:991px) {
    .login-right-area {
        margin-top: 20px;
        min-height: 700px;
    }
}

.login-right-area .box-area {
    margin-top: 35px;
}

@media screen and (min-width:320px) and (max-width:991px) {
    .login-right-area .box-area {
        margin-top: 35px;
        padding: 5px 10px;
    }
}

.login-right-area .box-area .title-text {
    font-size: 30px;
    color: #000;
}

.login-right-area .box-area .title-desc {
    font-size: 14px;
    color: #000;
}

@media screen and (min-width:1601px) and (max-width:2560px) {
    .container {
        max-width: 100%;
        width: 90% !important;
        margin: 0 auto;
    }
}

.login-right-area .shadow-color {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(253, 246, 212, 1) 100%);
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

.register-right-area {
    background: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    border-radius: 2rem;
    border: 5px solid #fff;
    box-shadow: 0px 20px 50px 0 rgba(42, 47, 73, 0.1);
}

@media screen and (min-width:320px) and (max-width:991px) {
    .register-right-area {
        margin-top: 20px;
        min-height: 720px !important;
    }
}

.register-right-area .box-area {
    margin-top: 35px;
}

@media screen and (min-width:320px) and (max-width:991px) {
    .register-right-area .box-area {
        margin-top: 35px;
        padding: 5px 10px;
    }
}

.register-right-area .box-area .title-text {
    font-size: 30px;
    color: #000;
}

.register-right-area .box-area .title-desc {
    font-size: 14px;
    color: #000;
}

.res-form-area {
}

    .res-form-area .iti__country-list {
        max-width: 290px;
    }

.login-area-form {
}

.login-main-form {
    margin-top: 20px;
}

.login-input-area .label-name {
    display: block;
    font-size: 16px;
    color: #000;
}

.login-input-area .user-icon svg {
    height: 20px;
    width: 20px;
    fill: #000;
    display: block;
    position: absolute;
    top: 44px;
    left: 15px;
}

.login-input-area input[type="text"],
.login-input-area input[type="email"],
.login-input-area input[type="password"],
.login-input-area textarea {
    text-indent: 35px;
}

.login-area-form .login-btn {
    padding: 1.8rem 6rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.iti--allow-dropdown {
    width: 100%;
}

.signup-link {
    display: block;
    width: 100%;
    text-align: center;
}

.forget-form-wrapper {
    margin-top: 30px;
}

    .forget-form-wrapper .title-text {
        font-size: 30px;
        color: #000;
    }

    .forget-form-wrapper .label-name {
        display: block;
        font-size: 16px;
        color: #000;
    }

.reset-password-confirmation .back-to-login {
    z-index: 9;
    position: relative;
    border-bottom: solid 1px #424242;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 1.5rem;
}

    .reset-password-confirmation .back-to-login:hover,
    .reset-password-confirmation .back-to-login:focus {
        border-bottom: 1px solid #ffdc4a;
    }

.reset-password-confirmation .note-title {
    font-size: 1.5rem;
}

.confirm-email .title-text {
    font-size: 24px !important;
}

.registeration-confirmation .title-text {
    font-size: 24px !important;
    color: #000;
    max-width: 298px;
    text-align: center;
    line-height: 35px;
    display: block;
    margin: 0 auto;
}

.logo-header {
    height: 80px;
    box-shadow: 0px 1px 0px 1px #c5c5c5;
}

    .logo-header .nav-title {
        padding: 20px;
        width: 100%;
        display: block;
        text-align: center;
    }

/* New header ================== */

.nav {
    height: 60px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #c5c5c5;
}

    .nav > .nav-header {
        display: inline;
    }

        .nav > .nav-header > .nav-title {
            display: inline-block;
            font-size: 22px;
            color: #fff;
            padding: 0px;
        }

        .nav > .nav-header > .curbz-logo {
            margin-left: 20px;
            display: inline-block;
            vertical-align: top;
            padding-top: 15px;
        }

    .nav > .nav-btn {
        display: none;
    }

    .nav > .nav-links {
        display: inline;
        float: right;
        font-size: 18px;
        margin-top: 8px;
        margin-right: 15px;
    }

        .nav > .nav-links > a {
            display: inline-block;
            padding: 13px 10px 13px 10px;
            text-decoration: none;
            color: #efefef;
        }

            .nav > .nav-links > a.admin-link {
                display: inline-block;
                padding: 9px 10px;
                text-decoration: none;
                color: #fff;
                background-color: #000000;
                border: 2px solid #000;
                border-radius: 20px;
                font-size: 12px;
                font-weight: 500;
                text-transform: uppercase;
                margin: 2px 10px 1px 0;
            }

                .nav > .nav-links > a.admin-link:hover {
                    background-color: #ffdc4a;
                    border: 2px solid #ffdc4a;
                }

                .nav > .nav-links > a.admin-link svg {
                    fill: #fff;
                    margin: 0px 10px;
                    height: 12px;
                    width: 15px;
                    position: relative;
                    top: 1px;
                }

            .nav > .nav-links > a.manager-link {
                display: inline-block;
                padding: 9px 10px;
                text-decoration: none;
                color: #000;
                background-color: #fff;
                border-radius: 20px;
                border: 2px solid #000;
                font-size: 12px;
                font-weight: 500;
                text-transform: uppercase;
                margin: 0;
            }

                .nav > .nav-links > a.manager-link:hover {
                    background-color: #ffdc4a;
                    border: 2px solid #ffdc4a;
                }

                .nav > .nav-links > a.manager-link svg {
                    fill: #000;
                    margin: 0px 10px;
                    height: 12px;
                    width: 15px;
                    position: relative;
                    top: 1px;
                }

            .nav > .nav-links > a:hover {
                background-color: #ffdc4a;
            }

    .nav > #nav-check {
        display: none;
    }

/* New login design start */

@media screen and (min-width: 1601px) and (max-width: 2560px) {
    .container {
        max-width: 1440px;
        width: inherit;
        margin: inherit;
    }
}

.main.login-channel {
    margin-top: 0;
    /*background-image: url(../assets/images/login/bg.jpg);*/
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.register-right-area {
    background: rgb(255, 255, 255);
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    border: 2px solid #ffffff;
    box-shadow: 0px 20px 50px 0 rgb(42 47 73 / 10%);
}

.main.login-channel .signup-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 0 0 0;
    position: relative;
}

.register-right-area .shadow-color {
    /*height: 100%;*/
}

.register-right-area .box-area {
    margin-top: 0;
    padding: 30px 50px 30px 50px;
    height: 100%;
}

.login-title {
    margin: 50px 0 70px 0;
    position: relative;
    width: 100%;
}

.register-right-area .box-area .title-text {
    margin: 0 0 7px 0;
}

.form-custom-group input[type="text"],
.form-custom-group input[type="email"],
.form-custom-group input[type="password"],
.form-custom-group textarea {
    background: none;
    color: black;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0 10px 30px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 20px;
    border-radius: 50px;
    border: 2px solid rgba(0, 0, 0, 0.4);
    background-color: #ffffff;
}

    .form-custom-group input[type="text"]:hover,
    .form-custom-group input[type="email"]:hover,
    .form-custom-group input[type="password"]:hover,
    .form-custom-group textarea:hover {
        border-color: rgba(0, 0, 0, 1);
    }

    .form-custom-group input[type="text"]:focus,
    .form-custom-group input[type="email"]:focus,
    .form-custom-group input[type="password"]:focus,
    .form-custom-group textarea:focus {
        border-color: rgba(0, 0, 0, 1);
    }

.login-input-area .user-icon svg {
    height: 20px;
    width: 20px;
    fill: #000;
    display: block;
    position: absolute;
    top: 58px;
    left: 40px;
    transform: translate(-50%, -50%);
}

.login-form-bottom {
    margin: 0 0 0 0;
    justify-content: space-between;
}

    .login-form-bottom .forgot-password-link {
        color: #000;
        margin-bottom: 0;
        text-transform: capitalize;
        font-weight: 400;
        display: block;
        font-size: 16px;
        text-decoration: underline;
        line-height: 22px;
    }



.register-link-new {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #424242;
}

    .register-link-new a {
        color: #000000;
        display: inline-block;
        text-decoration: underline;
    }

.loginsec-title {
    font-family: 'Korolev-Bold';
    text-transform: uppercase;
    font-size: 64px;
    color: #000000;
    line-height: 55px;
    position: relative;
    margin: 60px 0 0 0;
}

    .loginsec-title span {
        display: block;
        color: #4c4c4c;
    }

    .loginsec-title:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 7px;
        background: #ffdc4a;
        top: 18px;
        left: 21px;
        border: 0;
    }

.truck-login {
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 0;
    width: 400px;
    max-width: 100%;
}

.tree-login {
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 0;
    width: 520px;
    max-width: 100%;
}

.input-wbtn {
    display: flex;
    align-content: flex-start;
    position: relative;
    width: 100%;
}

    .input-wbtn .login-btn {
        margin: 47px 0 10px 10px !important;
        padding: 15px 30px 14px 30px !important;
        flex: 1;
        height: 60px;
    }

    .input-wbtn .login-input-area .user-icon svg {
        top: 57px !important;
    }

    .input-wbtn .login-input-area {
        width: calc(100% - 95px);
    }

.iti--allow-dropdown .iti__flag-container:hover {
    background-color: transparent;
    background: transparent;
}

.login-input-area.select-custom-design select {
    height: 50px;
    padding: 10px 0 10px 15px;
    font-size: 14px;
    border-radius: 12px;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

    .login-input-area.select-custom-design select:hover {
        border: 2px solid rgba(0, 0, 0, 1);
    }

    .login-input-area.select-custom-design select:focus {
        border: 2px solid rgba(0, 0, 0, 1);
    }

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent !important;
}

.login-input-area .iti--allow-dropdown input,
.login-input-area .iti--allow-dropdown input[type=text],
.login-input-area .iti--allow-dropdown input[type=tel],
.login-input-area .iti--separate-dial-code input,
.login-input-area .iti--separate-dial-code input[type=text],
.login-input-area .iti--separate-dial-code input[type=tel] {
    margin-left: 0;
    height: 50px;
    padding: 10px 10px 10px 60px;
    font-size: 14px;
    width: 100%;
    border-radius: 12px;
    background-color: white;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

    .login-input-area .iti--allow-dropdown input:hover,
    .login-input-area .iti--allow-dropdown input[type=text]:hover,
    .login-input-area .iti--allow-dropdown input[type=tel]:hover,
    .login-input-area .iti--separate-dial-code input:hover,
    .login-input-area .iti--separate-dial-code input[type=text]:hover,
    .login-input-area .iti--separate-dial-code input[type=tel]:hover {
        border: 2px solid rgba(0, 0, 0, 1);
    }

    .login-input-area .iti--allow-dropdown input:focus,
    .login-input-area .iti--allow-dropdown input[type=text]:focus,
    .login-input-area .iti--allow-dropdown input[type=tel]:focus,
    .login-input-area .iti--separate-dial-code input:focus,
    .login-input-area .iti--separate-dial-code input[type=text]:focus,
    .login-input-area .iti--separate-dial-code input[type=tel]:focus {
        border: 2px solid rgba(0, 0, 0, 1);
    }

.login-input-area .iti__selected-flag {
    padding: 0 6px 0 20px;
}

.login-input-area.select-custom-design > label {
    margin-top: 0;
}

.regi-links {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 30px 0 0px 0;
}

    .regi-links span {
        font-size: 16px;
        color: #000000;
        display: inline-block;
    }

    .regi-links a {
        display: inline-block;
        color: #000000;
        font-weight: 500;
        transition: 0.2s all ease;
        text-decoration: underline;
    }

        .regi-links a:hover {
            transition: 0.2s all ease;
            text-decoration: none;
        }

.multi-linput {
    display: flex;
    align-items: flex-start;
    width: 100%;
    position: relative;
    justify-content: space-between;
}

.register-custom-form .form-custom-group {
    width: 50%;
}

    .register-custom-form .form-custom-group:first-child {
        padding: 0 5px 0 0;
    }

    .register-custom-form .form-custom-group:last-child {
        /* padding: 0 0 0 5px;*/
    }

.time-field .form-custom-group.select-custom-design {
    width: 100%;
}

.register-custom-form .form-custom-group input[type="text"],
.register-custom-form .form-custom-group input[type="email"],
.register-custom-form .form-custom-group input[type="password"],
.register-custom-form .form-custom-group textarea {
    height: 50px;
    padding: 10px 20px 10px 15px;
    font-size: 14px;
    text-indent: inherit;
}

/* Error page Start */
.error-page {
    position: relative;
    width: 100%;
    margin: 0 0 0 0;
}

    .error-page h2 {
        font-size: 38px;
        font-weight: 800;
    }

    .error-page .alert.alert-danger {
        margin: 20px 0 0 0;
        border-radius: 10px;
        background-color: rgba(255, 212, 216, 0.7);
    }

.login-main-form .alert {
    background-color: rgba(255, 212, 216, 0.6);
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
}

    .login-main-form .alert ul {
        list-style: none;
    }

/* Error page End */

.login-area-form .login-btn:hover svg {
    fill: white;
}

.cust-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}


/* Custom Tab Start */
.tab-content > .active {
    display: contents !important;
}

ul.nav.nav-tabs.custom-tab-form {
    clear: both;
}

    ul.nav.nav-tabs.custom-tab-form li {
        list-style: none;
        float: left;
        width: 50%;
        padding: 0 5px 0 5px;
        margin: 0 0 20px 0;
    }

.nav.custom-tab-form > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 1.6rem;
}

.nav.custom-tab-form {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    height: auto;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

.nav-tabs.custom-tab-form > li > a {
    line-height: 10px;
    border: transparent;
    border-radius: 12px;
    margin: 0 0 0 0;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    padding: 18px 10px 18px 10px;
    border: 1px solid #000000;
}

    .nav-tabs.custom-tab-form > li > a.nav-link.active,
    .nav-tabs.custom-tab-form > li > a.nav-link.active:focus,
    .nav-tabs.custom-tab-form > li > a.nav-link.active:hover {
        color: #000000;
        cursor: default;
        background-color: #f7db49;
        border: transparent;
        font-size: 1.6rem;
        box-shadow: none;
        border: 1px solid #f7db49;
    }

    .nav-tabs.custom-tab-form > li > a.nav-link:hover {
        background-color: #000000 !important;
        color: #ffffff !important;
    }

    .nav-tabs.custom-tab-form > li > a.nav-link.active {
        background-color: #f7db49 !important;
        color: #000000 !important;
    }

.nav.custom-tab-form > li {
    position: relative;
    display: block;
}

.nav-tabs.custom-tab-form > li {
    float: left;
    margin-bottom: -1px;
}

.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}

.custom-tab-filed .tab-pane:not(.active) {
    display: none;
}

/* Custom Tab Start */

/* Login Implemnted Center Start */
.login-channel {
    min-height: 100vh;
    background-color: #000000;
    position: relative;
}

    .login-channel .btn-primary {
        padding: 18px 15px;
        font-size: 18px;
        font-weight: 500;
        border: 0;
        box-shadow: none;
        background: #ffdc4a;
        color: #000000;
        display: block;
        border-radius: 12px;
        width: 100%;
        letter-spacing: 0;
        text-align: center;
        text-transform: capitalize;
        transition: 0.3s all ease;
    }

        .login-channel .btn-primary:hover {
            background: #000000;
            color: #ffffff;
            transition: 0.3s all ease;
        }

    .login-channel .signup-section {
        min-height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .login-channel .login-main {
        position: relative;
        width: 470px;
        padding: 40px 50px 100px 50px;
        background-color: white;
        border-radius: 25px;
        border-top: 10px solid #f0cf46;
    }

        .login-channel .login-main.register-main {
            width: 580px;
            padding: 40px 60px 100px 60px;
        }

.login-brand-logo {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
    height: 50px;
}

    .login-brand-logo img {
        width: 150px;
        height: auto;
        object-fit: cover;
    }

.login-channel-title {
    margin-bottom: 30px;
}

    .login-channel-title h3 {
        text-align: center;
        font-size: 30px;
        font-weight: 800;
        letter-spacing: 0.0rem;
        margin-bottom: 10px;
    }

    .login-channel-title p {
        text-align: center;
    }

.login-main-form .form-custom-group {
    margin: 0 0 25px 0;
}

    .login-main-form .form-custom-group.last-input {
        margin: 0 0 5px 0;
    }

.login-form-button {
    margin-top: 25px;
}


.login-main-form .form-custom-group input {
    background: none;
    color: black;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px 10px 15px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 20px;
    border-radius: 12px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    text-indent: 10px;
}

.login-form-btn .login-btn {
    padding: 15px 15px;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    box-shadow: none;
    background: #ffdc4a;
    border-radius: 12px;
    width: 100%;
    letter-spacing: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s all ease;
}


    .login-form-btn .login-btn img {
        max-width: 100% !important;
    }

    .login-form-btn .login-btn .login-form-btn .login-btn .logo-text .btn-logo {
        width: 40px;
        height: 40px;
        max-width: inherit;
        object-fit: cover;
        margin: 0 5px 0 0;
    }

    .login-form-btn .login-btn .logo-text span {
        text-transform: capitalize;
    }

    .login-form-btn .login-btn[aria-expanded="false"] svg {
        margin-right: 5px;
        transform: rotate(0deg);
        transition: 0.3s all ease;
    }

    .login-form-btn .login-btn[aria-expanded="true"] svg {
        transform: rotate(90deg);
        transition: 0.3s all ease;
    }

    .login-form-btn .login-btn:hover {
        background: #000000;
        color: #ffffff;
        transition: 0.3s all ease;
    }

.separate-sec {
    width: 100%;
    text-align: center;
    margin: 25px 0px;
}

    .separate-sec h3 {
        font-size: 16px;
        font-weight: 600;
    }

.login-main .copyright-text {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

    .login-main .copyright-text span {
        font-size: 14px;
        font-weight: 500;
        color: #888888;
    }


/* Login Implemnted Center End */


/* New login design end */
@media (max-width: 1600px) {
    .tree-login {
        left: 15%;
        width: 400px;
    }

    .login-title {
        margin: 10px 0 40px 0;
    }

    .register-right-area .box-area {
        padding: 30px 50px 20px 50px;
    }
}


@media (max-width: 1440px) {
    .tree-login {
        left: 13%;
        width: 360px;
    }

    .truck-login {
        position: absolute;
        bottom: 0;
        left: 11%;
        z-index: 0;
        width: 320px;
    }
}

@media (max-width: 1366px) {

    .main.login-channel .signup-section {
        padding: 30px 0 0 0;
    }

    .tree-login {
        left: 16%;
        width: 370px;
    }

    .truck-login {
        left: 12%;
        width: 340px;
    }

    .login-title {
        margin: 5px 0 15px 0;
    }

        .login-title p {
            font-size: 14px;
        }

    .register-right-area .box-area .title-text {
        font-size: 24px;
        margin: 0 0 5px 0;
    }

    .register-right-area .box-area {
        padding: 30px 40px 10px 40px;
    }

    .login-input-area .label-name {
        font-size: 14px;
    }

    .form-custom-group input[type="text"],
    .form-custom-group input[type="email"],
    .form-custom-group input[type="password"],
    .form-custom-group textarea {
        height: 50px;
        padding: 10px 0 10px 23px;
        font-size: 14px;
    }

    .login-input-area .user-icon svg {
        height: 16px;
        width: 16px;
        top: 51px;
        left: 35px;
    }

    .form-custom-group {
        position: relative;
        margin: 15px 0 0 0;
    }

    .login-form-bottom .forgot-password-link {
        font-size: 14px;
        margin: 10px 0 0 0;
    }

    .loginsec-title {
        font-size: 48px;
        line-height: 55px;
        margin: 0;
    }

        .loginsec-title:before {
            width: 12px;
            height: 7px;
            top: 19px;
            left: 16px;
        }

    .register-right-area {
        height: 100%;
    }

    .regi-links {
        margin: 15px 0 20px 0;
    }

        .regi-links span {
            font-size: 14px;
        }

    .input-wbtn .login-btn {
        margin: 43px 0 10px 10px !important;
        height: auto;
    }

    .input-wbtn .login-input-area .user-icon svg {
        top: 54px !important;
    }

    .login-channel .login-main {
        width: 450px;
        padding: 40px 50px 90px 50px;
    }

    .login-main .copyright-text {
        bottom: 10px;
    }

    .login-form-btn .login-btn {
        padding: 10px 10px 10px 32px;
    }

    .employee-login .emp-login-btn {
        padding: 17px 20px;
    }
}

@media (max-width:767px) {
    .nav > .nav-btn {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 18px;
    }

        .nav > .nav-btn > label {
            display: inline-block;
            width: 50px;
            height: 40px;
            padding: 0px 13px;
        }

            .nav > .nav-btn > label > span {
                display: block;
                width: 30px;
                height: 8px;
                border-top: 2px solid #000;
            }

    .nav > .nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background-color: #333;
        height: 0px;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 50px;
        left: 0px;
    }

        .nav > .nav-links > a {
            display: block;
            width: 100%;
        }

    .nav > #nav-check:not(:checked) ~ .nav-links {
        height: 0px;
    }

    .nav > #nav-check:checked ~ .nav-links {
        height: calc(100vh - 50px);
        overflow-y: auto;
    }

    .login-channel .login-main.register-main {
        width: 100%;
    }
}

@media (max-width:576px) {

    .login-inner-page {
        width: 100%;
        padding: 0 30px;
    }

    .login-channel .login-main {
        width: 100%;
        padding: 20px 30px 80px 30px;
    }

        .login-channel .login-main.register-main {
            width: 100%;
            padding: 20px 30px 80px 30px;
        }

    .login-brand-logo {
        margin-bottom: 30px;
    }

        .login-brand-logo img {
            width: 120px;
        }

    .multi-linput {
        flex-wrap: wrap;
    }

    .register-custom-form .form-custom-group {
        width: 100%;
        padding: 0;
    }

        .register-custom-form .form-custom-group:first-child {
            padding: 0 0px 0 0;
        }

        .register-custom-form .form-custom-group:last-child {
            padding: 0 0 0 0px;
        }

    .login-main-form .form-custom-group {
        margin: 0 0 15px 0;
    }
}

.sso {
    width: 4rem !important;
}

/*New header end*/
