/*!
 * Start Bootstrap - SB Admin 2 v4.1.3 (https://startbootstrap.com/theme/sb-admin-2)
 * Copyright 2013-2021 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/master/LICENSE)
 */ /*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */ /*!
 * GI Modified Theme v4.6.0 (https://generalinternet.ca/)
 * Author: SKDEV
 */
@font-face {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    src: url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0);
    src: url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format("embedded-opentype"),
    url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0) format("woff2"), url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0) format("woff"),
    url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0) format("truetype"),
    url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format("svg");
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    /*font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;*/
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 1.3rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-color);
    text-align: left;
    background-color: var(--bg-color) !important;
    padding: 0 !important;
}
body::-webkit-scrollbar {
    width: 15px;
}
body::-webkit-scrollbar-track {
    background-color: #fff;
}
body::-webkit-scrollbar-thumb {
    background: var(--primary);
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
.hide{
    display: none !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
p:last-child{
    margin-bottom: 0;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
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,
.bold{
    font-weight: bolder;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: var(--link);
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: var(--link-hover);
    text-decoration: none;
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: var(--secondary);
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    font-weight: 700;
}
.settings-legend {
    font-size: 1.25rem;
    font-weight: 700;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
form {
    width: 100%;
}
form:after{
    content: '';
    display: block;
    clear: both;
}
.btn-group-vertical > .btn-group::after,
.btn-group-vertical > .btn-group::before,
.btn-toolbar::after,
.btn-toolbar::before,
.clearfix::after,
.clearfix::before,
.container-fluid::after,
.container-fluid::before,
.container::after,
.container::before,
.dl-horizontal dd::after,
.dl-horizontal dd::before,
.form-horizontal .form-group::after,
.form-horizontal .form-group::before,
.modal-footer::after,
.modal-footer::before,
.modal-header::after,
.modal-header::before,
.nav::after,
.nav::before,
.navbar-collapse::after,
.navbar-collapse::before,
.navbar-header::after,
.navbar-header::before,
.navbar::after,
.navbar::before,
.pager::after,
.pager::before,
.panel-body::after,
.panel-body::before,
.row::after,
.row::before {
    content: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    margin-top: 0 !important;
    font-weight: 400;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
}
.h2,
h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}
.h3,
h3 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.2;
}
.h4,
h4 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}
.h5,
h5 {
    font-size: 1.25rem;
    line-height: 1.2;
}
.h6,
h6 {
    font-size: 1rem;
    line-height: 1.2;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-unstyled {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: var(--secondary);
}
.blockquote-footer::before {
    content: "\2014\00A0";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dddfeb;
    border-radius: 0.35rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: var(--secondary);
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #3a3b45;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #3a3b45;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.line-through{
    text-decoration: line-through
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
    .task-single-inline-wrap h5 {
        display: grid;
        grid-template-columns: 13% 85%;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    /*margin-right: -25px;*/
    /*margin-left: -25px;*/
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
    position: relative;
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
.col-md-7ths {
    width: 100%!important;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
    .col-md-7ths {
        flex: 0 0 14.2857%!important;
        max-width: 14.2857%!important;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: var(--text-muted);
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid var(--default-border);
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid var(--default-border);
}
.table tbody + tbody {
    border-top: 2px solid var(--default-border);
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
th.xsm-cell,
td.xsm-cell{
    width: 5em;
}
th.sm-cell,
td.sm-cell{
    width: 10em;
}
th.m-cell,
td.m-cell{
    width: 15em;
}
.table-bordered {
    border: 1px solid var(--default-border);
}
.table-bordered td,
.table-bordered th {
    border: 1px solid var(--default-border);
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    color: var(--secondary);
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #cdd8f6;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #a3b6ee;
}
.table-hover .table-primary:hover {
    background-color: #b7c7f2;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #b7c7f2;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #dddde2;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #c0c1c8;
}
.table-hover .table-secondary:hover {
    background-color: #cfcfd6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #cfcfd6;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #bff0de;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #89e2c2;
}
.table-hover .table-success:hover {
    background-color: #aaebd3;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #aaebd3;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #c7ebf1;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #96dbe4;
}
.table-hover .table-info:hover {
    background-color: #b3e4ec;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #b3e4ec;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #fceec9;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #fadf9b;
}
.table-hover .table-warning:hover {
    background-color: #fbe6b1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #fbe6b1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f8ccc8;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #f3a199;
}
.table-hover .table-danger:hover {
    background-color: #f5b7b1;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f5b7b1;
}
.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: #fbfcfd;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.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: #d1d1d5;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #a9aab1;
}
.table-hover .table-dark:hover {
    background-color: #c4c4c9;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #c4c4c9;
}
.table-active,
.table-active > td,
.table-active > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #5a5c69;
    border-color: #6c6e7e;
}
.table .thead-light th {
    color: #6e707e;
    background-color: #eaecf4;
    border-color: var(--default-border);
}
.table-dark {
    color: #fff;
    background-color: #5a5c69;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #6c6e7e;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}
div.dt-buttons button:not(.btn-default-dt-options){
    display: none;
}
@media (min-width: 576px) {
    div.dt-buttons button:not(.btn-default-dt-options){
        display: inline-block;
    }
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
/*    .gi_nowrap .gi_svg_icon {
        display: none;
    }*/
    .topbar {
        margin-left: 0 !important;
    }
    .navbar-nav {
        margin: 0 !important;
    }
    .sidebar .nav-item .nav-link a {
        font-size: 1.4rem !important;
    }
    .card-header {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .navbar-nav > li > .dropdown-menu.notifications {
        margin-left: 0 !important;
    }
    #search_results{
        position: absolute;
        top: 135px;
    }
}
@media (max-width: 767.98px) {
    .timer-button{
        position: static !important;
    }
    .grid-3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .started-timers-top {
        left:0% !important;
        width: 100% !important;
        margin: 0 !important;
        -webkit-box-shadow: 0px 14px 24px -1px rgba(0,0,0,0.2) !important;
        -moz-box-shadow: 0px 14px 24px -1px rgba(0,0,0,0.2) !important;
        box-shadow: 0px 14px 24px -1px rgba(0,0,0,0.2) !important;
    }
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
    .nav-tabs > li {
        width: 100%;
    }
    .dropright {
        display: none !important;
    }
    .horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal {
        overflow-x: auto;
        overflow-y: hidden;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .horizontal-scrollable-tabs .scroller{
        display: none !important;
    }
    .horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal > li {
        text-align: left;
    }
    .tab-separator {
        border-right: 0 !important;
    }
    #accessible-info-dropdown{
        z-index: 99999;
    }
/*    .gi_nowrap .gi_svg_icon {
        display: none;
    }*/

   /* ._buttons .pull-left,
    ._buttons .pull-right {
        float: none !important;
    } */
    ._buttons .btn
    /*._buttons .btn-group */
    {
        display: inline-block; 
        margin-left: 0 !important; 
        margin-bottom: 5px !important;
        float: none !important; 
    } 
    ._buttons .mleft5 {
        margin-left: 0 !important;
    }
    ._buttons a,
    ._buttons button {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
/*    .bootstrap-select .dropdown-toggle .filter-option {
        height: 150%;
    }*/
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: var(--bg-color);
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a:not(.btn) {
        /*padding: 1rem !important;*/
    }
    .unfinished-timesheet-delete{
        font-size:1.7rem !important;
    }
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: right;
    }
    div.dataTables_filter {
        text-align: left !important;
        width: 300px !important;
    }
    div.dataTables_length {
        margin-left: 0 !important;
    }
    .input-group {
        flex-wrap: nowrap !important;
    }
    .fc-toolbar .fc-right {
        float: left !important;
        margin: 1rem 0;
    }
    .sidebar .nav-item .nav-link span {
        font-size: 1.3rem !important;
    }
    .grid-mobile {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .bootstrap-select .btn-default {
        height: 45px !important;
    }
}
@media (max-width: 991.98px) {
    .grid-3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .grid-3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive-wrap{
    width: 100%;
    position: relative;
    overflow: auto;
}
.table-responsive {
    /** do not set display to block **/
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.9rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: var(--input-background);
    background-clip: padding-box;
    border: 1px solid var(--input-border);
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group-btn:first-child > select:first-child + .btn.dropdown-toggle,
.items-select-wrapper:first-child select:first-child + .btn.dropdown-toggle{
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    border-right: none !important;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #6e707e;
}
.form-control:focus {
    color: var(--text-color) !important;
    background-color: var(--bg-color) !important;
    border-color: var(--input-focus);
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--input-focus-shadow);
}
.form-control::-webkit-input-placeholder {
    color: var(--secondary);
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: var(--secondary);
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: var(--secondary);
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: var(--secondary);
    opacity: 1;
}
.form-control::placeholder {
    color: var(--secondary);
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #eaecf4;
    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:focus::-ms-value {
    color: #6e707e;
    background-color: var(--bg-color);
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--secondary);
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
    height: auto;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-table td .form-group:only-child{
    display: inline-block;
    margin-bottom: 0;
    width: 100% !important;
}
.form-table td,
.form-table th{
    vertical-align: middle !important;
}
.form-table th{
    font-weight: 700;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: var(--secondary);
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: var(--success);
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(28, 200, 138, 0.9);
    border-radius: 0.35rem;
}
.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 {
    border-color: var(--success);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: var(--success);
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: var(--success);
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
    #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
    center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: var(--success);
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: var(--success);
}
.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: var(--success);
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: var(--success);
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34e3a4;
    background-color: #34e3a4;
}
.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(28, 200, 138, 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: var(--success);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: var(--success);
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: var(--success);
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: var(--danger);
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(231, 74, 59, 0.9);
    border-radius: 0.35rem;
}
.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 {
    border-color: var(--danger);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: var(--danger);
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: var(--danger);
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
    #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e")
    center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: var(--danger);
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: var(--danger);
}
.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: var(--danger);
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: var(--danger);
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #ed7468;
    background-color: #ed7468;
}
.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(231, 74, 59, 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: var(--danger);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: var(--danger);
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: var(--danger);
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}
.form-inline {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center !important;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: var(--secondary);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    line-height: 2.2rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /** DESIGN REFRESH **/
    /*font-size: 1.4rem;*/
    font-size: 1.2rem;
    /*border-radius: 0.35rem;*/
    border-radius: 2rem;
    /*padding: 0.375rem 0.75rem;*/
    padding: 0.375rem 1.2rem;
    border: 1px solid transparent;
    /*border-bottom: 2px solid rgba(0,0,0,0.1) !important;*/
    /** END DESIGN REFRESH **/
}
.btn.dropdown-toggle{
    border-radius: 0.35rem;
    padding: 0.375rem 0.75rem;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
/** GI SVG Icon Styling (needs to be above where the fill colours are reset) **/

.gi_svg_icon {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin: 0 0.4em;
    font-size: 2rem;
}
.gi_svg_icon + .gi_svg_icon,
.gi_svg_icon + .tooltip + .gi_svg_icon{
    margin-left: 0;
}
.gi_svg_icon.no_marg{
    margin: 0;
}
.gi_svg_icon svg * {
    fill: var(--primary);
    -webkit-transition: fill 0.3s ease-in;
    transition: fill 0.3s ease-in;
}
.gi_svg_icon svg{
    overflow: visible;
}
/** END GI SVG Icon Styling **/

.btn:hover {
    color: var(--secondary);
    text-decoration: none;
    /** DESIGN REFRESH **/
    /*border-top-width: 2px;*/
    /*border-bottom-width: 1px !important;*/
    /** END DESIGN REFRESH **/
}
.btn.focus,
.btn:focus,
button:focus{
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--input-focus-shadow);
}
.btn.disabled,
.btn:disabled,
.btn.btn-info.disabled,
.btn.btn-info:disabled,
.btn.not-allowed{
    color: #fff;
    opacity: 0.55;
    background-color: var(--text-muted);
    border-color: var(--text-muted);
    cursor: not-allowed;
}
.btn:not(:disabled):not(.disabled):not(.btn-disabled):not(.not-allowed) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
a.btn.disabled.pointer-enabled{
    pointer-events: all;
}
/* Used this instead of .disabled in case to show tooltip */
a.not-allowed{
    opacity: 0.55;
    cursor: not-allowed;
}
.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--primary-darker);
    border-color: var(--primary-darker);
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: var(--primary-darker);
    border-color: var(--primary-darker);
/*    box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);*/
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-darker);
    border-color: var(--primary-darker);
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
/*    box-shadow: 0 0 0 0.2rem var(--primary-shadow);*/
}
.btn-secondary {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.btn-secondary:hover {
    color: #fff;
    background-color: var(--secondary-darker);
    border-color: var(--secondary-darker);
}
.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: var(--secondary-darker);
    border-color: var(--secondary-darker);
/*    box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);*/
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: var(--secondary-darker);
    border-color: var(--secondary-darker);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
/*    box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);*/
}
.btn-success {
    color: #fff;
    background-color: var(--success);
    border-color: var(--success);
}
.btn-success:hover {
    color: #fff;
    background-color: var(--success-darker);
    border-color: var(--success-darker);
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: var(--success-darker);
    border-color: var(--success-darker);
/*    box-shadow: var(--success-shadow);*/
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: var(--success-darker);
    border-color: var(--success-darker);
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
/*    box-shadow: var(--success-shadow);*/
}
.btn-info {
    color: #fff;
    background-color: var(--info);
    border-color: var(--info);
}
.btn-info:hover {
    color: #fff;
    background-color: var(--info-darker);
    border-color: var(--info-darker);
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: var(--info-darker);
    border-color: var(--info-darker);
/*    box-shadow: var(--info-shadow);*/
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: var(--info-darker);
    border-color: var(--info-darker);
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
/*    box-shadow: var(--info-shadow);*/
}
.btn-warning {
    color: #fff;
    background-color: var(--warning);
    border-color: var(--warning);
}
.btn-warning:hover {
    color: #fff;
    background-color: var(--warning-darker);
    border-color: var(--warning-darker);
}
.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: var(--warning-darker);
    border-color: var(--warning-darker);
/*    box-shadow: var(--warning-shadow);*/
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: var(--warning);
    border-color: var(--warning-darker);
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
/*    box-shadow: var(--warning-shadow);*/
}
.btn-danger {
    color: #fff;
    background-color: var(--danger);
    border-color: var(--danger);
}
.btn-danger:hover {
    color: #fff;
    background-color: var(--danger-darker);
    border-color: var(--danger-darker);
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: var(--danger-darker);
    border-color: var(--danger-darker);
/*    box-shadow: var(--danger-shadow);*/
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: var(--danger-darker);
    border-color: var(--danger-darker);
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
/*    box-shadow: var(--danger-shadow);*/
}
.btn-light {
    color: var(--text-dark);
    background-color: var(--light);
    border-color: var(--light);
}
.btn-light:hover {
    color: var(--text-dark);
    background-color: var(--light-darker);
    border-color: var(--light-darker);
}
.btn-light.focus,
.btn-light:focus {
    color: var(--text-dark);
    background-color: var(--light-darker);
    border-color: var(--light-darker);
/*    box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);*/
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #3a3b45;
    background-color: var(--light);
    border-color: var(--light);
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
/*    box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);*/
}
.btn-dark {
    color: #fff;
    background-color: var(--dark);
    border-color: var(--dark);
}
.btn-dark:hover {
    color: #fff;
    background-color: var(--dark-darker);
    border-color: var(--dark-darker);
}
.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: var(--dark-darker);
    border-color: var(--dark-darker);
/*    box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);*/
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: var(--dark-darker);
    border-color: var(--dark-darker);
}
.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(115, 116, 128, 0.5);*/
}

.btn-muted {
    color: #fff;
    background-color: var(--muted);
    border-color: var(--muted);
}
.btn-muted:hover {
    color: #fff;
    background-color: var(--muted-darker);
    border-color: var(--muted-darker);
}
.btn-muted.focus,
.btn-muted:focus {
    color: #fff;
    background-color: var(--muted-darker);
    border-color: var(--muted-darker);
/*    box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);*/
}
.btn-muted:not(:disabled):not(.disabled).active,
.btn-muted:not(:disabled):not(.disabled):active,
.show > .btn-muted.dropdown-toggle {
    color: #fff;
    background-color: var(--muted-darker);
    border-color: var(--muted-darker);
}
.btn-muted:not(:disabled):not(.disabled).active:focus,
.btn-muted:not(:disabled):not(.disabled):active:focus,
.show > .btn-muted.dropdown-toggle:focus {
/*    box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);*/
}

.btn-disabled,
.btn-disabled:hover{
    cursor: not-allowed !important;
    color: #fff !important;
    background-color: var(--muted) !important;
    border-color: var(--muted) !important;
    opacity: .65;
}
.btn-disabled .gi_svg_icon svg *{
    fill: #fff !important;
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}
.btn-outline-primary:not(:hover):not(:focus):not(.focus) .gi_svg_icon svg *{
    fill: var(--primary);
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary-darker);
    border-color: var(--primary-darker);
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
/*    box-shadow: 0 0 0 0.2rem var(--primary-shadow);*/
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled,
.btn-outline-info.disabled,
.btn-outline-info:disabled,
.btn-outline-success.disabled,
.btn-outline-success:disabled,
.btn-outline-warning.disabled,
.btn-outline-warning:disabled,
.btn-outline-danger.disabled,
.btn-outline-danger:disabled,
.btn-outline-light.disabled,
.btn-outline-light:disabled,
.btn-outline-dark.disabled,
.btn-outline-dark:disabled,
.btn-outline-muted.disabled,
.btn-outline-muted:disabled{
    color: var(--text-muted);
    background-color: transparent;
}
.btn-outline-primary.disabled .gi_svg_icon svg *,
.btn-outline-primary:disabled .gi_svg_icon svg *,
.btn-outline-secondary.disabled .gi_svg_icon svg *,
.btn-outline-secondary:disabled .gi_svg_icon svg *,
.btn-outline-info.disabled .gi_svg_icon svg *,
.btn-outline-info:disabled .gi_svg_icon svg *,
.btn-outline-success.disabled .gi_svg_icon svg *,
.btn-outline-success:disabled .gi_svg_icon svg *,
.btn-outline-warning.disabled .gi_svg_icon svg *,
.btn-outline-warning:disabled .gi_svg_icon svg *,
.btn-outline-danger.disabled .gi_svg_icon svg *,
.btn-outline-danger:disabled .gi_svg_icon svg *,
.btn-outline-light.disabled .gi_svg_icon svg *,
.btn-outline-light:disabled .gi_svg_icon svg *,
.btn-outline-dark.disabled .gi_svg_icon svg *,
.btn-outline-dark:disabled .gi_svg_icon svg *,
.btn-outline-muted.disabled .gi_svg_icon svg *,
.btn-outline-muted:disabled .gi_svg_icon svg *{
    fill: var(--text-muted) !important;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-darker);
    border-color: var(--primary-darker);
}
.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 var(--primary-shadow);*/
}
.btn-outline-secondary {
    color: var(--secondary-darker);
    border-color: var(--secondary);
}
.btn-outline-secondary:not(:hover):not(:focus):not(.focus) .gi_svg_icon svg *{
    fill: var(--secondary);
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: var(--secondary-darker);
    border-color: var(--secondary-darker);
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
/*    box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);*/
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: var(--secondary);
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
/*    box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);*/
}
.btn-outline-success {
    color: var(--success);
    border-color: var(--success);
}
.btn-outline-success:not(:hover):not(:focus):not(.focus) .gi_svg_icon svg *{
    fill: var(--success);
}
.btn-outline-success:hover {
    color: #fff;
    background-color: var(--success-darker);
    border-color: var(--success-darker);
}
.btn-outline-success.focus,
.btn-outline-success:focus {
/*    box-shadow: 0 0 0 0.2rem var(--success-shadow);*/
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: var(--success);
    border-color: var(--success);
}
.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 var(--success-shadow);*/
}
.btn-outline-info {
    color: var(--info);
    border-color: var(--info);
}
.btn-outline-info:not(:hover):not(:focus):not(.focus) .gi_svg_icon svg *{
    fill: var(--info);
}
.btn-outline-info:hover {
    color: #fff;
    background-color: var(--info-darker);
    border-color: var(--info-darker);
}
.btn-outline-info.focus,
.btn-outline-info:focus {
/*    box-shadow: 0 0 0 0.2rem var(--info-shadow);*/
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: var(--info-darker);
    border-color: var(--info-darker);
}
.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 var(--info-shadow);*/
}
.btn-outline-warning {
    color: var(--warning);
    border-color: var(--warning);
}
.btn-outline-warning:not(:hover):not(:focus):not(.focus) .gi_svg_icon svg *{
    fill: var(--warning);
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: var(--warning-darker);
    border-color: var(--warning-darker);
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
/*    box-shadow: 0 0 0 0.2rem var(--warning-shadow);*/
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: var(--warning-darker);
    border-color: var(--warning-darker);
}
.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 var(--warning-shadow);*/
}
.btn-outline-danger {
    color: var(--danger);
    border-color: var(--danger);
}
.btn-outline-danger:not(:hover):not(:focus):not(.focus) .gi_svg_icon svg *{
    fill: var(--danger);
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: var(--danger-darker);
    border-color: var(--danger-darker);
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
/*    box-shadow: 0 0 0 0.2rem var(--danger-shadow);*/
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: var(--danger-darker);
    border-color: var(--danger-darker);
}
.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 var(--danger-shadow);*/
}
.btn-outline-light {
    color: var(--light);
    border-color: var(--light);
}
.btn-outline-light:not(:hover):not(:focus):not(.focus) .gi_svg_icon svg *{
    fill: var(--light);
}
.btn-outline-light:hover {
    color: var(--text-dark);
    background-color: var(--light-darker);
    border-color: var(--light-darker);
}
.btn-outline-light.focus,
.btn-outline-light:focus {
/*    box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);*/
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: var(--text-dark);
    background-color: var(--light);
    border-color: var(--light);
}
.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, 252, 0.5);*/
}
.btn-outline-dark {
    color: var(--dark);
    border-color: var(--dark);
}
.btn-outline-dark:not(:hover):not(:focus):not(.focus) .gi_svg_icon svg *{
    fill: var(--dark);
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: var(--dark-darker);
    border-color: var(--dark-darker);
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
/*    box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);*/
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: var(--dark-darker);
    border-color: var(--dark-darker);
}
.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(90, 92, 105, 0.5);*/
}
.btn-outline-muted {
    color: var(--muted);
    border-color: var(--muted);
}
.btn-outline-muted:not(:hover):not(:focus):not(.focus) .gi_svg_icon svg *{
    fill: var(--muted);
}
.btn-outline-muted:hover {
    color: #fff;
    background-color: var(--muted-darker);
    border-color: var(--muted-darker);
}
.btn-outline-muted.focus,
.btn-outline-muted:focus {
/*    box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);*/
}
.btn-outline-muted:not(:disabled):not(.disabled).active,
.btn-outline-muted:not(:disabled):not(.disabled):active,
.show > .btn-outline-muted.dropdown-toggle {
    color: #fff;
    background-color: var(--muted-darker);
    border-color: var(--muted-darker);
}
.btn-outline-muted:not(:disabled):not(.disabled).active:focus,
.btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-muted.dropdown-toggle:focus {
/*    box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);*/
}
.btn-link {
    font-weight: 400;
    color: var(--link);
    text-decoration: none;
    border-color: var(--link);
}
.btn-link:hover {
    color: var(--link-hover);
    text-decoration: underline;
    border-color: var(--link-hover);
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
    color: var(--light-darker);
    pointer-events: none;
    border-color: var(--light-darker);
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .125);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .125);
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle.no_caret::after{
    display: none;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1.1rem;
    color: var(--text-color);
    text-align: left;
    list-style: none;
    background-color: var(--bg-color);
    background-clip: padding-box;
    border: 1px solid var(--card-border);
    border-radius: 0.35rem;
}
.dropdown-menu li .gi_svg_icon {
    font-size: 2rem;
}
.dropdown-menu li .gi_svg_icon svg *{
    fill: var(--text-color);
}
.dropdown-menu li{
    position: relative;
}

.dropdown-menu .gi_svg_icon:first-child{
    margin-left: 0;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #333;
}

.dropdown-menu-left {
    right: 100% !important;
    left: auto !important;
}
.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 100%;
    right: 10px;
    left: 10px;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #eaecf4;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: var(--text-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 1.2rem;
    -webkit-transition: background,color 0.3s ease-in 0s;
    transition: background,color 0.3s ease-in 0s;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary-darker);
}
.dropdown-item .gi_svg_icon svg *{
    -webkit-transition: fill 0.3s ease-in 0s;
    transition: fill 0.3s ease-in 0s;
}
.dropdown-item:focus .gi_svg_icon svg *,
.dropdown-item:hover .gi_svg_icon svg *{
    fill: #fff;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary-darker);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #b7b9cc;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--secondary);
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #3a3b45;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative !important;
    display: flex;
    align-items: stretch !important;
    width: 100% !important;
}
.input-group .form-group{
    margin-bottom: 0;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1% !important;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-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-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.input-group > .custom-file {
    display: flex;
    align-items: center;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.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-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.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) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.input-group .input-group-addon + .form-control,
.input-group .input-group-addon + .form-group .form-control{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.input-group-append,
.input-group-prepend {
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    text-align: center;
    white-space: nowrap;
    background-color: #eaecf4;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
}
.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 {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    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 {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn:not(.last-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:not(.last-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):not(.last-btn),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-prepend > .btn:not(.last-btn),
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
}
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5em;
    padding-left: 1.5em;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary);
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem var(--input-focus-shadow);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: var(--input-focus);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #e5ebfa;
    border-color: #e5ebfa;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: var(--secondary);
}
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #eaecf4;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25em;
    left: -1.5em;
    display: block;
    width: 1em;
    height: 1em;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #b7b9cc solid 1px;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25em;
    left: -1.5em;
    display: block;
    width: 1em;
    height: 1em;
    content: "";
    background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.35rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: var(--primary);
    background-color: var(--primary);
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(78, 115, 223, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(78, 115, 223, 0.5);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(78, 115, 223, 0.5);
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #b7b9cc;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(78, 115, 223, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: var(--input-focus);
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--input-focus-shadow);
}
.custom-select:focus::-ms-value {
    color: #6e707e;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: var(--secondary);
    background-color: #eaecf4;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #6e707e;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: var(--input-focus);
    box-shadow: 0 0 0 0.2rem var(--input-focus-shadow);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
    background-color: #eaecf4;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #6e707e;
    content: "Browse";
    background-color: #eaecf4;
    border-left: inherit;
    border-radius: 0 0.35rem 0.35rem 0;
}
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem var(--input-focus-shadow);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem var(--input-focus-shadow);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem var(--input-focus-shadow);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: var(--primary);
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #e5ebfa;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: var(--primary);
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #e5ebfa;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: var(--primary);
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #e5ebfa;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dddfeb;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dddfeb;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #b7b9cc;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #b7b9cc;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #b7b9cc;
}
.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 {
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav.nav-tabs-horizontal{
    flex-wrap: nowrap;
}
.horizontal-scrollable-tabs{
    margin-left: -18px;
    margin-right: -18px;
    margin-top: -20px;
}
.horizontal-scrollable-tabs .horizontal-tabs{
    padding: 0 18px;
}
.horizontal-scrollable-tabs .scroller{
    padding: 13px 10px !important;
    border: 1px solid #f0f0f0 !important;
    line-height: 2.82rem;
}
.user-data .horizontal-scrollable-tabs .scroller{
    border: 1px solid #f0f0f0 !important;
}
.user-data .horizontal-scrollable-tabs .arrow-left{
    margin-left: 0px;
}
.user-data .horizontal-scrollable-tabs .arrow-right{
    margin-right: 0px;
}
.horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal {
    overflow-x: hidden;
}

.panel-body .horizontal-scrollable-tabs:only-child{
    margin-bottom: -20px;
    min-height: 0;
}
.panel-body .horizontal-scrollable-tabs:only-child .nav-tabs{
    border: none;
}
.panel-body .horizontal-scrollable-tabs:only-child .scroller{
    border-top: none !important;
    border-bottom: none !important;
    padding: 8px 10px !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: var(--secondary);
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dddfeb;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eaecf4 #eaecf4 #dddfeb;
}
.nav-tabs .nav-link.disabled {
    color: var(--secondary);
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #6e707e;
    background-color: #fff;
    border-color: #dddfeb #dddfeb #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.35rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--primary);
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-radius: 0 !important;
    border: 0 !important;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin: 0 !important;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggle{
    margin-top: 0;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.35rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}
.navbar-header{
    display: flex;
    align-items: center;
    justify-content: left;
}
.navbar-header-col{
    display: flex;
    align-items: center;
    padding-top: 14px;
}
.navbar-header-col.customers-profile-navbar-header-col{
    justify-content: right;
}
.customers-profile .dropdown-menu{
    right: 0;
    left: auto;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.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 {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--card-bg-color);
    background-clip: border-box;
    border: 1px solid var(--card-border);
    border-radius: 0.35rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.35rem - 1px);
    border-top-right-radius: calc(0.35rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.35rem - 1px);
    border-bottom-left-radius: calc(0.35rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: var(--card-header);
    border-bottom: 1px solid var(--card-border);
}
.card-header:first-child {
    border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: var(--default-bg);
    border-top: 1px solid var(--default-border);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.35rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.35rem - 1px);
    border-top-right-radius: calc(0.35rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.35rem - 1px);
    border-bottom-left-radius: calc(0.35rem - 1px);
}
.card-deck .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -0.75rem;
        margin-left: -0.75rem;
    }
    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 0.75rem;
        margin-bottom: 0;
        margin-left: 0.75rem;
    }
}
.card-group > .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem !important;
    margin-left: 0 !important;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eaecf4;
    border-radius: 0.35rem;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: var(--secondary);
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: var(--secondary);
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.35rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--link);
    background-color: #fff;
    border: 1px solid #dddfeb;
}
.page-link:hover {
    z-index: 2;
    color: #224abe;
    text-decoration: none;
    background-color: #eaecf4;
    border-color: #dddfeb;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--input-focus-shadow);
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-darker);
    border-color: var(--primary-darker);
}
.page-item.disabled .page-link {
    color: var(--secondary);
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dddfeb;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.badge {
    display: inline-block;
    line-height: 12px;
    padding: 2px 5px;
    padding-bottom: 3px;
    color: #fff;
    font-size: 11px;
    right: -1px;
    top: 1px;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    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;
    white-space: nowrap;
}
.menu-badge{
    position: relative;
}

.badge.pull-right{
    right: -20px;
    top: -5px;
}
@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;
    margin-top: -3em;
    /*top: -1em;*/
    /*right: 0;*/
    /*margin: 0;*/
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff !important;
    background-color: var(--primary);
}
a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff !important;
    background-color: var(--primary-darker);
}
a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--primary-shadow);
}
.badge-secondary {
    color: #fff !important;
    background-color: var(--secondary);
}
a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff !important;
    background-color: var(--secondary-darker);
}
a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--secondary-shadow);
}
.badge-success {
    color: #fff !important;
    background-color: var(--success);
}
a.badge-success:focus,
a.badge-success:hover {
    color: #fff !important;
    background-color: var(--success-darker);
}
a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--success-shadow);
}
.badge-info {
    color: #fff !important;
    background-color: var(--info);
}
a.badge-info:focus,
a.badge-info:hover {
    color: #fff !important;
    background-color: var(--info-darker);
}
a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--info-shadow);
}
.badge-warning {
    color: #fff !important;
    background-color: var(--warning);
}
a.badge-warning:focus,
a.badge-warning:hover {
    color: #fff !important;
    background-color: var(--warning-darker);
}
a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--warning-shadow);
}
.badge-danger {
    color: #fff !important;
    background-color: var(--danger) !important;
}
a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff !important;
    background-color: var(--danger-darker) !important;
}
a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--danger-shadow) !important;
}
.badge-light {
    color: #3a3b45;
    background-color: var(--light-darker) !important;
}
a.badge-light:focus,
a.badge-light:hover {
    color: #3a3b45;
    background-color: var(--light-darker);
}
a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--light-shadow);
}
.badge-dark {
    color: #fff !important;
    background-color: var(--dark);
}
a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff !important;
    background-color: var(--dark-darker);
}
a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--darker-shadow);
}
.badge-muted {
    color: #fff !important;
    background-color: var(--muted);
}
a.badge-muted:focus,
a.badge-muted:hover {
    color: #fff !important;
    background-color: var(--muted-darker);
}
a.badge-muted.focus,
a.badge-muted:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--darker-shadow);
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eaecf4;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 0.35rem;
    z-index: 950 !important;
    transition: background, border;
    -webkit-transition: background, border;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
.alert:last-child{
    margin-bottom: 0;
}
.alert a:not(.btn){
    mix-blend-mode: multiply;
}
small.alert,
span.small.alert{
    display: inline-block;
    vertical-align: middle;
}
.alert .alert{
    mix-blend-mode: multiply;
}
#alerts-wrap{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000000 !important;
    max-width: 320px;
}
.alert.float-alert{
/*    display: inline-block;
    margin: 0px auto;*/
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    margin-bottom: 1em;
    float: right;
    clear: right;
}
.alert.float-alert button.close {
    position: absolute;
    right: 10px;
    top: 0.75rem;
/*    top: 50%;
    margin-top: -13px;*/
    z-index: 9999999;
    background-color: rgba(255,255,255,0.8);
    display: block;
    border-radius: 50%;
    line-height: 11px;
    width: 25px;
    height: 25px;
    outline: 0 !important;
    text-align: center;
    padding: 3px;
    font-weight: bolder;
    color: inherit;
    opacity: 0.75;
}
.alert.float-alert button.close:hover{
    opacity: 1;
}
.alert.float-alert .alert-title {
    margin-left: 30px;
    margin-right: 30px;
    font-weight: bolder;
    display: block;
}
.alert:not(.float-alert) span[data-notify="icon"] {
    float: left;
    font-size: 18px;
    margin-top: 0;
}
.float-alert.alert span[data-notify="icon"] {
    font-size: 20px;
    display: block;
    left: 13px;
    position: absolute;
    top: 1rem;
    /*top: 50%;*/
    /*margin-top: -11px;*/
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: var(--primary-darker);
    background-color: var(--primary-lighter);
    border-color: var(--primary-shadow);
}
.alert-primary .gi_svg_icon svg *{
    fill: var(--primary-darker);
}
.alert-primary hr {
    border-top-color: var(--primary-shadow);
}
.alert-primary .alert-link {
    color: var(--primary-darker);
}
.alert-secondary {
    color: var(--secondary-darker);
    background-color: var(--secondary-lighter);
    border-color: var(--secondary-shadow);
}
.alert-secondary .gi_svg_icon svg *{
    fill: var(--secondary-darker);
}
.alert-secondary hr {
    border-top-color: var(--secondary-shadow);
}
.alert-secondary .alert-link {
    color: var(--secondary-darker);
}
.alert-success {
    color: var(--success-darker);
    background-color: var(--success-lighter);
    border-color: var(--success-shadow);
}
.alert-success .gi_svg_icon svg *{
    fill: var(--success-darker);
}
.alert-success hr {
    border-top-color: var(--success-shadow);
}
.alert-success .alert-link {
    color: var(--success-darker);
}
.alert-info {
    color: var(--info-darker);
    background-color: var(--info-lighter);
    border-color: var(--info-shadow);
}
/* .alert-info .gi_svg_icon svg *{
    fill: var(--info-darker);
} */
.alert-info hr {
    border-top-color: var(--info-shadow);
}
.alert-info .alert-link {
    color: var(--info-darker);
}
.alert-warning {
    color: var(--warning-darker);
    background-color: var(--warning-lighter);
    border-color: var(--warning-shadow);
}
.alert-warning .gi_svg_icon svg *{
    fill: var(--warning-darker);
}
.alert-warning hr {
    border-top-color: var(--warning-shadow);
}
.alert-warning .alert-link {
    color: var(--warning-darker);
}
.alert-danger {
    color: var(--danger-darker);
    background-color: var(--danger-lighter);
    border-color: var(--danger-shadow);
}
.alert-danger .gi_svg_icon svg *{
    fill: var(--danger-darker);
}
.alert-danger hr {
    border-top-color: var(--danger-shadow);
}
.alert-danger .alert-link {
    color: var(--danger-darker);
}
.alert-light {
    color: var(--light-darker);
    background-color: var(--light-lighter);
    border-color: var(--light-shadow);
}
.alert-light .gi_svg_icon svg *{
    fill: var(--light-darker);
}
.alert-light hr {
    border-top-color: var(--light-shadow);
}
.alert-light .alert-link {
    color: var(--light-darker);
}
.alert-dark {
    color: var(--dark-darker);
    background-color: var(--dark-lighter);
    border-color: var(--dark-shadow);
}
.alert-dark .gi_svg_icon svg *{
    fill: var(--dark-darker);
}
.alert-dark hr {
    border-top-color: var(--dark-shadow);
}
.alert-dark .alert-link {
    color: var(--dark-darker);
}
.alert-muted {
    color: var(--muted-darker);
    background-color: var(--muted-lighter);
    border-color: var(--muted-shadow);
}
.alert-muted .gi_svg_icon svg *{
    fill: var(--muted-darker);
}
.alert-muted hr {
    border-top-color: var(--muted-shadow);
}
.alert-muted .alert-link {
    color: var(--muted-darker);
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: flex;
    height: 1.7rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #eaecf4;
    border-radius: 0.35rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: var(--primary);
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.35rem;
}
.list-group-item-action {
    width: 100%;
    color: #6e707e;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #6e707e;
    text-decoration: none;
    background-color: var(--default-bg);
}
.list-group-item-action:active {
    color: var(--secondary);
    background-color: #eaecf4;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--secondary);
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--primary-darker);
    border-color: var(--primary-darker);
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.35rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.35rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.35rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.35rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.35rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.35rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.35rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.35rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    color: #293c74;
    background-color: #cdd8f6;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #293c74;
    background-color: #b7c7f2;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #293c74;
    border-color: #293c74;
}
.list-group-item-secondary {
    color: #45464e;
    background-color: #dddde2;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #45464e;
    background-color: #cfcfd6;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #45464e;
    border-color: #45464e;
}
.list-group-item-success {
    color: #0f6848;
    background-color: #bff0de;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0f6848;
    background-color: #aaebd3;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f6848;
    border-color: #0f6848;
}
.list-group-item-info {
    color: #1c606a;
    background-color: #c7ebf1;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #1c606a;
    background-color: #b3e4ec;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #1c606a;
    border-color: #1c606a;
}
.list-group-item-warning {
    color: #806520;
    background-color: #fceec9;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #806520;
    background-color: #fbe6b1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #806520;
    border-color: #806520;
}
.list-group-item-danger {
    color: #78261f;
    background-color: #f8ccc8;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #78261f;
    background-color: #f5b7b1;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #78261f;
    border-color: #78261f;
}
.list-group-item-light {
    color: #818183;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818183;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818183;
    border-color: #818183;
}
.list-group-item-dark {
    color: #2f3037;
    background-color: #d1d1d5;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #2f3037;
    background-color: #c4c4c9;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #2f3037;
    border-color: #2f3037;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.tinymce-manual {
    display: none;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: var(--secondary);
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
    padding: 0.75rem;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    /*overflow: visible;*/
}
.modal .modal{
    overflow: visible;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--bg-color);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    padding: 1rem 1rem;
    border-bottom: 1px solid var(--card-bg-color);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    background: var(--primary);
    color: #fff;
}
.modal-header .close:active,
.modal-header .close:hover {
    background: rgba(255, 255, 255, 0.2);
    /*border-radius: 50%;*/
    border-radius: 0.35rem;
    outline: 0;
}
.modal-header .close {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    opacity: 0.9;
    width: 28px;
    height: 28px;
    margin-top: 0 !important;
/*    padding-bottom: 20px !important;
    padding-left: 1px;*/
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.event-type-modal {
    z-index: 100000 !important;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid var(--card-bg-color);
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.decline-registration {
    cursor: pointer;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 700px;
    }
    .modal-task-size {
        max-width: 900px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    /*font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
    min-width: 75px !important;
    max-width: 255px !important;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.35rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    /*font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: var(--secondary);
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.label:not(.label-default) .gi_svg_icon svg *,
.bg:not(.bg-default) .gi_svg_icon svg *,
.btn:not(.btn-default) .gi_svg_icon svg *{
    fill: #fff;
    transition: fill;
    -webkit-transition: fill;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
.bg-primary,
.primary-bg{
    background-color: var(--primary) !important;
    color: #fff;
}
.bg-primary-lighter,
.primary-lighter-bg{
    background-color: var(--primary-lighter) !important;
}
.bg.bg-primary-lighter .gi_svg_icon svg *,
.primary-lighter-bg .gi_svg_icon svg *{
    fill: var(--text-color);
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: var(--primary-darker) !important;
}
.bg-secondary,
.secondary-bg{
    background-color: var(--secondary) !important;
    color: #fff;
}
.bg-secondary-lighter,
.secondary-lighter-bg{
    background-color: var(--secondary-lighter) !important;
}
.bg.bg-secondary-lighter .gi_svg_icon svg *,
.secondary-lighter-bg .gi_svg_icon svg *{
    fill: var(--text-color);
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: var(--secondary-darker) !important;
}
.bg-success,
.success-bg{
    background-color: var(--success) !important;
    color: #fff;
}
.bg-success-lighter,
.success-lighter-bg{
    background-color: var(--success-lighter) !important;
}
.bg.bg-success-lighter .gi_svg_icon svg *,
.success-lighter-bg .gi_svg_icon svg *{
    fill: var(--text-color);
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: var(--success-darker) !important;
}
.bg-info,
.info-bg{
    background-color: var(--info) !important;
    color: #fff;
}
.bg-info-lighter,
.info-lighter-bg{
    background-color: var(--info-lighter) !important;
}
.bg.bg-info-lighter .gi_svg_icon svg *,
.info-lighter-bg .gi_svg_icon svg *{
    fill: var(--text-color);
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: var(--info-darker) !important;
}
.bg-warning,
.warning-bg{
    background-color: var(--warning) !important;
    color: #fff;
}
.bg-warning-lighter,
.warning-lighter-bg{
    background-color: var(--warning-lighter) !important;
}
.bg.bg-warning-lighter .gi_svg_icon svg *,
.warning-lighter-bg .gi_svg_icon svg *{
    fill: var(--text-color);
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: var(--warning-darker) !important;
}
.bg-danger,
.danger-bg{
    background-color: var(--danger) !important;
    color: #fff;
}
.bg-danger-lighter,
.danger-lighter-bg{
    background-color: var(--danger-lighter) !important;
}
.bg.bg-danger-lighter .gi_svg_icon svg *,
.danger-lighter-bg .gi_svg_icon svg *{
    fill: var(--text-color);
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: var(--danger-darker) !important;
}
.bg-light,
.light-bg{
    background-color: var(--light) !important;
}
.bg-light-lighter,
.light-lighter-bg{
    background-color: var(--light-lighter) !important;
}
.bg.bg-light-lighter .gi_svg_icon svg *,
.light-lighter-bg .gi_svg_icon svg *{
    fill: var(--text-color);
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: var(--light-darker) !important;
}
.bg-dark,
.dark-bg{
    background-color: var(--dark) !important;
    color: #fff;
}
.bg-dark-lighter,
.dark-lighter-bg{
    background-color: var(--dark-lighter) !important;
}
.bg.bg-dark-lighter .gi_svg_icon svg *,
.dark-lighter-bg .gi_svg_icon svg *{
    fill: var(--text-color);
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: var(--dark-darker) !important;
}
.bg-muted,
.muted-bg{
    background-color: var(--muted) !important;
    color: #fff;
}
.bg-muted-lighter,
.muted-lighter-bg{
    background-color: var(--muted-lighter) !important;
}
.bg.bg-muted-lighter .gi_svg_icon svg *,
.muted-lighter-bg .gi_svg_icon svg *{
    fill: var(--text-color);
}
a.bg-muted:focus,
a.bg-muted:hover,
button.bg-muted:focus,
button.bg-muted:hover {
    background-color: var(--muted-darker) !important;
}

.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid var(--card-border) !important;
}
.border-top {
    border-top: 1px solid var(--card-border) !important;
}
.border-right {
    border-right: 1px solid var(--card-border) !important;
}
.border-bottom {
    border-bottom: 1px solid var(--card-border) !important;
}
.border-left {
    border-left: 1px solid var(--card-border) !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: var(--primary) !important;
}
.border-secondary {
    border-color: var(--secondary) !important;
}
.border-success {
    border-color: var(--success) !important;
}
.border-info {
    border-color: var(--info) !important;
}
.border-warning {
    border-color: var(--warning) !important;
}
.border-danger {
    border-color: var(--danger) !important;
}
.border-light {
    border-color: var(--light) !important;
}
.border-dark {
    border-color: var(--dark) !important;
}
.border-white {
    border-color: #fff !important;
}
.border-muted {
    border-color: var(--muted) !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded {
    border-radius: 0.35rem !important;
}
.rounded-top {
    border-top-left-radius: 0.35rem !important;
    border-top-right-radius: 0.35rem !important;
}
.rounded-right {
    border-top-right-radius: 0.35rem !important;
    border-bottom-right-radius: 0.35rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.35rem !important;
    border-bottom-left-radius: 0.35rem !important;
}
.rounded-left {
    border-top-left-radius: 0.35rem !important;
    border-bottom-left-radius: 0.35rem !important;
}
.rounded-lg {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}
.shadow {
    /** DESIGN REFRESH **/
    /*box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;*/
    box-shadow: 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.1) !important;
    /** END DESIGN REFRESH **/
}
.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 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.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;
}
.dropdown .dropdown-menu .dropdown-header,
.sidebar .sidebar-heading,
.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: 600 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: var(--primary) !important;
}
.text-primary .gi_svg_icon svg *{
    fill: var(--primary) !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: var(--primary-darker) !important;
}
a.text-primary:focus .gi_svg_icon svg *,
a.text-primary:hover .gi_svg_icon svg * {
    fill: var(--primary-darker) !important;
}
.text-secondary {
    color: var(--secondary);
}
.text-secondary .gi_svg_icon svg *{
    fill: var(--secondary) !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: var(--secondary-darker);
}
a.text-secondary:focus .gi_svg_icon svg *,
a.text-secondary:hover .gi_svg_icon svg * {
    fill: var(--secondary-darker) !important;
}
.text-success {
    color: var(--success);
}
.text-success .gi_svg_icon svg *{
    fill: var(--success) !important;
}
a.text-success:focus,
a.text-success:hover {
    color: var(--success-darker);
}
a.text-success:focus .gi_svg_icon svg *,
a.text-success:hover .gi_svg_icon svg * {
    fill: var(--success-darker) !important;
}
.text-info {
    color: var(--info);
}
.text-info .gi_svg_icon svg *{
    fill: var(--info) !important;
}
a.text-info:focus,
a.text-info:hover {
    color: var(--info-darker);
}
a.text-info:focus .gi_svg_icon svg *,
a.text-info:hover .gi_svg_icon svg * {
    fill: var(--info-darker) !important;
}
.text-warning {
    color: var(--warning);
}
.text-warning .gi_svg_icon svg *{
    fill: var(--warning) !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: var(--warning-darker);
}
a.text-warning:focus .gi_svg_icon svg *,
a.text-warning:hover .gi_svg_icon svg * {
    fill: var(--warning-darker) !important;
}
.text-danger {
    color: var(--danger);
}
.text-danger .gi_svg_icon svg *{
    fill: var(--danger);
}
a.text-danger:focus,
a.text-danger:hover {
    color: var(--danger-darker);
}
a.text-danger:focus .gi_svg_icon svg *,
a.text-danger:hover .gi_svg_icon svg * {
    fill: var(--danger-darker) !important;
}
.text-light {
    color: var(--light);
}
.text-light .gi_svg_icon svg *{
    fill: var(--light) !important;
}
a.text-light:focus,
a.text-light:hover {
    color: var(--light-darker);
}
a.text-light:focus .gi_svg_icon svg *,
a.text-light:hover .gi_svg_icon svg * {
    fill: var(--light-darker) !important;
}
.text-dark {
    color: var(--dark) !important;
}
.text-dark .gi_svg_icon svg *{
    fill: var(--dark) !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: var(--dark-darker) !important;
}
a.text-dark:focus .gi_svg_icon svg *,
a.text-dark:hover .gi_svg_icon svg * {
    fill: var(--dark-darker) !important;
}
.text-body {
    color: var(--secondary) !important;
}
.text-muted {
    color: var(--text-muted) !important;
}
.text-disabled,
.text-disabled:hover{
    color: var(--text-muted) !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #b7b9cc;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dddfeb !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: var(--default-border);
    }
    .table .thead-dark th {
        color: inherit;
        border-color: var(--default-border);
    }
}
html {
    position: relative;
    min-height: 100%;
    font-size: 11px;
}
body {
    height: 100%;
}
form a:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--input-focus-shadow);
}
#wrapper {
    min-height: calc(100% - 6.375rem);
    padding-bottom: 0;/*calc(2em + 40px);*/
    background-color: var(--public-bg);
    background-image: var(--public-bg-gradient);
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
}
body.admin #wrapper{
    margin-left: 21rem;
}
#wrapper #content-wrapper {
    width: 100%;
    overflow-x: hidden;
}
#wrapper #content-wrapper #content {
    flex: 1 0 auto;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, 0.5);
    line-height: 46px;
}
.scroll-to-top:focus,
.scroll-to-top:hover {
    color: #fff;
}
.scroll-to-top:hover {
    background: #5a5c69;
}
.scroll-to-top i {
    font-weight: 800;
}
@-webkit-keyframes growIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes growIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.animated--grow-in,
.sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.animated--fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}
.bg-gradient-primary {
    background-color: var(--primary);
    background-image: var(--primary-gradient);
    background-size: cover;
    color: #fff;
}
.bg-gradient-secondary {
    background-color: var(--secondary);
    background-image: var(--secondary-gradient);
    background-size: cover;
    color: #fff;
}
.bg-gradient-success {
    background-color: var(--success);
    background-image: var(--success-gradient);
    background-size: cover;
    color: #fff;
}
.bg-gradient-info {
    background-color: var(--info);
    background-image: var(--info-gradient);
    background-size: cover;
    color: #fff;
}
.bg-gradient-warning {
    background-color: var(--warning);
    background-image: var(--warning-gradient);
    background-size: cover;
    color: #fff;
}
.bg-gradient-danger {
    background-color: var(--danger);
    background-image: var(--danger-gradient);
    background-size: cover;
    color: #fff;
}
.bg-gradient-light {
    background-color: var(--light);
    background-image: var(--light-gradient);
    background-size: cover;
}
.bg-gradient-dark {
    background-color: var(--dark);
    background-image: var(--dark-gradient);
    background-size: cover;
    color: #fff;
}
.bg-gradient-muted {
    background-color: var(--muted);
    background-image: var(--muted-gradient);
    background-size: cover;
    color: #fff;
}
.bg-gray-100 {
    background-color: #f8f9fc !important;
}
.bg-gray-200 {
    background-color: #eaecf4 !important;
}
.bg-gray-300 {
    background-color: #dddfeb !important;
}
.bg-gray-400 {
    background-color: #d1d3e2 !important;
}
.bg-gray-500 {
    background-color: #b7b9cc !important;
}
.bg-gray-600 {
    background-color: #858796 !important;
}
.bg-gray-700 {
    background-color: #6e707e !important;
}
.bg-gray-800 {
    background-color: #5a5c69 !important;
}
.bg-gray-900 {
    background-color: #3a3b45 !important;
}
.o-hidden {
    overflow: hidden !important;
}
.text-xs {
    font-size: 0.7rem;
}
.text-lg {
    font-size: 1.2rem;
}
.text-gray-100 {
    color: #f8f9fc !important;
}
.text-gray-200 {
    color: #eaecf4 !important;
}
.text-gray-300 {
    color: #dddfeb !important;
}
.text-gray-300 .gi_svg_icon svg * {
    fill: #dddfeb;
}

.text-gray-400 {
    color: #d1d3e2 !important;
}
.text-gray-500 {
    color: #b7b9cc !important;
}
.text-gray-600 {
    color: #858796 !important;
}
.text-gray-700 {
    color: #6e707e !important;
}
.text-gray-800 {
    color: #5a5c69 !important;
}
.text-gray-900 {
    color: #3a3b45 !important;
}
.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.border-left-primary {
    border-left: 0.25rem solid var(--primary) !important;
}
.border-bottom-primary {
    border-bottom: 0.25rem solid var(--primary) !important;
}
.border-left-secondary {
    border-left: 0.25rem solid var(--secondary) !important;
}
.border-bottom-secondary {
    border-bottom: 0.25rem solid var(--secondary) !important;
}
.border-left-success {
    border-left: 0.25rem solid var(--success) !important;
}
.border-bottom-success {
    border-bottom: 0.25rem solid var(--success) !important;
}
.border-left-info {
    border-left: 0.25rem solid var(--info) !important;
}
.border-bottom-info {
    border-bottom: 0.25rem solid var(--info) !important;
}
.border-left-warning {
    border-left: 0.25rem solid var(--warning) !important;
}
.border-bottom-warning {
    border-bottom: 0.25rem solid var(--warning) !important;
}
.border-left-danger {
    border-left: 0.25rem solid var(--danger) !important;
}
.border-bottom-danger {
    border-bottom: 0.25rem solid var(--danger) !important;
}
.border-left-light {
    border-left: 0.25rem solid var(--light) !important;
}
.border-bottom-light {
    border-bottom: 0.25rem solid var(--light) !important;
}
.border-left-dark {
    border-left: 0.25rem solid var(--dark) !important;
}
.border-bottom-dark {
    border-bottom: 0.25rem solid var(--dark) !important;
}
.border-left-muted {
    border-left: 0.25rem solid var(--muted) !important;
}
.border-bottom-muted {
    border-bottom: 0.25rem solid var(--muted) !important;
}
.progress-sm {
    height: 0.7rem;
}
.rotate-15 {
    transform: rotate(15deg);
}
.rotate-n-15 {
    transform: rotate(-15deg);
}
.dropdown .dropdown-menu {
    font-size: 1.4rem;
}
.dropdown .dropdown-menu .dropdown-header {
    font-weight: 800;
    font-size: 1rem;
    color: #b7b9cc;
}
.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}
.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
}
.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
    content: "\f107";
}
.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
    position: relative;
}
.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
    position: absolute;
    transform: scale(0.7);
    transform-origin: top right;
    right: 0.25rem;
    margin-top: -0.25rem;
}
.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
    height: 3rem;
    width: 3rem;
}
.topbar {
    height: 6.375rem;
    margin-left: 21rem;
    transition-property: all;
    transition-duration: 0.5s;
    background-color: var(--topbar);
    z-index: 1000;
}
#logo{
    height: 6.375rem;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0.5em 1em;
    box-sizing: border-box;
}
#logo a{
    display: block;
    height: 100%;
}
#logo img,
#logo span{
    display: block;
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.page-small .topbar, .hide-sidebar .topbar {
    margin-left: 0 !important;
}
.topbar #sidebarToggleTop {
    height: 2.5rem;
    width: 2.5rem;
}
.topbar #sidebarToggleTop:hover {
    background-color: #eaecf4;
}
.topbar #sidebarToggleTop:active {
    background-color: #dddfeb;
}
.topbar .navbar-search {
    width: 25rem;
}
.topbar .navbar-search input {
    height: auto;
}
.topbar .topbar-divider {
    width: 0;
    border-right: 1px solid var(--default-border);
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}
.topbar .nav-item .nav-link {
    height: 4.375rem;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    font-size: 1.5rem;
}
.topbar .nav-item .nav-link:focus {
    outline: 0;
}
.topbar .nav-item:focus {
    outline: 0;
}
.topbar .dropdown {
    position: static;
}
.topbar .dropdown .dropdown-menu {
    width: calc(100% - 1.5rem);
    right: 0.75rem;
}
.topbar .dropdown-list {
    padding: 0;
    border: none;
    overflow: hidden;
}
.topbar .dropdown-list .dropdown-header {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
}
.topbar .dropdown-list .dropdown-item {
    white-space: normal;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-left: 1px solid var(--default-border);
    border-right: 1px solid var(--default-border);
    border-bottom: 1px solid var(--default-border);
    line-height: 1.3rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
    background-color: #eaecf4;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0.125rem solid #fff;
}
.topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 10rem;
}
.topbar .dropdown-list .dropdown-item:active {
    background-color: #eaecf4;
    color: #3a3b45;
}
/** Avatar/Profile Image **/
.staff-profile-image-wrap,
.client-profile-image-wrap,
.vendor-profile-image-wrap{
    margin: 1px;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
td .staff-profile-image-wrap:not(:last-child),
td .client-profile-image-wrap:not(:last-child),
td .vendor-profile-image-wrap:not(:last-child){
    margin-right: 0.4em;
}
.staff-profile-image-wrap:after,
.client-profile-image-wrap:after,
.vendor-profile-image-wrap:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 2px solid var(--dark);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    mix-blend-mode: multiply;
}
.staff-profile-image,
.client-profile-image,
.vendor-profile-image{
    width: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.staff-profile-image.landscape,
.client-profile-image.landscape,
.vendor-profile-image.landscape{
    width: auto;
    height: 100%;
}
.staff-profile-image-small,
.client-profile-image-small,
.vendor-profile-image-small{
    height: 32px;
    width: 32px;
}
.staff-profile-image-small-map {
    height: 20px;
    width: 20px;
}
.staff-profile-xs-image,
.staff-profile-image-xs{
    width: 20px;
    height: 20px;
}
.staff-profile-image-thumb,
.client-profile-image-thumb,
.vendor-profile-image-thumb{
    height: 160px;
    width: 160px;
}
.placeholder-staff-profile-image,
.placeholder-client-profile-image,
.placeholder-vendor-profile-image{
    background: var(--avatar-bg);
    color: var(--avatar-text);
    position: absolute;
    display: block;
    height: 100%;
}
.placeholder-staff-profile-image-map {
    background: #fff;
    color: var(--primary);
    position: absolute;
    display: block;
    height: 100%;
}
.placeholder-staff-profile-image-map .initials {
    color: var(--primary);
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -0.5em;
    font-size: 1.5em;
    line-height: 1em;
    font-family: 'Source Sans Pro', sans-serif;
}
.placeholder-staff-profile-image .initials,
.placeholder-client-profile-image .initials,
.placeholder-vendor-profile-image .initials{
    color: var(--avatar-text);
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -0.5em;
    font-size: 1em;
    line-height: 1em;
    font-family: 'Source Sans Pro', sans-serif;
}
.placeholder-client-profile-image
.placeholder-vendor-profile-image{
    background: var(--avatar-text);
}
.placeholder-client-profile-image .initials
.placeholder-vendor-profile-image .initials{
    color: var(--avatar-bg);
}
.staff-profile-image-small .placeholder-staff-profile-image .initials,
.client-profile-image-small .placeholder-client-profile-image .initials,
.vendor-profile-image-small .placeholder-vendor-profile-image .initials{
    font-size: 14px;
}
.staff-profile-xs-image .placeholder-staff-profile-image .initials,
.staff-profile-image-xs .placeholder-staff-profile-image .initials,
.client-profile-xs-image .placeholder-client-profile-image .initials,
.client-profile-image-xs .placeholder-client-profile-image .initials,
.vendor-profile-xs-image .placeholder-vendor-profile-image .initials,
.vendor-profile-image-xs .placeholder-vendor-profile-image .initials{
    font-size: 10px;
}
.staff-profile-image-thumb .placeholder-staff-profile-image .initials,
.client-profile-image-thumb .placeholder-client-profile-image .initials,
.vendor-profile-image-thumb .placeholder-vendor-profile-image .initials{
    font-size: 80px;
    text-shadow: 0px 0px 0.05em rgba(0,0,0,0.5);
}
.staff-profile-image-wrap.staff-profile-image-thumb:after,
.client-profile-image-wrap.client-profile-image-thumb:after,
.vendor-profile-image-wrap.vendor-profile-image-thumb:after{
    border-width: 4px;
}
@media (min-width: 576px) {
    .topbar .dropdown {
        position: relative;
    }
    .topbar .dropdown .dropdown-menu {
        width: auto;
        right: 0;
    }
    .topbar .dropdown-list {
        width: 20rem !important;
    }
    .topbar .dropdown-list .dropdown-item .text-truncate {
        max-width: 13.375rem;
    }
}
/*.navbar-nav > li > a {
    height: 45px !important;
}*/
.topbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
}
.topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}
.topbar.navbar-dark .navbar-nav .nav-item .nav-link:active {
    color: #fff;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--nav-link-color);
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: var(--main-nav-link-hover);
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
    color: var(--secondary);
}
.hide-menu .gi_svg_icon,
.topbar.navbar-light .navbar-nav .nav-item .nav-link .gi_svg_icon{
    font-size: 2.82rem;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link .gi_svg_icon svg *{
    fill: var(--main-nav-link);
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover .gi_svg_icon svg * {
    fill: var(--main-nav-link-hover);
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link:active .gi_svg_icon svg * {
    fill: var(--secondary);
}
.accord-side {
    width: 21rem;
    background-color: var(--side-bar-color);
    background-image: var(--side-bar-gradient);
    background-size: cover;
    position: fixed;
    bottom: 0;
    top: 0;
    overflow-y: scroll;
    scrollbar-width: none;
    transition-property: all;
    transition-duration: 0.5s;
    padding-bottom: 1em;
    z-index: 99999;
}
.accord-side::-webkit-scrollbar {
    width: 0;
}
.sidebar {
    width: 100%;
}
.sidebar .nav-item {
    position: relative;
}
.sidebar .nav-item:last-child {
    margin-bottom: 1rem;
}
.sidebar .nav-item .nav-link {
    padding: 0.75rem 1rem;
    width: 100%;
    /*line-height: 1em !important;*/
}
.sidebar .nav-item .nav-link span {
    font-size: 0.65rem;
}
.sidebar .nav-item.active .nav-link {
    font-weight: 700;
}
.sidebar .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 1.5rem / 2);
    z-index: 1;
    top: 2px;
}
.sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0.35rem;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}
.sidebar .nav-item .collapsing {
    display: none;
    transition: none;
}
.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
    padding: 0.5rem 0;
    min-width: 10rem;
    font-size: 0.85rem;
    margin: 1rem 0 1rem 0;
}
.sidebar .nav-item .collapse .collapse-inner:after{
    content: '';
    position: absolute;
    bottom: -1rem;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
    margin: 0;
    white-space: nowrap;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.65rem;
    color: #b7b9cc;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
    display: block;
    color: #3a3b45;
    text-decoration: none;
    border-radius: 0.35rem;
    white-space: nowrap;
    font-size: 1.3rem;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: #eaecf4;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
    background-color: #dddfeb;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
    color: var(--primary);
    font-weight: 700;
}
.sidebar #sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
}
.sidebar #sidebarToggle::after {
    font-weight: 900;
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    margin-right: 0.1rem;
}
.sidebar #sidebarToggle:hover {
    text-decoration: none;
}
.sidebar #sidebarToggle:focus {
    outline: 0;
}
.sidebar.toggled {
    width: 0 !important;
    overflow: hidden;
}
.sidebar.toggled #sidebarToggle::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    margin-left: 0.25rem;
}
.sidebar.toggled .sidebar-card {
    display: none;
}
.sidebar .sidebar-brand {
    height: 4.375rem;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 800;
    padding: 1.5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    z-index: 1;
}
.sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
}
.sidebar .sidebar-divider {
    margin: 0;
}
.sidebar .sidebar-heading {
    text-align: center;
    padding: 0 1rem;
    font-weight: 800;
    font-size: 0.65rem;
}
.sidebar .sidebar-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.875rem;
    border-radius: 0.35rem;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.1);
}
.sidebar .sidebar-card .sidebar-card-illustration {
    height: 3rem;
    display: block;
}
.sidebar .sidebar-card .sidebar-card-title {
    font-weight: 700;
}
.sidebar .sidebar-card p {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
    .sidebar .nav-item .collapse {
        position: relative;
        left: 0;
        z-index: 1;
        top: 0;
        -webkit-animation: none;
        animation: none;
    }
    .sidebar .nav-item .collapse .collapse-inner {
        border-radius: 0;
        box-shadow: none;
    }
    .sidebar .nav-item .collapsing {
        display: block;
        transition: height 0.15s ease;
    }
    .sidebar .nav-item .collapse,
    .sidebar .nav-item .collapsing {
        margin: 0 1rem;
    }
    .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem;
    }
    .sidebar .nav-item .nav-link span {
        font-size: 1.3rem;
    }
    .sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
        width: 1rem;
        text-align: center;
        border: 0;
        font-weight: 900;
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        margin-top: -0.5rem;
        right: 1rem;
        line-height: 1rem;
    }
    .sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
        content: "\f105";
    }
    .sidebar .sidebar-brand .sidebar-brand-icon i {
        font-size: 2rem;
    }
    .sidebar .sidebar-brand .sidebar-brand-text {
        display: inline;
    }
    .sidebar .sidebar-heading {
        text-align: left;
    }
    .sidebar.toggled {
        overflow: visible;
        width: 6.5rem !important;
    }
    .sidebar.toggled .nav-item .collapse {
        position: absolute;
        left: calc(6.5rem + 1.5rem / 2);
        z-index: 1;
        top: 2px;
        -webkit-animation-name: growIn;
        animation-name: growIn;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
        animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    }
    .sidebar.toggled .nav-item .collapse .collapse-inner {
        box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
        border-radius: 0.35rem;
    }
    .sidebar.toggled .nav-item .collapsing {
        display: none;
        transition: none;
    }
    .sidebar.toggled .nav-item .collapse,
    .sidebar.toggled .nav-item .collapsing {
        margin: 0;
    }
    .sidebar.toggled .nav-item:last-child {
        margin-bottom: 1rem;
    }
    .sidebar.toggled .nav-item .nav-link {
        text-align: center;
        padding: 0.75rem 1rem;
        width: 6.5rem;
    }
    .sidebar.toggled .nav-item .nav-link span {
        font-size: 0.65rem;
        display: block;
    }
    .sidebar.toggled .nav-item .nav-link i {
        margin-right: 0;
    }
    .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after {
        display: none;
    }
    .sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
        font-size: 2rem;
    }
    .sidebar.toggled .sidebar-brand .sidebar-brand-text {
        display: none;
    }
    .sidebar.toggled .sidebar-heading {
        text-align: center;
    }
}
.sidebar-light .sidebar-brand {
    color: #6e707e;
}
.sidebar-light .sidebar-divider {
    border-top: 1px solid #eaecf4;
}
.sidebar-light .sidebar-heading {
    color: #b7b9cc;
}
.sidebar-light .nav-item .nav-link {
    color: var(--secondary);
}
.sidebar-light .nav-item .nav-link i {
    color: #d1d3e2;
}
.sidebar-light .nav-item .nav-link:active,
.sidebar-light .nav-item .nav-link:focus,
.sidebar-light .nav-item .nav-link:hover {
    color: #6e707e;
}
.sidebar-light .nav-item .nav-link:active i,
.sidebar-light .nav-item .nav-link:focus i,
.sidebar-light .nav-item .nav-link:hover i {
    color: #6e707e;
}
.sidebar-light .nav-item .nav-link[data-toggle="collapse"]::after {
    color: #b7b9cc;
}
.sidebar-light .nav-item.active .nav-link {
    color: #6e707e;
}
.sidebar-light .nav-item.active .nav-link i {
    color: #6e707e;
}
.sidebar-light #sidebarToggle {
    background-color: #eaecf4;
}
.sidebar-light #sidebarToggle::after {
    color: #b7b9cc;
}
.sidebar-light #sidebarToggle:hover {
    background-color: #dddfeb;
}
.sidebar-dark .sidebar-brand {
    color: #fff;
}
.sidebar-dark .sidebar-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar-dark .sidebar-heading {
    color: rgba(255, 255, 255, 0.4);
}
.sidebar-dark .nav-item .nav-link {
    /** DESIGN REFRESH **/
    /*color: rgba(255, 255, 255, 0.93);*/
    color: rgba(255, 255, 255, 1);
    /** END DESIGN REFRESH **/
}
.sidebar-dark .nav-item .nav-link i {
    color: rgba(255, 255, 255, 0.3);
}
.sidebar-dark .nav-item .nav-link:active,
.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item .nav-link:hover {
    color: #fff;
}
.sidebar-dark .nav-item .nav-link:active i,
.sidebar-dark .nav-item .nav-link:focus i,
.sidebar-dark .nav-item .nav-link:hover i {
    color: #fff;
}
.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
    color: rgba(255, 255, 255, 0.5);
}
.sidebar-dark .nav-item.active .nav-link {
    color: #fff;
}
.sidebar-dark .nav-item.active .nav-link i {
    color: #fff;
}
.sidebar-dark #sidebarToggle {
    background-color: rgba(255, 255, 255, 0.2);
}
.sidebar-dark #sidebarToggle::after {
    color: rgba(255, 255, 255, 0.5);
}
.sidebar-dark #sidebarToggle:hover {
    background-color: rgba(255, 255, 255, 0.25);
}
.sidebar-dark.toggled #sidebarToggle::after {
    color: rgba(255, 255, 255, 0.5);
}
.btn-circle {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-circle.btn-sm,
.btn-group-sm > .btn-circle.btn {
    height: 1.8rem;
    width: 1.8rem;
    font-size: 0.75rem;
}
.btn-circle.btn-lg,
.btn-group-lg > .btn-circle.btn {
    height: 3.5rem;
    width: 3.5rem;
    font-size: 1.35rem;
}
.btn-icon-split {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
}
.btn-icon-split .icon {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 0.375rem 0.75rem;
}
.btn-icon-split .text {
    display: inline-block;
    padding: 0.375rem 0.75rem;
}
.btn-group-sm > .btn-icon-split.btn .icon,
.btn-icon-split.btn-sm .icon {
    padding: 0.25rem 0.5rem;
}
.btn-group-sm > .btn-icon-split.btn .text,
.btn-icon-split.btn-sm .text {
    padding: 0.25rem 0.5rem;
}
.btn-group-lg > .btn-icon-split.btn .icon,
.btn-icon-split.btn-lg .icon {
    padding: 0.5rem 1rem;
}
.btn-group-lg > .btn-icon-split.btn .text,
.btn-icon-split.btn-lg .text {
    padding: 0.5rem 1rem;
}
.card .card-header .dropdown {
    line-height: 1;
}
.card .card-header .dropdown .dropdown-menu {
    line-height: 1.5;
}
.card .card-header[data-toggle="collapse"] {
    text-decoration: none;
    position: relative;
    padding: 0.75rem 3.25rem 0.75rem 1.25rem;
}
.card .card-header[data-toggle="collapse"]::after {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 1.725rem;
    line-height: 51px;
    font-weight: 900;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    color: #d1d3e2;
}
.card .card-header[data-toggle="collapse"].collapsed {
    border-radius: 0.35rem;
}
.card .card-header[data-toggle="collapse"].collapsed::after {
    content: "\f105";
}
.chart-area {
    position: relative;
    height: 10rem;
    width: 100%;
}
@media (min-width: 768px) {
    .chart-area {
        height: 20rem;
    }
}
.chart-bar {
    position: relative;
    height: 10rem;
    width: 100%;
}
@media (min-width: 768px) {
    .chart-bar {
        height: 20rem;
    }
}
.chart-pie {
    position: relative;
    height: 15rem;
    width: 100%;
}
@media (min-width: 768px) {
    .chart-pie {
        height: calc(20rem - 43px) !important;
    }
}
form.user .custom-checkbox.small label {
    line-height: 1.5rem;
}
form.user .form-control-user {
    font-size: 0.8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem;
}
form.user .btn-user {
    font-size: 1.1rem;
    border-radius: 0.7rem;
    padding: 1rem 1.5rem;
}
.btn-google {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff;
}
.btn-google:hover {
    color: #fff;
    background-color: #e12717;
    border-color: #e6e6e6;
}
.btn-google.focus,
.btn-google:focus {
    color: #fff;
    background-color: #e12717;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-google.disabled,
.btn-google:disabled {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff;
}
.btn-google:not(:disabled):not(.disabled).active,
.btn-google:not(:disabled):not(.disabled):active,
.show > .btn-google.dropdown-toggle {
    color: #fff;
    background-color: #d62516;
    border-color: #dfdfdf;
}
.btn-google:not(:disabled):not(.disabled).active:focus,
.btn-google:not(:disabled):not(.disabled):active:focus,
.show > .btn-google.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff;
}
.btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #e6e6e6;
}
.btn-facebook.focus,
.btn-facebook:focus {
    color: #fff;
    background-color: #30497c;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-facebook.disabled,
.btn-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff;
}
.btn-facebook:not(:disabled):not(.disabled).active,
.btn-facebook:not(:disabled):not(.disabled):active,
.show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #dfdfdf;
}
.btn-facebook:not(:disabled):not(.disabled).active:focus,
.btn-facebook:not(:disabled):not(.disabled):active:focus,
.show > .btn-facebook.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.error {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem;
}
@-webkit-keyframes noise-anim {
    0% {
        clip: rect(49px, 9999px, 40px, 0);
    }
    5% {
        clip: rect(75px, 9999px, 72px, 0);
    }
    10% {
        clip: rect(97px, 9999px, 93px, 0);
    }
    15% {
        clip: rect(15px, 9999px, 9px, 0);
    }
    20% {
        clip: rect(14px, 9999px, 92px, 0);
    }
    25% {
        clip: rect(18px, 9999px, 94px, 0);
    }
    30% {
        clip: rect(17px, 9999px, 20px, 0);
    }
    35% {
        clip: rect(71px, 9999px, 59px, 0);
    }
    40% {
        clip: rect(42px, 9999px, 84px, 0);
    }
    45% {
        clip: rect(56px, 9999px, 25px, 0);
    }
    50% {
        clip: rect(46px, 9999px, 14px, 0);
    }
    55% {
        clip: rect(47px, 9999px, 1px, 0);
    }
    60% {
        clip: rect(64px, 9999px, 58px, 0);
    }
    65% {
        clip: rect(89px, 9999px, 92px, 0);
    }
    70% {
        clip: rect(56px, 9999px, 39px, 0);
    }
    75% {
        clip: rect(80px, 9999px, 71px, 0);
    }
    80% {
        clip: rect(8px, 9999px, 13px, 0);
    }
    85% {
        clip: rect(66px, 9999px, 68px, 0);
    }
    90% {
        clip: rect(68px, 9999px, 4px, 0);
    }
    95% {
        clip: rect(56px, 9999px, 14px, 0);
    }
    100% {
        clip: rect(28px, 9999px, 53px, 0);
    }
}
@keyframes noise-anim {
    0% {
        clip: rect(49px, 9999px, 40px, 0);
    }
    5% {
        clip: rect(75px, 9999px, 72px, 0);
    }
    10% {
        clip: rect(97px, 9999px, 93px, 0);
    }
    15% {
        clip: rect(15px, 9999px, 9px, 0);
    }
    20% {
        clip: rect(14px, 9999px, 92px, 0);
    }
    25% {
        clip: rect(18px, 9999px, 94px, 0);
    }
    30% {
        clip: rect(17px, 9999px, 20px, 0);
    }
    35% {
        clip: rect(71px, 9999px, 59px, 0);
    }
    40% {
        clip: rect(42px, 9999px, 84px, 0);
    }
    45% {
        clip: rect(56px, 9999px, 25px, 0);
    }
    50% {
        clip: rect(46px, 9999px, 14px, 0);
    }
    55% {
        clip: rect(47px, 9999px, 1px, 0);
    }
    60% {
        clip: rect(64px, 9999px, 58px, 0);
    }
    65% {
        clip: rect(89px, 9999px, 92px, 0);
    }
    70% {
        clip: rect(56px, 9999px, 39px, 0);
    }
    75% {
        clip: rect(80px, 9999px, 71px, 0);
    }
    80% {
        clip: rect(8px, 9999px, 13px, 0);
    }
    85% {
        clip: rect(66px, 9999px, 68px, 0);
    }
    90% {
        clip: rect(68px, 9999px, 4px, 0);
    }
    95% {
        clip: rect(56px, 9999px, 14px, 0);
    }
    100% {
        clip: rect(28px, 9999px, 53px, 0);
    }
}
.error:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 var(--danger);
    top: 0;
    color: var(--default-text);
    background: var(--default-bg);
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse;
}
@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(16px, 9999px, 10px, 0);
    }
    5% {
        clip: rect(22px, 9999px, 29px, 0);
    }
    10% {
        clip: rect(6px, 9999px, 68px, 0);
    }
    15% {
        clip: rect(85px, 9999px, 95px, 0);
    }
    20% {
        clip: rect(65px, 9999px, 91px, 0);
    }
    25% {
        clip: rect(93px, 9999px, 68px, 0);
    }
    30% {
        clip: rect(10px, 9999px, 27px, 0);
    }
    35% {
        clip: rect(37px, 9999px, 25px, 0);
    }
    40% {
        clip: rect(12px, 9999px, 23px, 0);
    }
    45% {
        clip: rect(40px, 9999px, 18px, 0);
    }
    50% {
        clip: rect(19px, 9999px, 71px, 0);
    }
    55% {
        clip: rect(2px, 9999px, 35px, 0);
    }
    60% {
        clip: rect(16px, 9999px, 69px, 0);
    }
    65% {
        clip: rect(8px, 9999px, 65px, 0);
    }
    70% {
        clip: rect(30px, 9999px, 57px, 0);
    }
    75% {
        clip: rect(14px, 9999px, 4px, 0);
    }
    80% {
        clip: rect(39px, 9999px, 30px, 0);
    }
    85% {
        clip: rect(22px, 9999px, 35px, 0);
    }
    90% {
        clip: rect(58px, 9999px, 71px, 0);
    }
    95% {
        clip: rect(34px, 9999px, 90px, 0);
    }
    100% {
        clip: rect(67px, 9999px, 68px, 0);
    }
}
@keyframes noise-anim-2 {
    0% {
        clip: rect(16px, 9999px, 10px, 0);
    }
    5% {
        clip: rect(22px, 9999px, 29px, 0);
    }
    10% {
        clip: rect(6px, 9999px, 68px, 0);
    }
    15% {
        clip: rect(85px, 9999px, 95px, 0);
    }
    20% {
        clip: rect(65px, 9999px, 91px, 0);
    }
    25% {
        clip: rect(93px, 9999px, 68px, 0);
    }
    30% {
        clip: rect(10px, 9999px, 27px, 0);
    }
    35% {
        clip: rect(37px, 9999px, 25px, 0);
    }
    40% {
        clip: rect(12px, 9999px, 23px, 0);
    }
    45% {
        clip: rect(40px, 9999px, 18px, 0);
    }
    50% {
        clip: rect(19px, 9999px, 71px, 0);
    }
    55% {
        clip: rect(2px, 9999px, 35px, 0);
    }
    60% {
        clip: rect(16px, 9999px, 69px, 0);
    }
    65% {
        clip: rect(8px, 9999px, 65px, 0);
    }
    70% {
        clip: rect(30px, 9999px, 57px, 0);
    }
    75% {
        clip: rect(14px, 9999px, 4px, 0);
    }
    80% {
        clip: rect(39px, 9999px, 30px, 0);
    }
    85% {
        clip: rect(22px, 9999px, 35px, 0);
    }
    90% {
        clip: rect(58px, 9999px, 71px, 0);
    }
    95% {
        clip: rect(34px, 9999px, 90px, 0);
    }
    100% {
        clip: rect(67px, 9999px, 68px, 0);
    }
}
.error:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 var(--primary-shadow);
    top: 0;
    color: var(--default-text);
    background: var(--default-bg);
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}
footer.sticky-footer {
    padding: 2rem 0;
    flex-shrink: 0;
}
footer.sticky-footer .copyright {
    line-height: 1;
    font-size: 0.8rem;
}
body.sidebar-toggled footer.sticky-footer {
    width: 100%;
}
.label .gi_svg_icon,
.btn .gi_svg_icon{
    font-size: 2.82rem;
    margin: -0.375rem 0.56rem;
}
.label .gi_svg_icon:last-child:not(:only-child),
.btn .gi_svg_icon:last-child:not(:only-child){
    margin-right: 0;
}
.label .gi_svg_icon:first-child:not(:only-child),
.btn .gi_svg_icon:first-child:not(:only-child),
.alert .gi_svg_icon:first-child:not(:only-child){
    margin-left: 0;
}
.label .gi_svg_icon:only-child,
.btn .gi_svg_icon:only-child,
.alert .gi_svg_icon:only-child{
    margin: -0.375rem -0.5rem !important;
}
.nav-link .gi_svg_icon {
    margin: 0;
}
.gi_dot_menu_wrap .gi_svg_icon {
    font-size: 1.5em;
}
.milestone-column .gi_dot_menu_wrap .gi_svg_icon{
    margin: 0;
}
/** task/milestone dot menu **/
ul.popover-menu {
    margin: 0;
    padding: 5px;
}
ul.popover-menu li {
    margin-bottom: 10px !important;
}
ul.popover-menu li:last-child {
    margin-bottom: 0 !important;
}
ul.popover-menu li a {
    font-size: 14px;
}
/** END task/milestone dot menu **/
.gi_svg_icon svg {
    display: block;
    width: 100%;
    height: 100%;
}
.color-white .gi_svg_icon svg * {
    fill: #fff;
}

.gi_svg_icon.sml {
    font-size: 0.65em;
    line-height: 1em;
}
.gi_column_icon .gi_svg_icon {
    font-size: 1.6em;
}
.gi_svg_icon.qb_green svg * {
    fill: #2ca01c !important;
}
.label:not(a){
    cursor: default;
}
a > .label:not(a){
    cursor: pointer;
}
a[link] {
    cursor:pointer;
}
.gi_nowrap .label{
    padding: 0.2em 0.6em 0.3em;
}
.dropdown .label{
    cursor: pointer;
}
.label-default,
.label.ticket-label.label-default {
    background: var(--muted);
    color: #fff !important;
}
.label-warning,
.label.ticket-label.label-warning {
    background: var(--warning);
    color: #fff !important;
}
.label-danger,
.label.ticket-label.label-danger {
    background: var(--danger);
    color: #fff !important;
}
.label-success,
.label.ticket-label.label-success {
    background: var(--success);
    color: #fff !important;
}
.label-purple {
    background: #6f42c1;
    color: #fff !important;
}
.label-big,
.s-status {
    display: inline-block;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
}
.s-status .gi_svg_icon svg *{
    fill: #fff;
}
.label-big .dropdown,
.s-status .dropdown{
    text-transform: none;
}
.label-big .dropdown .dropdown-toggle,
.s-status .dropdown .dropdown-toggle{
    mix-blend-mode: normal;
    color: #fff;
}
.label .dropdown .dropdown-toggle::after,
.s-status .dropdown .dropdown-toggle::after{
    margin-top: -0.3em;
}
.label-primary,
.label.ticket-label.label-primary {
    background: var(--primary);
    color: #fff !important;
}
.label-info,
.label.ticket-label.label-info{
    background: var(--info);
    color: #fff !important;
}
.label-muted,
.label.ticket-label.label-muted{
    background: var(--muted);
    color: #fff !important;
}
.label-dark,
.label.ticket-label.label-dark{
    background: var(--dark);
    color: #fff !important;
}
.label-secondary,
.label.ticket-label.label-secondary{
    background: var(--secondary);
    color: #fff !important;
}
.label-light,
.label.ticket-label.label-light{
    background: var(--light);
    color: var(--text-dark) !important;
}
.label a {
    mix-blend-mode: var(--blend-mode);
    color: #4a4a4a;
    text-shadow: 1px 1px 1px var(--bg-color);
    text-decoration: underline;
}
.label a:hover {
    color: #222;
}
.label .dropdown-menu a {
    text-decoration: none;
    font-size: 1.2rem;
}
.default-bg,
.progress-bar-default {
    background: var(--default-text);
    border-color: var(--default-text);
}
.progress-bar-warning,
.warning-bg {
    background: var(--warning);
    border-color: var(--warning);
}
.danger-bg,
.progress-bar-danger {
    background: var(--danger);
    border-color: var(--danger);
}
.progress-bar-success,
.success-bg {
    background: var(--success);
    border-color: var(--success);
}
.progress-bar-success-2 {
    background: #5bd375 !important;
    border-color: #5bd375 !important;
}

.primary-bg,
.progress-bar-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}
.secondary-bg,
.progress-bar-secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.info-bg,
.progress-bar-info{
    background-color: var(--info);
    border-color: var(--info);
}
.muted-bg,
.progress-bar-muted{
    background-color: var(--muted);
    border-color: var(--muted);
}
.dark-bg,
.progress-bar-dark{
    background-color: var(--dark);
    border-color: var(--dark);
}
.light-bg,
.progress-bar-light{
    background-color: var(--light);
    border-color: var(--light);
}
.-bg,
.progress-bar- {
    background: var(--primary);
    border-color: var(--primary);
}
.-bg .gi_svg_icon svg *,
.btn-danger .gi_svg_icon svg *,
.btn-dark .gi_svg_icon svg *,
.btn-info .gi_svg_icon svg *,
.btn-success .gi_svg_icon svg *,
.danger-bg .gi_svg_icon svg *,
.info-bg .gi_svg_icon svg *,
.success-bg .gi_svg_icon svg *,
.warning-bg .gi_svg_icon svg * {
    fill: #fff !important;
}
.default-bg .gi_svg_icon svg *{
    fill: var(--default-text);
}
.home-summary a {
    text-transform: capitalize;
}
.home-summary a:active,
.home-summary a:hover {
    opacity: 0.7;
    color: inherit;
}

/** ToDo **/
.todo-dragger{
    cursor: move;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.75em;
}
.todo-description {
    position: relative;
    width: 100%;
    display: block;
}
ul.todo li{
    padding: 0.5em;
    padding-left: 4em;
}
ul.todo li.no-todos{
    padding-left: 0.5em;
    text-align: center;
}
.todo-checkbox.checkbox{
    position: absolute !important;
    top: 50%;
    margin-top: -0.5em !important;
    left: 2em;
}
/** END ToDo **/

.menu-t {
    display: inline-block;
    vertical-align: middle;
}
.menu-t .gi_svg_icon{
    /** DESIGN REFRESH **/
    /*margin-right: 0.5em;*/
    margin-right: 1.5rem;
    /** END DESIGN REFRESH **/
}
.menu-t .gi_svg_icon{
    width: 1.3em;
}
.menu-t .gi_svg_icon svg {
    width: 1.3em !important;
}
.menu-t .gi_svg_icon svg * {
    /** DESIGN REFRESH **/
    /*fill: rgba(255, 255, 255, 0.5);*/
    fill: #fff;
    /** END DESIGN REFRESH **/
}
#close-menu{
    text-align: right;
}
#close-menu .hide-menu{
    padding: 0.75rem 1rem;
}
#close-menu .hide-menu .gi_svg_icon{
    margin: 0;
}
.nav-item .nav-link{
    transition: border;
    -webkit-transition: border;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    border-left: 0px solid #000;
}
.sidebar .nav-item.active .nav-link,
.sidebar .nav-link:hover{
    /** DESIGN REFRESH **/
    /*background: rgba(255, 255, 255, 0.2);*/
    background: #000;
    border-width: 5px;
    /** END DESIGN REFRESH **/
}
.sidebar .nav-item.active .nav-link{
    border-left: 5px solid var(--primary);
}
.content {
    padding: 25px;
    min-width: 100% !important;
}
.input-group-addon,
.input-group-btn {
    width: auto;
}
.input-group-addon {
    line-height: 34px;
    padding: 0 8px;
    position: relative;
    border-radius: 4px;
}
.input-group-addon.focus-field{
    cursor: pointer;
}
.input-group input:disabled + .input-group-addon.focus-field{
    cursor: default;
}
.input-group-addon > a,
.input-group-addon > .dropdown > a{
    padding: 7px 12px;
    margin: -7px;
    display: inline-block;
}
.input-group-addon .gi_svg_icon{
    font-size: 2.82rem;
    margin: 0;
    margin-top: -3px;
}
.input-group-addon .gi_svg_icon svg *{
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: var(--primary);
}
input:not(:disabled) + .input-group-addon:hover .gi_svg_icon svg *{
    fill: var(--primary-darker);
}
input:disabled + .input-group-addon .gi_svg_icon svg *,
.input-group-addon.disabled .gi_svg_icon svg *{
    fill: var(--muted);
}
.input-group-addon.disabled,
.input-group-addon.disabled a{
    cursor: not-allowed;
}
.input-group-addon.view-rel{
    padding: 0;
}
.bootstrap-select .bs-caret .caret {
    display: none;
}
.dropdown-toggle .caret {
    display: none;
}
.gi_itemable_unit .form-control {
    padding: 0 !important;
}
.form-group label {
    display: block;
}
.form-group label.inline-block{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 0.5em;
}
.nav-tabs > li > a {
    border: 0;
    border-radius: 0;
    border-top: 1px solid transparent;
    border-bottom: 5px solid transparent;
}
.nav-tabs > li > a:hover {
    color: var(--primary-darker);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
    border: 0;
    border-radius: 0;
    border-top: 1px solid transparent;
    border-bottom: 5px solid var(--primary);
    background: 0 0;
    color: var(--active-nav-link-color);
    /*margin-bottom: 1px;*/
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.navbar-pills.nav-tabs > li > a:focus,
.navbar-pills.nav-tabs > li > a:hover {
    border: 0;
    border-top: 1px solid transparent;
    border-bottom: 5px solid var(--primary);
    font-weight: 600;
    color: var(--active-nav-link-color);
}

.nav-tabs > li {
    margin-bottom: -1px !important;
}
.width-95 {
    width: 95% !important;
}
.width-100 {
    width: 100% !important;
}
.table.items thead {
    background: var(--bg-color);
    color: var(--text-color);
    border: 0;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    position: -webkit-sticky;
    position: sticky;
    z-index: 999;
    top: 0;
}
tr.indent_line > td:nth-child(2) {
    padding-left: 4rem !important;
}
.proposal-comments {
    margin-bottom: 5rem;
}

i:not(.fa):not(.glyphicon):not(.mce-ico) {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
}

.btn-default {
    color: var(--default-text);
    background-color: var(--default-bg);
    border-color: var(--default-border);
}
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    color: var(--default-text);
    background-color: var(--default-hover-bg);
    border-color: var(--default-border);
}
.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: var(--default-bg);
    border-color: var(--default-border);
    color: var(--default-text);
}
.btn-default.disabled .gi_svg_icon svg *{
    fill: var(--default-text) !important;
}
.btn-default .badge {
    color: var(--default-bg);
    background-color: var(--default-text);
}
.bootstrap-select .btn-default[aria-expanded="true"],
.bootstrap-select .btn-light[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.bootstrap-select .btn-default,
.bootstrap-select .btn-light {
    /*background: var(--default-bg) !important;*/
    /*color: var(--default-text) !important;*/
/*    border: 1px solid var(--default-border) !important;*/
    background-color: var(--input-background) !important;
    color: var(--input-text) !important;
    border: 1px solid var(--input-border) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 4px 10px;
    line-height: 2;
    height: 36px;
    text-transform: inherit;
    padding-left: 10px;
}

.bootstrap-select .dropdown-toggle:focus {
    border: var(--input-focus) 1px solid !important;
    background-color: var(--bg-color) !important;
    box-shadow: 0 0 0 0.2rem var(--input-focus-shadow) !important;
}
.table.items .bootstrap-select .btn-default,
.table.items input:not(.input-transparent),
.table.items textarea {
    border: 1px solid #bfcbd9 !important;
}
.table.items .has-error .bootstrap-select .btn-default,
.table.items .has-error input:not(.input-transparent),
.table.items .has-error textarea {
    border-color: #e74a3b !important;
}
.table.items tr.main .btn-default,
.ticket-reply-tools .panel-body .btn-default {
    border: 1px solid #cacaca;
}
.bootstrap-select.task-action-select .btn-default,
.bootstrap-select.task-action-select.btn-default.active,
.bootstrap-select.task-action-select.btn-default:active,
.bootstrap-select.task-action-select.open > .dropdown-toggle.btn-default,
.bootstrap-select.task-action-select > .btn-default:hover {
    background: var(--card-header) !important;
    color: #777 !important;
    font-size: 13px;
    margin-top: -7px;
    margin-bottom: 10px;
    padding-left: 5px !important;
}
.simple-bootstrap-select .bootstrap-select .btn-default {
    border: 0 !important;
    padding-left: 0;
}
#calendar .fc-header-toolbar .btn-default {
    display: none;
}
/* Calendar event type option */
.coloured-option {
    border-radius:0.3em;
    color:#fff;
    font-weight: bold;
    padding:5px;
}
.coloured-option small.text-muted {
    display:none !important;
}
button[data-id='event_type'] small.text-muted {
    display:none;
}

.custom-fields-form-row .bootstrap-select .btn-default {
    height: 34px;
    padding: 3px 12px;
}
.bootstrap-select .dropdown-menu li.disabled{
    opacity: 0.5;
}
/* not needed, already taken care of with .btn .gi_svg_icon styling
.btn-default .gi_svg_icon {
    font-size: 2.82rem;
    margin: -0.375rem -0.5rem !important;
}
#global_search_btn .gi_svg_icon {
    font-size: 2.82rem;
    margin: -0.375rem -0.5rem !important;
}
*/
.table-export-exclude i {
    display: none;
}
.gi_track_item_wrap {
    font-size: 0.7em;
    width: 100%;
    position: relative;
    padding-right: 3em;
    display: block;
    cursor: default;
    margin-top: 1rem;
}
.gi_track_item_wrap:first-child {
    margin-bottom: 0.5em;
}
.gi_track_item_wrap:last-child {
    margin-top: 1em;
}
.gi_track_item_wrap .gi_track_item_name {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
    padding-left: 1em;
}
.gi_track_item_wrap .gi_track_item_btns a,
.gi_track_item_wrap .gi_track_item_name {
    display: inline-block;
    vertical-align: middle;
}
.gi_track_item_wrap .gi_track_item_btns {
    position: absolute;
    right: 0;
    top: 0;
}
.gi_track_item_wrap .gi_track_item_btns a {
    margin-left: 0.5em;
    cursor: pointer;
}
.gi_track_item_wrap .gi_track_item_btns .gi_svg_icon{
    margin: 0;
}
.gi_track_item_wrap .pull-left {
    left: 0;
    top: 50%;
    margin-top: -0.5rem !important;
}
.gi_select_item_copy_desc,
.gi_select_item_settings_desc,
.gi_target_track_item_desc{
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 1em;
}
.gi_track_item_wrap:not(.gi_track_match) .gi_track_item_name {
    color: var(--warning);
}
.gi_track_item_missing:before {
    content: "--";
    color: rgba(0, 0, 0, 0.4);
}
.ajax-search,
.form-group .display-block {
    padding: 0 !important;
}
/*.gi_nowrap .gi_svg_icon {
    margin: 0;
}*/
.dataTables_length {
    float: left;
    margin-right: 1.5rem;
}
div.dataTables_filter {
    text-align: right;
    float: right;
}
.dataTables_filter input {
    margin-left: 0 !important;
    width: 80px !important;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    height: 31px;
}
/** DESIGN REFRESH **/
/*
.dataTables_filter input[type="search"]{
    width: 5em !important;
}
.dataTables_filter input[type="search"]:focus {
    width: 100% !important;
}
*/
/** END DESIGN REFRESH **/

.dataTables_filter label {
    text-align: right;
}
/** Pagination **/
.pagination {
 display:inline-block;
 padding-left:0;
 margin:20px 0;
 padding: 0 !important;
 margin: 0 !important;
 border-radius:4px
}
.pagination>li {
 display:inline-block;
 vertical-align: middle;
 margin-bottom: 0 !important;
}
.pagination>li>a,
.pagination>li>span {
 position:relative;
 float:left;
 padding:6px 12px;
 margin-left:-1px;
 line-height:1.42857143;
 color:#337ab7;
 text-decoration:none;
 background-color:#fff;
 border:1px solid #ddd;
    font-weight: 700;
  color: var(--default-text);
  background-color: var(--default-bg);
  border: 1px solid var(--default-border);
    /** DESIGN REFRESH **/
  /*border-bottom: 2px solid rgba(0,0,0,0.1) !important;*/
    /** END DESIGN REFRESH **/
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
 z-index:2;
 color:#23527c;
 background-color:#eee;
 border-color:#ddd
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
 margin-left:0;
 border-top-left-radius:4px;
 border-bottom-left-radius:4px;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
 border-top-right-radius:4px;
 border-bottom-right-radius:4px
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
 z-index:3;
 color:#fff;
 cursor:default;
 background-color:#337ab7;
 border-color:#337ab7
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
 color:#777;
 cursor:not-allowed;
 background-color:#fff;
 border-color:#ddd
}
.pagination-lg>li>a,
.pagination-lg>li>span {
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
 border-top-left-radius:6px;
 border-bottom-left-radius:6px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
 border-top-right-radius:6px;
 border-bottom-right-radius:6px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
 padding:5px 10px;
 font-size:12px;
 line-height:1.5
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
 border-top-left-radius:3px;
 border-bottom-left-radius:3px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
 border-top-right-radius:3px;
 border-bottom-right-radius:3px
}
/** END Pagination **/

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #fff;
    background-color: var(--link);
    border-color: var(--link);
    font-weight: 800;
    /** DESIGN REFRESH **/
    /*border-top-width: 1px;*/
    /*border-bottom-width: 2px !important;*/
    /** END DESIGN REFRESH **/
}
.pagination > li > a,
.pagination > li > span {
    color: var(--link);
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: var(--default-text);
    background-color: var(--default-hover-bg);
    border-color: var(--default-border);
    /** DESIGN REFRESH **/
    /*border-top-width: 2px;*/
    /*border-bottom-width: 1px !important;*/
    /** END DESIGN REFRESH **/
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: var(--muted);
    background-color: #ffffff;
    border-color: var(--light-darker);
    /** DESIGN REFRESH **/
    /*border-top-width: 1px;*/
    /*border-bottom-width: 2px !important;*/
    /** END DESIGN REFRESH **/
}
.pagination .previous,
.pagination .next{
    font-weight: 800;
}

.dataTables_length select,
.dt-page-jump select{
    width: auto !important;
    text-align: center;
    font-size: 1rem !important;
    padding: 0 0.5em;
    cursor: pointer;
    height: calc(0.375rem + 0.375rem + 2.1rem + 3px) !important; /*calc to match height of btns*/
}

.dataTables_info,
.dt-page-jump,
.dataTables_paginate{
    display: inline-block;
    vertical-align: middle;
}
.dt-page-jump{
    margin-right: 0.5em;
}
.pg-mgmt{
    text-align: right;
}

.task-info h5 .gi_svg_icon svg * {
    fill: var(--primary);
}
.task-info-heading .gi_svg_icon svg * {
    fill: var(--primary);
}
.gi_svg_icon.white svg * {
    fill: #fff !important;
}
.gi_svg_icon.light_gray svg * {
    fill: #858796 !important;
}
.gi_svg_icon.gray svg * {
    fill: #858796 !important;
}
.gi_svg_icon.dark_gray svg * {
    fill: #5a5c69 !important;
}
.gi_svg_icon.black svg * {
    fill: #000 !important;
}
.gi_svg_icon.green svg * {
    fill: var(--success) !important;
}
.gi_svg_icon.red svg * {
    fill: var(--danger) !important;
}
.gi_svg_icon.yellow svg * {
    fill: var(--warning) !important;
}
.gi_svg_icon.blue svg * {
    fill: var(--info) !important;
}
.gi_svg_icon.purple svg * {
    fill: #6f42c1 !important;
}
.gi_svg_icon.orange svg * {
    fill: #fd7e14 !important;
}
.gi_svg_icon.brown svg * {
    fill: #9c6540 !important;
}
.gi_svg_icon.dark_red svg * {
    fill: var(--danger-darker) !important;
}
.gi_svg_icon.dark_yellow svg * {
    fill: var(--warning-darker) !important;
}
.gi_svg_icon.dark_green svg * {
    fill: var(--success-darker) !important;
}
.gi_svg_icon.dark_blue svg * {
    fill: var(--info-darker) !important;
}
.gi_svg_icon.dark_purple svg * {
    fill: #44255c !important;
}
.gi_svg_icon.dark_orange svg * {
    fill: #b93d08 !important;
}
.gi_svg_icon.dark_brown svg * {
    fill: #5c3b25 !important;
}
table.dataTable.collapsed > tbody > tr[role="row"] > td:first-child .dt-expand-icon, table.dataTable.collapsed > tbody > tr[role="row"] > th:first-child .dt-expand-icon {
    display: block;
}
table.dataTable.collapsed > tbody > tr[role="row"] > td:first-child .dt-expand-icon::before, table.dataTable.collapsed > tbody > tr[role="row"] > th:first-child .dt-expand-icon::before {
/*    top: 10px;
    left: 4px;
    width: 18px;
    display: block;
    position: absolute;
    color: #4e74ad;
    border: 1px solid #ebf5ff;
    background-color: #f6f8fa;*/
    color: var(--text-muted);
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-weight: 700;
    background-color: var(--highlight-bg-color);
    border: 1px solid var(--text-muted);
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    line-height: 15px;
    content: '+';
    cursor: pointer;
}
table.dataTable.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.collapsed > tbody > tr[role="row"] > th:first-child {
    position: relative;
    padding-left: 30px;
}
table.dataTable {
    clear: both !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}
table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center !important;
}
table.dataTable.nowrap td,
table.dataTable.nowrap th {
    white-space: nowrap !important;
}
/*table.dataTable tr > td:last-child:not(:only-child),
table.dataTable tr > th:last-child:not(:only-child){
    text-align: right;
}*/
table.dataTable > thead > tr > td:active,
table.dataTable > thead > tr > th:active {
    outline: 0 !important;
}
table.dataTable > thead > tr > td,
table.dataTable > thead > tr > th {
    padding-right: 8px !important;
}

table.dataTable > thead > tr > td.sorting_desc,
table.dataTable > thead > tr > th.sorting_desc,
table.dataTable > thead > tr > td.sorting_asc,
table.dataTable > thead > tr > th.sorting_asc {
    padding-left: 2rem !important;
}
table.dataTable > thead .sorting,
table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_asc_disabled,
table.dataTable > thead .sorting_desc,
table.dataTable > thead .sorting_desc_disabled {
    cursor: pointer !important;
    position: relative !important;
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before {
    position: absolute !important;
    top: 50%;
    margin-top: -0.5em;
    bottom: auto !important;
    display: block !important;
    opacity: 0 !important;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:before {
    left: 0.5em !important;
    content: "\25B4" !important;
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc_disabled:after {
    left: 0.5em !important;
    content: "\25be" !important;
}
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
    opacity: 1 !important;
}
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before{
    opacity: 0 !important;
}
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after{
    color: var(--primary) !important;
}
div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
    border-top: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:after,
div.dataTables_scrollBody table thead .sorting_desc:before {
    display: none !important;
}
div.dataTables_scrollBody table tbody tr:first-child td,
div.dataTables_scrollBody table tbody tr:first-child th {
    border-top: none !important;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box !important;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
    margin-top: 0 !important;
    border-top: none !important;
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
    padding-right: 20px !important;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    top: 5px !important;
    right: 0.85em !important;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
    top: 5px;
}
table.table-bordered.dataTable {
    border-right-width: 0 !important;
}
table.table-bordered.dataTable td,
table.table-bordered.dataTable th {
    border-left-width: 0 !important;
}
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable th:last-child {
    border-right-width: 1px !important;
}
table.table-bordered.dataTable tbody td,
table.table-bordered.dataTable tbody th {
    border-bottom-width: 0 !important;
}
div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0 !important;
}
div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0 !important;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-left: 0 !important;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-right: 0 !important;
}
table.dataTable thead,
table.table-bordered thead{
    -webkit-box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.04);
    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.04);
    position: -webkit-sticky;
    position: sticky;
    inset-block-start: 0;
    z-index: 999;
    top: 0;
}
.dev-banner-added table.dataTable thead,
.dev-banner-added table.table-bordered thead{
    inset-block-start: 1.3rem;
}
table.table-bordered thead > tr > th{
    font-weight: 700;
    border: 1px solid var(--table-border-top) !important;
}
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc {
    background: var(--bg-color) !important;
    font-weight: 700 !important;
}
.checkbox,
.radio {
    margin: 0 !important;
    line-height: 1.2em;
    position: relative;
    display: block;
    padding-left: 20px;
}
table.dataTable tr{
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
}
.bg-urgent-task {
    border-color: var(--danger) !important;
/*    background: var(--danger-lighter) !important;*/
}
.bg-high-task {
    border-color: var(--warning) !important;
    /*background: var(--warning-lighter) !important;*/
}
.table .alert-info{
    border-color: var(--info) !important;
}
table.dataTable tbody tr:nth-child(odd) {
    background: var(--odd-table-color);
}
table.dataTable tbody tr:nth-child(even) {
    background: var(--even-table-color);
}
table.dataTable tbody tr.unread {
    background: var(--highlight-bg-color);
}
table.dataTable tbody tr.unread td{
    border-style: solid;
    border-color: var(--highlight-border);
    border-top-width: 1px;
    border-bottom-width: 1px;
}
table.dataTable tbody tr.unread + tr.unread td{
    border-top-width: 0px;
}
table.dataTable th.icon-cell{
    width: 1em;
}
table.dataTable .cell-icon{
    text-align: center;
}
table.dataTable .cell-icon .gi_svg_icon{
    font-size: 2.82rem !important;
}
.project-sov-quote {
    height: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 15% 85%;
    grid-gap: 5%;
    margin-top: 45px;
}
.dragSort {
    padding: 14px 15px;
}
.input-group-number {
    width: 100%;
    height: 100%;
    border-right: 1px solid #eee;
    cursor: grab;
}
.input-group-number h4 {
    height: auto;
    /*align-items: center;*/
    /*writing-mode: vertical-lr;*/
    padding: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #a9a9a9;
    /*text-align: center;*/
}
.group-edit {
    height: auto;
    /*writing-mode: vertical-lr;*/
    padding: 5%;
    font-size: 13px;
    color: #a9a9a9;
    text-align: center;
}
.group-trash {
    height: auto;
    /*writing-mode: vertical-lr;*/
    padding: 5%;
    font-size: 13px;
    color: var(--danger);
    text-align: center;
}
.project-sov-details {
    width: 100%;
}
.project-sov-details h5 {
    font-size: 17px;
    font-weight: 700;
    margin-top: 1rem !important;
}
.project-sov-details h5 a {
    color: #000;
}
.project-sov-details .gi_sortable_inputs {
    font-size: 15px;
}
.project-sov-details li {
    padding: 8px;
}
.project-sov-details li a {
    color: #363636;
}
.parent-item {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.35);
}
.parent-grid {
    display: grid;
    grid-template-columns: 10% 1fr 10%;
    background: #fff;
    height: 50px;
    border-radius: 5px;
}
.parent-row {
    border-left: 2px solid var(--primary);
    font-weight: 700;
}
.children {
    padding: 0 0 0 25px;
}
.child-elem {
    height: 49px;
    width: 100%;
    padding: 0;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.child-elem a {
    color: #333;
    margin: 0 10px;
}
.selected-shadow {
    -webkit-box-shadow: 0 0 38px -4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 38px -4px rgba(0, 0, 0, 0.08);
    border: 1px solid #cbcbcb;
}
.group-selected {
    background: #fff;
    border: 0;
}
.project-sov-details li .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: rgba(0, 0, 0, 0.64);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 0;
    margin: 0 10px;
    font-size: 10px;
    position: absolute;
    z-index: 1;
}
.project-sov-details li:hover .tooltiptext {
    visibility: visible;
}
.sov-table {
    border: 1px solid #ccc;
    padding: 5px;
    transition: 0.5s;
}
.table-blur {
    filter: blur(1.5rem);
}
.sov-table:hover {
    box-shadow: 3px 3px 0 transparent;
    transition: 0.5s;
}
.sov-table th {
    text-transform: uppercase;
    font-weight: 700 !important;
    width: 10%;
    padding: 1.2rem 1rem !important;
    background: #fff;
}
.sov-table td {
    padding: 14px 12px !important;
    /*color: #5a5c69;*/
}
.sov-table td:hover {
    border: 1px solid #1a1a1a;
}
.sov-table thead {
    border: 1px solid #ccc;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 1.5rem 0;
}
.logged-table {
    overflow-y: scroll;
    height: 250px;
    scrollbar-width: thin;
    scrollbar-color: #4e74ad #a5a5a5;
}
.rel-tasks-table {
    overflow-y: scroll;
    height: 550px;
    scrollbar-width: thin;
    scrollbar-color: #4e74ad #a5a5a5;
}
.the-handle {
    cursor: grab;
}
.logged-table::-webkit-scrollbar {
    width: 9px !important;
}
.logged-table::-webkit-scrollbar-track {
    background: #a5a5a5 !important;
}
.logged-table::-webkit-scrollbar-thumb {
    background-color: #4e74ad !important;
    border-radius: 20px !important;
    border: 3px solid #4e74ad !important;
}
.input-table h5 {
    font-weight: 700;
}
.input-info {
    border: 1px solid #ccc;
    padding: 5px;
    transition: 0.5s;
    width: 100%;
}
.input-info:hover {
    box-shadow: 3px 3px 0 transparent;
    transition: 0.5s;
}
.input-info th {
    text-transform: uppercase;
    font-weight: 700 !important;
    padding: 14px 12px !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.input-info td {
    padding: 14px 12px !important;
    color: #000;
}
.input-info td:hover {
    border: 1px solid #9e9e9e;
}
.td-different {
    background-color: #afafaf;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle !important;
}
#tab_information p {
    padding: 15px;
}
#tab_edit p {
    padding: 15px;
}
.hidden-md {
    display: none;
}
.sov-table th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 10%;
    width: 10%;
    cursor: pointer;
}
.sov-table th.larger-header {
    max-width: 100%;
    width: 20%;
}
#current_status {
    min-height: 25px !important;
}
.draw_status_1 {
    border: 2px solid var(--muted);
    background: var(--muted);
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 120px;
}
.draw_status_2 {
    border: 2px solid var(--primary);
    background: var(--primary);
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 120px;
}
.draw_status_3 {
    border: 2px solid var(--success);
    background: var(--success);
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 120px;
}
.draw_status_4 {
    border: 2px solid var(--warning);
    background: var(--warning);
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 120px;
}
.draw_status_5 {
    border: 2px solid #74409c;
    background: #74409c;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 120px;
}
.options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
    padding: 12px 16px;
    z-index: 1;
}
.dropdown-content li {
    padding: 15px 0;
    font-size: 13px;
}
.dropdown-content li a:hover {
    color: #fff;
}
.change-status:hover .dropdown-content {
    display: block;
}
.clickable {
    cursor: pointer;
}
.draw-field {
    outline: 0 !important;
    background: #fff !important;
    border: 1px solid #000 !important;
    width: 80px;
    height: 30px !important;
    padding: 5px;
}
.reset-padding {
    padding: 20px 15px !important;
}
.set-margin-top {
    margin: 5px;
}
.editIcon svg * {
    fill: #3b3b3b !important;
}
.saveIcon svg * {
    fill: #00bf09 !important;
}
.grid-cell {
    display: grid;
    grid-template-columns: 85% 5%;
    grid-gap: 5%;
    height: 50px;
}
.p_editIcon {
    display: none;
    width: 4px;
}
.new-tooltip .progress {
    width: 127px !important;
}
.grid-cell:hover .p_editIcon {
    display: block;
}
.refresh-draw {
    font-size: 15px;
}
.uppercase {
    text-transform: uppercase;
}
.dark-bg {
    background-color: #efefef;
}
.totals-section {
    height: 250px;
}
.totals-grid {
    margin-top: 2em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.totals-draw-grid {
    margin-top: 2em;
    display: grid;
    grid-template-columns: 25% 1fr 1fr 1fr 1fr 1fr 1fr;
}
.totals-item {
    font-weight: 700;
    padding: 0 12px;
}
.totals-item-col {
    color: #959595;
    font-weight: 700;
    padding: 14px 12px;
    text-transform: uppercase;
}
.can-edit {
    background-color: rgba(50, 107, 175, 0.14);
}
.modal-input {
    width: 950px !important;
}
.word-wrap {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.smaller-font {
    font-size: 12px;
}
.modal-options-grid {
    display: grid;
    grid-template-columns: 60% 5% 1fr 1fr;
    width: 100%;
    grid-gap: 10px;
}
.new-tooltip .new-tooltip-content {
    opacity: 0;
    text-align: center;
    width: 127px !important;
    position: absolute;
    z-index: 1;
    transition-property: opacity;
    transition-duration: 0.2s;
}
.new-tooltip:hover .new-tooltip-content {
    opacity: 1;
    cursor: help;
    transition-property: opacity;
    transition-duration: 0.2s;
}
.modal-options-grid .btn-danger .gi_svg_icon {
    margin: 0;
}
.gi_col_sort_handle {
    display: flex;
}
td.gi_col_sort_handle{
    display: table-cell;
    text-align: center;
}
.line_num_display {
    margin-top: -0.5rem;
}
.gi_col_sort_handle .gi_svg_icon.dragger {
    width: 0.8em;
    height: 0.8em;
    margin: 0 0.2rem;
    cursor: move;
}
.invoice-items-preview > tbody > tr > td:not(:first) {
    width: 100% !important;
}
.purchase_order-items-preview > tbody > tr > td:not(:first) {
    width: 100% !important;
}
.checkbox-inline,
.radio-inline {
    display: inline-block;
    margin-right: 1rem !important;
    line-height: 36px;
}
.checkbox-inline:last-child,
.radio-inline:last-child {
    margin-right: 0 !important;
}
.checkbox-inline.inline-stacked,
.radio-inline.inline-stacked{
    padding-left: 0;
}
.checkbox-inline.inline-stacked label,
.radio-inline.inline-stacked label{
    display: block;
    padding: 0;
}
.checkbox-inline.inline-stacked input[type="checkbox"],
.radio-inline.inline-stacked input[type="radio"]{
    margin-left: 0;
}
.checkbox-inline.inline-stacked label::before,
.radio-inline.inline-stacked label::before{
    display: block;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    margin-bottom: -10px;
}
.checkbox-inline.inline-stacked label::after,
.radio-inline.inline-stacked label::after{
    margin-left: 0;
    margin-top: 1px;
    top: 0;
}
/*.lead-view {
    width: 100%;
    padding: 2rem;
}*/
.lead-modal .lead-top-btn {
    margin-top: -10px;
    z-index: 9999 !important;
    position: relative;
}
.top-lead-menu{
    margin-bottom: 1em;
}
li a i.menu-icon {
    margin-right: 10px;
    display: block;
    float: left;
    width: 18px;
    font-size: 16px;
}
#setup-menu-wrapper {
    background-color: var(--setup-menu-bg);
    position: fixed;
    top: 0;
    width: 21rem !important;
    bottom: 0;
    left: 0;
    overflow: auto;
    display: none;
    z-index: 999999;
    min-height: 100%;
    -webkit-box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.33);
}
#setup-menu li:first-child {
    border-bottom: 1px solid #bebebe;
    color: var(--setup-menu-color);
}
#setup-menu .nav-second-level li:first-child {
    background: #fdfdfd;
    color: #323a45;
    border-left: 0 !important;
}
#setup-menu li.active {
    border-bottom: 0;
}
#setup-menu > li > a {
    color: var(--setup-menu-color);
    font-size: 14px;
    padding: 7px 16px;
}
#setup-menu li .nav-second-level li {
    border-bottom: 0;
}
#setup-menu li .nav-second-level li a.active,
#setup-menu li .nav-second-level li a:hover {
    color: #323a45;
    background-color: #f7f9fa;
}
#setup-menu li .nav-second-level li a {
    padding: 8px 10px 8px 30px;
    color: #323a45;
    font-size: 13px;
}
#setup-menu .close-customizer {
    display: inline-block;
    margin: 8px;
    padding: 3px 8px;
    border-radius: 4px;
}
#setup-menu li.active > a {
    color: #333;
    background-color: #e3e8ee;
}
#setup-menu li .nav-second-level li.active a {
    color: #fff !important;
    border-radius: 5px;
    background-color: var(--primary);
    display: inline-block;
    padding: 5px 15px;
    margin: 8px 0 8px 15px;
}
#setup-menu li > a.active,
#setup-menu li > a:active,
#setup-menu li > a:focus,
#setup-menu li > a:hover {
    color: #333 !important;
    background-color: #e3e8ee;
}
#setup-menu li .nav-second-level li:last-child {
    border-bottom: 0;
}
#setup-menu .customizer-heading {
    position: absolute;
    top: 11px;
}
.user-data .home-activity i.menu-icon {
    width: 10px;
    font-size: 16px;
}
.tab-separator {
    border-right: 1px solid #f0f0f0;
}
@media only screen and (max-width: 450px) {
    .project-sov-details h5 {
        font-size: 14px;
    }
    .child-elem a {
        color: #333;
        margin: 0 5px;
        font-size: 12px;
        word-wrap: break-word;
    }
    .input-group-number {
        width: 100%;
        height: 100%;
        border-right: 1px solid #eee;
        cursor: grab;
    }
    .input-group-number h4 {
        height: auto;
        /*align-items: center;*/
        /*writing-mode: horizontal-tb;*/
        padding: 5% 5% 0 0;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 15px;
        color: #a9a9a9;
        /*text-align: center;*/
    }
    .project-sov-quote {
        display: none;
    }
    .hidden-md {
        display: block;
    }
    .larger-header {
        width: 200px !important;
    }
    .project-sov-table {
        overflow-x: auto;
    }
    .totals-grid {
        display: none !important;
    }
    .totals-draw-grid {
        display: none;
    }
    div.dataTables_filter {
        float: left;
    }
}
.screen-options-btn {
    position: absolute;
    background: #f1f1f1;
    color: #636363;
    padding: 5px 15px;
    display: inline-block;
    right: 25px;
    z-index: 980;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    margin-top: -1px;
}
.timer-button{
    position: relative;
}
.timer-button .dropdown-toggle::after{
    display: none;
}

.started-timers-top {
    max-height: 600px;
    overflow-y: hidden;
    left: 50%;
    width: 350px;
    margin-left: -175px;
    box-sizing: border-box;
}

.started-timers-top {
    padding: 15px !important;
}

.started-timers-top .started-timers-button {
    margin-bottom: 10px;
    border-radius: 4px !important;
}

.started-timers-top .started-timers-button:last-child {
    margin-bottom: 0;
}

/*.started-timers-top {*/
/*    max-height: 600px;*/
/*    overflow-y: hidden;*/
/*}*/

.timer a._timer {
    padding: 0 !important;
    margin-bottom: 0.5em;
}

.timer a._timer:hover,
.timer a._timer:active,
a._timer:focus {
    background: transparent !important;
    color: var(--primary) !important;
}

.timers-modal-logout .modal-footer {
    text-align: center !important;
}

.dropdown-menu > .active > a:not(.btn) {
    color: #fff;
    background-color: var(--primary);
}
.dropdown-menu > .active > a:not(.btn):focus,
.dropdown-menu > .active > a:not(.btn):hover{
    color: #fff;
    background-color: var(--primary-darker);
}
.hr-panel-heading {
    margin-top: 17px;
}
body.admin{
    background-color: var(--bg-color);
}
body.forgot-password,
body.reset-password,
body.set-password,
body.login_admin {
    background-color: var(--auth-page-color);
    background-image: var(--auth-page-gradient);
}
div.dataTables_wrapper div.dataTables_info {
    color: var(--default-text);
    padding: 0;
}
.use_light_font .gi_inline_block {
    color: #fff;
}
.company-logo img {
    width: 300px;
}
.authentication .company-logo{
    margin-top: 2.5em;
}
tr.line_break_after_row > td,
tr.line_break_before_row > td {
    background: rgba(0, 0, 0, 0.005) !important;
    text-align: center;
    font-weight: 700;
}
tr.hide_on_output {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
tr.indent_line > td:nth-child(2) {
    padding-left: 4em !important;
}
.line_num_display {
    font-weight: 700;
    display: block;
    font-size: 1.2em;
}
tr.indent_line .line_num_display {
    font-weight: 400;
    font-size: 1em;
}
table.table.items > tbody > tr:nth-child(odd) {
    background: var(--odd-item-table-color);
}
table.table.items > tbody > tr:nth-child(even) {
    background: var(--even-item-table-color);
}
table.table.items tr.hide_child {
    display: none;
}
table.table.items .tmp_child_cell {
    width: 0 !important;
    padding: 0 !important;
}
table.table.items .highlighted td {
    position: relative;
}
table.table.items .highlighted td:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9fa !important;
    z-index: 1001;
    position: absolute;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    mix-blend-mode: multiply;
}
table.table.items tr .gi_sub_qty_field_wrap {
    display: none;
}
table.table.items tr.indent_line .gi_sub_qty_field_wrap {
    display: block;
}
table.table.items .item-desc,
table.table.items .item-long-desc{
    display: block;
}
table.table.items .item-desc{
    margin-bottom: 0.5em;
}
table.table.items .item-desc:last-child{
    margin-bottom: 0;
}
table.table.items .item-desc a:not(:first-child){
    margin-left: 0.5em;
    padding-left: 0.5em;
    display: inline-block;
    border-left: 1px solid var(--secondary);
}

/** ROW OPTIONS **/
table .row-options {
    margin-top: 5px;
    padding: 2px 0 0;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
table tr:hover td .row-options,
.mobile table tr td .row-options {
    opacity: 1;
}
/** END ROW OPTIONS **/

table.table.items .item-long-desc{
    font-size: 0.8em;
    line-height: 1.2em;
}
.sortable.item {
    transition: background;
    -webkit-transition: background;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}
.sortable.item.ui-sortable-helper {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.ui-sortable-placeholder {
    background: var(--success-lighter) !important;
}
.has_tooltip {
    cursor: default;
}
tr.main .gi_copy_item,
tr.main .gi_delete_item {
    display: none;
}
th.line_num{
    width: 5em;
}
th.gi_col_manage{
    text-align: right;
}
th.gi_col_manage .gi_svg_icon{
    margin: 0 calc(0.75rem + 2px);
}
.gi_col_manage > .btn{
    float: right;
    clear: right;
    margin-top: 0.5em;
}
.gi_col_manage > .btn:first-child {
    margin-top: 0;
}
.gi_field_has_postfix .gi_field_postfix,
.gi_field_has_postfix input,
.gi_field_has_prefix .gi_field_prefix,
.gi_field_has_prefix input{
    display: inline-block;
    vertical-align: middle;
}
.gi_field_has_postfix input,
.gi_field_has_prefix input{
    width: 70%;
}
.gi_field_has_postfix .input-group,
.gi_field_has_prefix .input-group{
    width: 70% !important;
    display: inline-flex !important;
    vertical-align: middle;
}
.gi_field_has_postfix .gi_field_postfix{
    width: 30%;
    padding-left: 0.25em;
}
.gi_field_has_prefix .gi_field_prefix{
    max-width: 30%;
    padding-right: 0.25em;
}
.gi_field_has_prefix.gi_field_has_postfix input{
    width: 40%;
}
.gi_sortable_lines {
    margin-bottom: 0.5em;
}
.gi_sortable_line {
    transition: opacity, transform, border, background, color;
    -webkit-transition: opacity, transform, border, background, color;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
    border: 1px solid transparent;
}
.gi_sortable_lines.keep_group_margins .gi_sortable_line{
    margin-bottom: 0;
}
.gi_sortable_line:last-child {
    margin-bottom: 0;
}
.gi_sortable_line .gi_sortable_content,
.gi_sortable_line .gi_sortable_handle,
.gi_sortable_line .gi_sortable_remove {
    vertical-align: middle;
    display: inline-block;
}
.gi_sortable_line .gi_sortable_handle {
    width: 30px;
}
.gi_sortable_line .gi_sortable_remove{
    width: 3em;
    padding-left: 0;
    padding-right: 0;
}
.gi_sortable_line .gi_sortable_content {
    max-width: calc(100% - 30px - 4em);
    width: 100%;
}
.gi_sortable_line .gi_sortable_handle {
    text-align: left;
    cursor: grab;
}
.gi_sortable_line .gi_sortable_remove {
    /*text-align: right;*/
    cursor: pointer;
}
.gi_sortable_line.ui-sortable-helper {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.gi_sortable_lines:not(.all_lines_removable) .gi_sortable_line:only-child .gi_sortable_remove {
    display: none;
}
.gi_sortable_lines:not(.show_all_labels) .gi_sortable_line:not(:first-child) .form-group > label {
    display: none;
}
.gi_sortable_lines .gi_sortable_line:first-child .gi_sortable_handle,
.gi_sortable_lines .gi_sortable_line:first-child .gi_sortable_remove {
    margin-bottom: -2em;
}
.gi_sortable_lines:not(.keep_group_margins) .gi_sortable_line .form-group {
    margin-bottom: 0;
}
.gi_sortable_lines .gi_sortable_line .form-group > label{
    white-space: nowrap;
}
.gi_rounded_display {
    font-size: 0.8em;
    display: inline-block;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.4);
    cursor: default;
}
.gi_rounded_display:before {
    content: "Rounded: ";
}
.gi_rounded_display:hover {
    color: rgba(0, 0, 0, 0.8);
}
.gi_vid_wrap {
    width: 80%;
    display: block;
    position: relative;
    cursor: pointer;
    height: 0;
    padding-bottom: 45%;
    margin: 1em 0;
}
.gi_vid_wrap:first-child {
    margin-top: 0;
}
.gi_vid_wrap:last-child {
    margin-bottom: 0;
}
.gi_vid_wrap.full_width {
    width: 100%;
    padding-bottom: 56.25%;
}
.gi_vid_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.gi_nowrap {
    display: inline-block;
    white-space: nowrap;
}
.loading {
    position: relative;
}
body.loading {
    height: auto;
    position: static;
}
body.loading > :not(.loader_gif) {
    pointer-events: none;
}
.loading_auto_min_height.loading {
    min-height: 0 !important;
}
.loading:after {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: #fff;
    display: block;
}
body.loading:after {
    position: fixed;
    z-index: 10010;
}
.loader_gif {
    position: absolute;
    height: 20px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -10px;
    text-align: center;
    z-index: 9000;
    pointer-events: none;
}
.small-table-right-col.loading .loader_gif,
.dataTables_wrapper.loading .loader_gif{
    margin-top: 0;
    position: sticky;
    display: block;
    margin-bottom: -10em;
    top: 25%;
}
body.loading .loader_gif {
    position: fixed;
    z-index: 10020;
}
td.loading:not(.row-loading){
    padding: 2em !important;
}

.itemable_form.loading:after{
    position: fixed;
}
.itemable_form.loading > .loader_gif{
    position: fixed;
}
.loader_gif img {
    display: inline-block;
    height: 100%;
}
.loader_gif.circle,
.loader_gif.gears {
    height: 140px;
    margin-top: -70px;
    background-image: none;
}
.loader_gif.svg_circle {
    min-height: 10em;
    margin-top: -5em;
}
.loader.no_margin_top .loader_gif.svg_circle {
    margin-top: 0;
}
.loader_gif .loader_desc {
    display: block;
    position: absolute;
    font-size: 0.9em;
    color: #555;
    top: -1.5em;
    width: 100%;
    text-align: center;
    font-weight: 600;
    line-height: 1.2em;
}
.loader_gif.svg_circle .loader_desc {
    top: -1em;
}
.loader_gif.svg_bar svg {
    max-height: 80%;
    max-width: 80%;
}
.small .loader_gif.svg_bar svg{
    max-height: 60%;
    max-width: 60%;
}
.loader_gif.svg_bar svg .bar {
    fill: var(--info-lighter);
}
.loader_gif.svg_bar svg .progress_bar {
    fill: var(--info);
}
.advanced.loading {
    min-height: 0;
}
.loader_gif.svg_circle svg {
    width: 100% !important;
    height: 100% !important;
}
.loader_gif .percent_display {
    color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    display: block;
    font-size: 1em;
    line-height: 1em;
    margin-top: -0.7em;
    left: 0;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.loader_gif.svg_circle .percent_display {
    color: grey;
    font-size: 2em;
    margin-top: -0.5em;
}
.loader_gif .percent_display .number,
.loader_gif .percent_display .symbol {
    vertical-align: baseline;
    display: inline-block;
}
.loader_gif .percent_display .symbol {
    font-weight: 400;
    font-size: 0.6em;
    margin-left: 0.1em;
}
.loader_gif.svg_circle .loading_circle {
    fill: none;
    stroke-width: 0.5em;
    transform: translate(5%, 5%);
    stroke-dasharray: 260;
    stroke-dashoffset: 260;
}
.loader_gif.svg_circle svg .loading_circle.bar {
    stroke: var(--info-lighter);
    stroke-dashoffset: 0;
}
.loader_gif.svg_circle svg .loading_circle.progress_bar {
    stroke: var(--info);
    stroke-dashoffset: 260;
}
.gi_scroll_shadows,
.table-responsive.s_table {
    overflow-x: auto;
    position: relative;
}
.gi_scroll_shadows .gi_scroll_shadow,
.table-responsive.s_table .gi_scroll_shadow {
    display: none;
    pointer-events: none;
    z-index: 100;
    position: absolute;
}
.gi_scroll_shadows .gi_scroll_shadow.off-bottom,
.gi_scroll_shadows .gi_scroll_shadow.off-top,
.table-responsive.s_table .gi_scroll_shadow.off-bottom,
.table-responsive.s_table .gi_scroll_shadow.off-top {
    width: 100%;
    height: 30px;
    background: #0f0;
    left: 0;
}
.gi_scroll_shadows .gi_scroll_shadow.off-left,
.gi_scroll_shadows .gi_scroll_shadow.off-right,
.table-responsive.s_table .gi_scroll_shadow.off-left,
.table-responsive.s_table .gi_scroll_shadow.off-right {
    width: 30px;
    height: 100%;
    background: #00f;
    top: 0;
}
.gi_scroll_shadows .gi_scroll_shadow.off-top,
.table-responsive.s_table .gi_scroll_shadow.off-top {
    top: 0;
    background: rgb(0, 0, 0, 0.2);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
}
.gi_scroll_shadows .gi_scroll_shadow.off-bottom,
.table-responsive.s_table .gi_scroll_shadow.off-bottom {
    top: 100%;
    background: rgb(0, 0, 0, 0.2);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
}
.gi_scroll_shadows .gi_scroll_shadow.off-left,
.table-responsive.s_table .gi_scroll_shadow.off-left {
    left: 0;
    background: rgb(0, 0, 0, 0.2);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
}
.gi_scroll_shadows .gi_scroll_shadow.off-right,
.table-responsive.s_table .gi_scroll_shadow.off-right {
    left: 100%;
    background: rgb(0, 0, 0, 0.2);
    background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
}
.gi_scroll_shadows .gi_scroll_shadow.off-bottom,
.gi_scroll_shadows .gi_scroll_shadow.off-left,
.gi_scroll_shadows .gi_scroll_shadow.off-right,
.gi_scroll_shadows .gi_scroll_shadow.off-top,
.table-responsive.s_table.off-bottom .gi_scroll_shadow.off-bottom,
.table-responsive.s_table.off-left .gi_scroll_shadow.off-left,
.table-responsive.s_table.off-right .gi_scroll_shadow.off-right,
.table-responsive.s_table.off-top .gi_scroll_shadow.off-top {
    display: block;
}
.gi_col_amount {
    font-weight: 600;
}
#estimate-preview td.total,
#invoice-preview td.total,
#proposal td.total,
#purchase_order td.total,
.accounting-template td.total {
    font-weight: 600;
    font-size: 1.2em;
}
#estimate-wrapper td.total,
#invoice-wrapper td.total,
#proposal-wrapper td.total,
#purchase-order-wrapper td.total {
    font-weight: 600;
    font-size: 1.2em;
}
code {
    color: inherit;
}
.gi_click_to_copy {
    cursor: pointer;
    position: relative;
}
.gi_click_to_copy_msg {
    display: none;
    position: absolute;
    top: 85%;
    left: 85%;
    font-weight: 300;
    color: #323232;
    background: #fff;
    -webkit-box-shadow: #bfbfbf 0 0 2px;
    -moz-box-shadow: #bfbfbf 0 0 2px;
    box-shadow: #bfbfbf 0 0 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 10;
    padding: 0.2em;
    white-space: nowrap;
}
#content ol,
#content ul:not(.dropdown-menu):not(.nav-tabs):not(.list-unstyled),
.content ol,
.content ul:not(.nav):not(.dropdown-menu):not(.nav-tabs):not(.list-unstyled){
    margin-left: 1.5em;
    padding: 0;
}
.tc-content,
.wysiwyg-output{
    font-size: 14px;
}
.tc-content em,
.wysiwyg-output em,
.tc-content i:not(.mce-ico),
.wysiwyg-output i{
    font-style: italic;
}
/*
.tc-content p,
.wysiwyg-output p,
.tc-content blockquote,
.wysiwyg-output blockquote{
    margin-bottom: 0.5rem;
}
.tc-content p:last-child,
.wysiwyg-output p:last-child,
.tc-content blockquote:last-child,
.wysiwyg-output blockquote:last-child{
    margin-bottom: 0;
}
*/
.tc-content p,
.wysiwyg-output p,
.tc-content blockquote,
.wysiwyg-output blockquote{
    margin-bottom: 0;
}
.tc-content blockquote,
.wysiwyg-output blockquote{
    font-size: 1em;
    line-height: 1.2em;
    border-left: 0.25rem solid var(--highlight-border);
    background: var(--highlight-bg-color);
    padding: 0.8em 1.6em;
}
#content ol ul,
#content ul:not(.dropdown-menu):not(.list-unstyled),
.content ol ul,
.content ul:not(.nav):not(.dropdown-menu):not(.list-unstyled),
.tc-content ol ul,
.tc-content ul,
.wysiwyg-output ol ul,
.wysiwyg-output ul{
    list-style: disc;
}
#content ul:not(.dropdown-menu):not(.list-unstyled) ul,
.content ul:not(.nav):not(.dropdown-menu):not(.list-unstyled) ul,
.tc-content ul ul,
.wysiwyg-output ul ul {
    list-style: circle;
}
#content ul:not(.dropdown-menu):not(.list-unstyled) ul ul,
.content ul:not(.nav):not(.dropdown-menu):not(.list-unstyled) ul ul,
.tc-content ul ul ul,
.wysiwyg-output ul ul ul {
    list-style: square;
}
#content ol,
#content ul:not(.dropdown-menu):not(.list-unstyled) ol,
.content ol,
.content ul:not(.nav):not(.dropdown-menu):not(.list-unstyled) ol,
.tc-content ol,
.tc-content ul ol,
.wysiwyg-output ol,
.wysiwyg-output ul ol {
    list-style: decimal;
}
#content ol ol,
.content ol ol,
.tc-content ol ol,
.wysiwyg-output ol ol {
    list-style: lower-alpha;
}
#content ol ol ol,
.content ol ol ol,
.tc-content ol ol ol,
.wysiwyg-output ol ol ol {
    list-style: lower-roman;
}
ul.list-no-style{
    list-style: none!important;
    margin-left: 0!important;
}
#content ol li::marker,
#content ul ol li::marker,
.content ol li::marker,
.content ul:not(.nav) ol li::marker,
.tc-content ol li::marker,
.tc-content ul ol li::marker,
.wysiwyg-output ol li::marker,
.wysiwyg-output ul ol li::marker {
    font-weight: 700;
}
#content ol ul li::marker,
#content ul li::marker,
.content ol ul li::marker,
.content ul:not(.nav) li::marker,
.tc-content ol ul li::marker,
.tc-content ul li::marker,
.wysiwyg-output ol ul li::marker,
.wysiwyg-output ul li::marker {
    font-size: 0.95em;
}
#content ol li,
#content ul li,
.content ol li,
.content ul:not(.nav):not(.pagination):not(.popover-menu) li,
.tc-content ol li,
.tc-content ul li,
.wysiwyg-output ol li,
.wysiwyg-output ul li {
    margin-bottom: 0.2em !important;
}
#content ol li:last-child,
#content ol:last-child,
#content ul li:last-child,
#content ul:last-child,
.content ol li:last-child,
.content ol:last-child,
.content ul:not(.nav) li:last-child,
.content ul:not(.nav):last-child,
.tc-content ol li:last-child,
.tc-content ol:last-child,
.tc-content ul li:last-child,
.tc-content ul:last-child,
.wysiwyg-output ol li:last-child,
.wysiwyg-output ol:last-child,
.wysiwyg-output ul li:last-child,
.wysiwyg-output ul:last-child {
    margin-bottom: 0;
}

#content .columns,
.content .columns,
.tc-content .columns,
.wysiwyg-output .columns{
    column-count: 2;
}

/** Track Item Area **/
.gi_track_item_wrap {
    font-size: 0.8em;
    width: 100%;
    position: relative;
    padding-right: 3em;
    display: block;
    cursor: default;
}
.gi_track_item_wrap:first-child {
    margin-bottom: 0.5em;
}
.gi_track_item_wrap .gi_track_item_name {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
}
.gi_track_item_wrap .gi_track_item_btns a,
.gi_track_item_wrap .gi_track_item_name {
    display: inline-block;
    vertical-align: middle;
}
.gi_track_item_wrap .gi_track_item_btns {
    position: absolute;
    right: 0;
    top: 0;
}
.gi_track_item_wrap .gi_track_item_btns a {
    margin-left: 0.5em;
    cursor: pointer;
}
.gi_track_item_wrap .gi_track_item_tooltip {
    float: none !important;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 50%;
    margin-top: -0.5rem !important;
}
.gi_select_item_copy_desc,
.gi_select_item_settings_desc,
.gi_target_track_item_desc {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 1em;
}
.gi_track_item_missing:before {
    content: "--";
    color: rgba(0, 0, 0, 0.4);
}
.btn-group.pull-right > .dropdown-menu .dropdown-submenu > .dropdown-menu {
    left: auto;
    right: 100%;
    top: -2px;
}
/* mobile */
body.mobile .btn-group.pull-right > .dropdown-menu .dropdown-submenu > .dropdown-menu{
    position: relative;
    left: 0;
    top: 0;
    float: none;
    display: none;
}
    
.dropdown-submenu.pull-left {
    float: none !important;
}
.dropdown-submenu > a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    margin-top: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent;
    border-right-color: #ccc;
}
.dropdown-submenu > a::after{
    display: none;
}
.btn-group.pull-right > .dropdown-menu .dropdown-submenu.pull-left > .dropdown-menu {
    border-radius: 6px;
    border-top-right-radius: 0;
}
.btn-group.pull-right > .dropdown-menu .dropdown-submenu.pull-left > .dropdown-menu li a:hover,
.btn-group.pull-right > .dropdown-menu .dropdown-submenu.pull-left > .dropdown-menu li.active a,
.btn-group.pull-right > .dropdown-menu .dropdown-submenu.pull-left > .dropdown-menu li.active a:hover {
    border-top-right-radius: 0;
}
table.items .main .gi_col_sort_handle > .gi_svg_icon {
    display: none;
}
.use_light_font {
    color: #fff;
}
.use_light_font .gi_svg_icon svg * {
    fill: #fff;
}
.use_dark_font {
    color: grey;
}
.use_dark_font .gi_svg_icon svg * {
    fill: grey;
}
.use_dark_font .gi_inline_block,
.use_dark_font .gi_svg_icon {
    mix-blend-mode: multiply;
}
.width400 {
    width: 400px !important;
}
.navbar-nav > li > .dropdown-menu.notifications {
    margin-left: -300px;
}
.navbar-nav > li > .dropdown-menu.notifications {
    max-height: 600px;
    border-top: 0;
    overflow: auto;
}
.navbar-nav > li > .dropdown-menu.notifications li {
    z-index: 100;
}
.navbar-nav > li > .dropdown-menu.notifications li .media-body {
    font-size: 13px;
}
.navbar-nav > li > .dropdown-menu > li:last-child > a:not(.btn) {
    border-radius: 0;
}
.navbar-nav > li > .dropdown-menu.notifications li .staff-profile-image-wrap,
.navbar-nav > li > .dropdown-menu.notifications li .client-profile-image-small,
.notification-box .staff-profile-image-wrap,
.notification-box .client-profile-image-small{
    margin-right: 10px;
}
.navbar-nav > li > .dropdown-menu.notifications li a:not(.btn){
    padding: 0;
}
.notification_link {
    cursor: pointer;
}
.notification-box-all {
    border: 1px solid #f0f0f0;
    padding: 7px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.notification-box-all .staff-profile-image-wrap{
    margin-right: 10px;
}
.notification-box-all:hover {
    background: #fbfbfb;
}
.notification-box-all img {
    margin-right: 10px;
}
.notification-box-all a {
    display: block;
}
.notification-box {
    padding: 10px 10px;
    border-bottom: 1px solid var(--table-border-top);
    transition: background;
    -webkit-transition: background;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
.notification-box-all.unread,
.notification-box.unread {
    background: var(--highlight-bg-color);
    border: 1px solid var(--highlight-bg-color);
}
.dropdown-menu > li > a:focus .notification-box.unread,
.dropdown-menu > li > a:hover .notification-box.unread{
    background: var(--highlight-hover-bg-color);
    border-bottom: 1px solid var(--highlight-hover-bg-color);
}
a.notification-top {
    cursor: pointer;
}
#kan-ban li,
#kan-ban ul,
.jquery-comments ul.main,
ul.todo {
    list-style: none !important
}
.kan-ban-settings {
    display: inline-block;
    padding: 18px 0 7px 10px;
    width: 320px;
}
.kan-ban-wrapper {
    overflow: auto;
}

#kan-ban .panel-heading-bg {
    padding: 8px;
    position: relative;
}

.kb-kan-ban#kan-ban {
    overflow: auto;
}

#kan-ban .panel-body {
    border-top: 0;
    border-radius: 4px;
    padding: 1em;
    margin: 10px 5px 10px 5px;
    /** DESIGN REFRESH **/
    /*box-shadow: 0 1px 15px 1px rgba(90, 90, 90, 0.08);*/
    box-shadow: 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.1);
    /** END DESIGN REFRESH **/
}
#kan-ban ul{
    margin: 0;
    margin-right: 0.5rem;
}
.gi_select_readonly .dropdown {
    display: none !important;
}
.task_notified {
    font-size: 0.8em;
    margin-top: 1em;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.task_notified .task_notified_label,
.task_notified .task_replied_to_label{
    font-weight: 700;
}
.comment-content ul li {
    line-height: 1.8rem;
}
.task_replied_to_summary,
.task_notified_users {
    max-width: calc(100% - 10em);
}

.task_notified p{
    margin-bottom: 0.75em;
}

.task-info{
    padding: 0;
    margin-bottom: 0.25em;
}
.task-info .task-info-inline-input-edit{
    max-width: 60%;
}
.task-info .gi_svg_icon,
.task-info-heading .gi_svg_icon{
    font-size: 1.25em;
    margin: 0;
    margin-right: 0.5em;
}
.task-info .gi_svg_icon + .gi_inline_block{
    max-width: calc(100% - 2em);
}

.task-info-heading {
    font-weight: 600 !important;
}
.task-info-heading + .simple-bootstrap-select {
    margin-top: 1.5em;
}
.task-single-inline-wrap{
    white-space: nowrap;
}
.task-single-inline-wrap .gi_svg_icon + .gi_inline_block{
    white-space: nowrap;
}
.tc-content ol,
.tc-content ul,
.wysiwyg-output ol,
.wysiwyg-output ul{
    line-height: 1.5em;
    margin-left: 1.5em;
    margin-bottom: 1em;
}
.tc-content img,
.wysiwyg-output img{
    max-width: 100%;
}
.tc-content table,
.wysiwyg-output table {
    border: none !important;
    margin-top: 0;
    border-collapse: initial;
}
.tc-content table tbody tr td,
.tc-content table thead tr th,
.wysiwyg-output table tbody tr td,
.wysiwyg-output table thead tr th {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-left-width: 0 !important;
    border-top-width: 0 !important;
    font-size: 1em;
    line-height: 1.2em;
    padding: 0.5em;
}
.tc-content table tbody:first-child tr:first-child td,
.tc-content table thead:first-child tr:first-child th,
.wysiwyg-output table tbody:first-child tr:first-child td,
.wysiwyg-output table thead:first-child tr:first-child th {
    border-top-width: 1px !important;
}
.tc-content table tbody tr td:first-child,
.tc-content table thead tr th:first-child,
.wysiwyg-output table tbody tr td:first-child,
.wysiwyg-output table thead tr th:first-child {
    border-left-width: 1px !important;
}
.tc-content table thead tr th,
.wysiwyg-output table thead tr th {
    color: var(--text-color);
    background: var(--highlight-bg-color);
    font-weight: 700;
}
.tc-content table tbody tr:nth-child(even){
    background: var(--even-table-color);
}
#task-modal.commenting .task-single-col-right:before {
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}
#stopTaskCommentBtn {
    display: none;
}
#task-modal.commenting #stopTaskCommentBtn {
    display: inline-block;
}
.modal .bootstrap-select:not(.input-group-btn) .dropdown-menu {
    /*@todo monitor this*/
    /*position: relative;*/
}
/*.navbar-nav > li a > .icon-total-indicator {
    line-height: 12px;
    padding: 2px 5px;
    padding-bottom: 3px;
    color: #fff;
    position: absolute;
    right: -1px;
    top: 1px;
    font-size: 11px;
    font-family: Verdana, serif;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
}*/
.panel_s > .panel-heading-bg {
    background: var(--panel-head-foot-bg);
    /*border: 1px solid var(--panel-border);*/
    padding: 7px 15px;
    border-bottom: 0;
}
.panel_s>.panel-heading,
.panel_s>.panel-heading-bg{
    cursor: default;
}
.panel_s .panel-body {
    background: var(--panel-bg);
    /** DESIGN REFRESH **/
    /*border: 1px solid var(--panel-border);*/
    border: none;
    /** END DESIGN REFRESH **/
    border-radius: 4px;
    padding: 20px;
    position: relative;
}
.panel_s .panel-body .panel-body{
    background: transparent;
    border: none;
    padding: 0;
}
.panel_s .panel-body .panel-body.with-padding{
    padding: 20px;
}
.panel_s > .panel-footer {
    background: var(--panel-head-foot-bg);
   /** DESIGN REFRESH **/
    /*border: 1px solid var(--panel-border);*/
    border: none;
    /** END DESIGN REFRESH **/
    border-top: none;
    color: inherit;
    font-size: 90%;
    padding: 10px 15px;
}
.panel_s {
    background-color: transparent;
    border: none;
    margin-bottom: 25px;
}
.panel_s > .panel-body{
    /** DESIGN REFRESH **/
    /*box-shadow: 0 1px 15px 1px rgba(90, 90, 90, 0.08);*/
    box-shadow: 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.1);
    /** END DESIGN REFRESH **/
}
.panel_s > .panel-body .panel-body{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.client-reply{
    background: var(--client-reply-bg) !important;
}
.user-data .home-activity .nav.nav-tabs {
    padding-top: 0;
}
.user-data .home-activity .nav.nav-tabs > li > a {
    color: var(--text-color) !important;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid var(--table-border-top);
}

table.dataTable thead > tr > th,
table.table-bordered thead > tr > th {
    background: var(--dataTables-header-bg);
    vertical-align: middle;
    border-bottom: 1px solid;
    border-color: var(--table-border-top) !important;
    /** DESIGN REFRESH **/
    /*padding-top: 1.2rem !important;*/
    /*padding-bottom: 1.2rem !important;*/
    padding: 1.2rem !important;
    /*padding-top: 0.75rem !important;*/
    /*padding-bottom: 0.75rem !important;*/
    /*color: var(--primary);*/
    color: var(--text-color);
    font-size: 13px;
    /** END DESIGN REFRESH **/
    font-weight: 600;
    white-space: nowrap;
}
table.dataTable tbody > tr > td,
table.table-bordered tbody > tr > td {
    padding: 1.2rem !important;
}
.dropdown-menu > li > a:not(.btn),
#top_search_dropdown.dropdown-menu .search-results > li > a:not(.btn){
    padding: 8px 16px;
    color: var(--text-color);
    white-space: nowrap;
    width: 100%;
    transition: background, color;
    -webkit-transition: background, color;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-menu > li > a:not(.btn):focus,
.dropdown-menu > li > a:not(.btn):hover,
#top_search_dropdown.dropdown-menu .search-results > li > a:not(.btn):focus,
#top_search_dropdown.dropdown-menu .search-results > li > a:not(.btn):hover{
    background-color: var(--highlight-hover-bg-color);
    color: var(--text-color);
    opacity: 1;
    text-decoration: none;
}
.dataTables_length select,
.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select.form-control,
textarea.form-control {
    border: 1px solid var(--input-border);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--input-text);
    font-size: 14px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    line-height: 1;
    height: 36px;
}
input[type="file"]{
    height: auto;
    padding: 8px;
}
input[type="radio"].form-control + label,
input[type="checkbox"].form-control + label{
    font-size: 14px;
    line-height: 1;
    color: var(--input-text);
}
small input[type="radio"].form-control + label,
small input[type="checkbox"].form-control + label,
.small input[type="radio"].form-control + label,
.small input[type="checkbox"].form-control + label{
    font-size: 10px;
}
small .checkbox label::before,
.small .checkbox label::before{
    width: 12px;
    height: 12px;
    margin-left: -12px;
    margin-top: -9px;
}
small .checkbox label::after,
.small .checkbox label::after{
    width: 11px;
    height: 11px;
    margin-left: -12px;
    margin-top: -9px;
    font-size: 10px;
}
small .checkbox-inline,
.small .checkbox-inline,
small .radio-inline,
.small .radio-inline{
    line-height: 26px;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    position: absolute;
    margin-left: -20px;
}

.checkbox label,
.radio label{
    min-height: 20px;
    margin-bottom: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    /*padding-left: 3px;*/
    /*font-size: 11px;*/
    font-size: 14px;
    padding-left: 1px;
    color: var(--field-label-color);
    top: 50%;
    margin-top: -7px;
    line-height: 1em;
}

.checkbox input[type="checkbox"]:focus+label::before,
.radio input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::before,
.radio input[type="radio"]:checked+label::before {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.checkbox input[type="checkbox"]:checked+label::after{
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #fff;
}

.radio input[type="radio"]:checked+label::after{
    background-color: #fff;
}

.checkbox input[type="checkbox"]:disabled+label,
.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before,
.radio input[type="radio"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

/*.checkbox input[type="checkbox"].form-control + label::after{
    margin-top: 3px;
}*/
.filter-option-inner-inner{
    font-size: 14px;
}
.filter-option-inner-inner > *,
.bootstrap-select .dropdown-menu li small{
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.25em;
    margin-top: -0.25em;
}
.bootstrap-select .dropdown-toggle .filter-option{
    /*padding-right: 2rem !important;*/
    padding-right: 0 !important;
}
textarea.form-control {
    height: inherit;
    padding-top: 10px;
    line-height: 1.5;
}
.input-group-addon {
    border: 1px solid var(--group-addon-border);
    background-color: var(--group-addon-bg);
    color: var(--group-addon-color);
}
.input-group-addon:not(:last-child):not(:first-child){
    border-left-width: 0;
    border-right-width: 0;
}
.input-group-addon + .input-group-addon{
    border-left-width: 1px !important;
}
input + .input-group-addon:last-child{
    border-left-width: 0;
}
.clickable{
    cursor: pointer;
}
.input-group-addon .btn {
    padding: 1px 5px !important;
}
.input-group-addon .checkbox label{
    margin-top: 0.5em;
}
.input-group-addon.btn-inside{
    padding: 0;
    line-height: 0;
}
.input-group-addon.btn-inside .btn {
    padding: 0.375rem 0.75rem !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon.info{
    color: #fff;
    background-color: var(info);
    border-color: var(info);
}
.input-group-addon.warning{
    color: #fff;
    background-color: var(--warning);
    border-color: var(--warning);
}
.input-group-addon.danger{
    color: #fff;
    background-color: var(danger);
    border-color: var(danger);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.form-control[readonly] + label::before{
    background-color: var(--read-only-bg);
    border-color: var(--read-only-border);
    color: var(--read-only-color);
    cursor: not-allowed;
}
.form-control[readonly] + label::after{
    color: var(--read-only-color);
}
.form-control::-webkit-input-placeholder {
    color: #a1b4cc;
    font-size: 14px;
}
.form-control:-moz-placeholder {
    color: #a1b4cc;
    font-size: 14px;
}
.form-control::-moz-placeholder {
    color: #a1b4cc;
    font-size: 14px;
}
.form-control:-ms-input-placeholder {
    color: #a1b4cc;
    font-size: 14px;
}
.table.items .main {
    margin-top: 35px;
    background-color: var(--line-items-bg);
}
.control-label,
label {
    font-weight: 600;
    color: var(--field-label-color) !important;
    margin-bottom: 7px;
}
.control-label.text-danger,
label.text-danger{
    color: var(--danger) !important;
}
.task-single-col-left {
    padding: 25px;
    background: var(--bg-color);
    min-height: 600px;
    border-bottom-left-radius: 6px;
}
.task-modal-single {
    overflow-x:hidden;
}
#task-modal-body {
    padding-top: 0;
    padding-bottom: 0;
    background: var(--task-bg-color);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.theme-switch-wrapper {
    display: flex;
    align-items: center;
}
.theme-switch {
    display: inline-block;
    height: 35px;
    position: relative;
    width: 60px;
}
.theme-switch input {
    display: none;
}
.switch-slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
}
.switch-slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "\263C";
    height: 28px;
    left: 4px;
    position: absolute;
    transition: 0.4s;
    width: 28px;
    text-align: center;
    padding-top: 5px;
}
input:checked + .switch-slider {
    background-color: var(--yellow);
}
input:checked + .switch-slider:before {
    transform: translateX(24px);
    background-color: #fff;
    color: #252525;
    content: "🌕";
}
.switch-slider.round {
    border-radius: 34px;
}
.switch-slider.round:before {
    border-radius: 50%;
}
.total-column .panel_s .panel-body,
#stats-top .panel_s .panel-body{
    background: var(--card-bg-color);
    border-radius: 4px;
    padding: 10px 5px;
    position: relative;
    /** DESIGN REFRESH **/
    /*box-shadow: 0 1px 15px 1px rgba(90, 90, 90, 0.08);*/
    box-shadow: 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.1);
    /*border: 1px solid var(--panel-border);*/
    border: none;
    /** END DESIGN REFRESH **/
}
.total-column .panel_s{
    margin-bottom: 0;
}
.progress {
    background-color: var(--bg-color);
}
.progress-bar {
    color: #fff;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid var(--calendar-border);
}
#calendar .fc-day-header,
#calendar .fc-header-toolbar button,
#calendar .fc-toolbar .fc-center {
    text-transform: capitalize;
}
.fc-center {
    color: var(--text-color);
}
.fc a:hover,
.fc a:active{
    color: rgba(255,255,255,0.6) !important;
}
.fc a:focus{
    color: rgba(255,255,255,0.8) !important;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid var(--input-border);
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, background 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, background 0.15s ease-in-out;
    top: 50%;
    margin-top: -8px;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 9px;
    height: 9px;
    left: 4px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    top: 50%;
    margin-top: -4px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid var(--input-border);
    border-radius: 3px;
    background-color: var(--bg-color);
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out;
    top: 50%;
    margin-top: -8px;
}
.checkbox label [data-toggle]{
    position: relative;
    z-index: 1;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: var(--divider) !important;
}
.nav-tabs {
    padding-bottom: 0;
    margin-bottom: 1em;
    background: 0 0;
    border-radius: 1px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid var(--calendar-border);
    border-bottom: 1px solid var(--calendar-border);
}
.task-single-col-right {
    background: var(--task-bg-color);
    padding: 13px 20px;
    border-bottom-right-radius: 6px;
}
.task-info-separator {
    margin: 10px -20px 10px 0;
    border-top: 1px solid var(--task-sep-color);
    -webkit-box-shadow: 0 1px 6px 1px var(--task-sep-shadow);
    box-shadow: 0 1px 6px 1px var(--task-sep-shadow);
}
.task-info-inline-input-edit {
    margin-top: -1px;
    background: var(--task-bg-color);
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px dashed #bbb;
}

.highlight-bg {
    background: var(--highlight-bg-color);
    border: 1px solid var(--highlight-border);
}

textarea[name="checklist-description"] {
    resize: none;
    overflow: hidden;
    font-size: 14px;
    border-radius: 3px;
    padding: 0 5px 0px 5px;
    border: 0;
    outline: 0;
    width:100%;
    background: var(--highlight-bg-color);
}

li.task.current-user-task .panel-body,
li.lead-kan-ban.current-user-lead .panel-body {
    background: var(--current-task-color) !important;
    border: 1px solid #c2e7ef !important;
}

.kan-ban-content {
    background: var(--kan-ban-bg);
    padding: 7px;
}

.kan-ban-step-indicator {
    width: 40px;
    height: 41px;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 39;
    background: url(images/stage.svg) no-repeat top left;
}

.kan-ban-step-indicator-full {
    /*background: #4B5158;*/
    padding: 0;
    background: none;
}

.kanban-load-more {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.kanban-color-picker {
    position: relative;
    z-index: 40;
}

.info-block {
    background: var(--current-working);
    border-radius: 4px;
    padding: 10px 12px;
    padding-top: 13px;
    border: 1px solid #eff5fb;
}

.navbar-pills-flat {
    background: var(--card-bg-color);
    /** DESIGN REFRESH **/
    /*box-shadow: 0 1px 15px 1px rgba(90, 90, 90, 0.08);*/
    box-shadow: 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.1);
    /** END DESIGN REFRESH **/
}

.customer-profile-group-heading,
.panel-body-title{
    background: var(--header-bg-color);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #e4e5e7;
    padding: 15px 15px 15px 20px;
    /*margin: -20px -20px 15px -20px !important;*/
    margin: -20px -20px 19px -20px !important;
    color: var(--header-text-color);
}
.panel-body-title + .nav-tabs{
    margin-top: -20px;
}
.customer-profile-tabs,
.tabs-in-body-no-margin,
.panel_s .nav-tabs{
    margin-left: -20px;
    margin-right: -20px;
}

.btn-bottom-toolbar {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 15px;
    padding-right: 41px;
    margin: 0 0 0 -46px;
    -webkit-box-shadow: 0 -4px 1px -4px rgba(0, 0, 0, .1);
    box-shadow: 0 -4px 1px -4px rgba(0, 0, 0, .1);
    background: var(--card-bg-color);
    width: calc(100% - 21rem);
    z-index: 1000; /*1 more than the sticky headers*/
    border-top: 1px solid var(--card-border);
}
.page-small .btn-bottom-toolbar {
    width: 100%;
}

.notifications .not_mark_all_as_read {
    padding: 5px;
    text-align: right;
    border-bottom: 1px solid var(--card-border);
}

.notification-title{
    white-space: break-spaces;
}

.gi_inline_block{
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
}
address .gi_inline_block{
    line-height: 1.4em;
}
.gi_inline_block.top{
    vertical-align: top;
}
.gi_inline_block + .badge{
    margin-left: 0.25em;
}

/** FORM UPDATES **/
input[type="checkbox"],
input[type="radio"]{
    cursor: pointer;
}

/** NAV BARS **/
.nav.navbar-pills-flat,
.nav.navbar-pills{
    margin-bottom: 25px;
}
.sidebar .nav-item .nav-link .gi_svg_icon,
.nav li .gi_svg_icon{
    /*font-size: 1.82rem;*/
    font-size: 2.82rem;
}
.nav li .gi_svg_icon + .gi_inline_block{
    margin-left: 0.82rem;
}
.nav > li > a{
    color: var(--active-nav-link-color);
}
.nav > li > a .gi_svg_icon{
    margin: 0;
    margin-right: 1.5rem;
}
.nav > li > a .gi_svg_icon svg *{
    fill: var(--active-nav-link-color);
}
.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:active{
    background: var(--active-nav-bg-color);
    font-weight: 600;
}

.nav-tabs-horizontal .gi_svg_icon{
    margin: 0;
}
.nav.nav-tabs > li > a .gi_svg_icon{
    margin-right: 0;
}
.nav.nav-tabs:after{
    content: '';
    clear: both;
}

.quick_actions li a{
    padding: 0.4em 0.2em;
}
.quick_actions li a .gi_svg_icon svg *{
    fill: var(--text-color);
}

/** Last Pass **/
div[id^=__lpform_] {
    display: none;
}
/** END Last Pass **/

/** Button Spacing **/
._buttons .btn,
._buttons .btn-group {
    margin-left: 0.5em;
}
._buttons .btn:first-child,
._buttons .btn-group:first-child{
    margin-left: 0;
}
/** END Button Spacing **/

/** Switches **/
.onoffswitch {
    position: relative;
    width: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 20px;
    padding: 0;
    line-height: 22px;
    border: 1px solid var(--muted);
    border-radius: 22px;
    background-color: var(--muted);
    -webkit-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
    margin-bottom: 0;
}
.onoffswitch-label:before {
    content: "";
    display: block;
    width: 20px;
    margin: 0;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label::before{
    border-color: var(--success);
}
.onoffswitch-checkbox:checked + .onoffswitch-label{
    background-color: var(--success);
}
.onoffswitch-checkbox:checked+.onoffswitch-label:before {
    right: 0;
}
.onoffswitch-checkbox:disabled+.onoffswitch-label {
    opacity: 0.5;
}
.onoffswitch-checkbox + .onoffswitch-label::before{
    border-color: transparent;
    top: 2px;
    bottom: 2px;
    right: 22px;
    width: 16px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label::before{
    border-color: transparent;
    right: 2px;
}
/** END Switches **/
@media (max-width: 992px) {
    .task-single-col-right,
    .task-single-col-left{
        width: 100%;
        flex: auto;
        max-width: none;
        min-height: 0 !important;
    }
}
.dropdown-toggle .gi_svg_icon,
.dropdown-toggle .gi_inline_block{
    pointer-events: none;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .form-control:only-child, .input-group-addon:only-child{
    border-radius: 0.35rem !important;
}

.dt-column-visibility{
    /* this is needed when "columns" is the last button*/
    border-top-right-radius: 0.35rem !important;
    border-bottom-right-radius: 0.35rem !important;
}

p5-half {
    padding: 5.5px;
}
/** Inline Forms **/
.inline_form_fields{
    position: relative;
    display: none;
}
.inline_form.open .inline_form_fields{
    display: block;
}
.inline_form.open .inline_form_closed_btns{
    display: none;
}
/** END Inline Forms **/
.preview-sticky-header{
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1035; /*modal bg is 1040*/
}

body.customers,
body.ticket_form{
    color: #4a4a4a;
    font-size: 14px;
    height: 100%;
}
body.ticket_form{
    padding: 0;
    margin: 0;
    min-height: 100%;
    /*background: url('images/hex-light_bg.png') repeat;*/
}

body.customers h3,
body.ticket_form h3{
    font-size: 2em;
    font-weight: 700;
}

.htmlPublicHeader {
    border: 1px solid #ccc;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 1.5rem 0;
    z-index:9999;
    background:#fff;
}

.w-auto {
    width: auto !important;
}

/** Customers/Public Area **/
body.customers,
body.ticket_form{
    color: #4a4a4a;
    font-size: 14px;
    height: 100%;
}
body.ticket_form{
    padding: 0;
    margin: 0;
    min-height: 100%;
}
body.ticket_form #wrapper{
    min-height: 100%;
    margin-left:0;
}
.navbar-fixed-bottom{
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1030;
}
body.customers #logo,
body.ticket_form #logo{
    max-width: 300px;
    position: relative;
    left: auto;
    margin-top: 1em;
}
body.ticket_form #logo{
    margin-bottom: 1em;
}
body.customers .panel_s .panel-body,
body.ticket_form .panel_s .panel-body,
body.customers .panel_s .panel-heading,
body.ticket_form .panel_s .panel-heading,
body.customers .panel_s .panel-footer,
body.ticket_form .panel_s .panel-footer{
    border: none;
}
body.customers .panel_s .panel-body,
body.ticket_form .panel_s .panel-body{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}
body.customers .panel_s .panel-heading,
body.ticket_form .panel_s .panel-heading{
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.ticket_form .panel_s .panel-heading{
    font-size:1.3rem;
    padding:1.2rem 2rem;
    font-weight: bold;
}
body.customers .panel_s .panel-footer,
body.ticket_form .panel_s .panel-footer{
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body.customers .panel_s .panel-heading + .panel-body,
body.ticket_form .panel_s .panel-heading + .panel-body{
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}
body.customers .panel_s .panel-body:not(:last-child),
body.ticket_form .panel_s .panel-body:not(:last-child){
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
body.customers .panel_s,
body.ticket_form .panel_s{
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}
body.customers footer,
body.ticket_form footer{
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
    background: #fff;
    padding: 15px;
    width: 100%;
    height: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.85em;
    font-weight: 700;
}
body.customers h3,
body.ticket_form h3{
    font-size: 2em;
    font-weight: 700;
}
body.customers .modal-header,
body.ticket_form .modal-header{
    color: #fff;
    font-weight: 600;
}
#proposal-wrapper{
    overflow: visible;
}
body.customers .panel_s .panel-heading.nav-tabs{
    margin-bottom: 0;

}
/** END Customers Area **/
.color-white[href]:hover,
.color-white[href]:active {
    color: #f0f0f0;
}
.color-white,
.color-white[href] {
    color: #fff;
}
.color-white[href]:hover .gi_svg_icon svg *,
.color-white[href]:active .gi_svg_icon svg *{
    fill: #f0f0f0;
}
.color-white .gi_svg_icon svg *,
.color-white[href] .gi_svg_icon svg *{
    fill: #fff;
}
#confirm-modal.modal.in{
    z-index: 99999;
}

/** Merge Fields **/
.merge_fields_col{
    margin-bottom: 0.5em;
}
.merge_fields_col:last-child,
.merge_fields_col:nth-last-child(2){
    margin-bottom: 0;
}
.merge_fields_col h5{
    font-size: 1.2em;
    line-height: 1.2em;
}
/** END Merge Fields **/

/** Task Comments **/
.task-comment{
    padding: 0.5em;
    margin-bottom: 0.5em;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
}
.task-comment.highlight-bg{
    border-color: var(--highlight-border);
}
.task-comment:last-child{
    margin-bottom: 0;
}
/** END Task Comments **/

/** Widgets **/
.widget{
    margin-bottom: 1em;
    position: relative;
}
.widget:last-child{
    margin-bottom: 0;
}
.widget-dragger {
    position: absolute;
    top: -0.5rem;
    left: -2.5rem;
    cursor: move;
    z-index: 2;
}
.widget-dragger .gi_svg_icon{
    font-size: 2.82rem;
    margin: 0;
}
.widget-dragger .gi_svg_icon svg *{
    fill: rgba(0,0,0,0.2);
}
.mobile .widget-dragger {
    display: none;
}
.widget-zone{
    margin-bottom: 25px;
}
/** END Widgets **/

/** Checklist Forms **/
.element-title-label{
    font-size:1.7rem;
}
.contingent_element{
    margin-left: 5%;
}
/** END Checklist Forms **/

/** Newsfeed **/
#new-post-form .gi_uploader_btns{
    pointer-events: none;
}
#new-post-form .gi_uploader_btns .btn{
    pointer-events: all;
}
/** END Newsfeed **/
.stats-grid{
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 250px;
    grid-gap: 20px;
}

/** Two Factor **/
#qr_image{
    padding: 0.5em;
    margin: 0.5em auto;
}

/** Hide Menu **/
.hide-menu{
    cursor: pointer;
}
.hide-menu:hover .gi_svg_icon svg *{
    fill: var(--primary-darker);
}
.hide-menu .show-icon,
.hide-sidebar .hide-menu .hide-icon,
.page-small .hide-menu .hide-icon{
    display: none;
}
.hide-sidebar .show-icon,
.page-small .show-icon,
.hide-menu .hide-icon{
    display: inline-block;
}
/** END Hide Menu **/

/** Milestones **/
.new-task-to-milestone{
    margin-top: 1rem;
}
.kan-ban-tab > .container-fluid{
    padding: 0;
}
.project-milestones-kanban{
    margin-top: 1rem;
}
.kan-ban-tab .task-assignees{
    max-width: 35%;
}
/** END Milestones **/

/** Client Portal **/
body.customers{
    background-color: var(--public-bg);
    background-image: var(--public-bg-gradient);
    background-size: cover;
    background-attachment: fixed;
}
.navbar-default{
    background-color: var(--side-bar-color);
    background-image: var(--side-bar-gradient);
    background-size: cover;
}
body.customers #content .container{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
body.customers #content .container:last-child{
    margin-bottom: 0;
}
#greeting{
    margin-bottom: 1rem;
}
.list-status-title{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.list-status{
    margin-bottom: 1em;
}
.list-status:last-child{
    margin-bottom: 0;
}
h4.section-text{
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    margin-bottom: 0;
}
body.customers .navbar-nav .dropdown-menu{
    position: absolute;
    padding: 0;
}
body.customers .navbar-nav .dropdown-menu li{
    position: relative;
    text-align: right;
}
body.customers .navbar-nav .dropdown-menu li a{
    display: block;
}
body.customers .navbar-nav li:last-child .dropdown-menu{
    left: auto;
    right: 0;
}
body.customers .navbar-nav li:last-child .dropdown-submenu .dropdown-menu{
    right: 100%;
    top: 0;
    overflow: hidden;
}
body.customers .navbar .container{
    display: block;
}
.navbar-default .navbar-nav>li>a{
    line-height: 2em;
}
.collapse{
    display: none;
}
.collapse.show{
    display: block;
}
.close_zipped{
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
    body.customers .navbar-toggle{
        display: none;
    }
    body.customers .navbar-header,
    body.customers .navbar-collapse.collapse{
        display: inline-block !important;
        vertical-align: middle;
    }
    body.customers .navbar-header{
        width: 19%;
    }
    body.customers .navbar-collapse.collapse{
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        text-align: right;
        width: 80%;
    }
    body.customers .navbar-nav{
        display: block;
        flex-direction: inherit;
    }
    body.customers .navbar-right{
        float: right !important;
    }
    body.customers .navbar-nav > li{
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
}
@media (max-width: 767px){
    .customers-topbar-divider{
        display: none !important;
    }
    body.customers .navbar-nav li:last-child .dropdown-menu{
        left: 0;
        right: auto;
    }
}
/** END Client Portal **/

.comment-task-reply, .notes-reply{
    background-color: var(--highlight-border);
}

/** Activity Log **/
.activity-feed {
    padding: 15px;
    word-wrap: break-word;
}

.activity-feed .feed-item {
    position: relative;
    padding-bottom: 30px;
    padding-left: 30px;
    border-left: 2px solid var(--success);
}

.feed-item .text-has-action {
    margin-bottom: 7px;
    display: inline-block;
}

.activity-feed .feed-item:last-child {
    border-color: transparent;
}

.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #4B5158;
}

.activity-feed .feed-item .date {
    position: relative;
    top: -5px;
    color: #4B5158;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.activity-feed .feed-item .text {
    position: relative;
    top: -3px;
}
/** END Activity Log **/

.task-priority a.disabled {

    opacity: 0.6;
    cursor: not-allowed;
}
/** Vault Entries **/
.vault-entry .vault-info{
    padding: 1em 2em;
}
/** END Vault Entries **/
td .indicator:not(.empty-indicator){
    width:2.4em;
    display: inline-block;
    vertical-align: middle;
}
td .indicator:not(.empty-indicator) + .gi_inline_block{
    width: calc(100% - 2.4em);
}
/** Location Tracking **/
.customMarker {
    --pseudo-theColor: #fff;
    position:absolute;
    cursor:pointer;
    background: var(--pseudo-theColor);
    width:50px;
    height:50px;
    /* -width/2 */
    margin-left:-25px;
    /* -height + arrow */
    margin-top:-50px;
    border-radius:50%;
    padding:0px;
    /*-webkit-box-shadow: 5px 5px 32px 5px rgba(0,0,0,0.23);*/
    /*box-shadow: 5px 5px 32px 5px rgba(0,0,0,0.23);*/
}
.customMarker:after {
    content:"";
    position: absolute;
    bottom: -8px;
    left: 15px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: var(--pseudo-theColor) transparent;
    display: block;
    width: 0;

}

.checkInMarker {
    --pseudo-theColor: #fff;
    position:absolute;
    cursor:pointer;
    background: var(--pseudo-theColor);
    width:25px;
    height:25px;
    /* -width/2 */
    margin-left:-10px;
    /* -height + arrow */
    margin-top:-15px;
    border-radius:50%;
    padding:0px;
    /*-webkit-box-shadow: 5px 5px 32px 5px rgba(0,0,0,0.23);*/
    /*box-shadow: 5px 5px 32px 5px rgba(0,0,0,0.23);*/
    border: 3px solid var(--info);
}

.customMarker img {
    width:40px;
    height:40px;
    margin:5px;
    border-radius:50%;
}

.customMarker span.placeholder-staff-profile-image-map {
    width:40px !important;
    height:40px !important;
    margin:5px !important;
    border-radius:50% !important;
}

#legend {
    background-color:var(--bg-color);
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.18);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.18);
    text-align: center;
}

#legend h3 {
    margin-top: 0;
}

#legend img {
    text-align: center;
    width: 40px;
    height: 40px;
    margin: .5rem 0;
    border-radius: 100%;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

.activeMarker {
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
}

.activeMarker:hover {
    -webkit-animation: none;
    animation:none;
}

.filter-staff {
    cursor: pointer;
}

.filter-active {
    border: 3px solid var(--success);
}

/** END Location Tracking **/

a.delete-item.disabled {
    color: var(--muted);
}

/** Active Filters **/
.filter-badge {
    margin-left: -1rem;
    margin-top: -3rem;
    /*border: 2px solid var(--gi-blue);*/
}
/** END Active Filters **/

.navbar-pills-flat .badge,
.badge-indicator{
    position: inherit !important;
    margin-left: 1em;
}

.recent-record-date {
    padding: 0 0 10px 0;
    display: block;
}

.recent-record{
    padding-top: 10px;
    position: relative;
}

ul.recent-record li{
    padding-left: 2.5em;
}

ul.recent-record {
    margin-bottom: 0;
}

ul.recent-record li {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 5px;
    border-bottom: 1px solid #f0f0f0;
}
.recent-record-link,
.global-search-res-link {
    display: grid !important;
    grid-gap: 5% !important;
    grid-template-columns: 80% 15% !important;
    position: relative;
}

.recent-record-link .gi_svg_icon{
    margin-left: 0;
    position: absolute;
    top: 0.2em;
    left: -1.5em;
    font-size: 2rem;
}

.recent-record-link p {
    margin: 0 !important;
    line-height: 1.2em;
}

.recent-record-link-drop {
    display: grid !important;
    grid-gap: 2% !important;
    grid-template-columns: 20px auto;
    position: relative;
}

.recent-record-link-drop .gi_svg_icon {
    margin-left: 0;
    width: 20px;
    height: 20px;
}

.recent-record-link-drop p {
    margin: 0 !important;
    line-height: 1.5em;
}

 .small-status {
    font-size: 1rem !important;
}

.small-status .s-status {
    padding:.5rem .4rem;
}

.global-search-res-link p {
    margin: 0 !important;
}

.global-search-res-link .small-status {
    font-size: 1rem !important;
    text-align: right;
}

.global-search-res-link .small-status .s-status {
    padding:.5rem .4rem;
}

.small-status .label{
    float: right;
    pointer-events: none;
}

.view-all-timesheets,
.view-detailed-results,
.view-more-btn{
    cursor: pointer;
    border: none;
    display: block;
    border-top: 1px solid var(--default-border);
    border-bottom: 1px solid var(--default-border);
    text-align: center;
    padding: 0.4em 0;
    background: var(--default-bg);
    color: var(--default-text);
    transition: color, background;
    -webkit-transition: color, background;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    width: 100%;
}

.view-more-btn{
    font-size: 0.8em;
}

.view-all-timesheets:hover,
.view-detailed-results:hover,
.view-more-btn:hover{
    background: var(--default-hover-bg);
}
.view-all-timesheets{
    padding: 0;
}
.started-timers-top .view-all-timesheets{
    margin-bottom: -16px;
    left: -15px;
    position: relative;
    width: calc(100% + 30px);
    margin-top: 10px;
}

.top-dropdown-btn-divider + .view-all-timesheets{
    margin-top: -10px;
}

#global_detail_search_form {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

#global_detail_search_form + .search-results{
    margin-top: 2em;
}
.search-results{
    margin-bottom: 0;
}

.task-menu-status .label{
    cursor: pointer;
}

/** Summary **/
.summary_row{
    display: flex;
    flex-direction: row;
    /*justify-content: space;*/
    row-gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}
.summary_row .summary_tile{
    /*flex: 1 1 14rem;*/
    min-width: 14rem;
}
.summary_row .summary_tile:last-child{
    border-right: none !important;
}
.summary_tile a{
    color: var(--text-color);
    background: none;
    transition: color, background;
    -webkit-transition: color, background;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    display: block;
    width: 100%;
}
.summary_tile a:hover{
    background: var(--highlight-bg-color);
}
.summary_stat,
.summary_label,
.summary_value{
    display: block;
}
.summary_label{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.summary_value{
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: var(--text-muted);
}
.summary_label:first-child,
.summary_value:first-child{
    margin-bottom: 0.25rem;
}
.summary_subtext{
    font-size: 1rem;
    line-height: 1.2rem;
    color: var(--text-color);
}
/** END Summary **/

/** Small Form Group **/
.form-group.small input[type="text"]{
    font-size: 1em;
    line-height: 1em;
    height: 2.57em;
}
.form-group.small .form-control{
    padding: 0.9em 1rem;
}
.form-group.small .input-group-addon{
    font-size: 1em;
    line-height: 2.38em;
}
/** END Small Form Group **/

.bg-selected-row {
    background: var(--highlight-bg-color) !important;
}
/** Hiding DataTable Processing Loader **/
.dataTables_processing {
    display: none !important;
}
/** END Hiding DataTable Processing Loader **/

tr.items_indent_line > td {
    padding-left: 4em !important;
}
tr.items_indent_line:first-child > td:first-child{
    padding-left : 2em !important;
}
tr.items_indent_line:last-child > td:first-child{
    text-align : right !important;
    padding-right : 4em !important;
}
/** Sample Sidebar Btns **/
.sample_sidebar_btn{
    width: 100%;
    padding: 1rem;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 45px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--side-bar-color);
    background-image: var(--side-bar-gradient);
    background-size: cover;
    background-attachment: fixed;
    /** DESIGN REFRESH **/
    /*color: rgba(255, 255, 255, 0.93);*/
    color: rgba(255, 255, 255, 1);
    /** END DESIGN REFRESH **/
}
.sample_sidebar_btn .gi_svg_icon{
    font-size: 1.4em;
}
.sample_sidebar_btn .gi_inline_block{
    font-size: 1.3rem;
}
.sample_sidebar_btn .gi_svg_icon svg *{
    fill: rgba(255, 255, 255, 0.5);
}
/** END Sample Sidebar Btns **/

/** GI Support **/
.menu-item-gi_support,
.sample_sidebar_btn.gi_support_btn{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #D7D7D7 !important;
    background: #373737 !important;
    transition: color, background;
    -webkit-transition: color, background;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    font-weight: 700;
}
.menu-item-gi_support a{
    color: #D7D7D7 !important;
    background: #373737 !important;
}
.menu-item-gi_support .gi_svg_icon svg *,
.sample_sidebar_btn.gi_support_btn .gi_svg_icon svg *{
    fill: #D7D7D7 !important;
}
.menu-item-gi_support:hover,
.menu-item-gi_support:hover a{
    color: #373737 !important;
    background: #D7D7D7 !important;
}
.menu-item-gi_support:hover .gi_svg_icon svg *{
    fill: #373737 !important;
}

.menu-item-gi_support.gi-support-style_light,
.menu-item-gi_support.gi-support-style_light a,
.sample_sidebar_btn.gi_support_btn.light{
    color: #373737 !important;
    background: #D7D7D7 !important;
}
.menu-item-gi_support.gi-support-style_light .gi_svg_icon svg *,
.sample_sidebar_btn.gi_support_btn.light .gi_svg_icon svg *{
    fill: #373737 !important;
}
.menu-item-gi_support.gi-support-style_light:hover,
.menu-item-gi_support.gi-support-style_light:hover a{
    color: #D7D7D7 !important;
    background: #373737 !important;
}
.menu-item-gi_support.gi-support-style_light:hover .gi_svg_icon svg *{
    fill: #D7D7D7 !important;
}
/** END GI Support **/

/** Nav by title **/
.modal-header .nav-by-title{
    max-width: 90%;
}
.modal-header .nav-by-title.show-select{
    min-width: 50%;
}
.modal-header .nav-by-title.no-drag{
    padding: 0 1em;
    margin-left: -1em;
}
.nav-by-title{
    cursor: pointer;
}
.nav-by-title h3,
.nav-by-title h4{
    margin-bottom: 0;
}
.nav-by-title-select,
.nav-by-title.show-select .nav-by-title-title{
    display: none;
}
.nav-by-title.show-select .nav-by-title-select{
    display: block;
}
/** END Nav by Title **/

.full-width-total-column .total-column{
    width: 100%!important;
    max-width: 100%!important;
    flex: none;
    margin-bottom: 10px;
}

.task_notified_clearfix
{
    clear: both;
}
#task-comments .comment-wrapper {
    overflow:visible;
}

/** Time Me **/
#time-me-wrap{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.8);
    padding: 0.25em;
    cursor: default;
    font-size: 0.5em;
    transition: color, background;
    -webkit-transition: color, background;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
#time-me-wrap.logging{
    color: var(--warning);
}
#time-me-seconds,
#time-me-status{
    display: inline-block;
    vertical-align: middle;
}
#time-me-seconds{
    margin-right: 0.5em;
    font-weight: 700;
}
.page-small #time-me-wrap{
    display: none;
}
/** END Time Me **/

/** Ribbons **/
.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    pointer-events: none;
}

.ribbon.left{
    right: auto;
    left: -5px;
}

.ribbon span {
    font-size: 11px;
    font-weight: 600;
    color: #FFF;
    background: var(--primary);
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon.left span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: auto;
    left: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid var(--primary-darker);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--primary-darker);
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid var(--primary-darker);
}

.ribbon.success span {
    background: var(--success);
}

.ribbon.success span::before {
    border-left: 3px solid var(--success-darker);
    border-top: 3px solid var(--success-darker);
}

.ribbon.success span::after {
    border-right: 3px solid var(--success-darker);
    border-top: 3px solid var(--success-darker);
}

.ribbon.muted span {
    background: var(--muted);
}

.ribbon.muted span::before {
    border-left: 3px solid var(--muted-darker);
    border-top: 3px solid var(--muted-darker);
}

.ribbon.muted span::after {
    border-right: 3px solid var(--muted-darker);
    border-top: 3px solid var(--muted-darker);
}

.ribbon.danger span {
    background: var(--danger);
}

.ribbon.danger span::before {
    border-left: 3px solid var(--danger-darker);
    border-top: 3px solid var(--danger-darker);
}

.ribbon.danger span::after {
    border-right: 3px solid var(--danger-darker);
    border-top: 3px solid var(--danger-darker);
}

.ribbon.warning span {
    background: var(--warning);
}

.ribbon.warning span::before {
    border-left: 3px solid var(--warning-darker);
    border-top: 3px solid var(--warning-darker);
}

.ribbon.warning span::after {
    border-right: 3px solid var(--warning-darker);
    border-top: 3px solid var(--warning-darker);
}

.ribbon.info span {
    background: var(--info);
}

.ribbon.info span::before {
    border-left: 3px solid var(--info-darker);
    border-top: 3px solid var(--info-darker);
}

.ribbon.info span::after {
    border-right: 3px solid var(--info-darker);
    border-top: 3px solid var(--info-darker);
}

.ribbon.default span {
    background: var(--primary);
}

.ribbon.default span::before {
    border-left: 3px solid var(--primary-darker);
    border-top: 3px solid var(--primary-darker);
}

.ribbon.default span::after {
    border-right: 3px solid var(--primary-darker);
    border-top: 3px solid var(--primary-darker);
}

.ribbon.secondary span {
    background: var(--secondary);
}

.ribbon.secondary span::before {
    border-left: 3px solid var(--secondary-darker);
    border-top: 3px solid var(--secondary-darker);
}

.ribbon.secondary span::after {
    border-right: 3px solid var(--secondary-darker);
    border-top: 3px solid var(--secondary-darker);
}

.ribbon.light span {
    background: var(--light);
    color: #3a3b45;
}

.ribbon.light span::before {
    border-left: 3px solid var(--light-darker);
    border-top: 3px solid var(--light-darker);
}

.ribbon.light span::after {
    border-right: 3px solid var(--light-darker);
    border-top: 3px solid var(--light-darker);
}

.ribbon.dark span {
    background: var(--dark);
}

.ribbon.dark span::before {
    border-left: 3px solid var(--dark-darker);
    border-top: 3px solid var(--dark-darker);
}

.ribbon.dark span::after {
    border-right: 3px solid var(--dark-darker);
    border-top: 3px solid var(--dark-darker);
}

#dev-mode-ribbon.ribbon{
    right: 0;
    top: 0;
}
#dev-mode-ribbon.ribbon.left{
    right: auto;
    left: 21rem;
    transition-property: left;
    transition-duration: 0.5s;
}
#dev-mode-ribbon.ribbon span::before,
#dev-mode-ribbon.ribbon span::after {
    display: none !important;
}
.page-small #dev-mode-ribbon.ribbon.left,
.hide-sidebar #dev-mode-ribbon.ribbon.left{
    left: 0;
}
#dev-mode-ribbon:not(.ribbon){
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: var(--muted);
    font-size: 0.7rem;
    padding: 0.2rem;
    text-align: center;
    font-weight: 700;
    color: #fff;
    line-height: 1rem;
}
body.dev-banner-added{
    padding-top: 1.3rem !important;
}
/** END Ribbons **/

/** Detail Lists **/
.details-list:last-child {
    margin-bottom: 0;
}
.details-list li{
    list-style: none;
    display: block;
    border-bottom: 1px solid var(--highlight-border);
    margin-bottom: 0.25em;
}
.details-list li:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}
.details-list li .detail-label{
    width: 10em;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
}
.details-list li .detail-value{
    width: calc(100% - 10em);
    display: inline-block;
    vertical-align: top;
}
@media only screen and (max-width: 992px) {
    .details-list li .detail-label,
    .details-list li .detail-value{
        display: block;
        width: 100%;
    }
}
/** END Detail Lists **/

/** Dashboard **/
#dashboard-widget-wrap > *:first-child{
    margin-top: 30px;
}
/** END Dashboard **/

/** Toggle Buttons **/
.toggle-btn{
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 0.35rem;
    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;
    color: var(--secondary);
    background-color: var(--info-lighter);
    border: 1px solid var(--info-lighter);
    border-bottom: 2px solid rgba(0,0,0,0.1) !important;
    cursor: pointer;
    margin-bottom: 1em;
}
.toggle-btn:hover {
    color: #fff;
    background-color: var(--info);
    border-color: var(--info);
    border-top-width: 2px;
    border-top-color: rgba(0,0,0,0.05);
    border-bottom-width: 1px !important;
}
.toggle-btn.on{
    color: #fff;
    background-color: var(--info);
    border-color: var(--info);
    border-top-width: 3px;
    border-top-color: rgba(0,0,0,0.1);
    border-bottom-width: 0px !important;
}
.toggle-btn .gi_svg_icon{
    margin: 0;
    font-size: 2.82rem;
}
.toggle-btn .gi_svg_icon svg *{
    transition: fill 0.15s ease-in-out;
    fill: var(--secondary);
}
.toggle-btn.on .gi_svg_icon svg *,
.toggle-btn:hover .gi_svg_icon svg *{
    fill: #fff;
}
.toggle-btn .toggle-label{
    display: block;
    text-align: center;
    width: 100%;
}
.toggle-btn .form-group{
    display: none;
}

/** Dup Form Submission Prevention **/
form.submitting:before{
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    cursor: not-allowed;
    z-index: 10000;
}
/** END Dup Form Submission Prevention **/

/** Itemable Details **/
.gi_itemable_detail_wrap{
    margin-top: 0.5em;
}
/** END Itemable Details **/
.form-group.required .control-label:before{
    content: '* ';
    color: var(--danger);
    font-size: 70%;
}

.settings-dropdown {
    position: absolute;
    top: 80px;
    left: -2rem;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    color: var(--text-color);
    background-color: var(--bg-color);
    background-clip: padding-box;
    border: 1px solid var(--card-border);
    border-radius: 0.35rem;
    overflow-y: scroll;
    max-height: 350px;
    width: 100%;
}

.settings-dropdown li {
    list-style: none;
    display: block;
    padding: 0.5rem 2rem;
    cursor: pointer;
}

.tab-title {
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #eee;
    width: 90%;
    margin: 0 auto;
}

.select_timer_tag{
    width: auto !important;
    min-width: 5em;
}
.notes-count-badge{
    margin-top: -4px;
    margin-right: -7px;
}

/** SOV Input Group **/
.input-group-title{
    writing-mode: vertical-lr;
}
.input-group-number h2 {
    /*writing-mode: vertical-lr;*/
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
    height: auto;
    align-items: left;
    padding-top: 6px;
    float: left;
}
/** Infinite Scrolling **/
.gi-infinite-scrolling .no-data-found{
    margin: 0.5em 0;
    display: block;
}
@media (max-width: 992px) {
/*    .input-group-title {
        writing-mode: horizontal-tb;
    }*/
}
/*.input-group-quote-name{
    display : inline;
    float: none;
}
.input-group-edit{
    padding-left : 20px;
}*/
/** END SOV Input Group **/

.feed-item .text-has-date {
    margin-bottom: 7px;
    display: inline-block;
} 

/** Activity Log Style Fixes **/
.activity-change-from,
.activity-change-to{
    max-width: 40%;
    display: inline-block;
    vertical-align: middle;
    margin: 1em;
}
.activity-change-break{
    border: none;
    margin: 0;
}
/** END Activity Log Style Fixes **/
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.selected-shadow-darker {
    -webkit-box-shadow: 0 0 38px -4px rgba(0, 0, 0, 0.38);
    box-shadow: 0 0 38px -4px rgba(0, 0, 0, 0.38);
    border: 3px solid #cbcbcb dashed;
}

.dash-links {
    color: inherit !important;
}

/** Shortcuts **/
.sidebar-top-btn {
    /* a grid with auto size columns */
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(33%, 1fr) );
}

.my-shortcuts-drop {
    left: -9rem;
}

.quick-actions-drop {
    left: 4.5rem;
}

.recent-records-drop {
    width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
}

/** END Shortcuts **/

/** Button grid : smilar to the file uploader style**/
.btn-grid-wrap {
    margin-right: 1em;
    margin-top: 1em;
    position: relative;
    display: inline-block;
}
.btn-grid-wrap .grid-btn-icon {
    position: absolute;
    z-index: 80;
    width: 18px;
    height: 18px;
    /* background: #ff0000; */
    top: -9px;
    left: -9px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: rgb(0 0 0 / 80%) 0px 0px 2px;
    -moz-box-shadow: rgba(0,0,0,0.8) 0px 0px 2px;
    box-shadow: rgb(0 0 0 / 80%) 0px 0px 2px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: opacity;
    -webkit-transition: opacity;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    cursor: pointer;
}
.btn-grid-wrap .edit-btn {
    right: -9px;
    left: auto;
}
.btn-grid-wrap:last-child{
    margin-right: 0;
}
.btn-grid-wrap:hover .grid-btn-icon{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.btn-grid-wrap .grid-btn-icon .gi_svg_icon{
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    margin-top: -5px;
    margin-left: -5px;
}
.btn-grid-wrap .grid-btn-icon .gi_svg_icon svg *{
    fill: #fff;
}
.gi_file_thumb .edit_file:before{
    background-position: -149px -26px;
}
.btn-grid-wrap .grid-btn-icon:after{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    display: none;
    content: '';
}
.btn-grid-wrap .grid-btn-icon:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.btn-grid-wrap:hover .grid-btn-icon:after{
    display: block;
}
.btn-grid-wrap a.btn {
    min-width: 85px;
}
.btn-grid-area .ui-sortable-placeholder{
    margin-right: 1em!important;
    margin-top: 1em!important;
    position: relative;
    display: inline-block;
    width: 6em;
    height: 2.2em;
    top: 0.8em;
    border: 1px dashed #858796;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/** Button grid **/
.accessible-info .btn{
    border-radius: 0;
}
.links-with-border li{
    padding: 0.3em;
}

/** Change in String **/
.change-in-string-from,
.change-in-string-to{
    font-weight: 700;
}
/** END Change in String **/

.field-height{
    height: 36px;
}

/** Smaller Form Fields **/
.smaller-fields{
    font-size: 0.8em;
}
.smaller-fields small, 
.smaller-fields .small{
    font-size: 80%;
}
.smaller-fields .alert{
    padding: 0.7em 1em;
}

.smaller-fields .dataTables_length select,
.smaller-fields .uneditable-input,
.smaller-fields input[type="color"],
.smaller-fields input[type="date"],
.smaller-fields input[type="datetime-local"],
.smaller-fields input[type="datetime"],
.smaller-fields input[type="email"],
.smaller-fields input[type="file"],
.smaller-fields input[type="month"],
.smaller-fields input[type="number"],
.smaller-fields input[type="password"],
.smaller-fields input[type="search"],
.smaller-fields input[type="tel"],
.smaller-fields input[type="text"],
.smaller-fields input[type="time"],
.smaller-fields input[type="url"],
.smaller-fields input[type="week"],
.smaller-fields select.form-control,
.smaller-fields textarea.form-control {
    font-size: 1em;
    line-height: 1em;
    height: 2.57em;
}
.smaller-fields .bootstrap-select .btn-default,
.smaller-fields .bootstrap-select .btn-light {
    font-size: 1em;
    line-height: 2em;
    height: 2.14em;
    padding: 0em 0.5em;
}
.smaller-fields .filter-option-inner-inner{
    font-size: 1em;
}
.smaller-fields .form-group .form-control{
    padding: 0.5em;
}
.smaller-fields .form-group .input-group-addon{
    font-size: 1em;
    line-height: 2.32em;
}
.smaller-fields legend{
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 1em;
    padding-bottom: 0.2em;
}
.smaller-fields .field-height{
    font-size: 1em;
    line-height: 2.57em;
}
.smaller-fields .checkbox-inline,
.smaller-fields .radio-inline {
    font-size: 1em;
    line-height: 2.57em;
}
.smaller-fields input[type="radio"].form-control + label,
.smaller-fields input[type="checkbox"].form-control + label{
    font-size: 1em;
    line-height: 2.57em;
}
.smaller-fields .checkbox-inline input[type="radio"].form-control + label,
.smaller-fields .checkbox-inline input[type="checkbox"].form-control + label{
    line-height: 3.57em;
}
.smaller-fields .btn{
    font-size: 1em;
    line-height: 1.5em;
    padding: 0.375em 0.75em;
    border-radius: 0.35em;
}
.smaller-fields .ajax-remove-values-option .ajax-clear-values{
    top: 5px;
    right: 20px;
}
.smaller-fields .btn-default .gi_svg_icon{
    font-size: 1em;
}
.smaller-fields .btn-default .gi_inline_block{
    font-size: 1em;
    line-height: inherit;
}
.smaller-fields .input-group-addon{
    padding: 0;
    min-width: 2.28em;
}
/** END Smaller Form Fields **/
.tab-wrap{
    border: 1px solid var(--default-border);
    background: var(--default-bg);
    border-radius: calc(0.3rem - 1px);
    padding: 1em;
    margin-bottom: 1em;
}
.tab-wrap .horizontal-scrollable-tabs{
    margin-top: calc(-1em - 1px);
    position: relative;
    left: -0.25em;
    right: -0.25em;
}

.tab-wrap .horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal{
    margin-right: -1.25em;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    overflow: hidden;
}
.btn-in-dropdown {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.has-calculations .declined,
.items-preview .declined,
.items-preview .declined * {
    /* background-color: #f2dede;
    border-color: #ebccd1; */
    /* show a strikethrough on the whole div */
/*    text-decoration: line-through;
    text-decoration-color: var(--danger);*/
}
tr.declined td{
    position: relative;
    opacity: 0.55;
}
tr.declined td{
    background: var(--danger-lighter);
}
tr.declined td:before{
    content: '';
    width: 100%;
    position: absolute;
    border-bottom: 1px solid var(--danger);
    display: block;
    left: 0;
    top: 50%;
}

.proposal-content .items-preview:not(.show_declined_lines) .declined {
    /* hide not using display:none */
    visibility: collapse;
}

/** Preview Buttons **/
.preview-sticky-container form{
    width: auto;
    float: right;
}
/** END Preview Buttons **/

/** Custom TinyMCE Icons **/
.mce-i-columns:before{
    content: '';
    background-image: url('images/columns.svg');
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    top: -4px;
    left: -4px;
}
/** END Custom TinyMCE Icons **/
.confirm-ontop.modal, .confirm-ontop {
    z-index: 999999;
}

.ui-widget-overlay{
    /* blur bg */
    background: rgba(0, 0, 0, 0.5);
    filter: blur(1.5rem);
}

.ui-widget-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    color: #fff;
    border: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
    border: 0;
    border-radius: 5px;
}

.ui-widget-content {
    border: 0;
    background: var(--bg-color);
    color: var(--text-color);
}

.ui-dialog .ui-dialog-buttonpane button {
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 0.35rem;
    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;
    border-bottom: 2px solid rgba(0,0,0,0.1) !important;
    color: var(--default-text);
    background-color: var(--default-bg);
    border-color: var(--default-border);
}

/* first child of .ui-dialog .ui-dialog-buttonpane */
.ui-dialog .ui-dialog-buttonset:first-child button:first-child {
    color: #fff;
    background-color: var(--danger);
    border-color: var(--danger-darker);
}

.has-calculations .declined,
.items-preview .declined,
.items-preview .declined * {
    /* background-color: #f2dede;
    border-color: #ebccd1; */
    /* show a strikethrough on the whole div */
/*    text-decoration: line-through;
    text-decoration-color: var(--danger);*/
}
tr.declined td{
    position: relative;
    opacity: 0.55;
}
tr.declined td{
    background: var(--danger-lighter);
}
tr.declined td:before{
    content: '';
    width: 100%;
    position: absolute;
    border-bottom: 1px solid var(--danger);
    display: block;
    left: 0;
    top: 50%;
}

.proposal-content .items-preview:not(.show_declined_lines) .declined {
    /* hide not using display:none */
    visibility: collapse;
}

/** Preview Buttons **/
.preview-sticky-container form{
    width: auto;
    float: right;
}
/** END Preview Buttons **/

/** Custom TinyMCE Icons **/
.mce-i-columns:before{
    content: '';
    background-image: url('images/columns.svg');
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    top: -4px;
    left: -4px;
}
/** END Custom TinyMCE Icons **/
/*Fixed "Dashboard Options" button covers #prchat-header-wrapper*/
#prchat-header-wrapper{
    z-index: 990!important;
}

/** Custom Items Not Allowed **/
.custom_items_not_allowed .gi_col_item textarea,
.custom_items_not_allowed .gi_track_item_tooltip,
.custom_items_not_allowed .gi_clear_track_item{
    display: none !important;
}
.custom_items_not_allowed .gi_track_item_wrap{
    font-size: 14px;
    margin-top: 0;
    color: var(--input-text);
}
/** END Custom Items Not Allowed **/

.highlight-add-item{
    border: 2px solid #e74a3b !important;
}

/** shared-page-list **/
#shared-page-list{
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 15px;
}
body.admin #shared-page-list{
    left: 21rem;
}
body.hide-sidebar:not(.show-sidebar) #shared-page-list,
body.page-small #shared-page-list{
    left: 0;
}
/** END shared-page-list **/
.counter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5%;
}

.table-badge {
    display: inline-block;
    line-height: 12px;
    padding: 2px 5px;
    padding-bottom: 3px;
    color: #fff;
    font-size: 11px;
    right: -1px;
    top: 1px;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
    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;
    white-space: nowrap;
    margin-bottom: 3px;
}

.table-badge .gi_svg_icon * {
    fill: #fff;
}
.badge-light .gi_svg_icon * {
    fill: #313131;
}
.badge-light {
    color: #313131;
}

/** Modal In/Out Animation **/
.modal.fade .modal-dialog{
    transform: translate(0,0);
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.modal.fade .modal-dialog {
    /*transition: transform 0.3s ease-out;*/
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
/** END Modal In/Out Animation **/

/** Selectable **/
.ui-selectable-helper{
    position: absolute;
    z-index: 100000000;
    border: 1px dotted black;
    pointer-events: none;
}
.gi_sortable_line.ui-selecting,
.gi_sortable_line.ui-selected,
.gi_sortable_line.keep-selected{
    background: var(--info-lighter);
    border: 1px solid var(--info-lighter);
}
.gi_sortable_line.ui-selected,
.gi_sortable_line.keep-selected{
    border: 1px solid var(--info);
}
/** END Selectable **/

.fake-autofill-field{
    position: absolute;
    pointer-events: none;
}
.sales-note-wrapper, .sales-note-body{
    overflow: inherit !important;
}
.note_notified {
    font-size: 0.8em;
    margin-top: 1em;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.note_notified .note_notified_label,
.note_notified .note_replied_to_label{
    font-weight: 700;
}
.ticketstaffnotes{
    padding: 1rem!important;
}
.ticketstaffnotes .dropdown-menu , .note-edit .dropdown-menu{
    position: static !important;
}

.sales-notes-wrapper{
    position: relative;
}
.sales-note-wrapper:not(:last-child){
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.admin .gantt-wrap{
    margin-left: 21rem;
}

.folder-hierarchy{
    padding-left: 2em;
}

.form-group.readonly{
    cursor:not-allowed !important; 
}
.form-group.readonly .mce-container:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--read-only-transparent-bg);
    border-color: var(--read-only-border);
    color: var(--read-only-color);
    cursor: not-allowed !important;
}

table.DTCR_clonedTable.dataTable{position:absolute !important;background-color:rgba(255, 255, 255, 0.7);z-index:202}div.DTCR_pointer{width:1px;background-color:#0259c4;z-index:201}

@media (max-width: 767px) {
    body.customers h3 {
        font-size: 1.5rem !important;
    }
    div:not(.preview-sticky-header) .preview-sticky-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .preview-sticky-container form{
        float: none !important;
        display: inline-block !important;
    }
}
@media (max-width: 400px) {
    .proposal-view .text-right, .viewestimate .text-right, .viewinvoice .text-right{
        text-align: left !important;
    } 
}

/*** project slider **/

.ui-widget.ui-widget-content {
    height: 30px;
    border-color: var(--input-border);
    background: #fff;
}
.ui-slider-handle {
    height: 36px !important;
    background: var(--success) !important;
    border: 1px solid var(--success-darker) !important;
    margin-top: 1px;
    cursor: move !important;
}
.ui-slider-range{
    background: var(--success-lighter);
}
/** END project slider **/

/*** tagit ***/
.tagit.ui-widget.ui-widget-content,
.ui-widget.ui-widget-content.ui-autocomplete{
    height: auto;
}
/*** END tagit **/

.flash {
    animation: flash 1s;
    animation-iteration-count: infinite;
}

@keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.gi-scroll-to-top-btn {
    position: fixed;
    top: 10px;
    left: calc(50% - 230px);
    z-index: 99999;
    /* dark transparent background and white text */
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.gi-scroll-to-top-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.modal-header .refresh{
    float: right;
    border: 0;
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 0.35rem;
    margin-right: 0.25rem;
}
.modal-header .refresh .badge{
    margin-right: -0.5rem;
    margin-top: -0.7rem;
}

.tags-view ul.tagit {
     margin-left: 0px !important;
}
.active_inline_block {
    display: table;
    vertical-align: middle;
}
.copy-to-clipboard {
    cursor: pointer;
}
/* Gantt colours matching task/project status */
.gantt .task-status-1 .bar {
    fill: #858796;
}
.gantt .task-status-2 .bar {
    fill: #e74a3b;
}
.gantt .task-status-3 .bar {
    fill: #858796;
}
.gantt .task-status-4 .bar {
    fill: #36b9cc;
}
.gantt .task-status-5 .bar {
    fill: #1cc88a;
}
.gantt .project-status-1 .bar {
    fill: #858796;
}
.gantt .project-status-2 .bar {
    fill: #36b9cc;
}
.gantt .project-status-3 .bar {
    fill: #f6c23e;
}
.gantt .project-status-4 .bar {
    fill: #1cc88a;
}
.gantt .project-status-5 .bar {
    fill: #858796;
}
/* Gantt colours matching task/project status : end */

.task-modal-single #task_view_description {
    word-break: break-word;
    overflow-x: scroll;
    overflow-wrap: break-word;
    overflow: auto;
}

.customers-topbar-divider {
    width: 0;
    border-right: 1px solid var(--default-border);
    height: 6rem;
    margin: auto 1rem;
}

.menu-customer-company {
    display : block;
    font-size: 0.8em;
}
.menu-customer-company {
    font-size:1.0em;
}
#strataChangeContainer {
    color: #fff;
    gap:10px;
    justify-content: end;
    align-items: center;
    text-align: center;
    padding-bottom: 6px;
}
#strataChangeContainer p{
    margin-bottom: 0px;
}

@media(max-width: 450px) {
    .paginate_button {
        display: none !important;
    }

    li.paginate_button:nth-of-type(-n+2),
    li.paginate_button:nth-last-child(-n+2),
    li.paginate_button.active {
        display: inline-block !important;
    }
    div.dataTables_wrapper div.dataTables_filter{
        width: 100%!important;
    }
    div.dataTables_wrapper div.dataTables_filter label{
        width: 100%;
    }
}

.staff_logged_in_public_warning{
    margin: 1rem auto;
}

.horizontal-scrollable-tabs .horizontal-tabs .customer-project-tabs.nav-tabs-horizontal {
    overflow-x: hidden;
}

.horizontal-scrollable-tabs .horizontal-tabs .customer-project-tabs.nav-tabs-horizontal {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
}
 
.staff-registration-roles-container {
    width:100%;
    margin-left:1px;
    margin-right:1px;
}
.customer-project-tabs.nav-tabs-horizontal {
    padding: 10px;
}

.mright15 {
    margin-right: 15px;
}
.tasks-phases .panel-heading{
    padding: 5px 10px 5px 10px;
}
.vertical-cell-label{
    vertical-align: middle !important;
    width: 2em;
    min-width: 2em;
}
.vertical-cell-label span{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    display: inline-block;
}

/*Display the sub-filter dropdowns vertically on mobile devices.*/
@media (max-width: 768px) {
    .dropdown-submenu>.dropdown-menu {
        top: 100% !important;
        left: 0 !important;
        width: 100%;
    }
    #close-menu {
        display:block !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .lead-modal-dialog {
        max-width: 90%;
    }
}
#viewEvent {
    z-index: 10005;
}
a.fc-event.line-through {
    text-decoration: line-through !important;
}

.has-field-error .form-control{
    border-color: var(--danger);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

footer.page-footer {
    position: fixed;
    bottom: 0;
    z-index: 9999;
}

/** Preview Tables **/
.preview-table{
    width: 100%;
    margin-bottom: 2rem;
    table-layout: fixed;
}
.preview-table tbody tr th,
.preview-table tbody tr td{
    padding: 0.75rem;
    line-height: 1.4em;
    vertical-align: top;
    word-wrap: break-word;
    white-space: normal;
    border-bottom: 1px solid var(--default-border);
}
.preview-table tbody tr th:first-child,
.preview-table tbody tr td:first-child{
    padding-left: 0;
}
.preview-table tbody tr th:last-child,
.preview-table tbody tr td:last-child{
    padding-right: 0;
}
.preview-table tbody tr th{
    font-weight: 700;
    width: 50%;
    min-width: 200px;
}
@media (max-width: 992px) {
    .preview-table,
    .preview-table tbody tr,
    .preview-table tbody tr th,
    .preview-table tbody tr td{
        display: block;
        padding: 0;
    }
    .preview-table tbody tr{
        margin-bottom: 1rem;
    }
    .preview-table tbody tr th,
    .preview-table tbody tr td{
        margin-bottom: 0.5rem;
    }
}
/** END Preview Tables **/

.row-blur {
    filter: blur(1.5rem);
}

.policy-settings-table {
    table-layout: fixed;
}

.policy-settings-table:hover {
    box-shadow: 3px 3px 0 transparent;
    transition: 0.5s;
}
.policy-settings-table th {
    font-weight: 600 !important;
    width: 10%;
    padding: 1.2rem 1rem !important;
}
.policy-settings-table td {
    padding: 14px 12px !important;
}
.policy-settings-table thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 1.5rem 0;
}

.disabled-row {
    background: var(--read-only-bg);
    pointer-events: none;
}

.disabled-row td:first-child {
    background: white;
    pointer-events: auto;
}

.policy-settings-table th:first-child {
    width: 5%;
}

.policy-calculations table {
    table-layout: fixed;
}

.policy-calculations table .policy-calc-headers {
    font-weight: bold;
    padding: 1.2rem 1rem !important;
    background: var(--light);
    border: 1px solid var(--light);
}

.policy-calculations table .policy-calc-items {
    padding: 1.2rem 1rem !important;
}

.policy-calculations table .policy-calc-items td {
    border: 1px solid var(--light);
}

.policy-calculations table .policy-calc-items td:first-child {
    background: var(--light);
}

/** DESIGN REFRESH **/
.panel-title-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 1rem;
}
.panel-title{
    color: var(--panel-title);
    font-size: 1.62rem;
    line-height: 2rem;
    font-weight: 600;
}
.panel-title .gi_svg_icon{
    margin-right: 1.8rem;
    font-size: 2.82rem;
    margin-left: 0;
}
.panel-title .gi_svg_icon svg *{
    fill: var(--panel-title);
}
.panel-title-wrap .panel-title-buttons .btn,
.panel-title-wrap .panel-title-buttons .btn-group{
    margin-left: 1rem;
    float: left;
}
.panel-title-wrap .panel-title-buttons .btn:first-child,
.panel-title-wrap .panel-title-buttons .btn-group:first-child{
    margin-left: 0;
}
.panel-breadcrumb{
    font-size: 1.1rem;
    font-weight: 400;
}
.panel-breadcrumb:before{
    content: '\203A';
    display: inline-block;
    vertical-align: middle;
    font-size: 3rem;
    margin: 0 1rem;
    margin-top: -0.65rem;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    .panel-title-wrap .panel-title-buttons{
        width: 100%;
    }
    .panel-title-wrap .panel-title-buttons .btn{
        margin-left: 0;
        float: none !important;
        display: inline-block;
        margin-top: 1rem;
    }
    .panel-title-wrap .panel-title-buttons .btn.new-btn{
        width: 100%;
        margin-top: 0;
    }
}
/** Icon Size Fizes **/
.delete-activity .gi_svg_icon{
    font-size: 2rem;
}
.delete-activity .gi_svg_icon svg *{
    fill: var(--danger);
}
.toggle_small_table_view{
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0;
}
.toggle_small_table_view .gi_svg_icon{
    margin: -10px 0 !important;
}
.edit_shipping_billing_info .gi_svg_icon{
    font-size: 2rem;
}
.view-task .gi_svg_icon{
    margin: 0;
}
/** END Icon Size Fixes **/

/** Filter Table Btn**/
.filter-table-btn{
    float: right;
    margin-top: 1.5px;
}
.filter-table-btn .dropdown-menu {
    right: 0;
    left: auto;
}
/** END Filter Table Btn **/

/** **/
.toggle-small-view.toggled-opened .opened,
.toggle-small-view .closed{
    display: none;
}
.toggle-small-view .opened,
.toggle-small-view.toggled-opened .closed{
    display: inline-block;
}
/** END **/

/** Colour Picker **/
.form-group:not(:last-child) .cpicker-wrapper{
    margin-bottom: 2rem;
}
.cpicker {
    cursor: pointer;
    float: left;
    margin-right: 1.5rem;
    border-radius: 0.25rem;
    position: relative;
}
.cpicker:after{
    content: '';
    top: -0.5rem;
    left: -0.5rem;
    width: 2rem;
    height: 2rem;
    position: absolute;
}
.cpicker-small {
    width: 1rem;
    height: 1rem;
}
.cpicker-big {
    width: 2rem;
    height: 2rem;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}
.cpicker.cpicker-big:after{
    top: 0rem;
    left: 0rem;
}
/** END Colour Picker **/
.copy-to-clipboard{
    position: relative;
}
.copied-to-clipboard-msg{
    position: absolute;
    background: var(--highlight-bg-color);
    z-index: 10;
    border: 1px solid var(--highlight-border);
    padding: 0.5rem;
    text-align: center;
    border-radius: 3px;
    width: 10rem;
    left: 80%;
    top: 80%;
    pointer-events: none;
}