wsoums@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)


@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;e
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #179970;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --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", "Liberation 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;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    line-height: 1.15;
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    background-color: #fff;
    color: #212529;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    text-align: left;
    height:100%;
}
[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-bottom: 0.5rem;
    margin-top: 0;
}
p {
  margin: 5px 0;
}
abbr[data-original-title],
abbr[title] {
    border-bottom: 0;
    cursor: help;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
}
address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}
dl,
ol,
ul {
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    background-color: transparent;
    color: #0074ff;
    text-decoration: none;
}
a:hover {
    color: #333;
    text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}
pre {
    -ms-overflow-style: scrollbar;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    border-style: none;
}
img,
svg {
    vertical-align: middle;
}
svg {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    caption-side: bottom;
    color: #6c757d;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.25rem;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}
legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: 0.5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: none;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
output {
    display: inline-block;
}
summary {
    cursor: pointer;
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
.h1,
h1 {
    font-size: 2.25rem;
}
.h2,
h2 {
    font-size: 1.8rem;
}
.h3,
h3 {
    font-size: 1.575rem;
}
.h4,
h4 {
    font-size: 1.35rem;
}
.h5,
h5 {
    font-size: 1.125rem;
}
.h6,
h6 {
    font-size: 0.9rem;
}
.lead {
    font-size: 1.125rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
}
.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
}
.display-3 {
    font-size: 4.5rem;
}
.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
}
hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.small,
small {
    font-size: 0.875em;
    font-weight: 400;
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}
.blockquote-footer {
    color: #6c757d;
    display: block;
    font-size: 0.875em;
}
.blockquote-footer:before {
    content: "— ";
}
.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%;
}
.img-thumbnail {
    background-color: #f5f8fa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 0.25rem;
}
.figure {
    display: inline-block;
}
.figure-img {
    line-height: 1;
    margin-bottom: 0.5rem;
}
.figure-caption {
    color: #6c757d;
    font-size: 90%;
}
code {
    word-wrap: break-word;
    color: #e83e8c;
    font-size: 87.5%;
}
a > code {
    color: inherit;
}
kbd {
    background-color: #212529;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 87.5%;
    padding: 0.2rem 0.4rem;
}
kbd kbd {
    font-size: 100%;
    font-weight: 700;
    padding: 0;
}
pre {
    color: #212529;
    display: block;
    font-size: 87.5%;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 10px;
}
pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
}
.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}
.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}
.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}
.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
.table {
    color: #212529;
    margin-bottom: 1rem;
    width: 100%;
}
.table td,
.table th {
    border-top: 1px solid #dee2e6;
    padding: 0.75rem;
    vertical-align: top;
}
.table thead th {
    border-bottom: 2px solid #dee2e6;
    vertical-align: bottom;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f8fa;
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
    color: #212529;
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #bee2d7;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #86cab5;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #acdacc;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    background-color: #343a40;
    border-color: #454d55;
    color: #fff;
}
.table .thead-light th {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #495057;
}
.table-dark {
    background-color: #343a40;
    color: #fff;
}
.table-dark td,
.table-dark th,
.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: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, 0.075);
    color: #fff;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    height: calc(1.6em + 1rem + 2px);
    line-height: 1.6;
    padding: 0.5rem 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    background-color: #fff;
    border-color: #4be4b4;
    box-shadow: 0 0 0 0.2rem rgba(23, 153, 112, 0.25);
    color: #495057;
    outline: 0;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
    background-color: #fff;
    color: #495057;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 0;
}
.col-form-label,
.col-form-label-lg {
    padding-bottom: calc(0.5rem + 1px);
    padding-top: calc(0.5rem + 1px);
}
.col-form-label-lg {
    font-size: 1.125rem;
    line-height: 1.5;
}
.col-form-label-sm {
    font-size: 0.7875rem;
    line-height: 1.5;
    padding-bottom: calc(0.25rem + 1px);
    padding-top: calc(0.25rem + 1px);
}
.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #212529;
    display: block;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
    padding: 0.5rem 0;
    width: 100%;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0;
}
.form-control-sm {
    border-radius: 0.2rem;
    font-size: 0.7875rem;
    height: calc(1.5em + 0.5rem + 2px);
    line-height: 1.5;
    padding: 0.25rem 0.5rem;
}
.form-control-lg {
    border-radius: 0.3rem;
    font-size: 1.125rem;
    height: calc(1.5em + 1rem + 2px);
    line-height: 1.5;
    padding: 0.5rem 1rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.form-check {
    display: block;
    padding-left: 1.25rem;
    position: relative;
}
.form-check-input {
    margin-left: -1.25rem;
    margin-top: 0.3rem;
    position: absolute;
}
.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 {
    align-items: center;
    display: inline-flex;
    margin-right: 0.75rem;
    padding-left: 0;
}
.form-check-inline .form-check-input {
    margin-left: 0;
    margin-right: 0.3125rem;
    margin-top: 0;
    position: static;
}
.valid-feedback {
    color: #28a745;
    display: none;
    font-size: 0.875em;
    margin-top: 0.25rem;
    width: 100%;
}
.valid-tooltip {
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
    color: #fff;
    display: none;
    font-size: 0.7875rem;
    left: 0;
    line-height: 1.6;
    margin-top: 0.1rem;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    position: absolute;
    top: 100%;
    z-index: 5;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
    left: 5px;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.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-position: right calc(0.4em + 0.25rem) center;
    background-repeat: no-repeat;
    background-size: calc(0.8em + 0.5rem) calc(0.8em + 0.5rem);
    border-color: #28a745;
    padding-right: calc(1.6em + 1rem) !important;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
    background-position: right 1.5rem center;
    padding-right: 3rem !important;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(0.4em + 0.25rem) right calc(0.4em + 0.25rem);
    padding-right: calc(1.6em + 1rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat,
        #fff
            url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
            center right 1.75rem / calc(0.8em + 0.5rem) calc(0.8em + 0.5rem) no-repeat;
    border-color: #28a745;
    padding-right: calc(0.75em + 2.5rem) !important;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    background-color: #34ce57;
    border-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: 0.875em;
    margin-top: 0.25rem;
    width: 100%;
}
.invalid-tooltip {
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
    color: #fff;
    display: none;
    font-size: 0.7875rem;
    left: 0;
    line-height: 1.6;
    margin-top: 0.1rem;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    position: absolute;
    top: 100%;
    z-index: 5;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(0.4em + 0.25rem) center;
    background-repeat: no-repeat;
    background-size: calc(0.8em + 0.5rem) calc(0.8em + 0.5rem);
    border-color: #dc3545;
    padding-right: calc(1.6em + 1rem) !important;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    background-position: right 1.5rem center;
    padding-right: 3rem !important;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(0.4em + 0.25rem) right calc(0.4em + 0.25rem);
    padding-right: calc(1.6em + 1rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat,
        #fff
            url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E")
            center right 1.75rem / calc(0.8em + 0.5rem) calc(0.8em + 0.5rem) no-repeat;
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.5rem) !important;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    background-color: #e4606d;
    border-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        justify-content: center;
    }
    .form-inline .form-group,
    .form-inline label {
        align-items: center;
        display: flex;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap;
    }
    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        align-items: center;
        display: flex;
        justify-content: center;
        padding-left: 0;
        width: auto;
    }
    .form-inline .form-check-input {
        flex-shrink: 0;
        margin-left: 0;
        margin-right: 0.25rem;
        margin-top: 0;
        position: relative;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #212529;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.125;
    padding: 0.75rem 1.25rem;
    text-align: center;
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn.focus,
.btn:focus {
  
    outline: 0;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    background-color: #1757ff;
    border-color: #1757ff;
    color: #fff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #2a48e6;
    border:0;
    color: #fff;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #063ff0;
    border: 0;
    color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #106d50;
    border:0;
    border-color: transparent;
    color: #fff;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #2a48e6;
  border:0;
    border-color: transparent;
    color: #fff;
}

.btn-secondary {
    background-color: #6c757d;
   border:0;
    border-color: #6c757d;
    color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #5a6268;
   border:0;
    border-color: #545b62;
    color: #fff;
}


.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #6c757d;
    border:0;
    border-color: #6c757d;
    color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #545b62;
    border-color: #4e555b;
    color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
   
}
.btn-success {
    background-color: #119075;
    border:0;
    color: #fff;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    background-color: #107a63;
    border-color: #1e7e34;
    color: #fff;
}
.btn-success.focus,
.btn-success:focus {
  
}
.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border:0;
    color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    background-color: #1e7e34;
    border-color: #1c7430;
    color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {

}
.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    background-color: #138496;
    border-color: #117a8b;
    color: #fff;
}
.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    background-color: #117a8b;
    border-color: #10707f;
    color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
    color: #212529;
}
.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    background-color: #d39e00;
    border-color: #c69500;
    color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
    color: #fff;
}
.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    background-color: #bd2130;
    border-color: #b21f2d;
    color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
    color: #212529;
}
.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background-color: #dae0e5;
    border-color: #d3d9df;
    color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-dark {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #23272b;
    border-color: #1d2124;
    color: #fff;
}
.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    background-color: #1d2124;
    border-color: #171a1d;
    color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
    border-color: #179970;
    color: #179970;
}
.btn-outline-primary:hover {
    background-color: #179970;
    border-color: #179970;
    color: #fff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 153, 112, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #179970;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    background-color: #179970;
    border-color: #179970;
    color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 153, 112, 0.5);
}
.btn-outline-secondary {
    border-color: #000000;
    color: #000000;
}
.btn-outline-secondary:hover {
    background-color: #000000;
    border: 0;
    color: #fff;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-success {
    border-color: #28a745;
    color: #28a745;
}
.btn-outline-success:hover {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    background-color: transparent;
    color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
    border-color: #17a2b8;
    color: #17a2b8;
}
.btn-outline-info:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    border-color: #ffc107;
    color: #ffc107;
}
.btn-outline-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545;
}
.btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
    border-color: #f8f9fa;
    color: #f8f9fa;
}
.btn-outline-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    background-color: transparent;
    color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    border-color: #343a40;
    color: #343a40;
}
.btn-outline-dark:hover {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background-color: transparent;
    color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
    color: #179970;
    font-weight: 400;
    text-decoration: none;
}
.btn-link:hover {
    color: #0d563f;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
    border-radius: 0.3rem;
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 0.5rem 1rem;
}
.btn-group-sm > .btn,
.btn-sm {
    border-radius: 0.2rem;
    font-size: 0.7875rem;
    line-height: 1.5;
    padding: 0.25rem 0.5rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.width {
    height: auto;
    transition: width 0.35s ease;
    width: 0;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.width {
        transition: none;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    color: #212529;
    display: none;
    float: left;
    font-size: 0.9rem;
    left: 0;
    list-style: none;
    margin: 0.125rem 0 0;
    
    padding: 0.5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        left: 0;
        right: auto;
    }
    .dropdown-menu-sm-right {
        left: auto;
        right: 0;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        left: 0;
        right: auto;
    }
    .dropdown-menu-md-right {
        left: auto;
        right: 0;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        left: 0;
        right: auto;
    }
    .dropdown-menu-lg-right {
        left: auto;
        right: 0;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        left: 0;
        right: auto;
    }
    .dropdown-menu-xl-right {
        left: auto;
        right: 0;
    }
}
.dropup .dropdown-menu {
    bottom: 100%;
    margin-bottom: 0.125rem;
    margin-top: 0;
    top: auto;
}
.dropup .dropdown-toggle:after {
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    left: 100%;
    margin-left: 0.125rem;
    margin-top: 0;
    right: auto;
    top: 0;
}
.dropright .dropdown-toggle:after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-right: 0;
    border-top: 0.3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropright .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-toggle:after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    left: auto;
    margin-right: 0.125rem;
    margin-top: 0;
    right: 100%;
    top: 0;
}
.dropleft .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropleft .dropdown-toggle:before {
    border-bottom: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-top: 0.3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
}
.dropleft .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    bottom: auto;
    right: auto;
}
.dropdown-divider {
    border-top: 1px solid #e9ecef;
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
}
.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: 0.25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e9ecef;
    color: #16181b;
    text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #0b65ff;
    color: #fff;
    text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: #adb5bd;
    pointer-events: none;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    color: #6c757d;
    display: block;
    font-size: 0.7875rem;
    margin-bottom: 0;
    padding: 0.5rem 1.5rem;
    white-space: nowrap;
}
.dropdown-item-text {
    color: #212529;
    display: block;
    padding: 0.25rem 1.5rem;
}
.btn-group,
.btn-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    flex: 1 1 auto;
    position: relative;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.dropdown-toggle-split {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute;
}
.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    flex: 1 1 auto;
    margin-bottom: 0;
    min-width: 0;
    position: relative;
    width: 1%;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group > .custom-file {
    align-items: center;
    display: flex;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label:after,
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    display: flex;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    padding: 0.5rem 0.75rem;
    text-align: center;
    white-space: nowrap;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    border-radius: 0.3rem;
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 0.5rem 1rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    border-radius: 0.2rem;
    font-size: 0.7875rem;
    line-height: 1.5;
    padding: 0.25rem 0.5rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.custom-control {
    print-color-adjust: exact;
    display: block;
    min-height: 1.44rem;
    padding-left: 1.5rem;
    position: relative;
    z-index: 1;
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    height: 1.22rem;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 1rem;
    z-index: -1;
}
.custom-control-input:checked ~ .custom-control-label:before {
    background-color: #179970;
    border-color: #179970;
    color: #fff;
}
.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(23, 153, 112, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #4be4b4;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    background-color: #78ebc6;
    border-color: #78ebc6;
    color: #fff;
}
.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 {
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
}
.custom-control-label:before {
    background-color: #fff;
    border: 1px solid #adb5bd;
    pointer-events: none;
}
.custom-control-label:after,
.custom-control-label:before {
    content: "";
    display: block;
    height: 1rem;
    left: -1.5rem;
    position: absolute;
    top: 0.22rem;
    width: 1rem;
}
.custom-control-label:after {
    background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-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 {
    background-color: #179970;
    border-color: #179970;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(23, 153, 112, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(23, 153, 112, 0.5);
}
.custom-radio .custom-control-label:before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(23, 153, 112, 0.5);
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
    border-radius: 0.5rem;
    left: -2.25rem;
    pointer-events: all;
    width: 1.75rem;
}
.custom-switch .custom-control-label:after {
    background-color: #adb5bd;
    border-radius: 0.5rem;
    height: calc(1rem - 4px);
    left: calc(-2.25rem + 2px);
    top: calc(0.22rem + 2px);
    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;
    width: calc(1rem - 4px);
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(23, 153, 112, 0.5);
}
.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 400;
    height: calc(1.6em + 1rem + 2px);
    line-height: 1.6;
    padding: 0.5rem 1.75rem 0.5rem 0.75rem;
    vertical-align: middle;
    width: 100%;
}
.custom-select:focus {
    border-color: #4be4b4;
    box-shadow: 0 0 0 0.2rem rgba(23, 153, 112, 0.25);
    outline: 0;
}
.custom-select:focus::-ms-value {
    background-color: #fff;
    color: #495057;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    background-image: none;
    height: auto;
    padding-right: 0.75rem;
}
.custom-select:disabled {
    background-color: #e9ecef;
    color: #6c757d;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
    font-size: 0.7875rem;
    height: calc(1.5em + 0.5rem + 2px);
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-top: 0.25rem;
}
.custom-select-lg {
    font-size: 1.125rem;
    height: calc(1.5em + 1rem + 2px);
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
}
.custom-file {
    display: inline-block;
    margin-bottom: 0;
}
.custom-file,
.custom-file-input {
    height: calc(1.6em + 1rem + 2px);
    position: relative;
    width: 100%;
}
.custom-file-input {
    margin: 0;
    opacity: 0;
    overflow: hidden;
    z-index: 2;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #4be4b4;
    box-shadow: 0 0 0 0.2rem rgba(23, 153, 112, 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 {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-weight: 400;
    height: calc(1.6em + 1rem + 2px);
    left: 0;
    overflow: hidden;
    z-index: 1;
}
.custom-file-label,
.custom-file-label:after {
    color: #495057;
    line-height: 1.6;
    padding: 0.5rem 0.75rem;
    position: absolute;
    right: 0;
    top: 0;
}
.custom-file-label:after {
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
    bottom: 0;
    content: "Browse";
    display: block;
    height: calc(1.6em + 1rem);
    z-index: 3;
}
.custom-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.4rem;
    padding: 0;
    width: 100%;
}
.custom-range:focus {
    outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f5f8fa, 0 0 0 0.2rem rgba(23, 153, 112, 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f5f8fa, 0 0 0 0.2rem rgba(23, 153, 112, 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f5f8fa, 0 0 0 0.2rem rgba(23, 153, 112, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #179970;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #78ebc6;
}
.custom-range::-webkit-slider-runnable-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: 0.5rem;
    width: 100%;
}
.custom-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #179970;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #78ebc6;
}
.custom-range::-moz-range-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: 0.5rem;
    width: 100%;
}
.custom-range::-ms-thumb {
    appearance: none;
    background-color: #179970;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 0;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #78ebc6;
}
.custom-range::-ms-track {
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    color: transparent;
    cursor: pointer;
    height: 0.5rem;
    width: 100%;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
}
.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-heading{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    margin-left: 17px;
    margin-bottom: 10px;
 
    color: #868686;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    background: #fff;

    position: relative;
}
.nav-link {
    display: block;
    padding: 9px 15px;
    margin: 5px 0 5px 0;
    font-size: 16px;
    font-weight: 500 !important;
    color: #333 !important;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
    color: #233fad !important;
    background: #eaecff;
}
.nav-link.disabled {
    color: #6c757d;
    cursor: default;
    pointer-events: none;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    background-color: transparent;
    border: 1px solid transparent;
    margin-bottom: -1px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}
.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: unset;
    border:0;
    color: #179970;
}
.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #179970;
    color: #fff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    padding: 0.5rem 1rem;
    position: relative;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    font-size: 1.125rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: 0.32rem;
    padding-top: 0.32rem;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav .dropdown-menu {
    float: none;
    position: static;
}
.navbar-text {
    display: inline-block;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1;
}
.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 1.125rem;
    line-height: 1;
    padding: 0.25rem 0.75rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    background: 50%/100% 100% no-repeat;
    content: "";
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em;
}

.nav-add-form{
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #c0c0c0 !important;
  margin-top: -10px;
}
.nav-add-form i{
  font-size: 14px !important;
}
.footer-side-nav{
  position:absolute;
  bottom:75px;
  list-style-type:none;
}
.footer-snt{
  color: #8c8c8c;
  font-size: 12px;
}
.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    padding-left: 0;
    padding-right: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(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,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    border-color: hsla(0, 0%, 100%, 0.1);
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
}
.card > hr {
    margin-left: 0;
    margin-right: 0;
}
.card > .list-group {
    border-bottom: inherit;
    border-top: inherit;
}
.card > .list-group:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-width: 0;
}
.card > .list-group:last-child {
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.75rem;
}
.card-title {
    margin-bottom: 1.2rem;
}
.card-subtitle {
    margin-top: -0.6rem;
}
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.75rem;
}
.card-header {
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0;
    padding: 1.2rem 1.75rem;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    background-color: #fff;
    border-top: 1px solid #e9ecef;
    padding: 1.2rem 1.75rem;
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -1.2rem;
}
.card-header-pills,
.card-header-tabs {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
}
.card-img-overlay {
    border-radius: calc(0.25rem - 1px);
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
}
.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
    .card-deck .card {
        flex: 1 0 0%;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 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 {
        border-left: 0;
        margin-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 1.2rem;
}
@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion {
    overflow-anchor: none;
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-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 {
    background-color: none;
    border-radius: 0.25rem;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0 3px;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    color: #6c757d;
    content: "/";
    float: left;
    padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    border-radius: 0.25rem;
    display: flex;
    list-style: none;
    padding-left: 0;
}
.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #179970;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: 0.5rem 0.75rem;
    position: relative;
}
.page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #0d563f;
    text-decoration: none;
    z-index: 2;
}
.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 153, 112, 0.25);
    outline: 0;
    z-index: 3;
}
.page-item:first-child .page-link {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    margin-left: 0;
}
.page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.page-item.active .page-link {
    background-color: #179970;
    border-color: #179970;
    color: #fff;
    z-index: 3;
}
.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    cursor: auto;
    pointer-events: none;
}
.pagination-lg .page-link {
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 0.75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    font-size: 0.7875rem;
    line-height: 1.5;
    padding: 0.25rem 0.5rem;
}
.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.badge {
    border-radius: 0.25rem;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: 0.25em 0.4em;
    text-align: center;
    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;
    vertical-align: baseline;
    white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}
a.badge:focus,
a.badge:hover {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    border-radius: 10rem;
    padding-left: 0.6em;
    padding-right: 0.6em;
}
.badge-primary {
    background-color: #179970;
    color: #fff;
}
a.badge-primary:focus,
a.badge-primary:hover {
    background-color: #106d50;
    color: #fff;
}
a.badge-primary.focus,
a.badge-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 153, 112, 0.5);
    outline: 0;
}
.badge-secondary {
    background-color: #6c757d;
    color: #fff;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
    background-color: #545b62;
    color: #fff;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
    box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
    outline: 0;
}
.badge-success {
    background-color: #28a745;
    color: #fff;
}
a.badge-success:focus,
a.badge-success:hover {
    background-color: #1e7e34;
    color: #fff;
}
a.badge-success.focus,
a.badge-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    outline: 0;
}
.badge-info {
    background-color: #17a2b8;
    color: #fff;
}
a.badge-info:focus,
a.badge-info:hover {
    background-color: #117a8b;
    color: #fff;
}
a.badge-info.focus,
a.badge-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    outline: 0;
}
.badge-warning {
    background-color: #ffc107;
    color: #212529;
}
a.badge-warning:focus,
a.badge-warning:hover {
    background-color: #d39e00;
    color: #212529;
}
a.badge-warning.focus,
a.badge-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    outline: 0;
}
.badge-danger {
    background-color: #dc3545;
    color: #fff;
}
a.badge-danger:focus,
a.badge-danger:hover {
    background-color: #bd2130;
    color: #fff;
}
a.badge-danger.focus,
a.badge-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    outline: 0;
}
.badge-light {
    background-color: #f8f9fa;
    color: #212529;
}
a.badge-light:focus,
a.badge-light:hover {
    background-color: #dae0e5;
    color: #212529;
}
a.badge-light.focus,
a.badge-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    outline: 0;
}
.badge-dark {
    background-color: #343a40;
    color: #fff;
}
a.badge-dark:focus,
a.badge-dark:hover {
    background-color: #1d2124;
    color: #fff;
}
a.badge-dark.focus,
a.badge-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  outline: 0;
}

.badge-count{
  font-weight: 500;
  background-color: #e9eeff;
  color: #000;
}
.jumbotron {
    background-color: #e9ecef;
    border-radius: 0.3rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.alert {
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    padding: 0.75rem 1.25rem;
    position: relative;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 3.85rem;
}
.alert-dismissible .close {
    color: inherit;
    padding: 0.75rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.alert-primary {
    background-color: #d1ebe2;
    border-color: #bee2d7;
    color: #0c503a;
}
.alert-primary hr {
    border-top-color: #acdacc;
}
.alert-primary .alert-link {
    color: #05241a;
}
.alert-secondary {
    background-color: #e2e3e5;
    border-color: #d6d8db;
    color: #383d41;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    background-color: #1d7bff;
    border-color: transparent;
    color: #ffffff;
}

.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info {
    background-color: #d1e2f1;
    border-color: #c0d3fb;
    color: #0c2f60;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    background-color: #ff5060;
    border-color: #f5c6cb;
    color: #fcfcfc;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #818182;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    color: #1b1e21;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    background-color: #e9ecef;
    border-radius: 0.25rem;
    font-size: 0.675rem;
    height: 1rem;
    line-height: 0;
}
.progress,
.progress-bar {
    display: flex;
    overflow: hidden;
}
.progress-bar {
    background-color: #179970;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: width 0.6s ease;
    white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
.media {
    align-items: flex-start;
    display: flex;
}
.media-body {
    flex: 1;
}
.list-group {
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
}
.list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #f5f8fa;
    color: #495057;
    text-decoration: none;
    z-index: 1;
}
.list-group-item-action:active {
    background-color: #e9ecef;
    color: #212529;
}
.list-group-item {
    background-color: #fff;
    border: 1px solid #f5f8fa;
    display: block;
    padding: 0.75rem 1.25rem;
    position: relative;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    background-color: #fff;
    color: #6c757d;
    pointer-events: none;
}
.list-group-item.active {
    background-color: #096eff;
    border-color: transparent;
    color: #fff;
    z-index: 2;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    background-color: #bee2d7;
    color: #0c503a;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #acdacc;
    color: #0c503a;
}
.list-group-item-primary.list-group-item-action.active {
    background-color: #0c503a;
    border-color: #0c503a;
    color: #fff;
}
.list-group-item-secondary {
    background-color: #d6d8db;
    color: #383d41;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #c8cbcf;
    color: #383d41;
}
.list-group-item-secondary.list-group-item-action.active {
    background-color: #383d41;
    border-color: #383d41;
    color: #fff;
}
.list-group-item-success {
    background-color: #c3e6cb;
    color: #155724;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #b1dfbb;
    color: #155724;
}
.list-group-item-success.list-group-item-action.active {
    background-color: #155724;
    border-color: #155724;
    color: #fff;
}
.list-group-item-info {
    background-color: #bee5eb;
    color: #0c5460;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #abdde5;
    color: #0c5460;
}
.list-group-item-info.list-group-item-action.active {
    background-color: #0c5460;
    border-color: #0c5460;
    color: #fff;
}
.list-group-item-warning {
    background-color: #ffeeba;
    color: #856404;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #ffe8a1;
    color: #856404;
}
.list-group-item-warning.list-group-item-action.active {
    background-color: #856404;
    border-color: #856404;
    color: #fff;
}
.list-group-item-danger {
    background-color: #f5c6cb;
    color: #721c24;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #f1b0b7;
    color: #721c24;
}
.list-group-item-danger.list-group-item-action.active {
    background-color: #721c24;
    border-color: #721c24;
    color: #fff;
}
.list-group-item-light {
    background-color: #fdfdfe;
    color: #818182;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #ececf6;
    color: #818182;
}
.list-group-item-light.list-group-item-action.active {
    background-color: #818182;
    border-color: #818182;
    color: #fff;
}
.list-group-item-dark {
    background-color: #c6c8ca;
    color: #1b1e21;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #b9bbbe;
    color: #1b1e21;
}
.list-group-item-dark.list-group-item-action.active {
    background-color: #1b1e21;
    border-color: #1b1e21;
    color: #fff;
}
.close {
    color: #000;
    float: right;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    opacity: 0.5;
    text-shadow: 0 1px 0 #fff;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    background-color: transparent;
    border: 0;
    padding: 0;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    flex-basis: 350px;
    font-size: 0.875rem;
    max-width: 350px;
    opacity: 0;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    color: #6c757d;
    display: flex;
    padding: 0.25rem 0.75rem;
}
.toast-body {
    padding: 0.75rem;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
}
.modal-dialog {
    margin: 0.5rem;
    pointer-events: none;
    position: relative;
    width: auto;
}
.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none;
}
.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}
.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem;
}
.modal-title {
    line-height: 1.6;
    margin-bottom: 0;
}
.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative;
}
.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0.75rem;
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}
@media (min-width: 576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.tooltip {
    word-wrap: break-word;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 0.7875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.6;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    display: block;
    height: 0.4rem;
    position: absolute;
    width: 0.8rem;
}
.tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
    border-top-color: #000;
    border-width: 0.4rem 0.4rem 0;
    top: 0;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    height: 0.8rem;
    left: 0;
    width: 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
    border-right-color: #000;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    right: 0;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #000;
    border-width: 0 0.4rem 0.4rem;
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    height: 0.8rem;
    right: 0;
    width: 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
    border-left-color: #000;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    left: 0;
}
.tooltip-inner {
    background-color: #000;
    border-radius: 0.25rem;
    color: #fff;
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    text-align: center;
}
.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 0.7875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.6;
    max-width: 276px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060;
}
.popover,
.popover .arrow {
    display: block;
    position: absolute;
}
.popover .arrow {
    height: 0.5rem;
    margin: 0 0.3rem;
    width: 1rem;
}
.popover .arrow:after,
.popover .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
    border-top-color: rgba(0, 0, 0, 0.25);
    border-width: 0.5rem 0.5rem 0;
    bottom: 0;
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
    border-top-color: #fff;
    border-width: 0.5rem 0.5rem 0;
    bottom: 1px;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
    height: 1rem;
    left: calc(-0.5rem - 1px);
    margin: 0.3rem 0;
    width: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
    border-right-color: rgba(0, 0, 0, 0.25);
    border-width: 0.5rem 0.5rem 0.5rem 0;
    left: 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
    border-right-color: #fff;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    left: 1px;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-width: 0 0.5rem 0.5rem;
    top: 0;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
    border-bottom-color: #fff;
    border-width: 0 0.5rem 0.5rem;
    top: 1px;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -0.5rem;
    position: absolute;
    top: 0;
    width: 1rem;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
    height: 1rem;
    margin: 0.3rem 0;
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
    border-left-color: rgba(0, 0, 0, 0.25);
    border-width: 0.5rem 0 0.5rem 0.5rem;
    right: 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
    border-left-color: #fff;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    right: 1px;
}
.popover-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    font-size: 0.9rem;
    margin-bottom: 0;
    padding: 0.5rem 0.75rem;
}
.popover-header:empty {
    display: none;
}
.popover-body {
    color: #212529;
    padding: 0.5rem 0.75rem;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carousel-inner:after {
    clear: both;
    content: "";
    display: block;
}
.carousel-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    transition: transform 0.6s ease-in-out;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transform: none;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
    transition: opacity 0s 0.6s;
    z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    align-items: center;
    background: none;
    border: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: 0.5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity 0.15s ease;
    width: 15%;
    z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    opacity: 0.9;
    outline: 0;
    text-decoration: none;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: 50%/100% 100% no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0;
    position: absolute;
    right: 0;
    z-index: 15;
}
.carousel-indicators li {
    background-clip: padding-box;
    background-color: #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: 0.5;
    text-indent: -999px;
    transition: opacity 0.6s ease;
    width: 30px;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    z-index: 10;
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
.spinner-border {
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
    border: 0.25em solid;
    border-radius: 50%;
    border-right: 0.25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: -0.125em;
    width: 2rem;
}
.spinner-border-sm {
    border-width: 0.2em;
    height: 1rem;
    width: 1rem;
}
@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
    background-color: currentcolor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: -0.125em;
    width: 2rem;
}
.spinner-grow-sm {
    height: 1rem;
    width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #179970 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #106d50 !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #179970 !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.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 {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.embed-responsive:before {
    content: "";
    display: block;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.embed-responsive-21by9:before {
    padding-top: 42.85714286%;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before {
    padding-top: 75%;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto;
}
.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;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.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: #006dff !important;
}
a
a.text-primary:focus,
a.text-primary:hover {
    color: #0d563f !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    :after,
    :before {
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
    }
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    .container,
    body {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        border-color: #dee2e6;
        color: inherit;
    }
}
[role="main"] {
    padding-top: 95px;
}
.content-page {
    margin-left: 250px;
    overflow: hidden;
    width: 100%;
}
.sidebar-collapsed .content-page {
    margin-left: 80px;
}

.sidebar-collapsed  .hide-collapsed{
  display:none;
}
label {
    font-weight: 500;
}
.card {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    margin-bottom: 20px;
}
.card h5.card-title {
    font-size: 16px;
    font-weight: 400;
}
.card .card-header {
    font-size: 1.025rem;
    font-weight: 400;
}
.card h5.card-title.card-title-bold {
    font-weight: 500;
}
.btn-rounded {
    border-radius: 2em;
}
.btn-avatar {
    border: 1px solid #dfdfdf;
    margin-top: 10px;
    padding: 10px 0;
    transition: all 0.5s ease 0s;
}
.btn-avatar:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
}
.btn-upload {
    border-radius: 50%;
    color: #ccc;
    font-size: 65px;
    height: 120px;
    line-height: 1.428571429;
    padding: 6px 0;
    text-align: center;
    width: 120px;
}
.btn-icon {
    color: #adb5bd;
    padding: 3px 5px;
}
.btn-upload {
    overflow: hidden;
    position: relative;
}
.btn-upload input[type="file"] {
    background: #fff;
    cursor: inherit;
    display: block;
    filter: alpha(opacity=0);
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    outline: none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.btn-facebook {
    color: #4267b2;
}
.btn-facebook:hover {
    color: #34518d;
}
.btn-twitter {
    color: #1ba1f3;
}
.btn-twitter:hover {
    color: #0b85d0;
}
.btn-google {
    color: #de564a;
}
.btn-google:hover {
    color: #cf3426;
}
.avatar-source {
    text-align: center;
}
.avatar-source img {
    width: 120px;
}
.avatar-source div:hover,
.avatar-source img:hover {
    background-color: #fff;
    border: 2px solid #179970;
    cursor: pointer;
}
#avatar.croppie-container {
    padding: 35px 30px 30px;
}
.input-group-append .btn,
.input-group-prepend .btn {
    border: 1px solid #ced4da;
    padding: 0.35rem 1rem;
}
.form-control.input-solid:not([disabled]) {
    background-color: #f8f9fa;
}
.list-group.list-group-borderless .list-group-item {
    border: none;
}
.list-group.list-group-striped .list-group-item:nth-of-type(odd) {
    background-color: #f5f8fa;
    border-radius: 5px;
}
.list-group-flush .list-group-item:first-of-type {
    border-top: none;
}


.navbar-brand-wrapper {
    background: #fff;
    float: left;
    height: 70px;
    position: relative;
    text-align: center;
    width: 250px;
    z-index: 1;
}
.navbar-brand-wrapper .logo-lg {
    display: block;
    margin-top: 25px;
    width: 150px;
    height: auto;
}
.navbar-brand-wrapper .logo-sm {
    display: none;
}
.sidebar-collapsed .navbar-brand-wrapper {
    width: 80px;
}
.sidebar-collapsed .navbar-brand-wrapper .logo-lg {
    display: none;
}
.sidebar-collapsed .navbar-brand-wrapper .logo-sm {
    display: block;
}
.navbar {
    background: #fff;
    
}
.navbar .navbar-toggler {
    margin: 20px 0;
}
.navbar .form-control {
    border-radius: 0;
    border-width: 0;
    padding: 0.75rem 1rem;
}
.navbar .navbar-collapse {
    background-color: #fff;
    border-bottom:1px solid #f0f0f0;
}
.navbar .navbar-collapse.collapse.show,
.navbar .navbar-collapse.collapsing {
    display: flex;
}
@media (min-width: 992px) {
    .navbar .navbar-collapse {
        height: 70px;
    }
}
@media (max-width: 991.98px) {
    .navbar .navbar-collapse {
        border-top: 1px solid #f5f8fa;
        box-shadow: none;
    }
}
.navbar .page-header {
    border-right: 1px solid #e2e5ec;
    font-weight: 400;
    margin-right: 15px;
    padding-right: 20px;
}
@media (max-width: 991.98px) {
    .navbar .page-header {
        border-right: 0;
    }
}
.sidebar {
    background: #fff;
    bottom: 0;
    border-right: 1px solid #f3f3f3;
    height: 100%;
    margin-top: 0;
    padding-top: 17px;
    min-width: 250px;
    overflow-y: hidden;
    padding-bottom: 30px;
    position: fixed;
    top: 70px;
    transition: all 0.3s;
    width: 250px;
    z-index: 10;
}


/* DARK CREATIVE SIDEBAR */
.sidebar .nav-link.active{
 background-color: #273ca9 !important;
}

.sidebar svg{
  margin-right: 10px;
}


.sidebar .user-box ul li a {
    color: #adb5bd;
}
.sidebar .user-box ul li a:hover {
    color: #179970;
}
.sidebar .user-box ul li a i {
    font-size: 14px;
}
.sidebar .user-box h5 a {
    color: #adb5bd;
    font-size: 15px;
    text-decoration: none;
}
.sidebar .user-box h5 a:hover {
    color: #179970;
}
.sidebar .nav-link {
    color: #adb5bd;
    font-weight: 400;
}
.sidebar .nav-link.active,
.sidebar .nav-link:hover {
    color: #dee2e6;
}
.sidebar .nav-link.active {
    background-color: #4955aa;
    color: #fff !important;
    border-radius: 10px;
}
.sidebar .sub-menu li {
    padding-left: 15px;
}
.sidebar .sidebar-heading {
    font-size: 0.75rem;
    text-transform: uppercase;
}
.sidebar ul li a i {
    display: inline-block;
    font-size: 21px;
    font-weight: 500;
    line-height: 17px;
    margin-right: 13px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}
.sidebar .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.sidebar .nav-item .nav-link[aria-expanded="false"]:after {
    display:inline;
    content:"\f0d7";
    font-family: FontAwesome;
    font-weight: 900;
    padding-left: 5px;
    text-align: right;
}
.sidebar .nav-item .nav-link[aria-expanded="true"] {
    color: #dee2e6;
}
.sidebar .nav-item .nav-link[aria-expanded="true"]:after {
    display:inline;
    content:"\f0d8";
    font-family: FontAwesome;
    font-weight: 900;
    padding-left: 5px;
    text-align: right;
}
.sidebar-collapsed .sidebar {
    min-width: 80px;
    width: 80px;
}
.sidebar-collapsed .sidebar .sub-menu li {
    padding-left: 0;
}

.sub-menu{
    border-left: 1px solid #ececec;
    margin-left: 25px;
    margin-right: -25px;
    background: #fff;
    z-index: 999;
    position: relative;
}
.sidebar-collapsed .sidebar .nav-link span,
.sidebar-collapsed .sidebar .user-box {
    display: none;
}
.sidebar-collapsed .sidebar .sidebar-sticky {
    overflow: inherit !important;
    padding-top: 1rem;
}
.sidebar-collapsed .sidebar .nav > li.nav-item {
    margin-top: 10px;
    width: 50px;
}
.sidebar-collapsed .sidebar ul li a i {
    font-size: 20px;
}
.sidebar-collapsed .sidebar li {
    position: relative;
    white-space: nowrap;
}
.sidebar-collapsed .sidebar li ul {
    display: none;
}
.sidebar-collapsed .sidebar li:hover {
    background-color: #30353e;
}
.sidebar-collapsed .sidebar li:hover .nav-link span {
    display: inline-block;
}
.sidebar-collapsed .sidebar li:hover > a {
    background-color: #30353e;
    border-top-right-radius: 0.25rem;
    position: relative;
    transition: none;
    width: 260px;
}
.sidebar-collapsed .sidebar li:hover > a span {
    display: inline;
    padding-left: 30px;
}
.sidebar-collapsed .sidebar li:hover ul {
    background-color: #30353e;
    border-bottom-right-radius: 0.25rem;
    display: block;
    height: auto !important;
    left: 60px;
    overflow: hidden;
    position: absolute;
    width: 200px;
}
.sidebar-collapsed .sidebar li:hover ul li a {
    padding-left: 20px;
}
.sidebar-collapsed .sidebar li:hover ul li a span {
    padding-left: 0;
}
.sidebar-collapsed .sidebar .nav-item .nav-link[aria-expanded="false"]:after,
.sidebar-collapsed .sidebar .nav-item .nav-link[aria-expanded="true"]:after {
    display: none;
}
.sidebar-sticky {
    height: calc(100vh - 48px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 0.5rem;
    position: relative;
    top: 0;
}
@supports (position: sticky) {
    .sidebar-sticky {
        position: sticky;
    }
}
.switch {
    font-size: 0.9rem;
    position: relative;
}
.switch input {
    clip: rect(0 0 0 0);
    background: none;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.switch input + label {
    border-radius: calc(1.28em + 0.8rem + 1.6px);
    cursor: pointer;
    display: inline-block;
    height: calc(1.28em + 0.8rem + 1.6px);
    line-height: calc(1.28em + 0.8rem + 1.6px);
    margin-bottom: 0;
    min-width: calc(2.56em + 1.6rem + 3.2px);
    outline: none;
    position: relative;
    text-indent: calc(2.56em + 2.1rem + 3.2px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}
.switch input + label:after,
.switch input + label:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(2.56em + 1.6rem + 3.2px);
}
.switch input + label:before {
    background-color: #dee2e6;
    border-radius: calc(1.28em + 0.8rem + 1.6px);
    right: 0;
    transition: all 0.2s;
}
.switch input + label:after {
    background-color: #fff;
    border-radius: 50%;
    height: calc(1.28em + 0.8rem - 2.4px);
    left: 2px;
    top: 2px;
    transition: all 0.2s;
    width: calc(1.28em + 0.8rem - 2.4px);
}
.switch input:checked + label:before {
    background-color: #179970;
}
.switch input:checked + label:after {
    margin-left: calc(1.28em + 0.8rem + 1.6px);
}
.switch input:focus + label:before {
    box-shadow: 0 0 0 0.2rem rgba(23, 153, 112, 0.25);
    outline: none;
}
.switch input:disabled + label {
    color: #868e96;
    cursor: not-allowed;
}
.switch input:disabled + label:before {
    background-color: #e9ecef;
}
.switch.switch-sm {
    font-size: 0.7875rem;
}
.switch.switch-sm input + label {
    height: calc(1.2em + 0.4rem + 1.6px);
    line-height: calc(1.2em + 0.4rem + 1.6px);
    min-width: calc(2.4em + 0.8rem + 3.2px);
    text-indent: calc(2.4em + 1.3rem + 3.2px);
}
.switch.switch-sm input + label:before {
    width: calc(2.4em + 0.8rem + 3.2px);
}
.switch.switch-sm input + label:after {
    height: calc(1.2em + 0.4rem - 2.4px);
    width: calc(1.2em + 0.4rem - 2.4px);
}
.switch.switch-sm input:checked + label:after {
    margin-left: calc(1.2em + 0.4rem + 1.6px);
}
.switch.switch-lg {
    font-size: 1.125rem;
}
.switch.switch-lg input + label {
    height: calc(1.2em + 0.8rem + 1.6px);
    line-height: calc(1.2em + 0.8rem + 1.6px);
    min-width: calc(2.4em + 1.6rem + 3.2px);
    text-indent: calc(2.4em + 2.1rem + 3.2px);
}
.switch.switch-lg input + label:before {
    width: calc(2.4em + 1.6rem + 3.2px);
}
.switch.switch-lg input + label:after {
    height: calc(1.2em + 0.8rem - 2.4px);
    width: calc(1.2em + 0.8rem - 2.4px);
}
.switch.switch-lg input:checked + label:after {
    margin-left: calc(1.2em + 0.8rem + 1.6px);
}
.switch + .switch {
    margin-left: 1rem;
}
.swal-button--confirm {
    background-color: #dc3545;
}
.table thead th {
    color: #495057;
}
.table-striped tr td:first-of-type {
    border-radius: 5px 0 0 5px;
}
.table-striped tr td:last-of-type {
    border-radius: 0 5px 5px 0;
}
.bg-lighter {
    background-color: #f8fbfc;
}
.border-bottom-light {
    border-bottom: 1px solid #f5f8fa;
}
.no-decoration {
    text-decoration: none !important;
}
.flex-1 {
    flex: 1;
}
.my-10p {
    margin-bottom: 10%;
    margin-top: 10%;
}
.text-gray-500 {
    color: #adb5bd;
}
.badge-lg {
    padding: 5px 8px;
}
.min-width-200 {
    min-width: 200px;
}
.min-width-150 {
    min-width: 150px;
}
.min-width-100 {
    min-width: 100px;
}
.min-width-80 {
    min-width: 80px;
}
.line-height-1 {
    line-height: 1;
}
.overflow-hidden {
    overflow: hidden;
}
.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
.datepicker {
    padding: 10px;
    width: 265px;
}
.datepicker.datepicker-orient-top {
    margin-top: 8px;
}
.datepicker table {
    width: 100%;
}
.datepicker td,
.datepicker th {
    border-radius: 3px;
    font-weight: 400;
    height: 35px;
    width: 35px;
}
.datepicker thead th.datepicker-switch,
.datepicker thead th.next,
.datepicker thead th.prev {
    font-weight: 500;
}
.datepicker thead th.datepicker-switch i,
.datepicker thead th.next i,
.datepicker thead th.prev i {
    font-size: 12px;
}
.datepicker thead th.dow {
    font-weight: 500;
}
.datepicker tbody tr > td.day.today {
    position: relative;
}
.datepicker tbody tr > td.day.today:before {
    border-color: rgba(0, 0, 0, 0.2) transparent #fff;
    border-style: solid;
    border-width: 0 0 7px 7px;
    bottom: 4px;
    content: "";
    display: inline-block;
    position: absolute;
    right: 4px;
}
.datepicker tfoot tr > th.clear,
.datepicker tfoot tr > th.today {
    border-radius: 3px;
    font-weight: 500;
}
.input-daterange .input-group-addon {
    min-width: 44px;
}
.datepicker thead th.datepicker-switch:hover,
.datepicker thead th.next:hover,
.datepicker thead th.prev:hover {
    background: #179970;
    color: #fff;
}
.datepicker tbody tr > td.day:hover {
    background-color: #106d50;
}
.datepicker tbody tr > td.day.active,
.datepicker tbody tr > td.day.active:hover,
.datepicker tbody tr > td.day.selected,
.datepicker tbody tr > td.day.selected:hover {
    background-color: #179970 !important;
    background-image: none;
    color: #fff;
}
.datepicker tbody tr > td.day.today {
    background-color: #1ec590;
    color: #fff;
}
.datepicker tbody tr > td.day.today:before {
    border-bottom-color: #fff;
    border-top-color: rgba(0, 0, 0, 0.2);
}
.datepicker tbody tr > td.day.range {
    background: #1ec590;
}
.datepicker tbody tr > td span.month.focused,
.datepicker tbody tr > td span.month:hover,
.datepicker tbody tr > td span.year.focused,
.datepicker tbody tr > td span.year:hover {
    background-color: #1aaf80 !important;
    background-image: none;
    color: #fff;
}
.datepicker tbody tr > td span.month.active,
.datepicker tbody tr > td span.month.active:hover,
.datepicker tbody tr > td span.year.active,
.datepicker tbody tr > td span.year.active:hover {
    background-color: #179970 !important;
    background-image: none;
    color: #fff;
}
.datepicker tfoot tr > th.clear:hover,
.datepicker tfoot tr > th.today:hover {
    background: #179970;
}
.datepicker.datepicker-inline {
    border: 1px solid #1ec590;
}
@media (max-width: 991.98px) {
    .sidebar:not(.expanded) {
        margin-left: -250px;
    }
    .content-page {
        margin-left: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .widget {
        height: 128px;
    }
    .widget .row .text-muted {
        word-wrap: normal;
        text-align: right;
        width: 80px;
    }
}

.small-link{
  padding: 0px 15px;
  height: 25px;
  overflow: hidden;
}
.bubble-notty{
  font-size: 22px;
  margin-right: 20px;
  margin-top: 15px;
  background: #eeeeee;
  border-radius: 50%;
  width: 35px;
  text-align: center;
}

.bn-add{
  color: #fff !important;
  background: #5283ff !important;
}



.new-bubble-notty{
  color: #c71818;
  font-size: 7px;
  position: absolute;
  top: 29px;
}

.avatar{
  
}

.bubble-wrap{
  padding:20px;
  width:100%;
}
.circle-avatar{
    width: 35px;
    height: 35px;
    margin-left: 10px;
    font-size: 22px;
    font-weight: bold;
    margin-right: 10px;
    background: #524de3;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.circle-avatar-team {
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 0px;
    font-size: 19px;
    font-weight: bold;
    margin-right: 10px;
    background: #524de3;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.circle-avatar-customer{
      float: left;
    width: 30px;
    height: 30px;
    margin-left: 0px;
    font-size: 19px;
    font-weight: bold;
    margin-right: 10px;
    background: #524de3;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-top: 6px;
}
.message-center{
  min-height: 97%;
  margin-top: -22px;
}

.box-section{
 
}

.box-section-heading{
  font-size: 17px;
}
.box-section-heading i{
  margin-right: 10px;
}

.box-section-one{
   
}

.box-section-two{
  
  border-top:1px solid #f1f1f1;
}
.box-section-three{
  
   border-top:1px solid #f1f1f1;
}


.left-message-panel{
  border-right: 1px solid #f1f1f1;
  border-top: 1px solid  #f1f1f1;
  padding-top:22px;
  padding:0;
  margin:0;
  max-height:90vh;
  padding-top: 20px
}

.center-message-panel{
  
  border-right: 1px solid #f1f1f1;
  border-top: 1px solid  #f1f1f1;
  padding:0;
  margin:0;
  padding-top:22px;
  padding: 20px
    
 
}

.right-message-panel{
  padding:0;
  margin:0;
  padding-top:22px;
  padding: 20px;
  max-height: 90vh;
  overflow:scroll;
}

.right-message-panel::-webkit-scrollbar {
  display: none;
}
.right-message-panel {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  border-top: 1px solid  #f1f1f1;
}

.list-one {

}

.list-two {
 
}

.list-three {

}

.bubble-respond {
    position: absolute;
    bottom: 30px;
    width: -webkit-fill-available;
    width: -moz-available;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 18px 18px 0 18px;
    margin: 15px 15px 0;
    background: #ffffff;
}

.msg-textarea{
  width: 71%;
  height: 80px;
  border: 0;
}

.channel-message {
    height: fit-content;
    margin: 1px;
    padding: 0px 8px;
    margin-bottom: 3px;
    cursor: pointer;
    margin-bottom: 25px;
}

.message-customer{
  height: 52px;
  margin: 1px;
  padding: 0px 8px;
  margin-bottom: 3px;
  cursor:pointer;
  border-bottom: 1px solid #f9f9f9;
}
.message-customer:hover{
  background: #f2f2f2;
  border-radius: 10px;
}

.message-team {
    height: 23px;
    margin: 1px;
    padding: 0px 8px;
    margin-bottom: 10px;
    cursor: pointer;
}

.message-team:hover {
    background: #f2f2f2;
    border-radius: 10px;
}

.dropup-mm{
  width:25px !important;
  padding-left:20px;
}
.msg-active {
    background: #e1ecff;
    border-radius: 10px;
}

.channel-active {
    background: #dde4fd;
    border-radius: 10px;
}

.channel-name{
    float:left;
    max-width: 79%;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.channel-status{
   margin-top: -40px;
}

.bubble-topic{
    float: left;
    font-size: 12px;
    width: 70%;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.meeting{font-size:11px;float:left;}
.msg-options{
    position: relative;
    top: -10px;
    left: 21px;
}

.msg-options-ch {
    position: relative;
    top: 15px;
    left: 21px;
}
.new-messages {
    background-color: #ff4b08 !important;
    color: #fff;
    margin-left: -21px;
    font-size: 9px;
    padding: 4px 0px;
    margin-top: -4px;
    border-radius: 50%;
    font-weight: 500;
    height: 15px;
    width: 15px;
}
.msg-options button{
  color:#b8b8b8;
}
.msg-options-ch button{
  color:#b8b8b8;
}
.msg-name{
  position: relative;
  top: 3px;
  font-size: 15px;
  color: #333 !important;
}
.msg-time{
  font-size: 12px;
  color: #a0a0a0;
  position: relative;
  top: 2px;

}

.no-name{
  margin-top: 5px;
  color: white;
}

.add-new-link{
  color: #0074ff !important;
  font-size: 13px;
}

.add-new-link i{
  font-size:14px;
  color: #0074ff !important;
  font-weight:400 !important ;
}

.add-new{
  color: #0074ff !important;
  font-size: 13px;
}

.add-new i{
  font-size:14px;
  color: #0074ff !important;
  font-weight:400 !important ;
}

.load-send-link{
  color: #0074ff !important;
  font-size: 13px;
}
.main-box{
 height: 62%;
 overflow-y: scroll;
}

.main-box {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.main-box::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.team-status i{
  font-size:11px;
  margin-top:7px;
}

.conversation-checkbox{
   margin-top: 14px;
  margin-right: 7px;
}

.star-bubble i{
  font-size:13px !important;
  float:right;
  color: #999;
  margin-right:4px;
}

.mcs i{
  font-size:11px;
  margin-top:7px;
}
.message-status{
  margin-top: -19px;
}
.message-status i{
  font-size:10px;
}

.bubble-message-snippet{
  margin-top:-10px;
}

.slide-arrow{
  font-size: 19px;
  color: #b1b1b1;
  margin-right: 10px;
}
.badge-primary {
    background-color: #1c3573;
    color: #fff;
}

.badge-pill {
    border-radius: 50%;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 6px;
    font-weight:300;
}

.conversation-search{
  padding: 10px 20px 0 20px;
}

.new-count-message{
  margin-right: 9px;
    font-size: 10px;
    position: relative;
    top: -1px;
    left: 2px;
    background: #227bff;
}

.search-icon{
  position: absolute;
  top: 24px;
  left: 31px;
  color: #b8b8b8;
}


.con-search-bar{
  width: 70%;
  padding-left: 33px;
}

.bubble-sort{
    color:#000;
    margin-left: 19px;
    float: left;
    font-size: 18px;
    color: #000;
}
.bubble-sort i{
  color:#000;
}
.search-n-tag{
  color: #333;
  font-size:16px;
  margin-right:10px;
}

.search-n-tag svg {
  margin-right:5px;
}

.sort-by-sm{
  font-size:14px;
  list-style-type:none;
}

.sort-by-sm a{
  color:#000;
  text-decoration:none;
  margin-left:10px;
}

.new-button{
    background-color: #444bff;
    border-color: transparent;
    color: #fff;
    padding: 6px 33px;
}
.new-button:hover{
  background: #333;
}

.bubble-snippet{
    float: left;
    font-size: 12px;
    width: 55%;
    height: 20px;
    max-width: 230px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.send-toolkit{
     background: transparent;
    border: 0;
    color: #898989;
    font-size: 19px;
  
}
.switch-mm{
  padding: 0px 10px 0 3px;
    font-size: 23px;
      border-left: 1px solid #2f50fd !important;

}
.send-toolkit a{
  font-size:15px;
  color: #898989;
  margin-right:10px !important;
}
.sm-date{
    font-size: 10px;
    position: relative;
    top: -5px;
    color: #727272;
}

.contact-list{
  list-style-type:none;
  margin-left: -40px;
}

.contact-icon{
  margin-right: 15px;
}
.contact-item{
  padding-bottom: 15px;
}
.contact-detail{
  max-width:150px;
}

.submission-list{
  list-style-type:none;
  margin-left: -40px;
}

.submission-icon{
  background: #e9e9e9;
  padding: 10px;
  border-radius: 30px;
  margin-right: 15px;
}
.submission-item{

}

.submission-date{
  font-size: 12px;
  color: grey;
}

.payments-list{
  list-style-type:none;
  margin-left: -40px;
}

.appointments-list{
  list-style-type:none;
  margin-left: -40px;
}


.file-list{
  list-style-type:none;
  margin-left: -40px;
}

.file-icon{
  background: #ffffff;
  padding: 8px;
  font-size: 25px;
  border-radius: 5px;
  margin-right: 15px;
  border: 1px solid #ddd;
}
.file-name{
  font-weight: 500;
}
.file-item{
  padding-bottom: 58px;
}

.notes-list{
   max-height: 200px;
   overflow: auto;
}
.file-details{
   max-height: 200px;
   overflow: auto;
}

.file-detail{
  color: #909090;
}
.file-download a{
    color: #c6c6c6;
    font-size: 23px;
}

.note-textarea{
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  width: 100%;
  height: 70px;
}

.review-item{
  display: block;
  overflow: auto;
  max-height: 110px;
  background: rgba(17, 17, 17, 0.05);
  padding: 10px;
  border-radius: 11px;
  margin-bottom: 10px;
  overflow: hidden;
}
.review-snippet{
  height: 43px;
  overflow: hidden;
  font-size: 12px;
  color: #707070;
}
.review-author{
  font-weight:500;
}
.review-list{
  list-style-type:none;
  margin-left: -40px;
}
.review-img{
  width:45px;
  margin-right:15px;
}

.review-icons{
  color: rgb(255 182 0);
  font-size: 16px;
}

.notes-list{
  margin-top:20px;
  list-style-type:none;
  margin-left: -40px;
}

.note-item{
   width:100%;
   background: rgb(255 136 0 / 5%);
   padding: 10px;
   border-radius: 11px;
}
.note-author{
  font-size:11px;
}

.detail-item{
  margin-top:15px;
}

.card-logo{
  float:left;
  width:55px;
  margin-right:7px;
}
.card-exp{
  color:grey;
  font-size:11px;
}

.message-header-detail{
  margin-top:-5px;
}

.next-appointment{
  font-size: 11px;
}
.tag-item{
    float:left;
    margin-right:5px;
    background: #e9e9e9;
    border-radius: 5px;
    color: #686868;
    font-size: 11px;
    padding: 1px 10px;
}

.tag-icon{
  float: left !important;
  margin-top: 3px;
}

.tag-item a{
  color: #333;
}

.messages{
  list-style-type:none;
  width: 100%;
  padding-right: 40px;
  padding-left:10px;
  overflow-y: scroll;
  height: 65vh;
}
.group-date{
    text-align: center;
    font-size: 13px;
    color: #8b8b8b;
    padding-top: 0px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 0.1em;
    margin: 10px 0 30px;
}

.group-date span { 
    background: #ffffff;
    padding: 0 10px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.message-item{
    background: #f2f2f2;
    color: #333;
    border: 1px solid #f0f0f0;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 20px 0;
    min-width: 130px;
    list-style-type: none;
  position:relative;
}

.message-name{
    font-size: 12px;
    color: #555555;
}
.for-outbound{
    background: #007cff;
    color: #ffffff !important;
    min-width: 200px;
    font-weight: 300;
    border: 0;
    font-size: 13px;
    max-width:88%;
}

.send-later{
    background: #ffffff !important;
    color: #0890f3 !important;
    border: 1px dashed #bebebe !important;
}

.send-later-label{
  float:right;
  width:150px;
  margin-bottom:-4px;
  font-size:11px;
}
.send-later-time{
  float:right;
  width:fit-content;
  margin-bottom:-10px;
  font-size:11px;
}

.msg-link{
    color: #000;
    font-weight: 500;
}

.message-item .msg-link {
    color: #0075ff !important;
}
.chat-message{
    background: #12c08d;
}

.request-link{
  color:#000;
  text-wrap: nowrap;
}
.circle-con{
  color: #6fc894;
  font-size:10px;
  font-weight:bold;
}
.outbound-details{
  float:right;
  font-size:9px;
  position: absolute;
  bottom: -2px;
  right: 10px;;
  color: #fff;
}

.outbound-details span{
  font-size:10px; 
  color: #676767;
  margin-right:5px;
}

#bubble-table{
    border-collapse: collapse; 
    
}

#bubble-table tbody {
  padding-bottom:20px;
}
#bubble-table tr th{
  font-size: 14px;
  font-weight: 400;
}

#bubble-table tr td:first-child, #bubble-table tr th:first-child  {
  
  width: 5px;
}

#bubble-table tr td:last-child, #bubble-table tr th:last-child  {
  padding-right: 20px;
}
table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>* {
  box-shadow:none !important;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    margin-top: 25px;
}

#bubble-table tbody tr {
    line-height: 32px;
}

#bubble-table thead th, #bubble-table thead td {
    padding: 10px;
    border-bottom: 1px solid rgb(129 129 129 / 30%);
    color: #949494;
    max-width: 175px;
}




#bubble-tableb{
    border-collapse: collapse; 
    
}

#bubble-tableb tbody {
  padding-bottom:20px;
}
#bubble-tableb tr th{
  font-size: 14px;
  font-weight: 400;
}

#bubble-tableb tr td:first-child, #bubble-tableb tr th:first-child  {
  
  width: 5px;
}

#bubble-tableb tr td:last-child, #bubble-tableb tr th:last-child  {
  padding-right: 20px;
}
table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>* {
  box-shadow:none !important;
}

#bubble-tableb tbody tr {
    line-height: 32px;
}

#bubble-tableb thead th, #bubble-tableb thead td {
    padding: 10px;
    border-bottom: 1px solid rgb(129 129 129 / 30%);
    color: #949494;
}

.table-tools{
  margin-bottom:60px;
}

.table-subline{
    font-size: 13px;
    margin-top: -14px;
    margin-bottom: -13px;
    color: #7e7e7e;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 0 !important;
    background: #f1f1f1 !important;
    color: #fff !important;
    border-radius: 7px;
}

  @supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-bubble input[type=checkbox] {
      --active: #444bff;
      --active-inner: #fff;
      --focus: 2px rgba(39, 94, 254, .3);
      --border: #BBC1E1;
      --border-hover: #275EFE;
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .checkbox-wrapper-bubble input[type=checkbox]:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .checkbox-wrapper-bubble input[type=checkbox]:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .checkbox-wrapper-bubble input[type=checkbox]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    .checkbox-wrapper-bubble input[type=checkbox]:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    .checkbox-wrapper-bubble input[type=checkbox]:disabled + label {
      cursor: not-allowed;
    }
    .checkbox-wrapper-bubble input[type=checkbox]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }
    .checkbox-wrapper-bubble input[type=checkbox]:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    .checkbox-wrapper-bubble input[type=checkbox]:not(.switch) {
      width: 21px;
    }
    .checkbox-wrapper-bubble input[type=checkbox]:not(.switch):after {
      opacity: var(--o, 0);
    }
    .checkbox-wrapper-bubble input[type=checkbox]:not(.switch):checked {
      --o: 1;
    }
    .checkbox-wrapper-bubble input[type=checkbox] + label {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-left: 4px;
    }

    .checkbox-wrapper-bubble input[type=checkbox]:not(.switch) {
      border-radius: 7px;
    }
    .checkbox-wrapper-bubble input[type=checkbox]:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg));
    }
    .checkbox-wrapper-bubble input[type=checkbox]:not(.switch):checked {
      --r: 43deg;
    }
  }

  .checkbox-wrapper-bubble * {
    box-sizing: inherit;
  }
  .checkbox-wrapper-bubble *:before,
  .checkbox-wrapper-bubble *:after {
    box-sizing: inherit;
  }

.btn-primary{
  background:#2c65fc;
  border: none;
}
.btn-primary:hover{
  background:#2a4cfa;
  border: none;
}
.btn-bubble-drop{
  background: transparent;
    color: #333;
    border: 1px solid #e1e1e1;
}

.btn-bubble-drop-nb {
    background: transparent;
    color: #000;
    border: 0;
}

.btn-bubble-drop-nb svg{
  margin-top: -4px;
  margin-right:4px;
}

.btn-bubble-drop-nb i{
   font-size: 20px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.db-adjust{
  float: right;
    margin-left: 5px;
}

.circle-count{
  float: right;
    border: 1px solid #0003;
    padding: 4px;
    border-radius: 50%;
    width: 26px;
    color: black;
    margin-left: 10px;
    margin-top: -5px;
}

.circle-count-remove{
    float: right;
    border: 1px solid #0003;
    padding: 2px 7px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    color: black;
    margin-left: 10px;
    margin-top: 1px;
}
.panel{
    background: #fff;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #dcdcdc;
    padding: 22px;
    height: auto;
}

.square {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 10px;
}

.tag-sort-handle {
    float: left;
    margin-right: 10px;
    font-size: 22px;
    color: #d4d4d4;
    margin-top: 1px;
}

.check-tag{
  float:left; 
  height:25px;
  width:18px;
  margin-right:15px;
}
.groups {
      width: 100%;
   margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    border-radius: 0;
    margin-top: 10px;
    padding: 10px 0 0 0 !important;
    border-top: 1px solid #e7e7e7;
}

.square-section{
  float:left;
  margin-top:3px;
}
.edit-group{
  cursor:pointer;
  margin-right:5px;
  color:#d0d0d0;
}

.edit-calendar {
    cursor: pointer;
    margin-right: 5px;
    color: #d0d0d0;
}

.tip-hint {
    font-size: 12px;
    padding: 10px 0 10px 0;
}


.btn-secondary{
   background: #323232;
   border: 0;
}

input.search {
        width: 260px;
        border:1px solid #e2e2e2;
        display: block;
        padding: 9px 4px 9px 40px;
        background: transparent url("../img/icons/search.svg") no-repeat 13px;
    }

.modal-body{
  padding:35px;
}

.btn-close{
   background: transparent;
   border: 0;
   font-size: 22px;
}

.duration-label {
    font-style: italic;
    margin-left: 5px;
    color: #b5b5b5;
}

 .week-snapshot{
    background: #f4f4f4;
    padding:5px;
    border-radius: 10px;
    height:65px;
  }
  .day-link{
    background: #f4f4f4;
    padding:10px !important;
  }
  .dl {
    background: #f2f2f2;
   }
  .dl-dow {
    color:#000;
    font-size: 15px;
  }
  .active-day {
    background: #c4c4c4 !important;
    color:#fff;
    border-radius: 10px !important;
    /* margin: 10px; */
}
  .active-day dl-dow{color:#fff !important;}
  .addw{
    color: #fff !important;
  }

.load-calendar{
  padding: 30px 0px 0px;
}

.assigned-box {
    float: left;
    margin-right: 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 10px;
    padding: 9px;
}
.brand-icon{
  width:35px;
  margin-right:10px;
}

.brand-icon-sm{
  width:18px;
  margin-right:5px;
}
.sgroup:before {
  font-family: FontAwesome;
  content: '\f14a';
  margin-right:5px;
  color:#0074ff;
}

.assigned-circle{
  float: left;
    width: 35px;
    height: 35px;
    padding: 7px;
    margin-right: 10px;
    background: #88bf7b;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index: 4;
    background: #eaf3ff;
    color: #0089ff;
    border-radius: 6px;
    text-shadow: none;
}

.fc-today-button{
  background:red;
}


.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transition: all 0.3s;
}
.switch::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius:50%;
  background-color: white;
  top: 1px;
  left: 1px;
  transition: all 0.3s;
}

.checkboxt:checked + .switch::after {
  left : 20px;
}
.checkboxt {
    display: none;
}
.checkboxt:checked + .switch {
    background-color: #2845df;
}

.fc-h-event {
    height: fit-content;
    border-left: 6px solid #b2b2b2 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-left: 5px !important;
    cursor: pointer !important;
}

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 15px;
}

.small-time {
    font-size: 12px;
    margin-top: -1px;
    color: #626262;
}
.int-sm {
    background: #e7e7e7;
    color: #b7b7b7;
    width: 10px;
    height: 10px;
    font-size: 7px;
    border-radius: 50%;
    text-align: center;
    margin-top: 5px;
    margin-right: 3px;
    float: right;
    padding: 3px;
}

.drag{margin:-15px; padding-top:20px;}
.form-area {
    width: 100%;
    height: 110vh;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 20px;
}

.form-item{
  float:left;
}

.add-radio{
      background-color: transparent;
    color: #0074ff;
    text-decoration: none;
  font-size:12px;
}

[contenteditable]:focus {
    padding: 0 5px;
    border-radius:3px;
    outline: 1px solid #0c40e1;
}

.sropts{
  margin-left: 10px;
  margin-top: 7px;
  margin-bottom: -1px;
}
.form-field-icon{
  color:grey;
}
.tyf{
  font-size: 16px;
  font-weight: 300;
}
.scroll{
  overflow-x: hidden;
    overflow-y: scroll;
    height: 71vh;
}
.fetool{
  background: #f8f8f8;
   border: 1px solid #d9d9d9;
   border-radius: 2px;
   font-weight: 300;
   padding: 0px 5px;
  color:#898989;
}

.Italic{
  font-family:Times New Roman !important;
}
.feactive{
  background:blue;
}
::-webkit-scrollbar-corner { background: rgba(0,0,0,0.5); }

    * {
        scrollbar-width: thin;
        scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
    }

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    *::-webkit-scrollbar-track {
        background: var(--scroll-bar-bg-color);
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--scroll-bar-color);
        border-radius: 20px;
        border: 3px solid var(--scroll-bar-bg-color);
    }

.signcanvas{
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  width: 100%;
  height: 94px;
}

.form-grip{
  color: #c8c8c8;
}

.mw70{max-width:70%;}

.mw80{max-width:80%;}

.handle{
  font-size: 19px;
  float: left;
  margin-right: 10px;
}
.field-width{
      font-size: 14px;
    margin-left: 24px;
}
.radio-field{
  float: left;
  clear: both;
  margin-left:20px;
  margin-top:10px;
  width: 95%;
}

.toggle-check-input {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 10px;
}

.toggle-check-text {
  display: inline-block;
    position: relative;
    text-transform: uppercase;
    background: #CCC;
    padding: 0.25em 0.6em 0.25em 2em;
    margin-right: 10px;
    border-radius: 7px;
    min-width: 2em;
    font-size: 13px;
    color: #FFF;
    cursor: pointer;
    transition: background-color 0.15s;
}

.toggle-check-text:after {
  content: ' ';
  display: block;
  background: #FFF;
  width: 1.1em;
  height: 1.1em;
  border-radius: 1em;
  position: absolute;
  left: 0.3em;
  top: 0.45em;
  transition: left 0.15s, margin-left 0.15s;
}

.toggle-check-text:before {
  content: 'No';
}

.toggle-check-input:checked ~ .toggle-check-text {
  background: #8ad869;
  padding-left: 0.5em;
  padding-right: 2em;
}

.toggle-check-input:checked ~ .toggle-check-text:before {
  content: 'Yes';
}

.toggle-check-input:checked ~ .toggle-check-text:after {
  left: 100%;
  margin-left: -1.4em;
}



.toggle-on-input {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 10px;
}

.toggle-on-text {
  display: inline-block;
    position: relative;
    text-transform: uppercase;
    background: #CCC;
    padding: 0.25em 0.6em 0.25em 2em;
    margin-right: 10px;
    border-radius: 7px;
    min-width: 2em;
    font-size: 13px;
    color: #FFF;
    cursor: pointer;
    transition: background-color 0.15s;
}

.toggle-on-text:after {
  content: ' ';
  display: block;
  background: #FFF;
  width: 1.1em;
  height: 1.1em;
  border-radius: 1em;
  position: absolute;
  left: 0.3em;
  top: 0.45em;
  transition: left 0.15s, margin-left 0.15s;
}

.toggle-on-text:before {
  content: 'Off';
}

.toggle-on-input:checked ~ .toggle-on-text {
  background: #8ad869;
  padding-left: 0.5em;
  padding-right: 2em;
}

.toggle-on-input:checked ~ .toggle-on-text:before {
  content: 'On';
}

.toggle-on-input:checked ~ .toggle-on-text:after {
  left: 100%;
  margin-left: -1.4em;
}



.btn-default {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1rem;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151 !important;
    background-color: #ffffff !important; 
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

/* Style for the hover state */
.btn-default:hover {
  background-color: #f9fafb; /* bg-gray-50 */
}

/* Style for the <i> icon element inside the button */
.btn-default i {
  height: 1rem; /* 16px */
  width: 1rem;
  color: #6b7280; /* text-gray-500 */
  /* You may need to add display: inline-block or other properties
     depending on the icon font library being used. */
}



.btn-print{
    background: #fbfbfb;
    color: #3d3d3d;
    border: 1px solid #ececec;
    padding: 10px;
}
.btn-print i{
  color:#0065f4;
}

.dataTables_filter {
   float: left !important;
}

.submission-settings{
  color: #cacaca;
}

.alert-warning {
    background-color: #ffe184;
    /* border-color: #ffeeba; */
    color: #373737;
}

.dsnone{
  display:none;
}

.gold-star{
  color: #ffa600;
}

.info-pill{
      font-size: 14px;
    padding: 1px 8px;
    border-radius: 10px;
}

.info-pill-primary{
  background: #d3e1ff;
}

.info-pill-warning{
  background: #fff9d3;
}

.info-pill-orange{
  background: #ffe3d3;
}

.info-pill-danger{
  background: #ffd3d3;
  
}

.stat-main-number{
  font-size:45px;
}
.stat-panel{
      height: 156px;
}
.stat-increase{
    background: #e2faec;
    color: #01ac01;
    font-weight: bold;
    padding: 7px 15px;
    border-radius: 11px;
    width: 74px;
    margin-top: 9px;
    text-align: center;
}
.stat-decrease{
  background: #fae2e2;
    color: #ac0101;
    font-weight: bold;
    padding: 7px 15px;
    border-radius: 11px;
    width: 74px;
    margin-top: 9px;
    text-align: center;
}
.sm-date-filter {
    float: left;
    width: 25px;
    height: 20px;
    text-align: center;
    font-size: 13px;
    margin-right: 5px;
}
.sm-date-filter:hover{
   cursor: pointer;
   background: #e7e7e7;
   border-radius: 4px;
}
.df-active {
    background: #e7e7e7;
    border-radius: 4px;
    font-weight: 500;
}
.sc-warning i{
  color: #ff9914;
}
.sc-primary i{
  color: #2a61bf;
}
.sc-success i{
  color: #2abf3c;
}
.sc-danger i{
  color: #d71a1a;
}

.show-attachments {
    float: right;
    font-weight: 100;
    font-size: 12px;
    /* margin-top: 10px; */
    background: #e4f3fe;
    border-radius: 6px;
    /* margin-top: -10px; */
    padding: 4px 16px;
    font-size: 12px;
    color: #0091ff;
    font-weight: 500;
    margin: 3px 30px 0px 0;
}

.msglist{
  border: 1px solid #dedede;
    border-radius: 5px;
    float: right;
}

.new-channel{
    color: #0d6efd;
    font-size: 11px;
    background: #fff;
    padding: 4px;
    border-radius: 4px;
    font-weight:500;
}

.new-conversation{
    color: #0d6efd;
    font-size: 11px;
    background: #f6f6f6;
    padding: 4px;
    border-radius: 4px;
    font-weight:500;
}
.conversation-search{
    margin-bottom: 15px;
    float: left;
    height: 40px;
    width: 100% !important;
    padding: 10px;
    margin-right: 8px;
}
.c-sort-menu{
  border: 0;
  border-radius: 5px;
  float: right;
}
.bubble-wrap{
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
  
}


.nowrap{
  text-wrap: nowrap;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    height: 40px !important;
    width: 324px;
    padding: 5px;
}

.small-desc{
  font-size: 12px;
    color: #545454;
    font-weight: 400;
}

.customer-center{
    min-height: 100%;
    margin-top: -22px;
}

.dropdown-menu{
    background-color: #ffffff;
    border: 1px solid rgb(167 167 167 / 15%);
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.dropdown-item {
    color: #0c276a;
    font-weight: 500;
    font-size: 16px;
    width: -webkit-fill-available;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #005fff;
    color: #ffffff;
}


.dropdown-item:hover i {
    color: #fff !important;
}

.dropdown-item i{
   color: #0376ff !important;
    font-size: 16px;
    margin-right: 10px !important;
}
.dropdown-divider {
    border-top: 1px solid #424242;
}

.btn-xs{
   padding: 4px 10px;
   font-size: 11px;
}
.csbtn{
  position: relative;
    top: -27px;
}
.saving{
  display:none;
  color: green;
}
.form-link{
  clear: both;
    float: left;
    line-height: 30px;
}
.sub-stat{
      font-size: 13px;
    margin-top: -8px;
}
.blue-link{
  color: #0074ff !important;
}

.edit-property{
   font-size: 9px;
   margin-top: -6px;
    margin-bottom: -7px;
}

.qabtn{
    background: transparent;
    border: 0;
    color: #898989;
    font-size: 19px;
}

.qabtn:after { content: none !important; }

.msg-dropup{
  list-style-type:none;
  width: fit-content;
}

.msg-dropup a{
 color: #093778;
}

.assigned-icon{
  font-size:28px;
  position: relative;
  top: 4px;
}

.msg-icon{
    font-size: 18px;
    position: relative;
    top: 7px;
    margin-left: 10px;
}
.starred {
  color: #ff9000;
}

.assigned-select{
      font-size: 18px;
    font-weight: 400;
    border: 0;
}
.chart-box-stats{
  background: #f6f6f6;
    padding: 21px;
    border-radius: 10px;
}
.copy-link{
    font-size: 11px;
    background: #e8e8e8;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: 500;
    color: #333;
    margin-left: 10px;
}

.quota-list{
  list-style-type:none;
}
.quota-item{
  margin-bottom:20px;
}
.progress {
  margin: 0 20px auto 0;
  padding:0;
  width:90%;
  height:20px;
  overflow:hidden;
  background:#ccd6ff;
  border-radius:6px;
}

.bar {
	position:relative;
  float:left;
  min-width:1%;
  height:100%;
  background:cornflowerblue;
}

.bar-blue{
  background: #005bff;
}

.bar-red{
  background:#dd2000;
}

.percent {
	position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  margin:0;
  font-family:tahoma,arial,helvetica;
  font-size:12px;
  color:white;
}

.no-messages{
      text-align: center;
    width: 100%;
}
.no-messages-mailbox{
      font-size: 130px;
    position: absolute;
    top: 62px;
    width: 100%;
    text-align: center;
}

.no-messages-section{
  width:100%;
}

.navx{
  display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    background: #fff;
}
.select2-container--default .select2-selection--single {
    width: 282px;
}
.open{
    background: #ededed;
    color: #323232;
    font-size: 12px;
    border-radius: 4px;
    padding: 3px 7px;
  }
  .closed{
    background: #e1f8ea;
    color: #218054;
    font-weight: 500;
    font-size: 12px;
    border-radius: 7px;
    padding: 3px 7px;
    width: fit-content;
  }
.overdue{
    background: #ffdfd3;
    color: #ff4d0a;
    font-size: 12px;
    border-radius: 4px;
    padding: 3px 7px;
}
.sale-type{
    background: #ede7ff;
    padding: 3px 9px;
    font-size: 14px;
    border-radius: 10px;
    color: #5f57b7;
    font-weight: 400;
    width:fit-content;
  }
  .st-invoice{
    background: #e7f4ff;
    color: #1e4ab3;
  }
  .st-estimate{
    background: #fff9e7;
    color: #b3771e;
    }
  .st-manual {
    background: #f3f3f3;
    color: #323232;
    }
  .st-store{
    background: #e7f9ff;
    color: #5777b7;
  }
  .dot{
    font-size: 7px;position: relative;top: -2px;margin-right: 5px;
  }

.forms-option {
    border:0;
    color: #000;
    background: #e7f4ff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 400;
    width: fit-content;
}

.w100{width:100%;}
.h10{height:10px;}
.mw150{min-width:150px;}
.mxw200{max-width:200px;}
.file-link{cursor:pointer;}
.add{color:#066bfb;}
.fl{float:left;}
.fr{float:right;}
.cb{clear:both;}
.fs8{font-size:8px !important;}
.fs9{font-size:9px;}
.fs10{font-size:10px;}
.fs11{font-size:11px;}
.fs12{font-size:12px;}
.fs13{font-size:13px;}
.fs14{font-size:14px;}
.fs15{font-size:15px;}
.fs16{font-size:16px;}
.fs26{font-size:26px;}
.fs30{font-size:30px;}
.fs40{font-size:40px;}
.p20{padding:20px;}
.p30{padding:30px;}

.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}
.mr35{margin-right:35px;}

.mt3{margin-top:3px;}
.mt5{margin-top:5px;}
.mt6{margin-top:6px;}
.mt7{margin-top:7px;}
.mt10{margin-top:10px;}
.mt13{margin-top:13px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mtn5{margin-top:-5px;}
.mtn10{margin-top:-10px;}
.mtn15{margin-top:-15px;}
.mtn20{margin-top:-20px;}
.mtn30{margin-top:-30px;}
.mbn10{margin-bottom:-10px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.ml35{margin-left:35px;}
.ml50{margin-left:50px;}

.mb0{margin-bottom:0px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb16{margin-bottom:16px !important;}
.mb20{margin-bottom:20px;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}

.ms-2{margin-left:10px;}

.pl10i{padding-left:10px !important;}

.pc-st{
      position: relative;
    font-size: 10px;
    top: -70px;
}
.progress-circle {
  font-size: 15px;
  margin: 20px;
  position: relative;
  /* so that children can be absolutely positioned */
  padding: 0;
  width: 4em;
  height: 4em;
  background-color: #F2E9E1;
  border-radius: 50%;
  line-height: 4em;
}

.progress-circle:after {
  border: none;
  position: absolute;
  top: 0.35em;
  left: 0.35em;
  text-align: center;
  display: block;
  border-radius: 50%;
  width: 3.3em;
  height: 3.3em;
  background-color: white;
  content: " ";
}


/* Text inside the control */

.progress-circle span {
  position: absolute;
  line-height: 90px;
  width: 4em;
  text-align: center;
  display: block;
  color: #999;
  z-index: 2;
}

.left-half-clipper {
  /* a round circle */
  border-radius: 50%;
  width: 4em;
  height: 4em;
  position: absolute;
  /* needed for clipping */
  clip: rect(0, 4em, 4em, 2em);
  /* clips the whole left half*/
}


/* when p>50, don't clip left half*/

.progress-circle.over50 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}

.value-bar {
  /*This is an overlayed square, that is made round with the border radius,
   then it is cut to display only the left half, then rotated clockwise
   to escape the outer clipping path.*/
  position: absolute;
  /*needed for clipping*/
  clip: rect(0, 2em, 4em, 0);
  width: 4em;
  height: 4em;
  border-radius: 50%;
  border: 0.45em solid #b3c9ff;
  /*The border is 0.35 but making it larger removes visual artifacts */
  /*background-color: #4D642D;*/
  /* for debug */
  box-sizing: border-box;
}


/* Progress bar filling the whole right half for values above 50% */

.progress-circle.over50 .first50-bar {
  /*Progress bar for the first 50%, filling the whole right half*/
  position: absolute;
  /*needed for clipping*/
  clip: rect(0, 4em, 4em, 2em);
  background-color: #b3c9ff;
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

.progress-circle:not(.over50) .first50-bar {
  display: none;
}


/* Progress bar rotation position */

.progress-circle.p0 .value-bar {
  display: none;
}

.progress-circle.p1 .value-bar {
  transform: rotate(4deg);
}

.progress-circle.p2 .value-bar {
  transform: rotate(7deg);
}

.progress-circle.p3 .value-bar {
  transform: rotate(11deg);
}

.progress-circle.p4 .value-bar {
  transform: rotate(14deg);
}

.progress-circle.p5 .value-bar {
  transform: rotate(18deg);
}

.progress-circle.p6 .value-bar {
  transform: rotate(22deg);
}

.progress-circle.p7 .value-bar {
  transform: rotate(25deg);
}

.progress-circle.p8 .value-bar {
  transform: rotate(29deg);
}

.progress-circle.p9 .value-bar {
  transform: rotate(32deg);
}

.progress-circle.p10 .value-bar {
  transform: rotate(36deg);
}

.progress-circle.p11 .value-bar {
  transform: rotate(40deg);
}

.progress-circle.p12 .value-bar {
  transform: rotate(43deg);
}

.progress-circle.p13 .value-bar {
  transform: rotate(47deg);
}

.progress-circle.p14 .value-bar {
  transform: rotate(50deg);
}

.progress-circle.p15 .value-bar {
  transform: rotate(54deg);
}

.progress-circle.p16 .value-bar {
  transform: rotate(58deg);
}

.progress-circle.p17 .value-bar {
  transform: rotate(61deg);
}

.progress-circle.p18 .value-bar {
  transform: rotate(65deg);
}

.progress-circle.p19 .value-bar {
  transform: rotate(68deg);
}

.progress-circle.p20 .value-bar {
  transform: rotate(72deg);
}

.progress-circle.p21 .value-bar {
  transform: rotate(76deg);
}

.progress-circle.p22 .value-bar {
  transform: rotate(79deg);
}

.progress-circle.p23 .value-bar {
  transform: rotate(83deg);
}

.progress-circle.p24 .value-bar {
  transform: rotate(86deg);
}

.progress-circle.p25 .value-bar {
  transform: rotate(90deg);
}

.progress-circle.p26 .value-bar {
  transform: rotate(94deg);
}

.progress-circle.p27 .value-bar {
  transform: rotate(97deg);
}

.progress-circle.p28 .value-bar {
  transform: rotate(101deg);
}

.progress-circle.p29 .value-bar {
  transform: rotate(104deg);
}

.progress-circle.p30 .value-bar {
  transform: rotate(108deg);
}

.progress-circle.p31 .value-bar {
  transform: rotate(112deg);
}

.progress-circle.p32 .value-bar {
  transform: rotate(115deg);
}

.progress-circle.p33 .value-bar {
  transform: rotate(119deg);
}

.progress-circle.p34 .value-bar {
  transform: rotate(122deg);
}

.progress-circle.p35 .value-bar {
  transform: rotate(126deg);
}

.progress-circle.p36 .value-bar {
  transform: rotate(130deg);
}

.progress-circle.p37 .value-bar {
  transform: rotate(133deg);
}

.progress-circle.p38 .value-bar {
  transform: rotate(137deg);
}

.progress-circle.p39 .value-bar {
  transform: rotate(140deg);
}

.progress-circle.p40 .value-bar {
  transform: rotate(144deg);
}

.progress-circle.p41 .value-bar {
  transform: rotate(148deg);
}

.progress-circle.p42 .value-bar {
  transform: rotate(151deg);
}

.progress-circle.p43 .value-bar {
  transform: rotate(155deg);
}

.progress-circle.p44 .value-bar {
  transform: rotate(158deg);
}

.progress-circle.p45 .value-bar {
  transform: rotate(162deg);
}

.progress-circle.p46 .value-bar {
  transform: rotate(166deg);
}

.progress-circle.p47 .value-bar {
  transform: rotate(169deg);
}

.progress-circle.p48 .value-bar {
  transform: rotate(173deg);
}

.progress-circle.p49 .value-bar {
  transform: rotate(176deg);
}

.progress-circle.p50 .value-bar {
  transform: rotate(180deg);
}

.progress-circle.p51 .value-bar {
  transform: rotate(184deg);
}

.progress-circle.p52 .value-bar {
  transform: rotate(187deg);
}

.progress-circle.p53 .value-bar {
  transform: rotate(191deg);
}

.progress-circle.p54 .value-bar {
  transform: rotate(194deg);
}

.progress-circle.p55 .value-bar {
  transform: rotate(198deg);
}

.progress-circle.p56 .value-bar {
  transform: rotate(202deg);
}

.progress-circle.p57 .value-bar {
  transform: rotate(205deg);
}

.progress-circle.p58 .value-bar {
  transform: rotate(209deg);
}

.progress-circle.p59 .value-bar {
  transform: rotate(212deg);
}

.progress-circle.p60 .value-bar {
  transform: rotate(216deg);
}

.progress-circle.p61 .value-bar {
  transform: rotate(220deg);
}

.progress-circle.p62 .value-bar {
  transform: rotate(223deg);
}

.progress-circle.p63 .value-bar {
  transform: rotate(227deg);
}

.progress-circle.p64 .value-bar {
  transform: rotate(230deg);
}

.progress-circle.p65 .value-bar {
  transform: rotate(234deg);
}

.progress-circle.p66 .value-bar {
  transform: rotate(238deg);
}

.progress-circle.p67 .value-bar {
  transform: rotate(241deg);
}

.progress-circle.p68 .value-bar {
  transform: rotate(245deg);
}

.progress-circle.p69 .value-bar {
  transform: rotate(248deg);
}

.progress-circle.p70 .value-bar {
  transform: rotate(252deg);
}

.progress-circle.p71 .value-bar {
  transform: rotate(256deg);
}

.progress-circle.p72 .value-bar {
  transform: rotate(259deg);
}

.progress-circle.p73 .value-bar {
  transform: rotate(263deg);
}

.progress-circle.p74 .value-bar {
  transform: rotate(266deg);
}

.progress-circle.p75 .value-bar {
  transform: rotate(270deg);
}

.progress-circle.p76 .value-bar {
  transform: rotate(274deg);
}

.progress-circle.p77 .value-bar {
  transform: rotate(277deg);
}

.progress-circle.p78 .value-bar {
  transform: rotate(281deg);
}

.progress-circle.p79 .value-bar {
  transform: rotate(284deg);
}

.progress-circle.p80 .value-bar {
  transform: rotate(288deg);
}

.progress-circle.p81 .value-bar {
  transform: rotate(292deg);
}

.progress-circle.p82 .value-bar {
  transform: rotate(295deg);
}

.progress-circle.p83 .value-bar {
  transform: rotate(299deg);
}

.progress-circle.p84 .value-bar {
  transform: rotate(302deg);
}

.progress-circle.p85 .value-bar {
  transform: rotate(306deg);
}

.progress-circle.p86 .value-bar {
  transform: rotate(310deg);
}

.progress-circle.p87 .value-bar {
  transform: rotate(313deg);
}

.progress-circle.p88 .value-bar {
  transform: rotate(317deg);
}

.progress-circle.p89 .value-bar {
  transform: rotate(320deg);
}

.progress-circle.p90 .value-bar {
  transform: rotate(324deg);
}

.progress-circle.p91 .value-bar {
  transform: rotate(328deg);
}

.progress-circle.p92 .value-bar {
  transform: rotate(331deg);
}

.progress-circle.p93 .value-bar {
  transform: rotate(335deg);
}

.progress-circle.p94 .value-bar {
  transform: rotate(338deg);
}

.progress-circle.p95 .value-bar {
  transform: rotate(342deg);
}

.progress-circle.p96 .value-bar {
  transform: rotate(346deg);
}

.progress-circle.p97 .value-bar {
  transform: rotate(349deg);
}

.progress-circle.p98 .value-bar {
  transform: rotate(353deg);
}

.progress-circle.p99 .value-bar {
  transform: rotate(356deg);
}

.progress-circle.p100 .value-bar {
  transform: rotate(360deg);
}

.nolink{
  color:#333;
  text-decoration:none;
}

.nolink:hover{
  text-decoration:none;
}

.upload-btn{
    color: #0d6efd;
    font-size: 11px;
    background: #f6f6f6;
    padding: 4px;
    border-radius: 4px;
    font-weight: 500;
}

.round {
  position: relative;
  float: left;
  margin-right: 30px;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
 .service_list{
   list-style-type:none;
   margin-left: -30px;
 }
.service-item{
 border:1px solid #e0e0e0;
 padding:10px;
 border-radius:5px;
  margin:10px 0;
}

.msg-tabs .nav-link.active {
    background-color: #eaf3ff  !important;
  border-radius:10px;
  color: #0089ff !important;
}

.ltag{
  margin-left: -37px;
    background: #f3f3f3;
    padding: 0px 6px;
    border-radius: 7px;
    font-size: 10px;
}

.as-tabs .nav-link-as.active {
    background-color: #eaf3ff !important;
    border-radius: 10px;
    color: #0089ff !important;
    font-size: 10px;
}

.nav-link-as{
    display: block;
    padding: 4px 9px;
    margin: 5px 0 5px 0;
    font-size: 11px;
    font-weight: 500 !important;
    color: #333 !important;
}

.event-item{
  margin-bottom: 5px;
}
.event-list{
  width:100%;
  margin-left: -18px;
}

.fcw{color:#ffffff !important;}
.stat-panel {
    height: -webkit-fill-available;
}

.review-template-btn{
    margin-top: 15px;
    margin-left: -15px;
}
.review-icon{
      width: 35px;
    height: 35px;
    background: #e5e5e5;
    text-align: center;
    border-radius: 50%;
    padding: 9px;
}

.review-count{
  color: #3c3c3c;
    font-weight: 600;
}
.review-date{
  font-size: 12px;
    color: grey;
}
.review-text{
  font-size: 13px;
    color: #333;
}

.avg-box{
  background: #f2f2f2;
    width: fit-content;
    padding: 4px 13px;
    border-radius: 10px;
}

.direct-review{
  background: #e7e7e7;
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 10px;
    margin-left: 10px;
    position: relative;
    top: -6px;
}

.cancel-oreply{
      margin-top: 18px;
    font-size: 14px;
    margin-right: 28px;
}

.owner-response{
  margin-left: 24px;
  padding-left: 11px;
  border-left: solid;
  border-left: 5px #ededed solid;
}

.insert-template{
  width: 425px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-transparent{
  background: transparent;
  border:0;
}
.hbar{
  background: #ffffff;
}  #sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
  .k-container {
    width: 100%;
    height: 1500px;
    display: table;
    margin: 0 auto !important;
    overflow-x: scroll;
}
  .ksize {
    width: 19%;
    float: left;
    margin-right: 20px;
    min-height: 900px;
    border-radius: 11px;
    background: #f8f8f8;
    padding: 15px;
}
 
  .k-group {
    list-style-type: none;
}
  .k-list {
    padding: 0;
    margin: 0;
    min-height: 100px;
}
  .k-item {
    padding: 15px;
    margin: 9px 2px;
    background: #fff !important;
    border-radius: 12px;
    list-style-type: none;
    border: 2px solid #e0e0e0;
}
 .k-circle {
    background: #e7e7e7;
    color: #b7b7b7;
    width: 20px;
    height: 20px;
    font-size: 13px;
    border-radius: 50%;
    border: 0;
    text-align: center;
    padding-top: 1px;
    float: left;
    margin-right: 5px;
}

.pipeline-date{
  margin-top:15px;
   color: #b4b4b4;
}
.pipeline-email{
      overflow: hidden;
    text-overflow: ellipsis;
  font-size:12px;
}

.tag-list{
      list-style-type: none;
    margin-left: -40px;
}
.pipeline{
       overflow-y: scroll;
    height: 63vh;
}

.small-cate-input{
  width: 116px;
    height: 25px;
    font-size: 11px;
    float: left;
    margin-right: 10px;
}

.cate-name-sm{
  color: #000;
    font-weight: 600;
    margin-right: 15px;
    float: left;
}

.no-link-highlight{
      color: #212121;
}
.table-formname{
  max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.card {
    background: #ffffff;
    border-radius: 6px;
    border: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.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, .125);
    border-radius: 0.25rem;
}

.card .card-body {
    padding: 24px 16px;
    line-height: 1.4em;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card .card-title {
    color: #141515;
    font-size: 24px;
    font-weight: 700;
}

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

.card .card-footer {
    background: transparent;
    border-top: 1px solid #E1E1E1;
    color: #4F5050;
    padding: 12px 16px;
}

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

button.accordion {
  width: 100%;
  background-color: whitesmoke;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

button.accordion:after {
  font-family: FontAwesome;
  content: "\f150";
  font-family: "fontawesome";
  font-size: 18px;
  float: right;
}

button.accordion.is-open:after {
  content: "\f151";
}

button.accordion:hover,
button.accordion.is-open {
  background-color: #ddd;
}

.accordion-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}


.page-element{
      border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
        margin: 7px 15px;
}

.page-element-icon{
  font-size:27px;
  margin-bottom:10px;
}

.page-element p{font-size:16px;
margin-bottom:0;}

.element{
   border: 1px dashed #f1f1f1; 
}

.note-btn>span.note-icon-caret:nth-child(2) {
    padding-left: 3px;
    margin-right: -5px;
    display: none;
}

.web-toolbox{
  position: absolute;
    right: 8px;
    top: -18px;
    cursor: pointer;
    z-index: 1;
}

.wbt-icon{
      font-size: 10px;
    margin-left: 7px;
}

.add-image{
      display: inline-block;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
    border: 1px solid #eee;
    color: #787878;
    border-radius: 10px;
}

.tar{text-align:right;}

.lbh{
  border: 1px solid #d4d4d4;
    border-radius: 3px;
}

.tac {text-align:center;}
.tal {text-align:left;}

.qsicon{
  font-size: 42px;
    color: #6565ff;
}

.qsboxes{
  padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
  height:300px;
}

  .progressbar {
      margin-left: -68px;
      counter-reset: step;
  }
  .progressbar li {
      list-style-type: none;
      width: 25%;
      float: left;
      font-size: 12px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      color: #7d7d7d;
  }
  .progressbar li:before {
      width: 15px;
      height: 15px;
      content: '';
      line-height: 30px;
      border: 4px solid #e0e0e0;
         background-color: #ffffff;
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      border-radius: 50%;
      transition: all .8s;
    
  }
  .progressbar li:after {
      width: 100%;
      height: 4px;
      content: '';
      position: absolute;
      background-color: #e9e9e9;;
      top: 7px;
      left: -50%;
      z-index: -1;
      transition: all .8s;
  }
  .progressbar li:first-child:after {
      content: none;
  }
  .progressbar li.active:before {
      border-color: #55b776;
      background-color: #55b776;
      transition: all .8s;
  }
  .progressbar li.active:after {
      background-color: #50ce7b;
      transition: all .8s;
  }

.progressbar li.active:before {
    border-color: #50ce7b;
    background-color: #49d277;
    transition: all .8s;
    /* font-family: "Font Awesome"; */
    /* content: "X"; */
    font-family: "Font Awesome 6 Pro";
    content: "\f00c";
    line-height: 11px;
    color: #fff;
    font-size: 10px;
}

.ai-recommend{
  background: #e9ecff;
    padding: 10px;
    margin: 14px 0;
    border-radius: 10px;
}
.ai-text{
   color: #4b66c8;
}

.select2-container--default .select2-selection--single {
    display: none;
    width: 282px;
}

.connect-btn{
    border: 1px solid #e4e4e4;
    color: #464646;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    text-align: left;
}

.connect-btn svg{
  margin-right:15px
}

.appointment-item{
  margin-bottom:10px;
}

.filter-select{
  border: 2px solid #eaeaea;
}
.schedule-send{
      background: transparent;
    border: 0;
    font-size: 11px;
    color: #919191;
}

.schedule-display{
    background: #e4f3fe;
    border-radius: 6px;
    margin-top: -10px;
    padding: 4px 16px;
    font-size: 12px;
    color: #0091ff;
    font-weight: 500;
    margin: -10px 0 10px 0;
}
.fwn{font-weight:normal !important;}
.fwb{font-weight:600 !important;}
.dsnone{display:none;}
.mute-plan{
  font-size: 11px;
    color: grey;
}
.w25{width:25px;}

.dropdown-small{width:65px !important;}

table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>* {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
    background: #fafafa;
}

.flex-con{
  display: flex;
  padding: 0px 25px 0 0;
}
.qst-icons{
  margin-top:4px;
  margin-right:10px;
  font-size: 22px !important;
}
.qst-box{
   margin-top:7px;
   width:34px;
}

.ai-head{
  margin-left: 18px;
  margin-bottom: 9px;
  padding-right: 18px;
  border-right: 1px solid #e5e5e5;
}

.ai-suggest{
  color: #6f6f6f;
      font-size: 13px;
    font-weight: 300;
    padding: 0px 10px;
    border-radius: 10px;
    border: 1px solid #dadada;
    margin: 0px 10px;
    height: 25px;
  text-decoration:none;
}

.ai-suggest a{
  text-decoration:none !important;
}

.ai-suggest:hover{
  text-decoration:none;
  background: #f0f0f0;
}

.emjcon{
   position: relative;
  top: 3px;
  font-size: 21px  !important;
  margin-left: 6px;
  margin-right: 6px !important;
}

.emoji-picker{
  top:-25% !important;
}

.emoji-icon{
  font-size:32px;
}
.vmeeting-link{
      height: 20px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.created-htext{
  font-size: 12px;
    color: #b3b3b3;
}

.lsl {
    color: #242424 !important;
    font-size: 14px;
}
.mtype-icon{
  font-size:20px;
}

.select2-container--default .select2-selection--multiple {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: calc(1.6em + 1rem + 2px);
    line-height: 1.6;
    padding: 0.27rem 0.75rem;
}

.select2-container .select2-search--inline .select2-search__field {
  height:22px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ced4da;;
    outline: 0;
}

.ai-summary {
  margin-left:-15px;
  margin-bottom:-20px;
}

.change-msg-type{
  border: 0;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0;
}

.color-blk {color:#000;}

.message-attach {
    background: #ffffff;
    color: #000000 !important;
    font-weight: 400;
    border: 1px solid #dbdbdb;
}

.mlks {
    color: inherit;
}

.fc-time-grid .fc-slats td {
    height: 2.5em !important;
    border-bottom: 0;
}
.fc-time-grid-event .fc-content {
  height: auto !important;
}
.fc-widget-header{
  height:50px !important;
}
.fc-unthemed td.fc-today {
    background: #ffffff !important;
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
    border-left: 6px solid #333;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-left: 5px !important;
    cursor: pointer !important;
}

.custom-resource-info{
  font-size: 11px;
  font-weight: normal;
}

.assigned-scheduler{
  float: left;
    width: 24px;
    height: 24px;
    padding: 8px;
    margin-right: 9px;
    background: #88bf7b;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 5px 10px;
}


.change-msgtype{
  padding: 7px;
  border-radius:10px;
  width:100%;
  background: #fff !important;
}

.change-msgtype i{
  font-size:18px;
}
.change-msgtype div{
  font-size:0.6vw;
  margin-top:5px;
}
@media (min-width: 1925px) {
  .change-msgtype div {
     font-size: 15px;
  }
}
.msgtype-active{
   border:2px solid #e1eeff;
   background: #dde4fd;
   border-radius: 10px;
}

.msgc-btn{
  position: relative;
  left: -69px;
   top: 5px !important;
}

.profile-container {
    margin-right:10px;
    width: 40px; /* Adjust the size as needed */
    height: 40px; /* Adjust the size as needed */
    border-radius: 50%; /* Make the container circular */
    overflow: hidden; /* Ensure the image doesn't overflow the container */
    display: flex; /* Use flexbox to center the image */
    justify-content: center; /* Horizontally center the image */
    align-items: center; /* Vertically center the image */
}

.profile-photo {
    width: 100%; /* Ensure the image covers the container */
    height: 100%; /* Ensure the image covers the container */
    object-fit: cover; /* Maintain aspect ratio and cover the container */
    object-position: center; /* Center the image */
}

.nlc{color:#aaaaaa !important;}

.nav-link{
  font-size:1vw;
}
@media (min-width: 1650px) {
  .nav-link {
     font-size: 16px;
  }
}
.nvl15{font-size:19px !important;}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select {
    width: 100%;
    font-size: 16px;
    padding-left: 2.5em;
}

.custom-select-wrapper::before {
    content: attr(data-icon);
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}
/* Color box */
.color-box {
  background:#000;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
}
.adj-cbox{
  position:relative;
  top:9px;
}

.alert-note {
  width: 100%;
    padding: 10px 10px;
    margin: 13px;
    border: 1px solid #6cb2ff;
    background: #e7f3ff;
    border-radius: 5px;
}
.alert-note i{
      color: #1638ff;
}

.nav-forms{
  scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
  max-height:185px;
  overflow-y:scroll;
}

.nav-forms::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
}

.ask-link{
  font-size: clamp(10px, 0.7vw, 14px) !important; 
}

.ask-li{
  list-style-type:none;
  margin-left: -13px;
  clear: both;
}

/* laptop/tablet adjusts */


@media (max-width: 1600px) {
  .navbar-brand img{
    width:115px !important;
  }
  .sidebar{
    top: 40px;
  }
  .nav-link{
    font-size:15px;
    padding: 5px 12px;
  }
  .nav-forms{
    max-height:100px;
  }
  .fs26{font-size:19px;}
  .stat-panel h4{
    font-size: 1rem;
  }
  .nav-heading-forms{
    padding-top:14px !important;
  }
  .msg-textarea{
    width:65%;
    height:40px;
  }
  .send-toolkit{
    font-size:12px;
  }
  .emjcon{
    font-size:14px !important;
    top: 0;
  }
  .qabtn{
    font-size:13px;
  }
  .ai-head{
    font-size:12px;
  }
  .ai-suggest {
    color: #6f6f6f;
    font-size: 10px;
    margin: 0px 10px;
    height: 19px;
    } 
  .appointments-list{
    font-size: 12px;
  }
  .payments-list{
    font-size: 12px;
  }
  .submission-list{
    font-size: 12px;
  }
  .file-list{
    font-size: 12px;
  }
  
}


/* Styles for laptops only */
@media (min-width: 1024px) and (max-width: 1399px) {
  .connect-btn svg {
    margin-right: 10px;
    width: 14px;
  }
  .msg-textarea{
    width:60%;
    height:40px;
  }
  .new-messages{display:none;}
  .dynamic-split-btn .btn {
      padding: 8px 7px;
      font-size: 13px;
    }
  .dynamic-split-btn i{
    font-size:10px;
  }
  .ask-link{
    font-size: clamp(9px, 0.7vw, 14px) !important; 
  }
  
  .contact-icon svg{
    width:25px;
  }
}



/* Ensure dropdown button is also responsive */
.dynamic-split-btn .dropdown-toggle {
    padding: 6px 12px; /* Adjust as needed */
    font-size: 12px;   /* Adjust as needed */
}

.hidden-scrollbar {
    overflow: -moz-scrollbars-none; /* For Firefox */
    -ms-overflow-style: none;       /* For Internet Explorer and Edge */
    scrollbar-width: none;          /* For Firefox */
}

.hidden-scrollbar::-webkit-scrollbar {
    display: none;                  /* For Chrome, Safari, and Opera */
}


.k-container .ui-sortable-placeholder {
    height: 150px;
    width: 98%;
    display: flex;
    align-items: center;
    background: #edeae9 !important;
    border:0;
    justify-content: center;
    color: #a9a9a9;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    visibility:visible !important;
}



 .kan-primary {
    background: transparent;
    padding: 15px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    border-radius: 3px;
}

.kan-primary i{
  font-size:16px;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.k-container {
    width: 100%;
    height: 70vh;
    display: flex;
    margin: 0 auto !important;
    overflow-x: auto;
    overflow-y: hidden; /* Optional: Prevent vertical scrolling if not needed */
    white-space: nowrap; /* Prevent columns from wrapping to the next line */
}

.k-list {
    display: inline-block; /* Display columns horizontally */
    vertical-align: top; /* Align columns to the top */
    width: 380px; /* Set a fixed width for each column, adjust as needed */
    margin-right: 20px; /* Space between columns */
    overflow-x:hidden;
}

.k-list li {
    list-style: none;
    margin-bottom: 10px;
    background-color: #f9f9f9; /* Optional: Background color for items */
    padding: 10px;
    border: 1px solid #ddd; /* Optional: Border for items */
    border-radius: 5px; /* Optional: Border radius for items */
}

/* Hide the default checkbox */
.todo-check-wrapper input[type="checkbox"] {
    display: none;
}
.todo-check-wrapper{
  position: relative;
  top: 0px;
  margin-right:10px;
}

/* Style for the custom checkbox */
.todo-check-wrapper .todo-custom-checkbox {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: white;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Checkmark style */
.todo-check-wrapper .todo-custom-checkbox::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px); /* Adjusted to move the checkmark up */
    left: 50%;
    width: 12px;
    height: 6px;
    border: solid #ccc; /* Grey color for the checkmark */
    border-width: 0 0 2px 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: border-color 0.3s ease;
}

/* Checked state */
.todo-check-wrapper input[type="checkbox"]:checked + .todo-custom-checkbox {
    background-color: #4caf8b;
    border-color: #4caf8b;
}

.todo-check-wrapper input[type="checkbox"]:checked + .todo-custom-checkbox::after {
    border-color: white; /* Change checkmark color to white when checked */
}

.group-drop{
      white-space: nowrap;
}
.tb-grip{
  float: left;
  margin-right: 10px;
  font-size: 22px;
  color: #d4d4d4;
  margin-top: 0px;
  cursor: grab;
}

.vp{font-size:11px; color: green;}
.ivp{font-size:11px; color: red;}
.flag-icon {
            width: 20px; /* Set width for flags */
            height: auto; /* Maintain aspect ratio */
            margin-right: 5px; /* Spacing between flag and number */
            vertical-align: middle; /* Align with text */
        }
.iti{
  width: 100%;
}


 .onboarding_tasks-progress-bar {
      width: 100%;
      background-color: #e6e6e6;
      height: 6px;
      border-radius: 5px;
      margin-bottom: 10px;
    }
    .onboarding_tasks-progress {
      height: 100%;
      background-color: #007bff;
      border-radius: 5px;
    }
    .onboarding_tasks-progress-status {
      font-size: 14px;
      margin-bottom: 20px;
      font-weight: bold;
    }
    .onboarding_tasks-task-list {
      list-style: none;
      padding: 0;
    }
    .onboarding_tasks-task {
      margin-bottom: 15px;
      display: flex;
      align-items: center;
    }
    .onboarding_tasks-task.complete .onboarding_tasks-check {
      color: #007bff;
    }
    .onboarding_tasks-check {
      margin-right: 10px;
      font-size: 20px;
    }
    .onboarding_tasks-task a {
      text-decoration: none;
      color: black;
      flex-grow: 1;
    }
    .onboarding_tasks-task.complete a {
      text-decoration: line-through;
      color: grey;
    }
    .onboarding_tasks-mark-complete {
      font-size: 9px;
      color: grey;
      margin-left: 10px;
      cursor: pointer;
    }
    .onboarding_tasks-mark-complete:hover {
      color: #007bff;
    }

.otd{font-size:11px; color: #b1b1b1;}


.comment-container {
    width: 100%;
    border: none;
    padding: 10px;
    background-color: transparent; /* No background */
}

.comment-wrapper {
    display: flex;
    align-items: center;
}

.comment-input {
    flex: 1;
    padding: 8px;
    font-size: 14px;
    border: 0;
    border-radius: 15px;
    background: #f3f3f3;
    outline: none;
    min-height: 40px;
    white-space: pre-wrap;
}

.comment-input:focus {
    padding: 8px;
    border-radius: 15px;
    outline: 0;
}

.icon-set {
    display: flex;
    margin-left: 8px;
}

.icon {
    cursor: pointer;
    margin-left: 5px;
    font-size: 16px; /* Adjusted icon size */
}

.mention-dropup {
    display: none; /* Initially hidden */
    border: 1px solid #ccc;
    background-color: white;
    position: absolute;
    z-index: 1000;
    width: 200px; /* Adjusted width */
    max-height: 150px; /* Adjusted max height */
    overflow-y: auto; /* Allow scrolling if needed */
}

#mention-list {
    list-style-type: none; /* Remove bullets */
    padding: 0;
    margin: 0;
}

#mention-list li {
    padding: 8px; /* Adjusted padding */
    cursor: pointer;
}

#mention-list li:hover {
    background-color: #f0f0f0; /* Hover effect */
}

.tag {
    display: inline-block;
    background: transparent;
    color: #115bf4;
    font-weight: 500;
    padding: 0;
    border-radius: 0;
    margin: 0 4px;
    font-size: 14px;
}

.remove-tag {
    cursor: pointer;
    margin-left: 5px; /* Space between tag text and remove button */
    color: white; /* Color for the remove button */
    font-weight: bold; /* Make it bolder */
}

.plan-box{
  padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.plan-header{color:grey; font-size:15px;}

.plan-list {
    list-style-type: none;
    font-size: 17px;
    margin-top: 20px;
    margin-left: -38px;
}

.plan-item i{
  margin-right:10px;
}
.sms-desc{
  top: 51px;
    font-size: 12px;
    position: absolute;
    color: grey;
}


/* Container */
.setup-container {
    display: flex;
    font-family: Arial, sans-serif;
}

/* Sidebar */
.setup-sidebar {
    width: 250px;
    background-color: #f9f9f9;
    padding: 20px;
    border-right: 1px solid #f2f2f2;
    height: 89vh;
}

.setup-sidebar h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.setup-sidebar ul {
    list-style: none;
    padding: 0;
}

.setup-sidebar-item {
    margin-bottom: 10px;
    padding: 4px 14px;
}

.setup-sidebar-item a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 8px;
    border-radius: 4px;
}

.setup-sidebar-item a:hover,
.setup-sidebar-item a:focus {
    background-color: #e8ecf0;
}

.setup-expandable > .setup-submenu {
    display: none;
    padding-left: 15px;
}

.setup-expandable.open > .setup-submenu {
    display: block;
}

/* Main Content */
.setup-content {
    flex: 1;
    padding: 20px;
}

.setup-content h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.setup-content p {
    font-size: 1em;
    color: #666;
    margin-bottom: 15px;
}

.setup-code-section,
.setup-instructions,
.setup-next-step {
    margin-bottom: 20px;
}

.setup-code-section h2,
.setup-instructions h2,
.setup-next-step h2 {
    font-size: 1.25em;
    color: #333;
}

.setup-code {
    width: 100%;
    height: 200px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
    font-family: monospace;
    resize: none;
}

.setup-copy-button,
.setup-check-button,
.setup-connect-button {
    background-color: #1152f9;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  font-size: 15px;
}

.setup-copy-button:hover,
.setup-check-button:hover,
.setup-connect-button:hover {
   background-color: #4678f8;
}

.setup-next-button{
    background-color: #e3ebff;
    color: #0564ff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
}
.alert-info {
    background-color: #1d7bff;
    border-color: transparent;
    color: #ffffff;
}
.alert-success {
    background-color: #4bd86e;
    border-color: transparent;
    color: #000000;
}


.upload-image{
  height:330px;
}
/* Adjust height for medium screens (e.g., laptops) */
@media (max-height: 1400px) {
    .messages {
        height: 62vh;
    }
    
}

/* Further adjust height for smaller screens (e.g., small laptops or tablets) */
@media (max-height: 1100px) {
    .messages {
        height: 60vh;
    }
  
    div.dataTables_wrapper {
    max-height: 60vh;
    overflow-y: auto;
    }
}

/* Additional adjustment for very small screens */
@media (max-height: 700px) {
    .messages {
        height: 50vh;
    }
}


.review-score {
    background: #ffca59;
    padding: 3px 11px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
}
.score {
    font-size: 40px;
    font-weight: bolder;
}
.cong {
    background: #fff;
    border: 1px solid #dedede;
    color: #101010;
    padding: 6px 10px;
    border-radius: 12px;
    margin-left: 0px;
    font-size: 12px;
    margin-bottom: -13px;
    margin-top: -5px;
}


.mention-tag {
    color: #007bff; /* Example: blue */
    font-weight: bold;
    background-color: #f0f8ff; /* Optional: light background */
    padding: 2px 4px;
    border-radius: 4px;
    cursor: pointer;
}
.mention-tag:hover {
    text-decoration: underline;
}



.messages {
  list-style-type: none;
  width: 100%;
  padding-right: 40px;
  padding-left: 10px;
  height: auto !important;
  /* Dynamic height behavior */
  max-height: 55vh; 
  overflow-y: auto; 
}

.chat-wrapper {
  display: flex;
  flex-direction: column;
}

.comment-bar {
  padding: 10px;
  background: #f5f5f5;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  flex-shrink: 0; /* Prevents the bar from shrinking */
}

#emoji-button-comment{color:#000;}


.btn-outline-info {
    border-color: #dfdfdf;
    color: #0074ff;
}

 .phone {
    max-width: 375px;
  }

  .tablet {
    max-width: 768px;
  }

  .desktop {
    max-width: 1200px;
  }

.disabled-msgmode{
  color: #bebebe !important;
}

.disabled-msgmode i{
  color: #bebebe !important;;
}



.floating-call-popup {
    position: fixed;
    bottom: 92px;
    right: 30px;
    width: 360px;
    background: #2b2b2b;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    font-family: Arial, sans-serif;
}
.call-header {
    background: #2b2b2b;
    color: white;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dismiss-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
}
.call-body {
    padding: 10px;
    text-align: center;
}
.call-actions {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}
#callerInfo{
  font-size: 25px;
    color: #fff;
}
.calling{
  color: #a5a5a5;
  margin-bottom:50px;
}
.call-btn {
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}
.accept-btn {
    background: #28a745;
    color: white;
    width: 45%;
      font-size: 16px;
    font-weight: 500;
}
.accept-btn i {
  margin-right:10px;
}
.reject-btn i {
  margin-right:10px;
}
.reject-btn {
    background: #f12509;
    color: white;
    width: 45%;
      font-size: 16px;
    font-weight: 500;
}

 #callOverlay {
   display:none;
    width: 425px;
    padding: 10px;
    position:fixed; bottom:100px; right:20px; z-index:1000;
    background-color: #2b2b2b;
    border-radius: 8px;
    overflow: visible;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
#callOverlay .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #292929;
    border-bottom: 1px solid #333;
    border-top-left-radius: 10px; /* Adjust the value as needed */
    border-top-right-radius: 10px; /* Adjust the value as needed */
}

#callOverlay .header span {
   color: #fff;
   font-weight:600;
  
}

#callTimer{
  font-weight:200;
  color: #fff;
}
.incoming-name{
  color:#fff;
  flex-grow: 1;
}

#callOverlay .header .add {
    color: #2b2b2b;
    font-size: 18px;
    cursor: pointer;
}

#callOverlay .list {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#callOverlay .item {
    display: flex; /* Enable flexbox */
    justify-content: space-between; /* Push items to opposite ends */
    align-items: center; /* Align items vertically */
    padding: 10px; 
    gap: 10px;
    background-color: #2b2b2b;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
}

#callOverlay .item:hover {
    background-color: #383838;
}

#callOverlay .item .avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #2b2b2b;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
}

#callOverlay .item .name {
    flex: 1;
    color: #fff;
}

#callOverlay .item .status {
    color: #39d353;
}

#callOverlay .footer {
  display: flex;
  justify-content: space-between; /* Align items at opposite ends */
  align-items: center; /* Center items vertically */
  padding: 10px;
  background-color: #2b2b2b;
  border-top: 1px solid #333;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.footer .btn-group {
  display: flex;
  margin-right: 5px; /* Add some spacing between the small buttons */
}

.footer .btn-group:last-of-type {
  margin-right: 0; /* Remove extra margin on the last small button */
}

.footer .hangup {
  margin-left: auto; /* Push the large button to the right */
  background-color: red;
  color: white;
  border: none;
  padding: 10px 20px; /* Add some padding for a larger button */
  border-radius: 5px;
  cursor: pointer;
}

.cllbtn{
  background: #393939;
    height: 43px;
    font-size: 17px !important;
    margin-right: 7px;
}

#callOverlay .footer button.hangup i {
    margin-right:10px;
}

#callOverlay .dropdown {
    position: relative;
}

#callOverlay .dropdown-content {
    display: none;
    position: absolute;
    bottom: 60px; /* Adjust as needed */
    left: 0;
    background-color: #292929;
    border-radius: 4px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1;
}

#callOverlay .dropdown:hover .dropdown-content {
    display: block;
}

.contact-detail{max-width:100%;}

.start-call{
      font-size: 12px;
    /* float: left; */
    background: #efefef;
    padding: 2px 14px;
    border-radius: 5px;
    margin-left: 10px;
}


.delete-file i{
    font-size: 22px;
    color: #cecece;
    margin-left: 12px;
}

.file-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 100%; /* Ensures the list does not exceed its container */
}

.file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  max-width: 100%; /* Prevents the item from expanding beyond its container */
  overflow: hidden; /* Prevents content from flowing outside */
}

.file-item .file-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  flex-grow: 1;
  overflow: hidden; /* Ensures file name truncation works within the link */
}

.file-icon {
  flex-shrink: 0;
  margin-right: 10px;
}

.file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; /* Ensures the file name doesn't overlap buttons */
}

.file-detail {
  font-size: 0.9em;
  color: #b8b8b8;
}

.file-delete,
.file-download {
  flex-shrink: 0;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.file-delete a,
.file-download a {
  text-decoration: none;
}

.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent !important;
    border: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 0 !important;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 0 !important;
  }
.select2-container--default .select2-selection--multiple {
    border: solid #e9e9e9 1px !important;
}
.select2-container--open .select2-dropdown--below {
   border: 1px solid #e9e9e9 !important;
}
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent !important;
  }
  .select2-container--default .select2-results__option--selected {
    background-color: transparent !important;
}
.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
} 

.select2-container .select2-selection__placeholder {
  color: #e1e1e1 !important; /* Replace with your desired color */
}

.select2-container .select2-selection--multiple {
    min-height: 45px !important;
}

.selected-device{
    background-color: #005fff;
    color: #ffffff !important;
}






.message-header-detail{
  color: #6f6f6f;
    font-weight: 300;
}

.rec-list {
    list-style-type: none;
    margin-left: -40px;
}

.rec-item{
    padding-bottom: 79px;
    border-bottom: 1px solid #f3f3f3;
}

.msg-textarea{
  min-height: 30px;
}

.for-outbound{
  min-width:250px;
}



.colors .accent-color-picker {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

.colors .accent-color-picker label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.colors .accent-color-picker p {
    margin-bottom: 10px;
}

.colors {
    display: flex;
    align-items: center;
}

.colors .color-box {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    border: 2px solid #dfdfdf;
}

.colors .color-box.custom {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 12px;
    font-weight: normal;
    border: 0 !important;
}

.colors input[type="radio"] {
    display: none;
}

.colors input[type="radio"]:checked + .color-box {
    border: 2px solid #0c7cff;
}

.colors input[type="color"],
.colors input[type="text"] {
    margin-left: 10px;
    display: none;
}

.colors input[type="radio"]#bg_color_custom:checked + .color-box + input[type="color"],
.colors input[type="radio"]#bg_color_custom:checked + .color-box + input[type="color"] + input[type="text"],
.colors input[type="radio"]#text_color_custom:checked + .color-box + input[type="color"],
.colors input[type="radio"]#text_color_custom:checked + .color-box + input[type="color"] + input[type="text"] {
    display: block;
    border: 0 !important;
}

.colors .color-box.custom.active {
    font-weight: bold;
    text-decoration: underline;
}


.badge{font-weight:400;}
.badge-default{background: #f1f1f1;}
.badge-primary{
  background: #3376ff;
    color: #fff;
}

.cac{
  position: relative;
  top: -22px;
  right: -24px;
}
.cac-icon{
  color:#dedede;
  margin-right:7px;
}
.cac-icon i{
  font-size:13px;
}

.active-pending{
  --fa-primary-color: #005eff;
}

.active-done{
  --fa-primary-color: #00b365;
}



.message-item{
  background: #007cff;
  color: #ffffff;
}

.for-outbound{
    background: #f2f2f2 !important;
    color: #000 !important;
    font-weight: 400;
}
.status-name {
  color: #6e93f8 !important;
}

.email-signature-checkbox-container {
    position: relative;
    top: 3px;
    left: -10px;
    cursor: pointer;
    font-size: 19px;
 }
.email-signature-checkbox-container input[type="checkbox"] {
  display: none; /* Hide the actual checkbox */
}
.email-signature-checkbox-on {
  color: #005eff;
}
.email-signature-checkbox-off {
  color: grey;
}
.square-section {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap; /* Prevents text from wrapping */
    overflow: hidden; /* Hides overflowing content */
    text-overflow: ellipsis; /* Adds "..." when text overflows */
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 0px 10px !important;
}
.table-subline {
    font-size: 11px;
    margin-top: -17px;
    margin-bottom: -5px;
    color: #b4b4b4;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    /* background-color: #eaf2ff; */
    /* color: #fff; */
    color: #0049ff !important;
    background: #eaf3ff !important;
}



/* --- New Styles for Your Widget --- */
.task-widget-container {
   
}

.task-widget-container h5 {
    font-size: 18px;
    color: #1c1e21;
    margin: 0;
    line-height: 24px; /* Align with icon */
}

.task-list-container {
    width: 100%;
    padding-bottom:20px;

}

/* Main title */
h1 {
    font-size: 1.25rem; /* 20px */
    font-weight: 700;
    color: #374151;
    margin-bottom: 1rem;
    text-align: center;
}

/* Tabs Styling */
.tabs {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 0.5rem;
}
.tab-button {
    border: none;
    background: none;
    padding: 0.2rem 1rem;
    cursor: pointer;
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    border-bottom: 2px solid transparent;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.tab-button.active {
    color: #3b82f6;
    border-bottom-color: #3b82f6;
}



/* Task list (ul) styling */
.task-list {
    background-color: #ffffff;
    border-radius: 0.5rem; /* 8px */
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    list-style: none;
    padding: 0;
    margin: 0;
}

.task-list-content {
    display: none; /* Hidden by default */
}
.task-list-content.active {
    display: block; /* Shown when active */
}

/* Individual task item (li) */
.task-item {
    border-bottom: 1px solid #e5e7eb;
    padding: 0.75rem 0;
}
.task-item:last-child {
    border-bottom: none;
}
.task-item.completed {
    opacity: 0.6;
}

/* Flex container for checkbox and content */
.task-content-wrapper {
    display: flex;
    align-items: flex-start;
}

/* Checkbox styling */
.task-checkbox {
    height: 1rem; /* 16px */
    width: 1rem;
    border: 1px solid #9ca3af;
    border-radius: 0.25rem; /* 4px */
    margin-top: 0.125rem; /* 2px */
    flex-shrink: 0;
}

/* Container for all text content */
.task-details {
    flex-grow: 1;
    min-width: 0; /* Prevents flexbox overflow */
}

/* Top section with name and status */
.task-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.task-title {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    margin-left: 10px;
}
.task-title.completed {
    text-decoration: line-through;
    color: #6b7280;
}

.task-assignee {
    display: flex;
    align-items: center;
    font-size: 0.75rem; /* 12px */
    color: #6b7280;
}

.task-assignee svg, .task-due-date svg {
    height: 0.875rem; /* 14px */
    width: 0.875rem;
    margin-right: 0.25rem; /* 4px */
    color: #9ca3af;
}

/* Status badges */
.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.125rem 0.5rem; /* 2px 8px */
    border-radius: 9999px;
    font-size: 0.75rem; /* 12px */
    font-weight: 500;
    flex-shrink: 0;
    margin-left: 0.5rem;
}
.status-inprogress { background-color: #dbeafe; color: #1e40af; }
.status-completed { background-color: #d1fae5; color: #065f46; }
.status-approval { background-color: #fef3c7; color: #92400e; }

/* Description and due date section */
.task-body {
    padding-top: 0.5rem; /* 8px */
      margin-left: -15px;
}

.task-description {
    font-size: 0.75rem; /* 12px */
    color: #4b5563;
    /* Clamp description to 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.task-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem; /* 8px */
}

.task-due-date {
    display: flex;
    align-items: center;
    font-size: 0.75rem; /* 12px */
    color: #6b7280;
}

/* Action buttons */
.action-buttons {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* 8px */
}

.action-button {
    padding: 0.25rem 0.5rem; /* 4px 8px */
    font-size: 0.75rem; /* 12px */
    font-weight: 500;
    color: white;
    border: none;
    border-radius: 0.25rem; /* 4px */
    cursor: pointer;
    transition: background-color 0.2s;
}
.btn-approve { background-color: #22c55e; }
.btn-approve:hover { background-color: #16a34a; }
.btn-reject { background-color: #ef4444; }
.btn-reject:hover { background-color: #dc2626; }

.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }

.slide-tasks-details {
    color: #606770;
    font-size: 16px;
    padding: 4px;
}
.task-header-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;;
}

/* --- TABS: No changes needed to the tab button itself --- */
/* Just ensure it's inside the .task-header-controls div */
.tabs {
    display: flex;
}


/* --- NEW: Add Task Button Styling --- */
.add-task-link {
    display: inline-flex
;
    align-items: center;
    gap: 0.25rem;
    background-color: #ffffff;
    color: #676767;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 4px;
    border-radius: 0.375rem;
    text-decoration: none;
    transition: background-color 0.2s;
}
.add-task-link:hover {
    background-color: #eeeeee;
    text-decoration: none;
}
.add-task-link svg {
    width: 1rem; /* 16px */
    height: 1rem; /* 16px */
}


/* --- MODIFIED: Task Footer for Assignee Logic --- */
/* The footer is now a flex container itself to hold the assignee pills and buttons. */
.task-footer {
    display: flex;
    justify-content: space-between; /* This will push HITL buttons to the right */
    align-items: center;
    margin-top: 0.5rem; /* 8px */
    position: relative; /* Crucial for positioning the dropdown */
}

/* --- NEW: Assignee Pills, Buttons, and Dropdown --- */
/* This is the container for all the assignee pills and the '+' button. */
.assignee-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem; /* 6px */
    align-items: center;
}

/* Styles for each individual assignee pill. */
.assignee-pill {
    display: inline-flex;
    align-items: center;
    height: 1.5rem; /* 24px */
    background-color: #e5e7eb;
    border-radius: 9999px; /* Fully rounded */
    padding: 0 0.5rem; /* 8px horizontal padding */
    font-size: 0.55rem; /* 12px */
    font-weight: 500;
    color: #374151;
}

/* The 'x' button inside the pill. */
.remove-assignee {
    margin-left: 0.375rem; /* 6px */
    color: #9ca3af;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
}
.remove-assignee:hover {
    color: #ef4444; /* Red on hover */
}

/* The circular '+' button to add a new assignee. */
.btn-add-assignee {
    width: 1.5rem; /* 24px */
    height: 1.5rem;
    border-radius: 50%;
    border: 1px dashed #d1d5db;
    background: none;
    color: #6b7280;
    font-size: 1rem; /* 16px */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* The pop-up dropdown menu. */
.assignee-dropdown {
    display: none; /* Hidden by default */
    position: absolute;
    bottom: 100%; /* Positions it above the footer */
    left: 0;
    background-color: white;
    border-radius: 0.375rem; /* 6px */
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    z-index: 100;
    margin-bottom: 0.5rem; /* Space between button and dropdown */
    min-width: 12rem; /* 192px */
    max-height: 10rem; /* 160px */
    overflow-y: auto;
}

/* A single item within the dropdown. */
.assignee-dropdown-item {
    padding: 0.5rem 0.75rem; /* 8px 12px */
    cursor: pointer;
    font-size: 0.875rem; /* 14px */
}
.assignee-dropdown-item:hover {
    background-color: #f3f4f6;
}
/* --- End New Styles --- */

/* ... (paste all your CSS here) ... */
.btn-reject:hover { background-color: #dc2626; }

.status-container {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* 8px */
    flex-shrink: 0;
    margin-left: 0.5rem;
}

/* Delete button (trash can) */
.delete-task-btn {
    background: none;
    border: none;
    padding: 0.125rem; /* 2px */
    cursor: pointer;
    color: #9ca3af; /* Gray */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: color 0.2s, background-color 0.2s;
}

.delete-task-btn:hover {
    color: #ef4444; /* Red */
    background-color: #fee2e2; /* Light red background */
}

.delete-task-btn svg {
    width: 1rem; /* 16px */
    height: 1rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    /* The background-color is set by JavaScript with !important */
    color: white;
    
    /* Use flexbox for ordering and alignment */
    display: inline-flex;
    align-items: center;

    font-size: 12px; /* Smaller font */
    border-radius: 999px; /* Perfect pill shape */
    padding: 3px 6px 3px 10px; /* top | right | bottom | left */
    margin: 3px 4px;
    border: none;
}

/* 2. Style the tag text display */
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    order: 1;
    padding: 0;
    padding-right: 5px; 
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    order: 2;
    position: static;
    background-color: transparent;
    border: none;
    color: #212121 !important;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.2s;
}

/* Optional: Add a nice hover effect to the 'x' */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 0.75;
}
.select2-container .select2-selection--multiple {
    min-height: 40px !important;
}

 .badge-pill {
        display: inline-block; /* Fixes vertical alignment */
        padding: .25em .6em;
        font-size: .75em;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle; /* Better alignment with text */
        border-radius: 10rem;
        margin-left: 8px; /* Spacing next to the label */
    }
    .badge-preferred {
        color: #fff;
        background-color: #0d6efd; /* A standard blue color */
    }
   .badge-make-preferred {
    color: #777777;
    font-weight: 400;
    font-size: 10px;
    background-color: #ededed;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}
    .badge-make-preferred:hover {
        background-color: #d3d6d8;
    }
    .more-data-toggle {
       margin-bottom: 20px;
    }
    .more-data-toggle a {
        text-decoration: none;
        color: #000;
        font-weight: 300;
    }
    .more-data-content {
        display: none; /* Hidden by default */
        /* Clear floats from previous items */
        clear: both;
        padding-top: 5px;
    }
    /* Ensure contact items in the hidden area also clear floats */
    .more-data-content .contact-item {
        width: 100%;
    }

/* Styling for Email Provider Icons */
.provider-icon {
    display: inline-block;
    margin-right: 6px;
    font-size: 14px;
    vertical-align: middle;
}
.provider-icon.gmail i { color: #EA4335; }
.provider-icon.outlook i { color: #0078D4; }

/* Styling for the full-width priority dropdown container */
.detail-item-full { padding: 10px 15px; clear: both; }
.detail-item-full label { display: block; font-weight: 600; margin-bottom: 5px; font-size: 14px; }
.detail-item-full .form-control { width: 100%; }

/* NEW Styling for the Connected Channels section */
.connected-channels-section {
    padding: 0px 15px 5px 0px;
    margin-top: 10px;
    clear: both;
}
.connected-channels-title {
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.channels-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px; /* Vertical and horizontal gap */
}
.channel-item {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.85em;
    font-weight: 500;
}
.channel-item i {
    margin-right: 6px;
    font-size: 1.2em;
}
.channel-item.none {
    border: none;
    padding-left: 0;
    color: #777;
    font-style: italic;
}
/* Brand colors for channels */
.channel-item.facebook {  color: #1877F2; }
.channel-item.instagram { color: #E4405F; }
.channel-item.sms {color: #005ce5; }
.channel-item.webchat { color: #673AB7; }

.channel-item svg{
  margin-right:5px;
}
/* ======================================================= */
/* --- FINAL CSS (TASK-STYLE LAYOUT FOR TICKETS) --- */
/* ======================================================= */

/* --- Main Container & Header --- */
#support-ticket-container {padding: 15px 0px 5px 0px; border-top: 1px solid #e9ecef; }
.support-ticket-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.support-ticket-label { font-weight: 600; color: #343a40; }
.create-ticket-link {
   display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background-color: #ffffff;
    color: #676767;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 4px;
    border-radius: 0.375rem;
    text-decoration: none;
    transition: background-color 0.2s;
}

/* --- Ticket List & Item Structure --- */
.ticket-list { list-style-type: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.ticket-item{
   margin-left: -10px;
}
.ticket-item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 7px;
}
.ticket-content-wrapper, .ticket-header, .ticket-footer, .ticket-status-container { display: flex; align-items: center; }
.ticket-details { flex-grow: 1; margin-left: 12px; }
.ticket-header { justify-content: space-between; }
.ticket-title {font-weight: 300;color: #000000;cursor: pointer;} 
.ticket-title:hover { color: #0052cc; }
.ticket-status-container { gap: 0.5rem; }

/* --- Status & Priority Pills --- */
.ticket-status-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 0.8em;
    font-weight: 600;
    cursor: pointer;
}
.ticket-control-select { /* The hidden dropdown */ display: none; padding: 2px 6px; font-size: 0.8em; border-radius: 4px; border: 1px solid #0052cc; }
.status-open { background-color: #deebff; color: #0747a6; }
.status-in-progress { background-color: #dffaf2; color: #006644; }
.status-on-hold { background-color: #fff0b3; color: #ff8b00; }
.status-closed { background-color: #f1f3f5; color: #6c757d; }

/* --- Footer & Open Date --- */
.ticket-footer { justify-content: space-between; margin-top: 0.75rem; }
.ticket-open-date { font-size: 0.75rem; color: #6b7280; }

/* --- Delete Button (Trash Can) --- */
.delete-ticket-btn {
    background: none; border: none; padding: 0.125rem; cursor: pointer; color: #9ca3af;
    display: flex; align-items: center; justify-content: center; border-radius: 50%;
    transition: color 0.2s, background-color 0.2s;
}
.delete-ticket-btn:hover { color: #ef4444; background-color: #fee2e2; }
.delete-ticket-btn svg { width: 1rem; height: 1rem; }

/* --- Assignee Styles (Directly from your Task CSS, but namespaced) --- */
.ticket-assignee-container { display: flex; flex-wrap: wrap; gap: 0.375rem; align-items: center; position: relative; }
.ticket-assignee-pill {
    display: inline-flex; align-items: center; height: 1.5rem; background-color: #e5e7eb;
    border-radius: 9999px; padding: 0 0.5rem; font-size: 0.55rem; font-weight: 500; color: #374151;
}
.remove-ticket-assignee { margin-left: 0.375rem; color: #9ca3af; cursor: pointer; font-weight: bold; line-height: 1; }
.remove-ticket-assignee:hover { color: #ef4444; }
.btn-add-ticket-assignee {
    width: 1.5rem; height: 1.5rem; border-radius: 50%; border: 1px dashed #d1d5db; background: none;
    color: #6b7280; font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.ticket-assignee-dropdown {
    display: none; position: absolute; bottom: 100%; left: 0; background-color: white; border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1); z-index: 100; margin-bottom: 0.5rem; min-width: 12rem; max-height: 10rem; overflow-y: auto;
}
.ticket-assignee-dropdown-item { padding: 0.5rem 0.75rem; cursor: pointer; font-size: 0.875rem; }
.ticket-assignee-dropdown-item:hover { background-color: #f3f4f6; }
.ticket-controls-container {
    display: flex;       /* Lays out the status and delete button side-by-side */
    align-items: center; /* Vertically aligns them with each other */
    gap: 0.5rem;         /* Adds a small space between the status and delete button */
    flex-shrink: 0;      /* Prevents this container from shrinking */
}

/* --- 1. General Badge Styling (Applies to Status & Priority) --- */
.ticket-status-badge,
.ticket-priority-badge {
    display: inline-block; /* Ensures padding and margins are respected */
    padding: 4px 10px;
    border-radius: 9999px; /* Pill shape */
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

/* --- 2. Priority-Specific Colors --- */

.ticket-priority-badge.priority-normal{
  background: #efefff;
    text-transform: capitalize;
}
/* LOW Priority: Blue */
.ticket-priority-badge.priority-low {
    background-color: #dbeafe; /* Tailwind's blue-100 */
    color: #1d4ed8;            /* Tailwind's blue-700 */
}

/* MEDIUM Priority: Yellow/Amber */
.ticket-priority-badge.priority-medium {
    background-color: #fef3c7; /* Tailwind's amber-100 */
    color: #92400e;            /* Tailwind's amber-700 */
}

/* HIGH Priority: Red */
.ticket-priority-badge.priority-high {
    background-color: #fee2e2; /* Tailwind's red-100 */
    color: #b91c1c;            /* Tailwind's red-700 */
}


/* --- 3. FIX: Ticket Footer Layout --- */

.ticket-footer {
    display: flex;                /* Lays out children (assignees, date) in a row */
    justify-content: space-between; /* Pushes assignees to left, date to right */
    align-items: center;          /* Vertically aligns them in the middle */
    margin-top: 1rem;
    gap: 1rem;                    /* Adds space between items if they get close */
}

.ticket-assignee-container {
    /* This container can grow and shrink as needed */
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: wrap; /* Allows assignee pills to wrap if there are too many */
}

.ticket-open-date {
    white-space: nowrap;
    color: #727272;
    font-size: 11px;
    flex-shrink: 0;
}

.info-section-header{
  font-size: 1em;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.ticket-header-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0rem;

}

.ticket-list-content {
    display: none; /* Hide all lists by default */
}

.ticket-list-content.active {
    display: block; /* Show only the active list */
}

/* Make sure your .ticket-list has no default padding/margin */
ul.ticket-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.notes-header {
    margin-top: 2rem;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    color: #1f2937;
    font-size: 1.1rem;
    font-weight: 600;
}

.notes-list {
    max-height: 250px;
    overflow-y: auto;
    margin-bottom: 1.5rem;
    border: 1px solid #f3f4f6;
    background-color: #f9fafb;
    border-radius: 6px;
}

.note-item {
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
}
.note-item:last-child {
    border-bottom: none;
}

.note-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.note-author {
    font-weight: 600;
}

.note-body {
    white-space: pre-wrap; /* Preserves line breaks in notes */
    word-wrap: break-word;
}
.start-icon{
font-size: 94px;
    padding: 34px;
    color: #fff;
  }

.navbar-nav.flex-row {
    align-items: center;
}

/* The main clickable link that acts as a container */
#notification-cycler-link {
    position: relative;
    display: block;
    height: 66px; /* Contains the button + its margin */
    
    /* Initial, collapsed width. This should match the button's base width. */
    width: 220px; 
    
    text-decoration: none;
    
    /* Smoothly animate any change to the width */
    transition: width 0.3s ease-in-out;
}

/* The individual message "pills" inside the cycler */
#notification-cycler-link .notification-button {
    /* Cycling Mechanics */
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease-in-out, width 0.3s ease-in-out; /* Also transition width */
    
    /* --- Appearance & Sizing --- */
    width: 100%; /* The button will always try to fill its container */
    height: 51px;
    margin: 9px 0;
    
    /* Your original styles */
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    padding: 0.5rem;
    text-align: left;
    cursor: pointer;
}

/* This class is toggled by JavaScript to show an item */
#notification-cycler-link .notification-button.is-visible {
    opacity: 1;
    pointer-events: auto;
}

/* The Text Itself */
.notification-text {
    font-size: 0.75rem;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;

    /* Initial (collapsed) state */
    max-width: 150px;
    
    /* Smooth transition for the expansion */
    transition: max-width 0.3s ease-in-out;
}

/* 
  ==================================================================
  THE CORRECTED HOVER RULE - THIS IS THE KEY
  ==================================================================
  When the container is hovered:
  1. Make the CONTAINER ITSELF grow.
  2. Make the TEXT INSIDE grow.
*/
#notification-cycler-link:hover {
    /* Set this to a value that comfortably fits your longest text + padding/icons */
    /* Example: 450px (text) + 32px (icon) + 12px (gap) + 16px (padding) ~= 510px */
    width: 510px; 
}

#notification-cycler-link:hover .notification-text {
    /* Allow the text to fill the new space */
    max-width: 450px; 
}


/* Other content styling */
.notification-icon-wrapper { width: 2rem; height: 2rem; border-radius: 50%; flex-shrink: 0; background-color: #4885fd;
    color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.notification-content { overflow: hidden; }
.notification-sender { font-size: 0.75rem; font-weight: 600; margin: 0; }