/*! * Start Bootstrap - SB Admin 2 v4.0.7 (https://startbootstrap.com/template-overviews/sb-admin-2) * Copyright 2013-2019 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin-2/blob/master/LICENSE) */
/*! * Bootstrap v4.3.1 (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */

/*** Loader ***/
/*** Loader End ***/
/* Plugin date-dropdown Container */
/* The switch - the box around the slider */
/* Hide default HTML checkbox */
/* The slider */
/* Rounded sliders */
/* RTL Styles Start */
/* RTL Styles End */

:root {
    --blue: #4e73df;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #fd7e14;
    --yellow: #f6c23e;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #858796;
    --gray-dark: #5a5c69;
    --primary: #4e73df;
    --secondary: #858796;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #5a5c69;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.jb-template select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.jb-template article, .jb-template aside, .jb-template figcaption, .jb-template figure, .jb-template footer, .jb-template header, .jb-template hgroup, .jb-template main, .jb-template nav, .jb-template 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";
	 */
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff;
}

.jb-template [tabindex="-1"]:focus {
    outline: 0 !important;
}

.jb-template hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.jb-template h1, .jb-template h2, .jb-template h3, .jb-template h4, .jb-template h5, .jb-template h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.jb-template p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.jb-template abbr[title], .jb-template abbr[data-original-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;
}

.jb-template address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

.jb-template ol, .jb-template ul, .jb-template dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

.jb-template ol ol, .jb-template ul ul, .jb-template ol ul, .jb-template ul ol {
    margin-bottom: 0;
}

.jb-template dt {
    font-weight: 700;
}

.jb-template dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

.jb-template blockquote {
    margin: 0 0 1rem;
}

.jb-template b, .jb-template strong {
    font-weight: bolder;
}

.jb-template small {
    font-size: 80%;
}

.jb-template sub, .jb-template sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.jb-template sub {
    bottom: -0.25em;
}

.jb-template sup {
    top: -0.5em;
}

.jb-template a {
    color: #4e73df;
    text-decoration: none;
    background-color: transparent;
}

.jb-template a:hover {
    color: #224abe;
}

.jb-template a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.jb-template a:not([href]):not([tabindex]):hover, .jb-template a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

.jb-template a:not([href]):not([tabindex]):focus {
    outline: 0;
}

.jb-template pre, .jb-template code, .jb-template kbd, .jb-template samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

.jb-template pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

.jb-template figure {
    margin: 0 0 1rem;
}

.jb-template img {
    vertical-align: middle;
    border-style: none;
}

.jb-template svg {
    overflow: hidden;
    vertical-align: middle;
}

.jb-template table {
    border-collapse: collapse;
}

.jb-template caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #858796;
    text-align: left;
    caption-side: bottom;
}

.jb-template th {
    text-align: inherit;
}

.jb-template label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.jb-template button {
    border-radius: 0;
}

.jb-template button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

.jb-template input, .jb-template button, .jb-template select, .jb-template optgroup, .jb-template textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.jb-template button, .jb-template input {
    overflow: visible;
}

.jb-template button, .jb-template select {
    text-transform: none;
}

.jb-template select {
    word-wrap: normal;
}

.jb-template button, .jb-template [type="button"], .jb-template [type="reset"], .jb-template [type="submit"] {
    -webkit-appearance: button;
}

.jb-template button:not(:disabled), .jb-template [type="button"]:not(:disabled), .jb-template [type="reset"]:not(:disabled), .jb-template [type="submit"]:not(:disabled) {
    cursor: pointer;
}

.jb-template button::-moz-focus-inner, .jb-template [type="button"]::-moz-focus-inner, .jb-template [type="reset"]::-moz-focus-inner, .jb-template [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

.jb-template input[type="radio"], .jb-template input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.jb-template input[type="date"], .jb-template input[type="time"], .jb-template input[type="datetime-local"], .jb-template input[type="month"] {
    -webkit-appearance: listbox;
}

.jb-template textarea {
    overflow: auto;
    resize: vertical;
}

.jb-template fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.jb-template legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

.jb-template progress {
    vertical-align: baseline;
}

.jb-template [type="number"]::-webkit-inner-spin-button, .jb-template [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.jb-template [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

.jb-template [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jb-template ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

.jb-template output {
    display: inline-block;
}

.jb-template summary {
    display: list-item;
    cursor: pointer;
}

.jb-template template {
    display: none;
}

.jb-template [hidden] {
    display: none !important;
}

.jb-template h1, .jb-template h2, .jb-template h3, .jb-template h4, .jb-template h5, .jb-template h6, .jb-template .h1, .jb-template .h2, .jb-template .h3, .jb-template .h4, .jb-template .h5, .jb-template .h6 {
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
}

.jb-template h1, .jb-template .h1 {
    font-size: 2.5rem;
}

.jb-template h2, .jb-template .h2 {
    font-size: 2rem;
}

.jb-template h3, .jb-template .h3 {
    font-size: 1.75rem;
}

.jb-template h4, .jb-template .h4 {
    font-size: 1.5rem;
}

.jb-template h5, .jb-template .h5 {
    font-size: 1.25rem;
}

.jb-template h6, .jb-template .h6 {
    font-size: 1rem;
}

.jb-template .lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.jb-template .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.jb-template .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.jb-template .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.jb-template .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.jb-template hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.jb-template small, .jb-template .small {
    font-size: 80%;
    font-weight: 400;
}

.jb-template mark, .jb-template .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.jb-template .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.jb-template .list-inline {
    padding-left: 0;
    list-style: none;
}

.jb-template .list-inline-item {
    display: inline-block;
}

.jb-template .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.jb-template .initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.jb-template .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.jb-template .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #858796;
}

.jb-template .blockquote-footer::before {
    content: "\2014\00A0";
}

.jb-template .img-fluid {
    max-width: 100%;
    height: auto;
}

.jb-template .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dddfeb;
    border-radius: 0.35rem;
    max-width: 100%;
    height: auto;
}

.jb-template .figure {
    display: inline-block;
}

.jb-template .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.jb-template .figure-caption {
    font-size: 90%;
    color: #858796;
}

.jb-template code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

.jb-template a > code {
    color: inherit;
}

.jb-template kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #3a3b45;
    border-radius: 0.2rem;
}

.jb-template kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

.jb-template pre {
    display: block;
    font-size: 87.5%;
    color: #3a3b45;
}

.jb-template pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.jb-template .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.jb-template .container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .jb-template .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .jb-template .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .jb-template .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .jb-template .container {
        max-width: 1140px;
    }
}

.jb-template .container-fluid {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

.jb-template .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.jb-template .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.jb-template .no-gutters > .col, .jb-template .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.jb-template .col-1, .jb-template .col-2, .jb-template .col-3, .jb-template .col-4, .jb-template .col-5, .jb-template .col-6, .jb-template .col-7, .jb-template .col-8, .jb-template .col-9, .jb-template .col-10, .jb-template .col-11, .jb-template .col-12, .jb-template .col, .jb-template .col-auto, .jb-template .col-sm-1, .jb-template .col-sm-2, .jb-template .col-sm-3, .jb-template .col-sm-4, .jb-template .col-sm-5, .jb-template .col-sm-6, .jb-template .col-sm-7, .jb-template .col-sm-8, .jb-template .col-sm-9, .jb-template .col-sm-10, .jb-template .col-sm-11, .jb-template .col-sm-12, .jb-template .col-sm, .jb-template .col-sm-auto, .jb-template .col-md-1, .jb-template .col-md-2, .jb-template .col-md-3, .jb-template .col-md-4, .jb-template .col-md-5, .jb-template .col-md-6, .jb-template .col-md-7, .jb-template .col-md-8, .jb-template .col-md-9, .jb-template .col-md-10, .jb-template .col-md-11, .jb-template .col-md-12, .jb-template .col-md, .jb-template .col-md-auto, .jb-template .col-lg-1, .jb-template .col-lg-2, .jb-template .col-lg-3, .jb-template .col-lg-4, .jb-template .col-lg-5, .jb-template .col-lg-6, .jb-template .col-lg-7, .jb-template .col-lg-8, .jb-template .col-lg-9, .jb-template .col-lg-10, .jb-template .col-lg-11, .jb-template .col-lg-12, .jb-template .col-lg, .jb-template .col-lg-auto, .jb-template .col-xl-1, .jb-template .col-xl-2, .jb-template .col-xl-3, .jb-template .col-xl-4, .jb-template .col-xl-5, .jb-template .col-xl-6, .jb-template .col-xl-7, .jb-template .col-xl-8, .jb-template .col-xl-9, .jb-template .col-xl-10, .jb-template .col-xl-11, .jb-template .col-xl-12, .jb-template .col-xl, .jb-template .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.jb-template .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.jb-template .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.jb-template .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.jb-template .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.jb-template .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.jb-template .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.jb-template .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.jb-template .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.jb-template .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.jb-template .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.jb-template .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.jb-template .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.jb-template .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.jb-template .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.jb-template .order-first {
    order: -1;
}

.jb-template .order-last {
    order: 13;
}

.jb-template .order-0 {
    order: 0;
}

.jb-template .order-1 {
    order: 1;
}

.jb-template .order-2 {
    order: 2;
}

.jb-template .order-3 {
    order: 3;
}

.jb-template .order-4 {
    order: 4;
}

.jb-template .order-5 {
    order: 5;
}

.jb-template .order-6 {
    order: 6;
}

.jb-template .order-7 {
    order: 7;
}

.jb-template .order-8 {
    order: 8;
}

.jb-template .order-9 {
    order: 9;
}

.jb-template .order-10 {
    order: 10;
}

.jb-template .order-11 {
    order: 11;
}

.jb-template .order-12 {
    order: 12;
}

.jb-template .offset-1 {
    margin-left: 8.33333%;
}

.jb-template .offset-2 {
    margin-left: 16.66667%;
}

.jb-template .offset-3 {
    margin-left: 25%;
}

.jb-template .offset-4 {
    margin-left: 33.33333%;
}

.jb-template .offset-5 {
    margin-left: 41.66667%;
}

.jb-template .offset-6 {
    margin-left: 50%;
}

.jb-template .offset-7 {
    margin-left: 58.33333%;
}

.jb-template .offset-8 {
    margin-left: 66.66667%;
}

.jb-template .offset-9 {
    margin-left: 75%;
}

.jb-template .offset-10 {
    margin-left: 83.33333%;
}

.jb-template .offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .jb-template .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .jb-template .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .jb-template .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .jb-template .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .jb-template .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .jb-template .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .jb-template .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .jb-template .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .jb-template .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .jb-template .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .jb-template .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .jb-template .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .jb-template .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .jb-template .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .jb-template .order-sm-first {
        order: -1;
    }

    .jb-template .order-sm-last {
        order: 13;
    }

    .jb-template .order-sm-0 {
        order: 0;
    }

    .jb-template .order-sm-1 {
        order: 1;
    }

    .jb-template .order-sm-2 {
        order: 2;
    }

    .jb-template .order-sm-3 {
        order: 3;
    }

    .jb-template .order-sm-4 {
        order: 4;
    }

    .jb-template .order-sm-5 {
        order: 5;
    }

    .jb-template .order-sm-6 {
        order: 6;
    }

    .jb-template .order-sm-7 {
        order: 7;
    }

    .jb-template .order-sm-8 {
        order: 8;
    }

    .jb-template .order-sm-9 {
        order: 9;
    }

    .jb-template .order-sm-10 {
        order: 10;
    }

    .jb-template .order-sm-11 {
        order: 11;
    }

    .jb-template .order-sm-12 {
        order: 12;
    }

    .jb-template .offset-sm-0 {
        margin-left: 0;
    }

    .jb-template .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .jb-template .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .jb-template .offset-sm-3 {
        margin-left: 25%;
    }

    .jb-template .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .jb-template .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .jb-template .offset-sm-6 {
        margin-left: 50%;
    }

    .jb-template .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .jb-template .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .jb-template .offset-sm-9 {
        margin-left: 75%;
    }

    .jb-template .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .jb-template .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .jb-template .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .jb-template .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .jb-template .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .jb-template .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .jb-template .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .jb-template .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .jb-template .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .jb-template .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .jb-template .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .jb-template .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .jb-template .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .jb-template .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .jb-template .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .jb-template .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .jb-template .order-md-first {
        order: -1;
    }

    .jb-template .order-md-last {
        order: 13;
    }

    .jb-template .order-md-0 {
        order: 0;
    }

    .jb-template .order-md-1 {
        order: 1;
    }

    .jb-template .order-md-2 {
        order: 2;
    }

    .jb-template .order-md-3 {
        order: 3;
    }

    .jb-template .order-md-4 {
        order: 4;
    }

    .jb-template .order-md-5 {
        order: 5;
    }

    .jb-template .order-md-6 {
        order: 6;
    }

    .jb-template .order-md-7 {
        order: 7;
    }

    .jb-template .order-md-8 {
        order: 8;
    }

    .jb-template .order-md-9 {
        order: 9;
    }

    .jb-template .order-md-10 {
        order: 10;
    }

    .jb-template .order-md-11 {
        order: 11;
    }

    .jb-template .order-md-12 {
        order: 12;
    }

    .jb-template .offset-md-0 {
        margin-left: 0;
    }

    .jb-template .offset-md-1 {
        margin-left: 8.33333%;
    }

    .jb-template .offset-md-2 {
        margin-left: 16.66667%;
    }

    .jb-template .offset-md-3 {
        margin-left: 25%;
    }

    .jb-template .offset-md-4 {
        margin-left: 33.33333%;
    }

    .jb-template .offset-md-5 {
        margin-left: 41.66667%;
    }

    .jb-template .offset-md-6 {
        margin-left: 50%;
    }

    .jb-template .offset-md-7 {
        margin-left: 58.33333%;
    }

    .jb-template .offset-md-8 {
        margin-left: 66.66667%;
    }

    .jb-template .offset-md-9 {
        margin-left: 75%;
    }

    .jb-template .offset-md-10 {
        margin-left: 83.33333%;
    }

    .jb-template .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .jb-template .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .jb-template .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .jb-template .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .jb-template .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .jb-template .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .jb-template .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .jb-template .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .jb-template .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .jb-template .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .jb-template .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .jb-template .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .jb-template .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .jb-template .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .jb-template .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .jb-template .order-lg-first {
        order: -1;
    }

    .jb-template .order-lg-last {
        order: 13;
    }

    .jb-template .order-lg-0 {
        order: 0;
    }

    .jb-template .order-lg-1 {
        order: 1;
    }

    .jb-template .order-lg-2 {
        order: 2;
    }

    .jb-template .order-lg-3 {
        order: 3;
    }

    .jb-template .order-lg-4 {
        order: 4;
    }

    .jb-template .order-lg-5 {
        order: 5;
    }

    .jb-template .order-lg-6 {
        order: 6;
    }

    .jb-template .order-lg-7 {
        order: 7;
    }

    .jb-template .order-lg-8 {
        order: 8;
    }

    .jb-template .order-lg-9 {
        order: 9;
    }

    .jb-template .order-lg-10 {
        order: 10;
    }

    .jb-template .order-lg-11 {
        order: 11;
    }

    .jb-template .order-lg-12 {
        order: 12;
    }

    .jb-template .offset-lg-0 {
        margin-left: 0;
    }

    .jb-template .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .jb-template .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .jb-template .offset-lg-3 {
        margin-left: 25%;
    }

    .jb-template .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .jb-template .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .jb-template .offset-lg-6 {
        margin-left: 50%;
    }

    .jb-template .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .jb-template .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .jb-template .offset-lg-9 {
        margin-left: 75%;
    }

    .jb-template .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .jb-template .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .jb-template .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .jb-template .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .jb-template .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .jb-template .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .jb-template .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .jb-template .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .jb-template .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .jb-template .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .jb-template .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .jb-template .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .jb-template .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .jb-template .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .jb-template .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .jb-template .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .jb-template .order-xl-first {
        order: -1;
    }

    .jb-template .order-xl-last {
        order: 13;
    }

    .jb-template .order-xl-0 {
        order: 0;
    }

    .jb-template .order-xl-1 {
        order: 1;
    }

    .jb-template .order-xl-2 {
        order: 2;
    }

    .jb-template .order-xl-3 {
        order: 3;
    }

    .jb-template .order-xl-4 {
        order: 4;
    }

    .jb-template .order-xl-5 {
        order: 5;
    }

    .jb-template .order-xl-6 {
        order: 6;
    }

    .jb-template .order-xl-7 {
        order: 7;
    }

    .jb-template .order-xl-8 {
        order: 8;
    }

    .jb-template .order-xl-9 {
        order: 9;
    }

    .jb-template .order-xl-10 {
        order: 10;
    }

    .jb-template .order-xl-11 {
        order: 11;
    }

    .jb-template .order-xl-12 {
        order: 12;
    }

    .jb-template .offset-xl-0 {
        margin-left: 0;
    }

    .jb-template .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .jb-template .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .jb-template .offset-xl-3 {
        margin-left: 25%;
    }

    .jb-template .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .jb-template .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .jb-template .offset-xl-6 {
        margin-left: 50%;
    }

    .jb-template .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .jb-template .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .jb-template .offset-xl-9 {
        margin-left: 75%;
    }

    .jb-template .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .jb-template .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.jb-template .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #858796;
}

.jb-template .table th, .jb-template .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e3e6f0;
}

.jb-template .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e3e6f0;
}

.jb-template .table tbody + tbody {
    border-top: 2px solid #e3e6f0;
}

.jb-template .table-sm th, .jb-template .table-sm td {
    padding: 0.3rem;
}

.jb-template .table-bordered {
    border: 1px solid #e3e6f0;
}

.jb-template .table-bordered th, .jb-template .table-bordered td {
    border: 1px solid #e3e6f0;
}

.jb-template .table-bordered thead th, .jb-template .table-bordered thead td {
    border-bottom-width: 2px;
}

.jb-template .table-borderless th, .jb-template .table-borderless td, .jb-template .table-borderless thead th, .jb-template .table-borderless tbody + tbody {
    border: 0;
}

.jb-template .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.jb-template .table-hover tbody tr:hover {
    color: #858796;
    background-color: rgba(0, 0, 0, 0.075);
}

.jb-template .table-primary, .jb-template .table-primary > th, .jb-template .table-primary > td {
    background-color: #cdd8f6;
}

.jb-template .table-primary th, .jb-template .table-primary td, .jb-template .table-primary thead th, .jb-template .table-primary tbody + tbody {
    border-color: #a3b6ee;
}

.jb-template .table-hover .table-primary:hover {
    background-color: #b7c7f2;
}

.jb-template .table-hover .table-primary:hover > td, .jb-template .table-hover .table-primary:hover > th {
    background-color: #b7c7f2;
}

.jb-template .table-secondary, .jb-template .table-secondary > th, .jb-template .table-secondary > td {
    background-color: #dddde2;
}

.jb-template .table-secondary th, .jb-template .table-secondary td, .jb-template .table-secondary thead th, .jb-template .table-secondary tbody + tbody {
    border-color: #c0c1c8;
}

.jb-template .table-hover .table-secondary:hover {
    background-color: #cfcfd6;
}

.jb-template .table-hover .table-secondary:hover > td, .jb-template .table-hover .table-secondary:hover > th {
    background-color: #cfcfd6;
}

.jb-template .table-success, .jb-template .table-success > th, .jb-template .table-success > td {
    background-color: #bff0de;
}

.jb-template .table-success th, .jb-template .table-success td, .jb-template .table-success thead th, .jb-template .table-success tbody + tbody {
    border-color: #89e2c2;
}

.jb-template .table-hover .table-success:hover {
    background-color: #aaebd3;
}

.jb-template .table-hover .table-success:hover > td, .jb-template .table-hover .table-success:hover > th {
    background-color: #aaebd3;
}

.jb-template .table-info, .jb-template .table-info > th, .jb-template .table-info > td {
    background-color: #c7ebf1;
}

.jb-template .table-info th, .jb-template .table-info td, .jb-template .table-info thead th, .jb-template .table-info tbody + tbody {
    border-color: #96dbe4;
}

.jb-template .table-hover .table-info:hover {
    background-color: #b3e4ec;
}

.jb-template .table-hover .table-info:hover > td, .jb-template .table-hover .table-info:hover > th {
    background-color: #b3e4ec;
}

.jb-template .table-warning, .jb-template .table-warning > th, .jb-template .table-warning > td {
    background-color: #fceec9;
}

.jb-template .table-warning th, .jb-template .table-warning td, .jb-template .table-warning thead th, .jb-template .table-warning tbody + tbody {
    border-color: #fadf9b;
}

.jb-template .table-hover .table-warning:hover {
    background-color: #fbe6b1;
}

.jb-template .table-hover .table-warning:hover > td, .jb-template .table-hover .table-warning:hover > th {
    background-color: #fbe6b1;
}

.jb-template .table-danger, .jb-template .table-danger > th, .jb-template .table-danger > td {
    background-color: #f8ccc8;
}

.jb-template .table-danger th, .jb-template .table-danger td, .jb-template .table-danger thead th, .jb-template .table-danger tbody + tbody {
    border-color: #f3a199;
}

.jb-template .table-hover .table-danger:hover {
    background-color: #f5b7b1;
}

.jb-template .table-hover .table-danger:hover > td, .jb-template .table-hover .table-danger:hover > th {
    background-color: #f5b7b1;
}

.jb-template .table-light, .jb-template .table-light > th, .jb-template .table-light > td {
    background-color: #fdfdfe;
}

.jb-template .table-light th, .jb-template .table-light td, .jb-template .table-light thead th, .jb-template .table-light tbody + tbody {
    border-color: #fbfcfd;
}

.jb-template .table-hover .table-light:hover {
    background-color: #ececf6;
}

.jb-template .table-hover .table-light:hover > td, .jb-template .table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.jb-template .table-dark, .jb-template .table-dark > th, .jb-template .table-dark > td {
    background-color: #d1d1d5;
}

.jb-template .table-dark th, .jb-template .table-dark td, .jb-template .table-dark thead th, .jb-template .table-dark tbody + tbody {
    border-color: #a9aab1;
}

.jb-template .table-hover .table-dark:hover {
    background-color: #c4c4c9;
}

.jb-template .table-hover .table-dark:hover > td, .jb-template .table-hover .table-dark:hover > th {
    background-color: #c4c4c9;
}

.jb-template .table-active, .jb-template .table-active > th, .jb-template .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.jb-template .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.jb-template .table-hover .table-active:hover > td, .jb-template .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.jb-template .table .thead-dark th {
    color: #fff;
    background-color: #5a5c69;
    border-color: #6c6e7e;
}

.jb-template .table .thead-light th {
    color: #6e707e;
    background-color: #eaecf4;
    border-color: #e3e6f0;
}

.jb-template .table-dark {
    color: #fff;
    background-color: #5a5c69;
}

.jb-template .table-dark th, .jb-template .table-dark td, .jb-template .table-dark thead th {
    border-color: #6c6e7e;
}

.jb-template .table-dark.table-bordered {
    border: 0;
}

.jb-template .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.jb-template .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .jb-template .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .jb-template .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .jb-template .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .jb-template .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .jb-template .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .jb-template .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .jb-template .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .jb-template .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.jb-template .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.jb-template .table-responsive > .table-bordered {
    border: 0;
}

.jb-template .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .jb-template .form-control {
        transition: none;
    }
}

.jb-template .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.jb-template .form-control:focus {
    color: #6e707e;
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.jb-template .form-control::-webkit-input-placeholder {
    color: #858796;
    opacity: 1;
}

.jb-template .form-control::-moz-placeholder {
    color: #858796;
    opacity: 1;
}

.jb-template .form-control:-ms-input-placeholder {
    color: #858796;
    opacity: 1;
}

.jb-template .form-control::-ms-input-placeholder {
    color: #858796;
    opacity: 1;
}

.jb-template .form-control::placeholder {
    color: #858796;
    opacity: 1;
}

.jb-template .form-control:disabled, .jb-template .form-control[readonly] {
    background-color: #eaecf4;
    opacity: 1;
}

.jb-template select.form-control:focus::-ms-value {
    color: #6e707e;
    background-color: #fff;
}

.jb-template .form-control-file, .jb-template .form-control-range {
    display: block;
    width: 100%;
}

.jb-template .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;
}

.jb-template .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.jb-template .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.jb-template .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #858796;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.jb-template .form-control-plaintext.form-control-sm, .jb-template .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.jb-template .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;
}

.jb-template .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;
}

.jb-template select.form-control[size], .jb-template select.form-control[multiple] {
    height: auto;
}

.jb-template textarea.form-control {
    height: auto;
}

.jb-template .form-group {
    margin-bottom: 1rem;
}

.jb-template .form-text {
    display: block;
    margin-top: 0.25rem;
}

.jb-template .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.jb-template .form-row > .col, .jb-template .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.jb-template .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.jb-template .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.jb-template .form-check-input:disabled ~ .form-check-label {
    color: #858796;
}

.jb-template .form-check-label {
    margin-bottom: 0;
}

.jb-template .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.jb-template .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.jb-template .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #1cc88a;
}

.jb-template .valid-tooltip {
    position: absolute;
    top: 100%;
    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;
}

.jb-template .was-validated .form-control:valid, .jb-template .form-control.is-valid {
    border-color: #1cc88a;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.jb-template .was-validated .form-control:valid:focus, .jb-template .form-control.is-valid:focus {
    border-color: #1cc88a;
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

.jb-template .was-validated .form-control:valid ~ .valid-feedback, .jb-template .was-validated .form-control:valid ~ .valid-tooltip, .jb-template .form-control.is-valid ~ .valid-feedback, .jb-template .form-control.is-valid ~ .valid-tooltip {
    display: block;
}

.jb-template .was-validated textarea.form-control:valid, .jb-template 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);
}

.jb-template .was-validated .custom-select:valid, .jb-template .custom-select.is-valid {
    border-color: #1cc88a;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.jb-template .was-validated .custom-select:valid:focus, .jb-template .custom-select.is-valid:focus {
    border-color: #1cc88a;
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

.jb-template .was-validated .custom-select:valid ~ .valid-feedback, .jb-template .was-validated .custom-select:valid ~ .valid-tooltip, .jb-template .custom-select.is-valid ~ .valid-feedback, .jb-template .custom-select.is-valid ~ .valid-tooltip {
    display: block;
}

.jb-template .was-validated .form-control-file:valid ~ .valid-feedback, .jb-template .was-validated .form-control-file:valid ~ .valid-tooltip, .jb-template .form-control-file.is-valid ~ .valid-feedback, .jb-template .form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.jb-template .was-validated .form-check-input:valid ~ .form-check-label, .jb-template .form-check-input.is-valid ~ .form-check-label {
    color: #1cc88a;
}

.jb-template .was-validated .form-check-input:valid ~ .valid-feedback, .jb-template .was-validated .form-check-input:valid ~ .valid-tooltip, .jb-template .form-check-input.is-valid ~ .valid-feedback, .jb-template .form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.jb-template .was-validated .custom-control-input:valid ~ .custom-control-label, .jb-template .custom-control-input.is-valid ~ .custom-control-label {
    color: #1cc88a;
}

.jb-template .was-validated .custom-control-input:valid ~ .custom-control-label::before, .jb-template .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #1cc88a;
}

.jb-template .was-validated .custom-control-input:valid ~ .valid-feedback, .jb-template .was-validated .custom-control-input:valid ~ .valid-tooltip, .jb-template .custom-control-input.is-valid ~ .valid-feedback, .jb-template .custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.jb-template .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .jb-template .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34e3a4;
    background-color: #34e3a4;
}

.jb-template .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .jb-template .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

.jb-template .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .jb-template .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #1cc88a;
}

.jb-template .was-validated .custom-file-input:valid ~ .custom-file-label, .jb-template .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #1cc88a;
}

.jb-template .was-validated .custom-file-input:valid ~ .valid-feedback, .jb-template .was-validated .custom-file-input:valid ~ .valid-tooltip, .jb-template .custom-file-input.is-valid ~ .valid-feedback, .jb-template .custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.jb-template .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .jb-template .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #1cc88a;
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

.jb-template .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #e74a3b;
}

.jb-template .invalid-tooltip {
    position: absolute;
    top: 100%;
    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;
}

.jb-template .was-validated .form-control:invalid, .jb-template .form-control.is-invalid {
    border-color: #e74a3b;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e74a3b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e74a3b' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.jb-template .was-validated .form-control:invalid:focus, .jb-template .form-control.is-invalid:focus {
    border-color: #e74a3b;
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

.jb-template .was-validated .form-control:invalid ~ .invalid-feedback, .jb-template .was-validated .form-control:invalid ~ .invalid-tooltip, .jb-template .form-control.is-invalid ~ .invalid-feedback, .jb-template .form-control.is-invalid ~ .invalid-tooltip {
    display: block;
}

.jb-template .was-validated textarea.form-control:invalid, .jb-template 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);
}

.jb-template .was-validated .custom-select:invalid, .jb-template .custom-select.is-invalid {
    border-color: #e74a3b;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e74a3b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e74a3b' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.jb-template .was-validated .custom-select:invalid:focus, .jb-template .custom-select.is-invalid:focus {
    border-color: #e74a3b;
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

.jb-template .was-validated .custom-select:invalid ~ .invalid-feedback, .jb-template .was-validated .custom-select:invalid ~ .invalid-tooltip, .jb-template .custom-select.is-invalid ~ .invalid-feedback, .jb-template .custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}

.jb-template .was-validated .form-control-file:invalid ~ .invalid-feedback, .jb-template .was-validated .form-control-file:invalid ~ .invalid-tooltip, .jb-template .form-control-file.is-invalid ~ .invalid-feedback, .jb-template .form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.jb-template .was-validated .form-check-input:invalid ~ .form-check-label, .jb-template .form-check-input.is-invalid ~ .form-check-label {
    color: #e74a3b;
}

.jb-template .was-validated .form-check-input:invalid ~ .invalid-feedback, .jb-template .was-validated .form-check-input:invalid ~ .invalid-tooltip, .jb-template .form-check-input.is-invalid ~ .invalid-feedback, .jb-template .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.jb-template .was-validated .custom-control-input:invalid ~ .custom-control-label, .jb-template .custom-control-input.is-invalid ~ .custom-control-label {
    color: #e74a3b;
}

.jb-template .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .jb-template .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #e74a3b;
}

.jb-template .was-validated .custom-control-input:invalid ~ .invalid-feedback, .jb-template .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .jb-template .custom-control-input.is-invalid ~ .invalid-feedback, .jb-template .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.jb-template .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .jb-template .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #ed7468;
    background-color: #ed7468;
}

.jb-template .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .jb-template .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

.jb-template .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .jb-template .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #e74a3b;
}

.jb-template .was-validated .custom-file-input:invalid ~ .custom-file-label, .jb-template .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #e74a3b;
}

.jb-template .was-validated .custom-file-input:invalid ~ .invalid-feedback, .jb-template .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .jb-template .custom-file-input.is-invalid ~ .invalid-feedback, .jb-template .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.jb-template .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .jb-template .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #e74a3b;
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

.jb-template .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.jb-template .form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .jb-template .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .jb-template .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .jb-template .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .jb-template .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .jb-template .form-inline .input-group, .jb-template .form-inline .custom-select {
        width: auto;
    }

    .jb-template .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .jb-template .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .jb-template .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .jb-template .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.jb-template .btn {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    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;
}

@media (prefers-reduced-motion: reduce) {
    .jb-template .btn {
        transition: none;
    }
}

.jb-template .btn:hover {
    color: #858796;
    text-decoration: none;
}

.jb-template .btn:focus, .jb-template .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.jb-template .btn.disabled, .jb-template .btn:disabled {
    opacity: 0.65;
}

.jb-template a.btn.disabled, .jb-template fieldset:disabled a.btn {
    pointer-events: none;
}

.jb-template .btn-primary {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}

.jb-template .btn-primary:hover {
    color: #fff;
    background-color: #2e59d9;
    border-color: #2653d4;
}

.jb-template .btn-primary:focus, .jb-template .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}

.jb-template .btn-primary.disabled, .jb-template .btn-primary:disabled {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}

.jb-template .btn-primary:not(:disabled):not(.disabled):active, .jb-template .btn-primary:not(:disabled):not(.disabled).active, .jb-template .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2653d4;
    border-color: #244ec9;
}

.jb-template .btn-primary:not(:disabled):not(.disabled):active:focus, .jb-template .btn-primary:not(:disabled):not(.disabled).active:focus, .jb-template .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}

.jb-template .btn-secondary {
    color: #fff;
    background-color: #858796;
    border-color: #858796;
}

.jb-template .btn-secondary:hover {
    color: #fff;
    background-color: #717384;
    border-color: #6b6d7d;
}

.jb-template .btn-secondary:focus, .jb-template .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}

.jb-template .btn-secondary.disabled, .jb-template .btn-secondary:disabled {
    color: #fff;
    background-color: #858796;
    border-color: #858796;
}

.jb-template .btn-secondary:not(:disabled):not(.disabled):active, .jb-template .btn-secondary:not(:disabled):not(.disabled).active, .jb-template .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6b6d7d;
    border-color: #656776;
}

.jb-template .btn-secondary:not(:disabled):not(.disabled):active:focus, .jb-template .btn-secondary:not(:disabled):not(.disabled).active:focus, .jb-template .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}

.jb-template .btn-success {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
}

.jb-template .btn-success:hover {
    color: #fff;
    background-color: #17a673;
    border-color: #169b6b;
}

.jb-template .btn-success:focus, .jb-template .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}

.jb-template .btn-success.disabled, .jb-template .btn-success:disabled {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
}

.jb-template .btn-success:not(:disabled):not(.disabled):active, .jb-template .btn-success:not(:disabled):not(.disabled).active, .jb-template .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #169b6b;
    border-color: #149063;
}

.jb-template .btn-success:not(:disabled):not(.disabled):active:focus, .jb-template .btn-success:not(:disabled):not(.disabled).active:focus, .jb-template .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}

.jb-template .btn-info {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc;
}

.jb-template .btn-info:hover {
    color: #fff;
    background-color: #2c9faf;
    border-color: #2a96a5;
}

.jb-template .btn-info:focus, .jb-template .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}

.jb-template .btn-info.disabled, .jb-template .btn-info:disabled {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc;
}

.jb-template .btn-info:not(:disabled):not(.disabled):active, .jb-template .btn-info:not(:disabled):not(.disabled).active, .jb-template .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2a96a5;
    border-color: #278c9b;
}

.jb-template .btn-info:not(:disabled):not(.disabled):active:focus, .jb-template .btn-info:not(:disabled):not(.disabled).active:focus, .jb-template .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}

.jb-template .btn-warning {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e;
}

.jb-template .btn-warning:hover {
    color: #fff;
    background-color: #f4b619;
    border-color: #f4b30d;
}

.jb-template .btn-warning:focus, .jb-template .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
}

.jb-template .btn-warning.disabled, .jb-template .btn-warning:disabled {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e;
}

.jb-template .btn-warning:not(:disabled):not(.disabled):active, .jb-template .btn-warning:not(:disabled):not(.disabled).active, .jb-template .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f4b30d;
    border-color: #e9aa0b;
}

.jb-template .btn-warning:not(:disabled):not(.disabled):active:focus, .jb-template .btn-warning:not(:disabled):not(.disabled).active:focus, .jb-template .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
}

.jb-template .btn-danger {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b;
}

.jb-template .btn-danger:hover {
    color: #fff;
    background-color: #e02d1b;
    border-color: #d52a1a;
}

.jb-template .btn-danger:focus, .jb-template .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}

.jb-template .btn-danger.disabled, .jb-template .btn-danger:disabled {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b;
}

.jb-template .btn-danger:not(:disabled):not(.disabled):active, .jb-template .btn-danger:not(:disabled):not(.disabled).active, .jb-template .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d52a1a;
    border-color: #ca2819;
}

.jb-template .btn-danger:not(:disabled):not(.disabled):active:focus, .jb-template .btn-danger:not(:disabled):not(.disabled).active:focus, .jb-template .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}

.jb-template .btn-light {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc;
}

.jb-template .btn-light:hover {
    color: #3a3b45;
    background-color: #dde2f1;
    border-color: #d4daed;
}

.jb-template .btn-light:focus, .jb-template .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}

.jb-template .btn-light.disabled, .jb-template .btn-light:disabled {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc;
}

.jb-template .btn-light:not(:disabled):not(.disabled):active, .jb-template .btn-light:not(:disabled):not(.disabled).active, .jb-template .show > .btn-light.dropdown-toggle {
    color: #3a3b45;
    background-color: #d4daed;
    border-color: #cbd3e9;
}

.jb-template .btn-light:not(:disabled):not(.disabled):active:focus, .jb-template .btn-light:not(:disabled):not(.disabled).active:focus, .jb-template .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}

.jb-template .btn-dark {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69;
}

.jb-template .btn-dark:hover {
    color: #fff;
    background-color: #484a54;
    border-color: #42444e;
}

.jb-template .btn-dark:focus, .jb-template .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}

.jb-template .btn-dark.disabled, .jb-template .btn-dark:disabled {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69;
}

.jb-template .btn-dark:not(:disabled):not(.disabled):active, .jb-template .btn-dark:not(:disabled):not(.disabled).active, .jb-template .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #42444e;
    border-color: #3d3e47;
}

.jb-template .btn-dark:not(:disabled):not(.disabled):active:focus, .jb-template .btn-dark:not(:disabled):not(.disabled).active:focus, .jb-template .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}

.jb-template .btn-outline-primary {
    color: #4e73df;
    border-color: #4e73df;
}

.jb-template .btn-outline-primary:hover {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}

.jb-template .btn-outline-primary:focus, .jb-template .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}

.jb-template .btn-outline-primary.disabled, .jb-template .btn-outline-primary:disabled {
    color: #4e73df;
    background-color: transparent;
}

.jb-template .btn-outline-primary:not(:disabled):not(.disabled):active, .jb-template .btn-outline-primary:not(:disabled):not(.disabled).active, .jb-template .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}

.jb-template .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .jb-template .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .jb-template .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}

.jb-template .btn-outline-secondary {
    color: #858796;
    border-color: #858796;
}

.jb-template .btn-outline-secondary:hover {
    color: #fff;
    background-color: #858796;
    border-color: #858796;
}

.jb-template .btn-outline-secondary:focus, .jb-template .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

.jb-template .btn-outline-secondary.disabled, .jb-template .btn-outline-secondary:disabled {
    color: #858796;
    background-color: transparent;
}

.jb-template .btn-outline-secondary:not(:disabled):not(.disabled):active, .jb-template .btn-outline-secondary:not(:disabled):not(.disabled).active, .jb-template .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #858796;
    border-color: #858796;
}

.jb-template .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .jb-template .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .jb-template .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

.jb-template .btn-outline-success {
    color: #1cc88a;
    border-color: #1cc88a;
}

.jb-template .btn-outline-success:hover {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
}

.jb-template .btn-outline-success:focus, .jb-template .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

.jb-template .btn-outline-success.disabled, .jb-template .btn-outline-success:disabled {
    color: #1cc88a;
    background-color: transparent;
}

.jb-template .btn-outline-success:not(:disabled):not(.disabled):active, .jb-template .btn-outline-success:not(:disabled):not(.disabled).active, .jb-template .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
}

.jb-template .btn-outline-success:not(:disabled):not(.disabled):active:focus, .jb-template .btn-outline-success:not(:disabled):not(.disabled).active:focus, .jb-template .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

.jb-template .btn-outline-info {
    color: #36b9cc;
    border-color: #36b9cc;
}

.jb-template .btn-outline-info:hover {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc;
}

.jb-template .btn-outline-info:focus, .jb-template .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}

.jb-template .btn-outline-info.disabled, .jb-template .btn-outline-info:disabled {
    color: #36b9cc;
    background-color: transparent;
}

.jb-template .btn-outline-info:not(:disabled):not(.disabled):active, .jb-template .btn-outline-info:not(:disabled):not(.disabled).active, .jb-template .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc;
}

.jb-template .btn-outline-info:not(:disabled):not(.disabled):active:focus, .jb-template .btn-outline-info:not(:disabled):not(.disabled).active:focus, .jb-template .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}

.jb-template .btn-outline-warning {
    color: #f6c23e;
    border-color: #f6c23e;
}

.jb-template .btn-outline-warning:hover {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e;
}

.jb-template .btn-outline-warning:focus, .jb-template .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}

.jb-template .btn-outline-warning.disabled, .jb-template .btn-outline-warning:disabled {
    color: #f6c23e;
    background-color: transparent;
}

.jb-template .btn-outline-warning:not(:disabled):not(.disabled):active, .jb-template .btn-outline-warning:not(:disabled):not(.disabled).active, .jb-template .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e;
}

.jb-template .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .jb-template .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .jb-template .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}

.jb-template .btn-outline-danger {
    color: #e74a3b;
    border-color: #e74a3b;
}

.jb-template .btn-outline-danger:hover {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b;
}

.jb-template .btn-outline-danger:focus, .jb-template .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}

.jb-template .btn-outline-danger.disabled, .jb-template .btn-outline-danger:disabled {
    color: #e74a3b;
    background-color: transparent;
}

.jb-template .btn-outline-danger:not(:disabled):not(.disabled):active, .jb-template .btn-outline-danger:not(:disabled):not(.disabled).active, .jb-template .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b;
}

.jb-template .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .jb-template .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .jb-template .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}

.jb-template .btn-outline-light {
    color: #f8f9fc;
    border-color: #f8f9fc;
}

.jb-template .btn-outline-light:hover {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc;
}

.jb-template .btn-outline-light:focus, .jb-template .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

.jb-template .btn-outline-light.disabled, .jb-template .btn-outline-light:disabled {
    color: #f8f9fc;
    background-color: transparent;
}

.jb-template .btn-outline-light:not(:disabled):not(.disabled):active, .jb-template .btn-outline-light:not(:disabled):not(.disabled).active, .jb-template .show > .btn-outline-light.dropdown-toggle {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc;
}

.jb-template .btn-outline-light:not(:disabled):not(.disabled):active:focus, .jb-template .btn-outline-light:not(:disabled):not(.disabled).active:focus, .jb-template .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

.jb-template .btn-outline-dark {
    color: #5a5c69;
    border-color: #5a5c69;
}

.jb-template .btn-outline-dark:hover {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69;
}

.jb-template .btn-outline-dark:focus, .jb-template .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

.jb-template .btn-outline-dark.disabled, .jb-template .btn-outline-dark:disabled {
    color: #5a5c69;
    background-color: transparent;
}

.jb-template .btn-outline-dark:not(:disabled):not(.disabled):active, .jb-template .btn-outline-dark:not(:disabled):not(.disabled).active, .jb-template .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69;
}

.jb-template .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .jb-template .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .jb-template .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

.jb-template .btn-link {
    font-weight: 400;
    color: #4e73df;
    text-decoration: none;
}

.jb-template .btn-link:hover {
    color: #224abe;
    text-decoration: underline;
}

.jb-template .btn-link:focus, .jb-template .btn-link.focus {
    text-decoration: underline;
    box-shadow: none;
}

.jb-template .btn-link:disabled, .jb-template .btn-link.disabled {
    color: #858796;
    pointer-events: none;
}

.jb-template .btn-lg, .jb-template .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.jb-template .btn-sm, .jb-template .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.jb-template .btn-block {
    display: block;
    width: 100%;
}

.jb-template .btn-block + .btn-block {
    margin-top: 0.5rem;
}

.jb-template input[type="submit"].btn-block, .jb-template input[type="reset"].btn-block, .jb-template input[type="button"].btn-block {
    width: 100%;
}

.jb-template .fade {
    transition: opacity 0.25s linear;
}

@media (prefers-reduced-motion: reduce) {
    .jb-template .fade {
        transition: none;
    }
}

.jb-template .fade:not(.show) {
    opacity: 0;
}

.jb-template .collapse:not(.show) {
    display: none;
}

.jb-template .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .jb-template .collapsing {
        transition: none;
    }
}

.jb-template .dropup, .jb-template .dropright, .jb-template .dropdown, .jb-template .dropleft {
    position: relative;
}

.jb-template .dropdown-toggle {
    white-space: nowrap;
}

.jb-template .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.jb-template .dropdown-toggle:empty::after {
    margin-left: 0;
}

.jb-template .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: 0.85rem;
    color: #858796;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}

.jb-template .dropdown-menu-left {
    right: auto;
    left: 0;
}

.jb-template .dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .jb-template .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .jb-template .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .jb-template .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .jb-template .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .jb-template .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .jb-template .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .jb-template .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .jb-template .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.jb-template .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.jb-template .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;
}

.jb-template .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.jb-template .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.jb-template .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;
}

.jb-template .dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.jb-template .dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.jb-template .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.jb-template .dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.jb-template .dropleft .dropdown-toggle::after {
    display: none;
}

.jb-template .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;
}

.jb-template .dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.jb-template .dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.jb-template .dropdown-menu[x-placement^="top"], .jb-template .dropdown-menu[x-placement^="right"], .jb-template .dropdown-menu[x-placement^="bottom"], .jb-template .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.jb-template .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #eaecf4;
}

.jb-template .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #3a3b45;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.jb-template .dropdown-item:hover, .jb-template .dropdown-item:focus {
    color: #2e2f37;
    text-decoration: none;
    background-color: #f8f9fc;
}

.jb-template .dropdown-item.active, .jb-template .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #4e73df;
}

.jb-template .dropdown-item.disabled, .jb-template .dropdown-item:disabled {
    color: #858796;
    pointer-events: none;
    background-color: transparent;
}

.jb-template .dropdown-menu.show {
    display: block;
}

.jb-template .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #858796;
    white-space: nowrap;
}

.jb-template .dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #3a3b45;
}

.jb-template .btn-group, .jb-template .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.jb-template .btn-group > .btn, .jb-template .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}

.jb-template .btn-group > .btn:hover, .jb-template .btn-group-vertical > .btn:hover {
    z-index: 1;
}

.jb-template .btn-group > .btn:focus, .jb-template .btn-group > .btn:active, .jb-template .btn-group > .btn.active, .jb-template .btn-group-vertical > .btn:focus, .jb-template .btn-group-vertical > .btn:active, .jb-template .btn-group-vertical > .btn.active {
    z-index: 1;
}

.jb-template .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.jb-template .btn-toolbar .input-group {
    width: auto;
}

.jb-template .btn-group > .btn:not(:first-child), .jb-template .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.jb-template .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .jb-template .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.jb-template .btn-group > .btn:not(:first-child), .jb-template .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.jb-template .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.jb-template .dropdown-toggle-split::after, .jb-template .dropup .dropdown-toggle-split::after, .jb-template .dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.jb-template .dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.jb-template .btn-sm + .dropdown-toggle-split, .jb-template .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.jb-template .btn-lg + .dropdown-toggle-split, .jb-template .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.jb-template .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.jb-template .btn-group-vertical > .btn, .jb-template .btn-group-vertical > .btn-group {
    width: 100%;
}

.jb-template .btn-group-vertical > .btn:not(:first-child), .jb-template .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}

.jb-template .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .jb-template .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.jb-template .btn-group-vertical > .btn:not(:first-child), .jb-template .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.jb-template .btn-group-toggle > .btn, .jb-template .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

.jb-template .btn-group-toggle > .btn input[type="radio"], .jb-template .btn-group-toggle > .btn input[type="checkbox"], .jb-template .btn-group-toggle > .btn-group > .btn input[type="radio"], .jb-template .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.jb-template .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.jb-template .input-group > .form-control, .jb-template .input-group > .form-control-plaintext, .jb-template .input-group > .custom-select, .jb-template .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.jb-template .input-group > .form-control + .form-control, .jb-template .input-group > .form-control + .custom-select, .jb-template .input-group > .form-control + .custom-file, .jb-template .input-group > .form-control-plaintext + .form-control, .jb-template .input-group > .form-control-plaintext + .custom-select, .jb-template .input-group > .form-control-plaintext + .custom-file, .jb-template .input-group > .custom-select + .form-control, .jb-template .input-group > .custom-select + .custom-select, .jb-template .input-group > .custom-select + .custom-file, .jb-template .input-group > .custom-file + .form-control, .jb-template .input-group > .custom-file + .custom-select, .jb-template .input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.jb-template .input-group > .form-control:focus, .jb-template .input-group > .custom-select:focus, .jb-template .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.jb-template .input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.jb-template .input-group > .form-control:not(:last-child), .jb-template .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.jb-template .input-group > .form-control:not(:first-child), .jb-template .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.jb-template .input-group > .custom-file {
    display: flex;
    align-items: center;
}

.jb-template .input-group > .custom-file:not(:last-child) .custom-file-label, .jb-template .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.jb-template .input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.jb-template .input-group-prepend, .jb-template .input-group-append {
    display: flex;
}

.jb-template .input-group-prepend .btn, .jb-template .input-group-append .btn {
    position: relative;
    z-index: 2;
}

.jb-template .input-group-prepend .btn:focus, .jb-template .input-group-append .btn:focus {
    z-index: 3;
}

.jb-template .input-group-prepend .btn + .btn, .jb-template .input-group-prepend .btn + .input-group-text, .jb-template .input-group-prepend .input-group-text + .input-group-text, .jb-template .input-group-prepend .input-group-text + .btn, .jb-template .input-group-append .btn + .btn, .jb-template .input-group-append .btn + .input-group-text, .jb-template .input-group-append .input-group-text + .input-group-text, .jb-template .input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.jb-template .input-group-prepend {
    margin-right: -1px;
}

.jb-template .input-group-append {
    margin-left: -1px;
}

.jb-template .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    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;
}

.jb-template .input-group-text input[type="radio"], .jb-template .input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.jb-template .input-group-lg > .form-control:not(textarea), .jb-template .input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.jb-template .input-group-lg > .form-control, .jb-template .input-group-lg > .custom-select, .jb-template .input-group-lg > .input-group-prepend > .input-group-text, .jb-template .input-group-lg > .input-group-append > .input-group-text, .jb-template .input-group-lg > .input-group-prepend > .btn, .jb-template .input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.jb-template .input-group-sm > .form-control:not(textarea), .jb-template .input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.jb-template .input-group-sm > .form-control, .jb-template .input-group-sm > .custom-select, .jb-template .input-group-sm > .input-group-prepend > .input-group-text, .jb-template .input-group-sm > .input-group-append > .input-group-text, .jb-template .input-group-sm > .input-group-prepend > .btn, .jb-template .input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.jb-template .input-group-lg > .custom-select, .jb-template .input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

.jb-template .input-group > .input-group-prepend > .btn, .jb-template .input-group > .input-group-prepend > .input-group-text, .jb-template .input-group > .input-group-append:not(:last-child) > .btn, .jb-template .input-group > .input-group-append:not(:last-child) > .input-group-text, .jb-template .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .jb-template .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.jb-template .input-group > .input-group-append > .btn, .jb-template .input-group > .input-group-append > .input-group-text, .jb-template .input-group > .input-group-prepend:not(:first-child) > .btn, .jb-template .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .jb-template .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .jb-template .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.jb-template .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.jb-template .custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.jb-template .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.jb-template .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #4e73df;
    background-color: #4e73df;
}

.jb-template .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.jb-template .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #bac8f3;
}

.jb-template .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #e5ebfa;
    border-color: #e5ebfa;
}

.jb-template .custom-control-input:disabled ~ .custom-control-label {
    color: #858796;
}

.jb-template .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #eaecf4;
}

.jb-template .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.jb-template .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #b7b9cc solid 1px;
}

.jb-template .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.jb-template .custom-checkbox .custom-control-label::before {
    border-radius: 0.35rem;
}

.jb-template .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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.jb-template .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #4e73df;
    background-color: #4e73df;
}

.jb-template .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' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.jb-template .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(78, 115, 223, 0.5);
}

.jb-template .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(78, 115, 223, 0.5);
}

.jb-template .custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.jb-template .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' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.jb-template .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(78, 115, 223, 0.5);
}

.jb-template .custom-switch {
    padding-left: 2.25rem;
}

.jb-template .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.jb-template .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) {
    .jb-template .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.jb-template .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}

.jb-template .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(78, 115, 223, 0.5);
}

.jb-template .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: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.jb-template .custom-select:focus {
    border-color: #bac8f3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.jb-template .custom-select:focus::-ms-value {
    color: #6e707e;
    background-color: #fff;
}

.jb-template .custom-select[multiple], .jb-template .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.jb-template .custom-select:disabled {
    color: #858796;
    background-color: #eaecf4;
}

.jb-template .custom-select::-ms-expand {
    display: none;
}

.jb-template .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;
}

.jb-template .custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.jb-template .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.jb-template .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.jb-template .custom-file-input:focus ~ .custom-file-label {
    border-color: #bac8f3;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.jb-template .custom-file-input:disabled ~ .custom-file-label {
    background-color: #eaecf4;
}

.jb-template .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.jb-template .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.jb-template .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;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
}

.jb-template .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;
}

.jb-template .custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.jb-template .custom-range:focus {
    outline: none;
}

.jb-template .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.jb-template .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.jb-template .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.jb-template .custom-range::-moz-focus-outer {
    border: 0;
}

.jb-template .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .jb-template .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.jb-template .custom-range::-webkit-slider-thumb:active {
    background-color: #e5ebfa;
}

.jb-template .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem;
}

.jb-template .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .jb-template .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.jb-template .custom-range::-moz-range-thumb:active {
    background-color: #e5ebfa;
}

.jb-template .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem;
}

.jb-template .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .jb-template .custom-range::-ms-thumb {
        transition: none;
    }
}

.jb-template .custom-range::-ms-thumb:active {
    background-color: #e5ebfa;
}

.jb-template .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.jb-template .custom-range::-ms-fill-lower {
    background-color: #dddfeb;
    border-radius: 1rem;
}

.jb-template .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dddfeb;
    border-radius: 1rem;
}

.jb-template .custom-range:disabled::-webkit-slider-thumb {
    background-color: #b7b9cc;
}

.jb-template .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.jb-template .custom-range:disabled::-moz-range-thumb {
    background-color: #b7b9cc;
}

.jb-template .custom-range:disabled::-moz-range-track {
    cursor: default;
}

.jb-template .custom-range:disabled::-ms-thumb {
    background-color: #b7b9cc;
}

.jb-template .custom-control-label::before, .jb-template .custom-file-label, .jb-template .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) {
    .jb-template .custom-control-label::before, .jb-template .custom-file-label, .jb-template .custom-select {
        transition: none;
    }
}

.jb-template .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.jb-template .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.jb-template .nav-link:hover, .jb-template .nav-link:focus {
    text-decoration: none;
}

.jb-template .nav-link.disabled {
    color: #858796;
    pointer-events: none;
    cursor: default;
}

.jb-template .nav-tabs {
    border-bottom: 1px solid #dddfeb;
}

.jb-template .nav-tabs .nav-item {
    margin-bottom: -1px;
}

.jb-template .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}

.jb-template .nav-tabs .nav-link:hover, .jb-template .nav-tabs .nav-link:focus {
    border-color: #eaecf4 #eaecf4 #dddfeb;
}

.jb-template .nav-tabs .nav-link.disabled {
    color: #858796;
    background-color: transparent;
    border-color: transparent;
}

.jb-template .nav-tabs .nav-link.active, .jb-template .nav-tabs .nav-item.show .nav-link {
    color: #6e707e;
    background-color: #fff;
    border-color: #dddfeb #dddfeb #fff;
}

.jb-template .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.jb-template .nav-pills .nav-link {
    border-radius: 0.35rem;
}

.jb-template .nav-pills .nav-link.active, .jb-template .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #4e73df;
}

.jb-template .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.jb-template .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.jb-template .tab-content > .tab-pane {
    display: none;
}

.jb-template .tab-content > .active {
    display: block;
}

.jb-template .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.jb-template .navbar > .container, .jb-template .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.jb-template .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;
}

.jb-template .navbar-brand:hover, .jb-template .navbar-brand:focus {
    text-decoration: none;
}

.jb-template .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.jb-template .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.jb-template .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.jb-template .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.jb-template .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.jb-template .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;
}

.jb-template .navbar-toggler:hover, .jb-template .navbar-toggler:focus {
    text-decoration: none;
}

.jb-template .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .jb-template .navbar-expand-sm > .container, .jb-template .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .jb-template .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .jb-template .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .jb-template .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .jb-template .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .jb-template .navbar-expand-sm > .container, .jb-template .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap;
    }

    .jb-template .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .jb-template .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .jb-template .navbar-expand-md > .container, .jb-template .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .jb-template .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .jb-template .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .jb-template .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .jb-template .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .jb-template .navbar-expand-md > .container, .jb-template .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap;
    }

    .jb-template .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .jb-template .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .jb-template .navbar-expand-lg > .container, .jb-template .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .jb-template .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .jb-template .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .jb-template .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .jb-template .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .jb-template .navbar-expand-lg > .container, .jb-template .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }

    .jb-template .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .jb-template .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .jb-template .navbar-expand-xl > .container, .jb-template .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .jb-template .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .jb-template .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .jb-template .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .jb-template .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .jb-template .navbar-expand-xl > .container, .jb-template .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap;
    }

    .jb-template .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .jb-template .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.jb-template .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.jb-template .navbar-expand > .container, .jb-template .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.jb-template .navbar-expand .navbar-nav {
    flex-direction: row;
}

.jb-template .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.jb-template .navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.jb-template .navbar-expand > .container, .jb-template .navbar-expand > .container-fluid {
    flex-wrap: nowrap;
}

.jb-template .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.jb-template .navbar-expand .navbar-toggler {
    display: none;
}

.jb-template .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.jb-template .navbar-light .navbar-brand:hover, .jb-template .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.jb-template .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.jb-template .navbar-light .navbar-nav .nav-link:hover, .jb-template .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.jb-template .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.jb-template .navbar-light .navbar-nav .show > .nav-link, .jb-template .navbar-light .navbar-nav .active > .nav-link, .jb-template .navbar-light .navbar-nav .nav-link.show, .jb-template .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.jb-template .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.jb-template .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.jb-template .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.jb-template .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.jb-template .navbar-light .navbar-text a:hover, .jb-template .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.jb-template .navbar-dark .navbar-brand {
    color: #fff;
}

.jb-template .navbar-dark .navbar-brand:hover, .jb-template .navbar-dark .navbar-brand:focus {
    color: #fff;
}

.jb-template .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255,);
}

.jb-template .navbar-dark .navbar-nav .nav-link:hover, .jb-template .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.jb-template .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.jb-template .navbar-dark .navbar-nav .show > .nav-link, .jb-template .navbar-dark .navbar-nav .active > .nav-link, .jb-template .navbar-dark .navbar-nav .nav-link.show, .jb-template .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.jb-template .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.jb-template .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.jb-template .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.jb-template .navbar-dark .navbar-text a {
    color: #fff;
}

.jb-template .navbar-dark .navbar-text a:hover, .jb-template .navbar-dark .navbar-text a:focus {
    color: #fff;
}

.jb-template .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}

.jb-template .card > hr {
    margin-right: 0;
    margin-left: 0;
}

.jb-template .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}

.jb-template .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}

.jb-template .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.jb-template .card-title {
    margin-bottom: 0.75rem;
}

.jb-template .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.jb-template .card-text:last-child {
    margin-bottom: 0;
}

.jb-template .card-link:hover {
    text-decoration: none;
}

.jb-template .card-link + .card-link {
    margin-left: 1.25rem;
}

.jb-template .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0;
}

.jb-template .card-header:first-child {
    border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
}

.jb-template .card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.jb-template .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f8f9fc;
    border-top: 1px solid #e3e6f0;
}

.jb-template .card-footer:last-child {
    border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 1px);
}

.jb-template .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.jb-template .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.jb-template .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.jb-template .card-img {
    width: 100%;
    border-radius: calc(0.35rem - 1px);
}

.jb-template .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.35rem - 1px);
    border-top-right-radius: calc(0.35rem - 1px);
}

.jb-template .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.35rem - 1px);
    border-bottom-left-radius: calc(0.35rem - 1px);
}

.jb-template .card-deck {
    display: flex;
    flex-direction: column;
}

.jb-template .card-deck .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .jb-template .card-deck {
        flex-flow: row wrap;
        margin-right: -0.75rem;
        margin-left: -0.75rem;
    }

    .jb-template .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 0.75rem;
        margin-bottom: 0;
        margin-left: 0.75rem;
    }
}

.jb-template .card-group {
    display: flex;
    flex-direction: column;
}

.jb-template .card-group > .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .jb-template .card-group {
        flex-flow: row wrap;
    }

    .jb-template .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .jb-template .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .jb-template .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .jb-template .card-group > .card:not(:last-child) .card-img-top, .jb-template .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .jb-template .card-group > .card:not(:last-child) .card-img-bottom, .jb-template .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .jb-template .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .jb-template .card-group > .card:not(:first-child) .card-img-top, .jb-template .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .jb-template .card-group > .card:not(:first-child) .card-img-bottom, .jb-template .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.jb-template .card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .jb-template .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .jb-template .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.jb-template .accordion > .card {
    overflow: hidden;
}

.jb-template .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.jb-template .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.jb-template .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.jb-template .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.jb-template .accordion > .card .card-header {
    margin-bottom: -1px;
}

.jb-template .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eaecf4;
    border-radius: 0.35rem;
}

.jb-template .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.jb-template .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #858796;
    content: "/";
}

.jb-template .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.jb-template .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.jb-template .breadcrumb-item.active {
    color: #858796;
}

.jb-template .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.35rem;
}

.jb-template .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e73df;
    background-color: #fff;
    border: 1px solid #dddfeb;
}

.jb-template .page-link:hover {
    z-index: 2;
    color: #224abe;
    text-decoration: none;
    background-color: #eaecf4;
    border-color: #dddfeb;
}

.jb-template .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.jb-template .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}

.jb-template .page-item:last-child .page-link {
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
}

.jb-template .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}

.jb-template .page-item.disabled .page-link {
    color: #858796;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dddfeb;
}

.jb-template .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.jb-template .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.jb-template .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.jb-template .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.jb-template .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.jb-template .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.jb-template .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.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;
}

@media (prefers-reduced-motion: reduce) {
    .jb-template .badge {
        transition: none;
    }
}

.jb-template a.badge:hover, .jb-template a.badge:focus {
    text-decoration: none;
}

.jb-template .badge:empty {
    display: none;
}

.jb-template .btn .badge {
    position: relative;
    top: -1px;
}

.jb-template .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.jb-template .badge-primary {
    color: #fff;
    background-color: #4e73df;
}

.jb-template a.badge-primary:hover, .jb-template a.badge-primary:focus {
    color: #fff;
    background-color: #2653d4;
}

.jb-template a.badge-primary:focus, .jb-template a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}

.jb-template .badge-secondary {
    color: #fff;
    background-color: #858796;
}

.jb-template a.badge-secondary:hover, .jb-template a.badge-secondary:focus {
    color: #fff;
    background-color: #6b6d7d;
}

.jb-template a.badge-secondary:focus, .jb-template a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

.jb-template .badge-success {
    color: #fff;
    background-color: #1cc88a;
}

.jb-template a.badge-success:hover, .jb-template a.badge-success:focus {
    color: #fff;
    background-color: #169b6b;
}

.jb-template a.badge-success:focus, .jb-template a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

.jb-template .badge-info {
    color: #fff;
    background-color: #36b9cc;
}

.jb-template a.badge-info:hover, .jb-template a.badge-info:focus {
    color: #fff;
    background-color: #2a96a5;
}

.jb-template a.badge-info:focus, .jb-template a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}

.jb-template .badge-warning {
    color: #fff;
    background-color: #f6c23e;
}

.jb-template a.badge-warning:hover, .jb-template a.badge-warning:focus {
    color: #fff;
    background-color: #f4b30d;
}

.jb-template a.badge-warning:focus, .jb-template a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}

.jb-template .badge-danger {
    color: #fff;
    background-color: #e74a3b;
}

.jb-template a.badge-danger:hover, .jb-template a.badge-danger:focus {
    color: #fff;
    background-color: #d52a1a;
}

.jb-template a.badge-danger:focus, .jb-template a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}

.jb-template .badge-light {
    color: #3a3b45;
    background-color: #f8f9fc;
}

.jb-template a.badge-light:hover, .jb-template a.badge-light:focus {
    color: #3a3b45;
    background-color: #d4daed;
}

.jb-template a.badge-light:focus, .jb-template a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

.jb-template .badge-dark {
    color: #fff;
    background-color: #5a5c69;
}

.jb-template a.badge-dark:hover, .jb-template a.badge-dark:focus {
    color: #fff;
    background-color: #42444e;
}

.jb-template a.badge-dark:focus, .jb-template a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

.jb-template .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eaecf4;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jb-template .jumbotron {
        padding: 4rem 2rem;
    }
}

.jb-template .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.jb-template .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.35rem;
}

.jb-template .alert-heading {
    color: inherit;
}

.jb-template .alert-link {
    font-weight: 700;
}

.jb-template .alert-dismissible {
    padding-right: 4rem;
}

.jb-template .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.jb-template .alert-primary {
    color: #293c74;
    background-color: #dce3f9;
    border-color: #cdd8f6;
}

.jb-template .alert-primary hr {
    border-top-color: #b7c7f2;
}

.jb-template .alert-primary .alert-link {
    color: #1c294e;
}

.jb-template .alert-secondary {
    color: #45464e;
    background-color: #e7e7ea;
    border-color: #dddde2;
}

.jb-template .alert-secondary hr {
    border-top-color: #cfcfd6;
}

.jb-template .alert-secondary .alert-link {
    color: #2d2e33;
}

.jb-template .alert-success {
    color: #0f6848;
    background-color: #d2f4e8;
    border-color: #bff0de;
}

.jb-template .alert-success hr {
    border-top-color: #aaebd3;
}

.jb-template .alert-success .alert-link {
    color: #093b29;
}

.jb-template .alert-info {
    color: #1c606a;
    background-color: #d7f1f5;
    border-color: #c7ebf1;
}

.jb-template .alert-info hr {
    border-top-color: #b3e4ec;
}

.jb-template .alert-info .alert-link {
    color: #113b42;
}

.jb-template .alert-warning {
    color: #806520;
    background-color: #fdf3d8;
    border-color: #fceec9;
}

.jb-template .alert-warning hr {
    border-top-color: #fbe6b1;
}

.jb-template .alert-warning .alert-link {
    color: #574516;
}

.jb-template .alert-danger {
    color: #78261f;
    background-color: #fadbd8;
    border-color: #f8ccc8;
}

.jb-template .alert-danger hr {
    border-top-color: #f5b7b1;
}

.jb-template .alert-danger .alert-link {
    color: #4f1915;
}

.jb-template .alert-light {
    color: #818183;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.jb-template .alert-light hr {
    border-top-color: #ececf6;
}

.jb-template .alert-light .alert-link {
    color: #686869;
}

.jb-template .alert-dark {
    color: #2f3037;
    background-color: #dedee1;
    border-color: #d1d1d5;
}

.jb-template .alert-dark hr {
    border-top-color: #c4c4c9;
}

.jb-template .alert-dark .alert-link {
    color: #18181c;
}

@-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;
    }
}

.jb-template .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #eaecf4;
    border-radius: 0.35rem;
}

.jb-template .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4e73df;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .jb-template .progress-bar {
        transition: none;
    }
}

.jb-template .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;
}

.jb-template .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .jb-template .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.jb-template .media {
    display: flex;
    align-items: flex-start;
}

.jb-template .media-body {
    flex: 1;
}

.jb-template .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.jb-template .list-group-item-action {
    width: 100%;
    color: #6e707e;
    text-align: inherit;
}

.jb-template .list-group-item-action:hover, .jb-template .list-group-item-action:focus {
    z-index: 1;
    color: #6e707e;
    text-decoration: none;
    background-color: #f8f9fc;
}

.jb-template .list-group-item-action:active {
    color: #858796;
    background-color: #eaecf4;
}

.jb-template .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.jb-template .list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}

.jb-template .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}

.jb-template .list-group-item.disabled, .jb-template .list-group-item:disabled {
    color: #858796;
    pointer-events: none;
    background-color: #fff;
}

.jb-template .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}

.jb-template .list-group-horizontal {
    flex-direction: row;
}

.jb-template .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}

.jb-template .list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
}

.jb-template .list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
    .jb-template .list-group-horizontal-sm {
        flex-direction: row;
    }

    .jb-template .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .jb-template .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.35rem;
        border-bottom-left-radius: 0.35rem;
        border-top-right-radius: 0;
    }

    .jb-template .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.35rem;
        border-bottom-right-radius: 0.35rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 768px) {
    .jb-template .list-group-horizontal-md {
        flex-direction: row;
    }

    .jb-template .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .jb-template .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.35rem;
        border-bottom-left-radius: 0.35rem;
        border-top-right-radius: 0;
    }

    .jb-template .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.35rem;
        border-bottom-right-radius: 0.35rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 992px) {
    .jb-template .list-group-horizontal-lg {
        flex-direction: row;
    }

    .jb-template .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .jb-template .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.35rem;
        border-bottom-left-radius: 0.35rem;
        border-top-right-radius: 0;
    }

    .jb-template .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.35rem;
        border-bottom-right-radius: 0.35rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 1200px) {
    .jb-template .list-group-horizontal-xl {
        flex-direction: row;
    }

    .jb-template .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .jb-template .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.35rem;
        border-bottom-left-radius: 0.35rem;
        border-top-right-radius: 0;
    }

    .jb-template .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.35rem;
        border-bottom-right-radius: 0.35rem;
        border-bottom-left-radius: 0;
    }
}

.jb-template .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.jb-template .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}

.jb-template .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.jb-template .list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.jb-template .list-group-item-primary {
    color: #293c74;
    background-color: #cdd8f6;
}

.jb-template .list-group-item-primary.list-group-item-action:hover, .jb-template .list-group-item-primary.list-group-item-action:focus {
    color: #293c74;
    background-color: #b7c7f2;
}

.jb-template .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #293c74;
    border-color: #293c74;
}

.jb-template .list-group-item-secondary {
    color: #45464e;
    background-color: #dddde2;
}

.jb-template .list-group-item-secondary.list-group-item-action:hover, .jb-template .list-group-item-secondary.list-group-item-action:focus {
    color: #45464e;
    background-color: #cfcfd6;
}

.jb-template .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #45464e;
    border-color: #45464e;
}

.jb-template .list-group-item-success {
    color: #0f6848;
    background-color: #bff0de;
}

.jb-template .list-group-item-success.list-group-item-action:hover, .jb-template .list-group-item-success.list-group-item-action:focus {
    color: #0f6848;
    background-color: #aaebd3;
}

.jb-template .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f6848;
    border-color: #0f6848;
}

.jb-template .list-group-item-info {
    color: #1c606a;
    background-color: #c7ebf1;
}

.jb-template .list-group-item-info.list-group-item-action:hover, .jb-template .list-group-item-info.list-group-item-action:focus {
    color: #1c606a;
    background-color: #b3e4ec;
}

.jb-template .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #1c606a;
    border-color: #1c606a;
}

.jb-template .list-group-item-warning {
    color: #806520;
    background-color: #fceec9;
}

.jb-template .list-group-item-warning.list-group-item-action:hover, .jb-template .list-group-item-warning.list-group-item-action:focus {
    color: #806520;
    background-color: #fbe6b1;
}

.jb-template .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #806520;
    border-color: #806520;
}

.jb-template .list-group-item-danger {
    color: #78261f;
    background-color: #f8ccc8;
}

.jb-template .list-group-item-danger.list-group-item-action:hover, .jb-template .list-group-item-danger.list-group-item-action:focus {
    color: #78261f;
    background-color: #f5b7b1;
}

.jb-template .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #78261f;
    border-color: #78261f;
}

.jb-template .list-group-item-light {
    color: #818183;
    background-color: #fdfdfe;
}

.jb-template .list-group-item-light.list-group-item-action:hover, .jb-template .list-group-item-light.list-group-item-action:focus {
    color: #818183;
    background-color: #ececf6;
}

.jb-template .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818183;
    border-color: #818183;
}

.jb-template .list-group-item-dark {
    color: #2f3037;
    background-color: #d1d1d5;
}

.jb-template .list-group-item-dark.list-group-item-action:hover, .jb-template .list-group-item-dark.list-group-item-action:focus {
    color: #2f3037;
    background-color: #c4c4c9;
}

.jb-template .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #2f3037;
    border-color: #2f3037;
}

.jb-template .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.jb-template .close:hover {
    color: #000;
    text-decoration: none;
}

.jb-template .close:not(:disabled):not(.disabled):hover, .jb-template .close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}

.jb-template button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.jb-template a.close.disabled {
    pointer-events: none;
}

.jb-template .toast {
    max-width: 350px;
    overflow: hidden;
    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);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

.jb-template .toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.jb-template .toast.showing {
    opacity: 1;
}

.jb-template .toast.show {
    display: block;
    opacity: 1;
}

.jb-template .toast.hide {
    display: none;
}

.jb-template .toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #858796;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.jb-template .toast-body {
    padding: 0.75rem;
}

.jb-template .modal-open {
    overflow: hidden;
}

.jb-template .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.jb-template .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.jb-template .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.jb-template .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .jb-template .modal.fade .modal-dialog {
        transition: none;
    }
}

.jb-template .modal.show .modal-dialog {
    transform: none;
}

.jb-template .modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.jb-template .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.jb-template .modal-dialog-scrollable .modal-header, .jb-template .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.jb-template .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.jb-template .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.jb-template .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.jb-template .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.jb-template .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.jb-template .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.jb-template .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.jb-template .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.jb-template .modal-backdrop.fade {
    opacity: 0;
}

.jb-template .modal-backdrop.show {
    opacity: 0.8;
}

.jb-template .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e3e6f0;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.jb-template .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.jb-template .modal-title {
    margin-bottom: 0;
    line-height: 1;
}

.jb-template .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.jb-template .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e3e6f0;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.jb-template .modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}

.jb-template .modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}

.jb-template .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .jb-template .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .jb-template .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .jb-template .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .jb-template .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .jb-template .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .jb-template .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .jb-template .modal-lg, .jb-template .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .jb-template .modal-xl {
        max-width: 1140px;
    }
}

.jb-template .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-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;
}

.jb-template .tooltip.show {
    opacity: 0.9;
}

.jb-template .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.jb-template .tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.jb-template .bs-tooltip-top, .jb-template .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.jb-template .bs-tooltip-top .arrow, .jb-template .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.jb-template .bs-tooltip-top .arrow::before, .jb-template .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.jb-template .bs-tooltip-right, .jb-template .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.jb-template .bs-tooltip-right .arrow, .jb-template .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.jb-template .bs-tooltip-right .arrow::before, .jb-template .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.jb-template .bs-tooltip-bottom, .jb-template .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.jb-template .bs-tooltip-bottom .arrow, .jb-template .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.jb-template .bs-tooltip-bottom .arrow::before, .jb-template .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.jb-template .bs-tooltip-left, .jb-template .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.jb-template .bs-tooltip-left .arrow, .jb-template .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.jb-template .bs-tooltip-left .arrow::before, .jb-template .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.jb-template .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.35rem;
}

.jb-template .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-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;
}

.jb-template .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.jb-template .popover .arrow::before, .jb-template .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.jb-template .bs-popover-top, .jb-template .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.jb-template .bs-popover-top > .arrow, .jb-template .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.jb-template .bs-popover-top > .arrow::before, .jb-template .bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.jb-template .bs-popover-top > .arrow::after, .jb-template .bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.jb-template .bs-popover-right, .jb-template .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.jb-template .bs-popover-right > .arrow, .jb-template .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.jb-template .bs-popover-right > .arrow::before, .jb-template .bs-popover-auto[x-placement^="right"] > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.jb-template .bs-popover-right > .arrow::after, .jb-template .bs-popover-auto[x-placement^="right"] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.jb-template .bs-popover-bottom, .jb-template .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.jb-template .bs-popover-bottom > .arrow, .jb-template .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1);
}

.jb-template .bs-popover-bottom > .arrow::before, .jb-template .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.jb-template .bs-popover-bottom > .arrow::after, .jb-template .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.jb-template .bs-popover-bottom .popover-header::before, .jb-template .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.jb-template .bs-popover-left, .jb-template .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.jb-template .bs-popover-left > .arrow, .jb-template .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.jb-template .bs-popover-left > .arrow::before, .jb-template .bs-popover-auto[x-placement^="left"] > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.jb-template .bs-popover-left > .arrow::after, .jb-template .bs-popover-auto[x-placement^="left"] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.jb-template .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.jb-template .popover-header:empty {
    display: none;
}

.jb-template .popover-body {
    padding: 0.5rem 0.75rem;
    color: #858796;
}

.jb-template .carousel {
    position: relative;
}

.jb-template .carousel.pointer-event {
    touch-action: pan-y;
}

.jb-template .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.jb-template .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.jb-template .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) {
    .jb-template .carousel-item {
        transition: none;
    }
}

.jb-template .carousel-item.active, .jb-template .carousel-item-next, .jb-template .carousel-item-prev {
    display: block;
}

.jb-template .carousel-item-next:not(.carousel-item-left), .jb-template .active.carousel-item-right {
    transform: translateX(100%);
}

.jb-template .carousel-item-prev:not(.carousel-item-right), .jb-template .active.carousel-item-left {
    transform: translateX(-100%);
}

.jb-template .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.jb-template .carousel-fade .carousel-item.active, .jb-template .carousel-fade .carousel-item-next.carousel-item-left, .jb-template .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.jb-template .carousel-fade .active.carousel-item-left, .jb-template .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
    .jb-template .carousel-fade .active.carousel-item-left, .jb-template .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.jb-template .carousel-control-prev, .jb-template .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .jb-template .carousel-control-prev, .jb-template .carousel-control-next {
        transition: none;
    }
}

.jb-template .carousel-control-prev:hover, .jb-template .carousel-control-prev:focus, .jb-template .carousel-control-next:hover, .jb-template .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.jb-template .carousel-control-prev {
    left: 0;
}

.jb-template .carousel-control-next {
    right: 0;
}

.jb-template .carousel-control-prev-icon, .jb-template .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.jb-template .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.jb-template .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.jb-template .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;
}

.jb-template .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) {
    .jb-template .carousel-indicators li {
        transition: none;
    }
}

.jb-template .carousel-indicators .active {
    opacity: 1;
}

.jb-template .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);
    }
}

.jb-template .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: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

.jb-template .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

.jb-template .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}

.jb-template .spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.jb-template .align-baseline {
    vertical-align: baseline !important;
}

.jb-template .align-top {
    vertical-align: top !important;
}

.jb-template .align-middle {
    vertical-align: middle !important;
}

.jb-template .align-bottom {
    vertical-align: bottom !important;
}

.jb-template .align-text-bottom {
    vertical-align: text-bottom !important;
}

.jb-template .align-text-top {
    vertical-align: text-top !important;
}

.jb-template .bg-primary {
    background-color: #4e73df !important;
}

.jb-template a.bg-primary:hover, .jb-template a.bg-primary:focus, .jb-template button.bg-primary:hover, .jb-template button.bg-primary:focus {
    background-color: #2653d4 !important;
}

.jb-template .bg-secondary {
    background-color: #858796 !important;
}

.jb-template a.bg-secondary:hover, .jb-template a.bg-secondary:focus, .jb-template button.bg-secondary:hover, .jb-template button.bg-secondary:focus {
    background-color: #6b6d7d !important;
}

.jb-template .bg-success {
    background-color: #1cc88a !important;
}

.jb-template a.bg-success:hover, .jb-template a.bg-success:focus, .jb-template button.bg-success:hover, .jb-template button.bg-success:focus {
    background-color: #169b6b !important;
}

.jb-template .bg-info {
    background-color: #36b9cc !important;
}

.jb-template a.bg-info:hover, .jb-template a.bg-info:focus, .jb-template button.bg-info:hover, .jb-template button.bg-info:focus {
    background-color: #2a96a5 !important;
}

.jb-template .bg-warning {
    background-color: #f6c23e !important;
}

.jb-template a.bg-warning:hover, .jb-template a.bg-warning:focus, .jb-template button.bg-warning:hover, .jb-template button.bg-warning:focus {
    background-color: #f4b30d !important;
}

.jb-template .bg-danger {
    background-color: #e74a3b !important;
}

.jb-template a.bg-danger:hover, .jb-template a.bg-danger:focus, .jb-template button.bg-danger:hover, .jb-template button.bg-danger:focus {
    background-color: #d52a1a !important;
}

.jb-template .bg-light {
    background-color: #f8f9fc !important;
}

.jb-template a.bg-light:hover, .jb-template a.bg-light:focus, .jb-template button.bg-light:hover, .jb-template button.bg-light:focus {
    background-color: #d4daed !important;
}

.jb-template .bg-dark {
    background-color: #5a5c69 !important;
}

.jb-template a.bg-dark:hover, .jb-template a.bg-dark:focus, .jb-template button.bg-dark:hover, .jb-template button.bg-dark:focus {
    background-color: #42444e !important;
}

.jb-template .bg-white {
    background-color: #fff !important;
}

.jb-template .bg-transparent {
    background-color: transparent !important;
}

.jb-template .border {
    border: 1px solid #e3e6f0 !important;
}

.jb-template .border-top {
    border-top: 1px solid #e3e6f0 !important;
}

.jb-template .border-right {
    border-right: 1px solid #e3e6f0 !important;
}

.jb-template .border-bottom {
    border-bottom: 1px solid #e3e6f0 !important;
}

.jb-template .border-left {
    border-left: 1px solid #e3e6f0 !important;
}

.jb-template .border-0 {
    border: 0 !important;
}

.jb-template .border-top-0 {
    border-top: 0 !important;
}

.jb-template .border-right-0 {
    border-right: 0 !important;
}

.jb-template .border-bottom-0 {
    border-bottom: 0 !important;
}

.jb-template .border-left-0 {
    border-left: 0 !important;
}

.jb-template .border-primary {
    border-color: #4e73df !important;
}

.jb-template .border-secondary {
    border-color: #858796 !important;
}

.jb-template .border-success {
    border-color: #1cc88a !important;
}

.jb-template .border-info {
    border-color: #36b9cc !important;
}

.jb-template .border-warning {
    border-color: #f6c23e !important;
}

.jb-template .border-danger {
    border-color: #e74a3b !important;
}

.jb-template .border-light {
    border-color: #f8f9fc !important;
}

.jb-template .border-dark {
    border-color: #5a5c69 !important;
}

.jb-template .border-white {
    border-color: #fff !important;
}

.jb-template .rounded-sm {
    border-radius: 0.2rem !important;
}

.jb-template .rounded {
    border-radius: 0.35rem !important;
}

.jb-template .rounded-top {
    border-top-left-radius: 0.35rem !important;
    border-top-right-radius: 0.35rem !important;
}

.jb-template .rounded-right {
    border-top-right-radius: 0.35rem !important;
    border-bottom-right-radius: 0.35rem !important;
}

.jb-template .rounded-bottom {
    border-bottom-right-radius: 0.35rem !important;
    border-bottom-left-radius: 0.35rem !important;
}

.jb-template .rounded-left {
    border-top-left-radius: 0.35rem !important;
    border-bottom-left-radius: 0.35rem !important;
}

.jb-template .rounded-lg {
    border-radius: 0.3rem !important;
}

.jb-template .rounded-circle {
    border-radius: 50% !important;
}

.jb-template .rounded-pill {
    border-radius: 50rem !important;
}

.jb-template .rounded-0 {
    border-radius: 0 !important;
}

.jb-template .clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.jb-template .d-none {
    display: none !important;
}

.jb-template .d-inline {
    display: inline !important;
}

.jb-template .d-inline-block {
    display: inline-block !important;
}

.jb-template .d-block {
    display: block !important;
}

.jb-template .d-table {
    display: table !important;
}

.jb-template .d-table-row {
    display: table-row !important;
}

.jb-template .d-table-cell {
    display: table-cell !important;
}

.jb-template .d-flex {
    display: flex !important;
}

.jb-template .d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .jb-template .d-sm-none {
        display: none !important;
    }

    .jb-template .d-sm-inline {
        display: inline !important;
    }

    .jb-template .d-sm-inline-block {
        display: inline-block !important;
    }

    .jb-template .d-sm-block {
        display: block !important;
    }

    .jb-template .d-sm-table {
        display: table !important;
    }

    .jb-template .d-sm-table-row {
        display: table-row !important;
    }

    .jb-template .d-sm-table-cell {
        display: table-cell !important;
    }

    .jb-template .d-sm-flex {
        display: flex !important;
    }

    .jb-template .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .jb-template .d-md-none {
        display: none !important;
    }

    .jb-template .d-md-inline {
        display: inline !important;
    }

    .jb-template .d-md-inline-block {
        display: inline-block !important;
    }

    .jb-template .d-md-block {
        display: block !important;
    }

    .jb-template .d-md-table {
        display: table !important;
    }

    .jb-template .d-md-table-row {
        display: table-row !important;
    }

    .jb-template .d-md-table-cell {
        display: table-cell !important;
    }

    .jb-template .d-md-flex {
        display: flex !important;
    }

    .jb-template .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .jb-template .d-lg-none {
        display: none !important;
    }

    .jb-template .d-lg-inline {
        display: inline !important;
    }

    .jb-template .d-lg-inline-block {
        display: inline-block !important;
    }

    .jb-template .d-lg-block {
        display: block !important;
    }

    .jb-template .d-lg-table {
        display: table !important;
    }

    .jb-template .d-lg-table-row {
        display: table-row !important;
    }

    .jb-template .d-lg-table-cell {
        display: table-cell !important;
    }

    .jb-template .d-lg-flex {
        display: flex !important;
    }

    .jb-template .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .jb-template .d-xl-none {
        display: none !important;
    }

    .jb-template .d-xl-inline {
        display: inline !important;
    }

    .jb-template .d-xl-inline-block {
        display: inline-block !important;
    }

    .jb-template .d-xl-block {
        display: block !important;
    }

    .jb-template .d-xl-table {
        display: table !important;
    }

    .jb-template .d-xl-table-row {
        display: table-row !important;
    }

    .jb-template .d-xl-table-cell {
        display: table-cell !important;
    }

    .jb-template .d-xl-flex {
        display: flex !important;
    }

    .jb-template .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .jb-template .d-print-none {
        display: none !important;
    }

    .jb-template .d-print-inline {
        display: inline !important;
    }

    .jb-template .d-print-inline-block {
        display: inline-block !important;
    }

    .jb-template .d-print-block {
        display: block !important;
    }

    .jb-template .d-print-table {
        display: table !important;
    }

    .jb-template .d-print-table-row {
        display: table-row !important;
    }

    .jb-template .d-print-table-cell {
        display: table-cell !important;
    }

    .jb-template .d-print-flex {
        display: flex !important;
    }

    .jb-template .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.jb-template .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.jb-template .embed-responsive::before {
    display: block;
    content: "";
}

.jb-template .embed-responsive .embed-responsive-item, .jb-template .embed-responsive iframe, .jb-template .embed-responsive embed, .jb-template .embed-responsive object, .jb-template .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.jb-template .embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.jb-template .embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.jb-template .embed-responsive-4by3::before {
    padding-top: 75%;
}

.jb-template .embed-responsive-1by1::before {
    padding-top: 100%;
}

.jb-template .flex-row {
    flex-direction: row !important;
}

.jb-template .flex-column {
    flex-direction: column !important;
}

.jb-template .flex-row-reverse {
    flex-direction: row-reverse !important;
}

.jb-template .flex-column-reverse {
    flex-direction: column-reverse !important;
}

.jb-template .flex-wrap {
    flex-wrap: wrap !important;
}

.jb-template .flex-nowrap {
    flex-wrap: nowrap !important;
}

.jb-template .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.jb-template .flex-fill {
    flex: 1 1 auto !important;
}

.jb-template .flex-grow-0 {
    flex-grow: 0 !important;
}

.jb-template .flex-grow-1 {
    flex-grow: 1 !important;
}

.jb-template .flex-shrink-0 {
    flex-shrink: 0 !important;
}

.jb-template .flex-shrink-1 {
    flex-shrink: 1 !important;
}

.jb-template .justify-content-start {
    justify-content: flex-start !important;
}

.jb-template .justify-content-end {
    justify-content: flex-end !important;
}

.jb-template .justify-content-center {
    justify-content: center !important;
}

.jb-template .justify-content-between {
    justify-content: space-between !important;
}

.jb-template .justify-content-around {
    justify-content: space-around !important;
}

.jb-template .align-items-start {
    align-items: flex-start !important;
}

.jb-template .align-items-end {
    align-items: flex-end !important;
}

.jb-template .align-items-center {
    align-items: center !important;
}

.jb-template .align-items-baseline {
    align-items: baseline !important;
}

.jb-template .align-items-stretch {
    align-items: stretch !important;
}

.jb-template .align-content-start {
    align-content: flex-start !important;
}

.jb-template .align-content-end {
    align-content: flex-end !important;
}

.jb-template .align-content-center {
    align-content: center !important;
}

.jb-template .align-content-between {
    align-content: space-between !important;
}

.jb-template .align-content-around {
    align-content: space-around !important;
}

.jb-template .align-content-stretch {
    align-content: stretch !important;
}

.jb-template .align-self-auto {
    align-self: auto !important;
}

.jb-template .align-self-start {
    align-self: flex-start !important;
}

.jb-template .align-self-end {
    align-self: flex-end !important;
}

.jb-template .align-self-center {
    align-self: center !important;
}

.jb-template .align-self-baseline {
    align-self: baseline !important;
}

.jb-template .align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .jb-template .flex-sm-row {
        flex-direction: row !important;
    }

    .jb-template .flex-sm-column {
        flex-direction: column !important;
    }

    .jb-template .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .jb-template .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .jb-template .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .jb-template .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .jb-template .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .jb-template .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .jb-template .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .jb-template .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .jb-template .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .jb-template .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .jb-template .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .jb-template .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .jb-template .justify-content-sm-center {
        justify-content: center !important;
    }

    .jb-template .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .jb-template .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .jb-template .align-items-sm-start {
        align-items: flex-start !important;
    }

    .jb-template .align-items-sm-end {
        align-items: flex-end !important;
    }

    .jb-template .align-items-sm-center {
        align-items: center !important;
    }

    .jb-template .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .jb-template .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .jb-template .align-content-sm-start {
        align-content: flex-start !important;
    }

    .jb-template .align-content-sm-end {
        align-content: flex-end !important;
    }

    .jb-template .align-content-sm-center {
        align-content: center !important;
    }

    .jb-template .align-content-sm-between {
        align-content: space-between !important;
    }

    .jb-template .align-content-sm-around {
        align-content: space-around !important;
    }

    .jb-template .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .jb-template .align-self-sm-auto {
        align-self: auto !important;
    }

    .jb-template .align-self-sm-start {
        align-self: flex-start !important;
    }

    .jb-template .align-self-sm-end {
        align-self: flex-end !important;
    }

    .jb-template .align-self-sm-center {
        align-self: center !important;
    }

    .jb-template .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .jb-template .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .jb-template .flex-md-row {
        flex-direction: row !important;
    }

    .jb-template .flex-md-column {
        flex-direction: column !important;
    }

    .jb-template .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .jb-template .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .jb-template .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .jb-template .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .jb-template .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .jb-template .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .jb-template .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .jb-template .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .jb-template .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .jb-template .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .jb-template .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .jb-template .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .jb-template .justify-content-md-center {
        justify-content: center !important;
    }

    .jb-template .justify-content-md-between {
        justify-content: space-between !important;
    }

    .jb-template .justify-content-md-around {
        justify-content: space-around !important;
    }

    .jb-template .align-items-md-start {
        align-items: flex-start !important;
    }

    .jb-template .align-items-md-end {
        align-items: flex-end !important;
    }

    .jb-template .align-items-md-center {
        align-items: center !important;
    }

    .jb-template .align-items-md-baseline {
        align-items: baseline !important;
    }

    .jb-template .align-items-md-stretch {
        align-items: stretch !important;
    }

    .jb-template .align-content-md-start {
        align-content: flex-start !important;
    }

    .jb-template .align-content-md-end {
        align-content: flex-end !important;
    }

    .jb-template .align-content-md-center {
        align-content: center !important;
    }

    .jb-template .align-content-md-between {
        align-content: space-between !important;
    }

    .jb-template .align-content-md-around {
        align-content: space-around !important;
    }

    .jb-template .align-content-md-stretch {
        align-content: stretch !important;
    }

    .jb-template .align-self-md-auto {
        align-self: auto !important;
    }

    .jb-template .align-self-md-start {
        align-self: flex-start !important;
    }

    .jb-template .align-self-md-end {
        align-self: flex-end !important;
    }

    .jb-template .align-self-md-center {
        align-self: center !important;
    }

    .jb-template .align-self-md-baseline {
        align-self: baseline !important;
    }

    .jb-template .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .jb-template .flex-lg-row {
        flex-direction: row !important;
    }

    .jb-template .flex-lg-column {
        flex-direction: column !important;
    }

    .jb-template .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .jb-template .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .jb-template .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .jb-template .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .jb-template .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .jb-template .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .jb-template .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .jb-template .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .jb-template .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .jb-template .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .jb-template .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .jb-template .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .jb-template .justify-content-lg-center {
        justify-content: center !important;
    }

    .jb-template .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .jb-template .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .jb-template .align-items-lg-start {
        align-items: flex-start !important;
    }

    .jb-template .align-items-lg-end {
        align-items: flex-end !important;
    }

    .jb-template .align-items-lg-center {
        align-items: center !important;
    }

    .jb-template .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .jb-template .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .jb-template .align-content-lg-start {
        align-content: flex-start !important;
    }

    .jb-template .align-content-lg-end {
        align-content: flex-end !important;
    }

    .jb-template .align-content-lg-center {
        align-content: center !important;
    }

    .jb-template .align-content-lg-between {
        align-content: space-between !important;
    }

    .jb-template .align-content-lg-around {
        align-content: space-around !important;
    }

    .jb-template .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .jb-template .align-self-lg-auto {
        align-self: auto !important;
    }

    .jb-template .align-self-lg-start {
        align-self: flex-start !important;
    }

    .jb-template .align-self-lg-end {
        align-self: flex-end !important;
    }

    .jb-template .align-self-lg-center {
        align-self: center !important;
    }

    .jb-template .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .jb-template .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .jb-template .flex-xl-row {
        flex-direction: row !important;
    }

    .jb-template .flex-xl-column {
        flex-direction: column !important;
    }

    .jb-template .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .jb-template .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .jb-template .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .jb-template .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .jb-template .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .jb-template .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .jb-template .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .jb-template .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .jb-template .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .jb-template .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .jb-template .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .jb-template .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .jb-template .justify-content-xl-center {
        justify-content: center !important;
    }

    .jb-template .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .jb-template .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .jb-template .align-items-xl-start {
        align-items: flex-start !important;
    }

    .jb-template .align-items-xl-end {
        align-items: flex-end !important;
    }

    .jb-template .align-items-xl-center {
        align-items: center !important;
    }

    .jb-template .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .jb-template .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .jb-template .align-content-xl-start {
        align-content: flex-start !important;
    }

    .jb-template .align-content-xl-end {
        align-content: flex-end !important;
    }

    .jb-template .align-content-xl-center {
        align-content: center !important;
    }

    .jb-template .align-content-xl-between {
        align-content: space-between !important;
    }

    .jb-template .align-content-xl-around {
        align-content: space-around !important;
    }

    .jb-template .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .jb-template .align-self-xl-auto {
        align-self: auto !important;
    }

    .jb-template .align-self-xl-start {
        align-self: flex-start !important;
    }

    .jb-template .align-self-xl-end {
        align-self: flex-end !important;
    }

    .jb-template .align-self-xl-center {
        align-self: center !important;
    }

    .jb-template .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .jb-template .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.jb-template .float-left {
    float: left !important;
}

.jb-template .float-right {
    float: right !important;
}

.jb-template .float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .jb-template .float-sm-left {
        float: left !important;
    }

    .jb-template .float-sm-right {
        float: right !important;
    }

    .jb-template .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .jb-template .float-md-left {
        float: left !important;
    }

    .jb-template .float-md-right {
        float: right !important;
    }

    .jb-template .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .jb-template .float-lg-left {
        float: left !important;
    }

    .jb-template .float-lg-right {
        float: right !important;
    }

    .jb-template .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .jb-template .float-xl-left {
        float: left !important;
    }

    .jb-template .float-xl-right {
        float: right !important;
    }

    .jb-template .float-xl-none {
        float: none !important;
    }
}

.jb-template .overflow-auto {
    overflow: auto !important;
}

.jb-template .overflow-hidden {
    overflow: hidden !important;
}

.jb-template .position-static {
    position: static !important;
}

.jb-template .position-relative {
    position: relative !important;
}

.jb-template .position-absolute {
    position: absolute !important;
}

.jb-template .position-fixed {
    position: fixed !important;
}

.jb-template .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.jb-template .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.jb-template .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .jb-template .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.jb-template .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.jb-template .sr-only-focusable:active, .jb-template .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.jb-template .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}

.jb-template .shadow {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.jb-template .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.jb-template .shadow-none {
    box-shadow: none !important;
}

.jb-template .w-25 {
    width: 25% !important;
}

.jb-template .w-50 {
    width: 50% !important;
}

.jb-template .w-75 {
    width: 75% !important;
}

.jb-template .w-100 {
    width: 100% !important;
}

.jb-template .w-auto {
    width: auto !important;
}

.jb-template .h-25 {
    height: 25% !important;
}

.jb-template .h-50 {
    height: 50% !important;
}

.jb-template .h-75 {
    height: 75% !important;
}

.jb-template .h-100 {
    height: 100% !important;
}

.jb-template .h-auto {
    height: auto !important;
}

.jb-template .mw-100 {
    max-width: 100% !important;
}

.jb-template .mh-100 {
    max-height: 100% !important;
}

.jb-template .min-vw-100 {
    min-width: 100vw !important;
}

.jb-template .min-vh-100 {
    min-height: 100vh !important;
}

.jb-template .vw-100 {
    width: 100vw !important;
}

.jb-template .vh-100 {
    height: 100vh !important;
}

.jb-template .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);
}

.jb-template .m-0 {
    margin: 0 !important;
}

.jb-template .mt-0, .jb-template .my-0 {
    margin-top: 0 !important;
}

.jb-template .mr-0, .jb-template .mx-0 {
    margin-right: 0 !important;
}

.jb-template .mb-0, .jb-template .my-0 {
    margin-bottom: 0 !important;
}

.jb-template .ml-0, .jb-template .mx-0 {
    margin-left: 0 !important;
}

.jb-template .m-1 {
    margin: 0.25rem !important;
}

.jb-template .mt-1, .jb-template .my-1 {
    margin-top: 0.25rem !important;
}

.jb-template .mr-1, .jb-template .mx-1 {
    margin-right: 0.25rem !important;
}

.jb-template .mb-1, .jb-template .my-1 {
    margin-bottom: 0.25rem !important;
}

.jb-template .ml-1, .jb-template .mx-1 {
    margin-left: 0.25rem !important;
}

.jb-template .m-2 {
    margin: 0.5rem !important;
}

.jb-template .mt-2, .jb-template .my-2 {
    margin-top: 0.5rem !important;
}

.jb-template .mr-2, .jb-template .mx-2 {
    margin-right: 0.5rem !important;
}

.jb-template .mb-2, .jb-template .my-2 {
    margin-bottom: 0.5rem !important;
}

.jb-template .ml-2, .jb-template .mx-2 {
    margin-left: 0.5rem !important;
}

.jb-template .m-3 {
    margin: 1rem !important;
}

.jb-template .mt-3, .jb-template .my-3 {
    margin-top: 1rem !important;
}

.jb-template .mr-3, .jb-template .mx-3 {
    margin-right: 1rem !important;
}

.jb-template .mb-3, .jb-template .my-3 {
    margin-bottom: 1rem !important;
}

.jb-template .ml-3, .jb-template .mx-3 {
    margin-left: 1rem !important;
}

.jb-template .m-4 {
    margin: 1.5rem !important;
}

.jb-template .mt-4, .jb-template .my-4 {
    margin-top: 1.5rem !important;
}

.jb-template .mr-4, .jb-template .mx-4 {
    margin-right: 1.5rem !important;
}

.jb-template .mb-4, .jb-template .my-4 {
    margin-bottom: 1.5rem !important;
}

.jb-template .ml-4, .jb-template .mx-4 {
    margin-left: 1.5rem !important;
}

.jb-template .m-5 {
    margin: 3rem !important;
}

.jb-template .mt-5, .jb-template .my-5 {
    margin-top: 3rem !important;
}

.jb-template .mr-5, .jb-template .mx-5 {
    margin-right: 3rem !important;
}

.jb-template .mb-5, .jb-template .my-5 {
    margin-bottom: 3rem !important;
}

.jb-template .ml-5, .jb-template .mx-5 {
    margin-left: 3rem !important;
}

.jb-template .p-0 {
    padding: 0 !important;
}

.jb-template .pt-0, .jb-template .py-0 {
    padding-top: 0 !important;
}

.jb-template .pr-0, .jb-template .px-0 {
    padding-right: 0 !important;
}

.jb-template .pb-0, .jb-template .py-0 {
    padding-bottom: 0 !important;
}

.jb-template .pl-0, .jb-template .px-0 {
    padding-left: 0 !important;
}

.jb-template .p-1 {
    padding: 0.25rem !important;
}

.jb-template .pt-1, .jb-template .py-1 {
    padding-top: 0.25rem !important;
}

.jb-template .pr-1, .jb-template .px-1 {
    padding-right: 0.25rem !important;
}

.jb-template .pb-1, .jb-template .py-1 {
    padding-bottom: 0.25rem !important;
}

.jb-template .pl-1, .jb-template .px-1 {
    padding-left: 0.25rem !important;
}

.jb-template .p-2 {
    padding: 0.5rem !important;
}

.jb-template .pt-2, .jb-template .py-2 {
    padding-top: 0.5rem !important;
}

.jb-template .pr-2, .jb-template .px-2 {
    padding-right: 0.5rem !important;
}

.jb-template .pb-2, .jb-template .py-2 {
    padding-bottom: 0.5rem !important;
}

.jb-template .pl-2, .jb-template .px-2 {
    padding-left: 0.5rem !important;
}

.jb-template .p-3 {
    padding: 1rem !important;
}

.jb-template .pt-3, .jb-template .py-3 {
    padding-top: 1rem !important;
}

.jb-template .pr-3, .jb-template .px-3 {
    padding-right: 1rem !important;
}

.jb-template .pb-3, .jb-template .py-3 {
    padding-bottom: 1rem !important;
}

.jb-template .pl-3, .jb-template .px-3 {
    padding-left: 1rem !important;
}

.jb-template .p-4 {
    padding: 1.5rem !important;
}

.jb-template .pt-4, .jb-template .py-4 {
    padding-top: 1.5rem !important;
}

.jb-template .pr-4, .jb-template .px-4 {
    padding-right: 1.5rem !important;
}

.jb-template .pb-4, .jb-template .py-4 {
    padding-bottom: 1.5rem !important;
}

.jb-template .pl-4, .jb-template .px-4 {
    padding-left: 1.5rem !important;
}

.jb-template .p-5 {
    padding: 3rem !important;
}

.jb-template .pt-5, .jb-template .py-5 {
    padding-top: 3rem !important;
}

.jb-template .pr-5, .jb-template .px-5 {
    padding-right: 3rem !important;
}

.jb-template .pb-5, .jb-template .py-5 {
    padding-bottom: 3rem !important;
}

.jb-template .pl-5, .jb-template .px-5 {
    padding-left: 3rem !important;
}

.jb-template .m-n1 {
    margin: -0.25rem !important;
}

.jb-template .mt-n1, .jb-template .my-n1 {
    margin-top: -0.25rem !important;
}

.jb-template .mr-n1, .jb-template .mx-n1 {
    margin-right: -0.25rem !important;
}

.jb-template .mb-n1, .jb-template .my-n1 {
    margin-bottom: -0.25rem !important;
}

.jb-template .ml-n1, .jb-template .mx-n1 {
    margin-left: -0.25rem !important;
}

.jb-template .m-n2 {
    margin: -0.5rem !important;
}

.jb-template .mt-n2, .jb-template .my-n2 {
    margin-top: -0.5rem !important;
}

.jb-template .mr-n2, .jb-template .mx-n2 {
    margin-right: -0.5rem !important;
}

.jb-template .mb-n2, .jb-template .my-n2 {
    margin-bottom: -0.5rem !important;
}

.jb-template .ml-n2, .jb-template .mx-n2 {
    margin-left: -0.5rem !important;
}

.jb-template .m-n3 {
    margin: -1rem !important;
}

.jb-template .mt-n3, .jb-template .my-n3 {
    margin-top: -1rem !important;
}

.jb-template .mr-n3, .jb-template .mx-n3 {
    margin-right: -1rem !important;
}

.jb-template .mb-n3, .jb-template .my-n3 {
    margin-bottom: -1rem !important;
}

.jb-template .ml-n3, .jb-template .mx-n3 {
    margin-left: -1rem !important;
}

.jb-template .m-n4 {
    margin: -1.5rem !important;
}

.jb-template .mt-n4, .jb-template .my-n4 {
    margin-top: -1.5rem !important;
}

.jb-template .mr-n4, .jb-template .mx-n4 {
    margin-right: -1.5rem !important;
}

.jb-template .mb-n4, .jb-template .my-n4 {
    margin-bottom: -1.5rem !important;
}

.jb-template .ml-n4, .jb-template .mx-n4 {
    margin-left: -1.5rem !important;
}

.jb-template .m-n5 {
    margin: -3rem !important;
}

.jb-template .mt-n5, .jb-template .my-n5 {
    margin-top: -3rem !important;
}

.jb-template .mr-n5, .jb-template .mx-n5 {
    margin-right: -3rem !important;
}

.jb-template .mb-n5, .jb-template .my-n5 {
    margin-bottom: -3rem !important;
}

.jb-template .ml-n5, .jb-template .mx-n5 {
    margin-left: -3rem !important;
}

.jb-template .m-auto {
    margin: auto !important;
}

.jb-template .mt-auto, .jb-template .my-auto {
    margin-top: auto !important;
}

.jb-template .mr-auto, .jb-template .mx-auto {
    margin-right: auto !important;
}

.jb-template .mb-auto, .jb-template .my-auto {
    margin-bottom: auto !important;
}

.jb-template .ml-auto, .jb-template .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .jb-template .m-sm-0 {
        margin: 0 !important;
    }

    .jb-template .mt-sm-0, .jb-template .my-sm-0 {
        margin-top: 0 !important;
    }

    .jb-template .mr-sm-0, .jb-template .mx-sm-0 {
        margin-right: 0 !important;
    }

    .jb-template .mb-sm-0, .jb-template .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .jb-template .ml-sm-0, .jb-template .mx-sm-0 {
        margin-left: 0 !important;
    }

    .jb-template .m-sm-1 {
        margin: 0.25rem !important;
    }

    .jb-template .mt-sm-1, .jb-template .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .jb-template .mr-sm-1, .jb-template .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .jb-template .mb-sm-1, .jb-template .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .jb-template .ml-sm-1, .jb-template .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .jb-template .m-sm-2 {
        margin: 0.5rem !important;
    }

    .jb-template .mt-sm-2, .jb-template .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .jb-template .mr-sm-2, .jb-template .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .jb-template .mb-sm-2, .jb-template .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .jb-template .ml-sm-2, .jb-template .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .jb-template .m-sm-3 {
        margin: 1rem !important;
    }

    .jb-template .mt-sm-3, .jb-template .my-sm-3 {
        margin-top: 1rem !important;
    }

    .jb-template .mr-sm-3, .jb-template .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .jb-template .mb-sm-3, .jb-template .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .jb-template .ml-sm-3, .jb-template .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .jb-template .m-sm-4 {
        margin: 1.5rem !important;
    }

    .jb-template .mt-sm-4, .jb-template .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .jb-template .mr-sm-4, .jb-template .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .jb-template .mb-sm-4, .jb-template .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .jb-template .ml-sm-4, .jb-template .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .jb-template .m-sm-5 {
        margin: 3rem !important;
    }

    .jb-template .mt-sm-5, .jb-template .my-sm-5 {
        margin-top: 3rem !important;
    }

    .jb-template .mr-sm-5, .jb-template .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .jb-template .mb-sm-5, .jb-template .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .jb-template .ml-sm-5, .jb-template .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .jb-template .p-sm-0 {
        padding: 0 !important;
    }

    .jb-template .pt-sm-0, .jb-template .py-sm-0 {
        padding-top: 0 !important;
    }

    .jb-template .pr-sm-0, .jb-template .px-sm-0 {
        padding-right: 0 !important;
    }

    .jb-template .pb-sm-0, .jb-template .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .jb-template .pl-sm-0, .jb-template .px-sm-0 {
        padding-left: 0 !important;
    }

    .jb-template .p-sm-1 {
        padding: 0.25rem !important;
    }

    .jb-template .pt-sm-1, .jb-template .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .jb-template .pr-sm-1, .jb-template .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .jb-template .pb-sm-1, .jb-template .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .jb-template .pl-sm-1, .jb-template .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .jb-template .p-sm-2 {
        padding: 0.5rem !important;
    }

    .jb-template .pt-sm-2, .jb-template .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .jb-template .pr-sm-2, .jb-template .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .jb-template .pb-sm-2, .jb-template .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .jb-template .pl-sm-2, .jb-template .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .jb-template .p-sm-3 {
        padding: 1rem !important;
    }

    .jb-template .pt-sm-3, .jb-template .py-sm-3 {
        padding-top: 1rem !important;
    }

    .jb-template .pr-sm-3, .jb-template .px-sm-3 {
        padding-right: 1rem !important;
    }

    .jb-template .pb-sm-3, .jb-template .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .jb-template .pl-sm-3, .jb-template .px-sm-3 {
        padding-left: 1rem !important;
    }

    .jb-template .p-sm-4 {
        padding: 1.5rem !important;
    }

    .jb-template .pt-sm-4, .jb-template .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .jb-template .pr-sm-4, .jb-template .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .jb-template .pb-sm-4, .jb-template .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .jb-template .pl-sm-4, .jb-template .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .jb-template .p-sm-5 {
        padding: 3rem !important;
    }

    .jb-template .pt-sm-5, .jb-template .py-sm-5 {
        padding-top: 3rem !important;
    }

    .jb-template .pr-sm-5, .jb-template .px-sm-5 {
        padding-right: 3rem !important;
    }

    .jb-template .pb-sm-5, .jb-template .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .jb-template .pl-sm-5, .jb-template .px-sm-5 {
        padding-left: 3rem !important;
    }

    .jb-template .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .jb-template .mt-sm-n1, .jb-template .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .jb-template .mr-sm-n1, .jb-template .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .jb-template .mb-sm-n1, .jb-template .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .jb-template .ml-sm-n1, .jb-template .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .jb-template .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .jb-template .mt-sm-n2, .jb-template .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .jb-template .mr-sm-n2, .jb-template .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .jb-template .mb-sm-n2, .jb-template .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .jb-template .ml-sm-n2, .jb-template .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .jb-template .m-sm-n3 {
        margin: -1rem !important;
    }

    .jb-template .mt-sm-n3, .jb-template .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .jb-template .mr-sm-n3, .jb-template .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .jb-template .mb-sm-n3, .jb-template .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .jb-template .ml-sm-n3, .jb-template .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .jb-template .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .jb-template .mt-sm-n4, .jb-template .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .jb-template .mr-sm-n4, .jb-template .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .jb-template .mb-sm-n4, .jb-template .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .jb-template .ml-sm-n4, .jb-template .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .jb-template .m-sm-n5 {
        margin: -3rem !important;
    }

    .jb-template .mt-sm-n5, .jb-template .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .jb-template .mr-sm-n5, .jb-template .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .jb-template .mb-sm-n5, .jb-template .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .jb-template .ml-sm-n5, .jb-template .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .jb-template .m-sm-auto {
        margin: auto !important;
    }

    .jb-template .mt-sm-auto, .jb-template .my-sm-auto {
        margin-top: auto !important;
    }

    .jb-template .mr-sm-auto, .jb-template .mx-sm-auto {
        margin-right: auto !important;
    }

    .jb-template .mb-sm-auto, .jb-template .my-sm-auto {
        margin-bottom: auto !important;
    }

    .jb-template .ml-sm-auto, .jb-template .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .jb-template .m-md-0 {
        margin: 0 !important;
    }

    .jb-template .mt-md-0, .jb-template .my-md-0 {
        margin-top: 0 !important;
    }

    .jb-template .mr-md-0, .jb-template .mx-md-0 {
        margin-right: 0 !important;
    }

    .jb-template .mb-md-0, .jb-template .my-md-0 {
        margin-bottom: 0 !important;
    }

    .jb-template .ml-md-0, .jb-template .mx-md-0 {
        margin-left: 0 !important;
    }

    .jb-template .m-md-1 {
        margin: 0.25rem !important;
    }

    .jb-template .mt-md-1, .jb-template .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .jb-template .mr-md-1, .jb-template .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .jb-template .mb-md-1, .jb-template .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .jb-template .ml-md-1, .jb-template .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .jb-template .m-md-2 {
        margin: 0.5rem !important;
    }

    .jb-template .mt-md-2, .jb-template .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .jb-template .mr-md-2, .jb-template .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .jb-template .mb-md-2, .jb-template .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .jb-template .ml-md-2, .jb-template .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .jb-template .m-md-3 {
        margin: 1rem !important;
    }

    .jb-template .mt-md-3, .jb-template .my-md-3 {
        margin-top: 1rem !important;
    }

    .jb-template .mr-md-3, .jb-template .mx-md-3 {
        margin-right: 1rem !important;
    }

    .jb-template .mb-md-3, .jb-template .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .jb-template .ml-md-3, .jb-template .mx-md-3 {
        margin-left: 1rem !important;
    }

    .jb-template .m-md-4 {
        margin: 1.5rem !important;
    }

    .jb-template .mt-md-4, .jb-template .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .jb-template .mr-md-4, .jb-template .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .jb-template .mb-md-4, .jb-template .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .jb-template .ml-md-4, .jb-template .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .jb-template .m-md-5 {
        margin: 3rem !important;
    }

    .jb-template .mt-md-5, .jb-template .my-md-5 {
        margin-top: 3rem !important;
    }

    .jb-template .mr-md-5, .jb-template .mx-md-5 {
        margin-right: 3rem !important;
    }

    .jb-template .mb-md-5, .jb-template .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .jb-template .ml-md-5, .jb-template .mx-md-5 {
        margin-left: 3rem !important;
    }

    .jb-template .p-md-0 {
        padding: 0 !important;
    }

    .jb-template .pt-md-0, .jb-template .py-md-0 {
        padding-top: 0 !important;
    }

    .jb-template .pr-md-0, .jb-template .px-md-0 {
        padding-right: 0 !important;
    }

    .jb-template .pb-md-0, .jb-template .py-md-0 {
        padding-bottom: 0 !important;
    }

    .jb-template .pl-md-0, .jb-template .px-md-0 {
        padding-left: 0 !important;
    }

    .jb-template .p-md-1 {
        padding: 0.25rem !important;
    }

    .jb-template .pt-md-1, .jb-template .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .jb-template .pr-md-1, .jb-template .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .jb-template .pb-md-1, .jb-template .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .jb-template .pl-md-1, .jb-template .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .jb-template .p-md-2 {
        padding: 0.5rem !important;
    }

    .jb-template .pt-md-2, .jb-template .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .jb-template .pr-md-2, .jb-template .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .jb-template .pb-md-2, .jb-template .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .jb-template .pl-md-2, .jb-template .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .jb-template .p-md-3 {
        padding: 1rem !important;
    }

    .jb-template .pt-md-3, .jb-template .py-md-3 {
        padding-top: 1rem !important;
    }

    .jb-template .pr-md-3, .jb-template .px-md-3 {
        padding-right: 1rem !important;
    }

    .jb-template .pb-md-3, .jb-template .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .jb-template .pl-md-3, .jb-template .px-md-3 {
        padding-left: 1rem !important;
    }

    .jb-template .p-md-4 {
        padding: 1.5rem !important;
    }

    .jb-template .pt-md-4, .jb-template .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .jb-template .pr-md-4, .jb-template .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .jb-template .pb-md-4, .jb-template .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .jb-template .pl-md-4, .jb-template .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .jb-template .p-md-5 {
        padding: 3rem !important;
    }

    .jb-template .pt-md-5, .jb-template .py-md-5 {
        padding-top: 3rem !important;
    }

    .jb-template .pr-md-5, .jb-template .px-md-5 {
        padding-right: 3rem !important;
    }

    .jb-template .pb-md-5, .jb-template .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .jb-template .pl-md-5, .jb-template .px-md-5 {
        padding-left: 3rem !important;
    }

    .jb-template .m-md-n1 {
        margin: -0.25rem !important;
    }

    .jb-template .mt-md-n1, .jb-template .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .jb-template .mr-md-n1, .jb-template .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .jb-template .mb-md-n1, .jb-template .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .jb-template .ml-md-n1, .jb-template .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .jb-template .m-md-n2 {
        margin: -0.5rem !important;
    }

    .jb-template .mt-md-n2, .jb-template .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .jb-template .mr-md-n2, .jb-template .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .jb-template .mb-md-n2, .jb-template .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .jb-template .ml-md-n2, .jb-template .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .jb-template .m-md-n3 {
        margin: -1rem !important;
    }

    .jb-template .mt-md-n3, .jb-template .my-md-n3 {
        margin-top: -1rem !important;
    }

    .jb-template .mr-md-n3, .jb-template .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .jb-template .mb-md-n3, .jb-template .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .jb-template .ml-md-n3, .jb-template .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .jb-template .m-md-n4 {
        margin: -1.5rem !important;
    }

    .jb-template .mt-md-n4, .jb-template .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .jb-template .mr-md-n4, .jb-template .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .jb-template .mb-md-n4, .jb-template .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .jb-template .ml-md-n4, .jb-template .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .jb-template .m-md-n5 {
        margin: -3rem !important;
    }

    .jb-template .mt-md-n5, .jb-template .my-md-n5 {
        margin-top: -3rem !important;
    }

    .jb-template .mr-md-n5, .jb-template .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .jb-template .mb-md-n5, .jb-template .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .jb-template .ml-md-n5, .jb-template .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .jb-template .m-md-auto {
        margin: auto !important;
    }

    .jb-template .mt-md-auto, .jb-template .my-md-auto {
        margin-top: auto !important;
    }

    .jb-template .mr-md-auto, .jb-template .mx-md-auto {
        margin-right: auto !important;
    }

    .jb-template .mb-md-auto, .jb-template .my-md-auto {
        margin-bottom: auto !important;
    }

    .jb-template .ml-md-auto, .jb-template .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .jb-template .m-lg-0 {
        margin: 0 !important;
    }

    .jb-template .mt-lg-0, .jb-template .my-lg-0 {
        margin-top: 0 !important;
    }

    .jb-template .mr-lg-0, .jb-template .mx-lg-0 {
        margin-right: 0 !important;
    }

    .jb-template .mb-lg-0, .jb-template .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .jb-template .ml-lg-0, .jb-template .mx-lg-0 {
        margin-left: 0 !important;
    }

    .jb-template .m-lg-1 {
        margin: 0.25rem !important;
    }

    .jb-template .mt-lg-1, .jb-template .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .jb-template .mr-lg-1, .jb-template .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .jb-template .mb-lg-1, .jb-template .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .jb-template .ml-lg-1, .jb-template .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .jb-template .m-lg-2 {
        margin: 0.5rem !important;
    }

    .jb-template .mt-lg-2, .jb-template .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .jb-template .mr-lg-2, .jb-template .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .jb-template .mb-lg-2, .jb-template .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .jb-template .ml-lg-2, .jb-template .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .jb-template .m-lg-3 {
        margin: 1rem !important;
    }

    .jb-template .mt-lg-3, .jb-template .my-lg-3 {
        margin-top: 1rem !important;
    }

    .jb-template .mr-lg-3, .jb-template .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .jb-template .mb-lg-3, .jb-template .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .jb-template .ml-lg-3, .jb-template .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .jb-template .m-lg-4 {
        margin: 1.5rem !important;
    }

    .jb-template .mt-lg-4, .jb-template .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .jb-template .mr-lg-4, .jb-template .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .jb-template .mb-lg-4, .jb-template .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .jb-template .ml-lg-4, .jb-template .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .jb-template .m-lg-5 {
        margin: 3rem !important;
    }

    .jb-template .mt-lg-5, .jb-template .my-lg-5 {
        margin-top: 3rem !important;
    }

    .jb-template .mr-lg-5, .jb-template .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .jb-template .mb-lg-5, .jb-template .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .jb-template .ml-lg-5, .jb-template .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .jb-template .p-lg-0 {
        padding: 0 !important;
    }

    .jb-template .pt-lg-0, .jb-template .py-lg-0 {
        padding-top: 0 !important;
    }

    .jb-template .pr-lg-0, .jb-template .px-lg-0 {
        padding-right: 0 !important;
    }

    .jb-template .pb-lg-0, .jb-template .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .jb-template .pl-lg-0, .jb-template .px-lg-0 {
        padding-left: 0 !important;
    }

    .jb-template .p-lg-1 {
        padding: 0.25rem !important;
    }

    .jb-template .pt-lg-1, .jb-template .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .jb-template .pr-lg-1, .jb-template .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .jb-template .pb-lg-1, .jb-template .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .jb-template .pl-lg-1, .jb-template .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .jb-template .p-lg-2 {
        padding: 0.5rem !important;
    }

    .jb-template .pt-lg-2, .jb-template .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .jb-template .pr-lg-2, .jb-template .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .jb-template .pb-lg-2, .jb-template .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .jb-template .pl-lg-2, .jb-template .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .jb-template .p-lg-3 {
        padding: 1rem !important;
    }

    .jb-template .pt-lg-3, .jb-template .py-lg-3 {
        padding-top: 1rem !important;
    }

    .jb-template .pr-lg-3, .jb-template .px-lg-3 {
        padding-right: 1rem !important;
    }

    .jb-template .pb-lg-3, .jb-template .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .jb-template .pl-lg-3, .jb-template .px-lg-3 {
        padding-left: 1rem !important;
    }

    .jb-template .p-lg-4 {
        padding: 1.5rem !important;
    }

    .jb-template .pt-lg-4, .jb-template .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .jb-template .pr-lg-4, .jb-template .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .jb-template .pb-lg-4, .jb-template .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .jb-template .pl-lg-4, .jb-template .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .jb-template .p-lg-5 {
        padding: 3rem !important;
    }

    .jb-template .pt-lg-5, .jb-template .py-lg-5 {
        padding-top: 3rem !important;
    }

    .jb-template .pr-lg-5, .jb-template .px-lg-5 {
        padding-right: 3rem !important;
    }

    .jb-template .pb-lg-5, .jb-template .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .jb-template .pl-lg-5, .jb-template .px-lg-5 {
        padding-left: 3rem !important;
    }

    .jb-template .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .jb-template .mt-lg-n1, .jb-template .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .jb-template .mr-lg-n1, .jb-template .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .jb-template .mb-lg-n1, .jb-template .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .jb-template .ml-lg-n1, .jb-template .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .jb-template .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .jb-template .mt-lg-n2, .jb-template .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .jb-template .mr-lg-n2, .jb-template .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .jb-template .mb-lg-n2, .jb-template .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .jb-template .ml-lg-n2, .jb-template .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .jb-template .m-lg-n3 {
        margin: -1rem !important;
    }

    .jb-template .mt-lg-n3, .jb-template .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .jb-template .mr-lg-n3, .jb-template .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .jb-template .mb-lg-n3, .jb-template .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .jb-template .ml-lg-n3, .jb-template .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .jb-template .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .jb-template .mt-lg-n4, .jb-template .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .jb-template .mr-lg-n4, .jb-template .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .jb-template .mb-lg-n4, .jb-template .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .jb-template .ml-lg-n4, .jb-template .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .jb-template .m-lg-n5 {
        margin: -3rem !important;
    }

    .jb-template .mt-lg-n5, .jb-template .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .jb-template .mr-lg-n5, .jb-template .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .jb-template .mb-lg-n5, .jb-template .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .jb-template .ml-lg-n5, .jb-template .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .jb-template .m-lg-auto {
        margin: auto !important;
    }

    .jb-template .mt-lg-auto, .jb-template .my-lg-auto {
        margin-top: auto !important;
    }

    .jb-template .mr-lg-auto, .jb-template .mx-lg-auto {
        margin-right: auto !important;
    }

    .jb-template .mb-lg-auto, .jb-template .my-lg-auto {
        margin-bottom: auto !important;
    }

    .jb-template .ml-lg-auto, .jb-template .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .jb-template .m-xl-0 {
        margin: 0 !important;
    }

    .jb-template .mt-xl-0, .jb-template .my-xl-0 {
        margin-top: 0 !important;
    }

    .jb-template .mr-xl-0, .jb-template .mx-xl-0 {
        margin-right: 0 !important;
    }

    .jb-template .mb-xl-0, .jb-template .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .jb-template .ml-xl-0, .jb-template .mx-xl-0 {
        margin-left: 0 !important;
    }

    .jb-template .m-xl-1 {
        margin: 0.25rem !important;
    }

    .jb-template .mt-xl-1, .jb-template .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .jb-template .mr-xl-1, .jb-template .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .jb-template .mb-xl-1, .jb-template .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .jb-template .ml-xl-1, .jb-template .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .jb-template .m-xl-2 {
        margin: 0.5rem !important;
    }

    .jb-template .mt-xl-2, .jb-template .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .jb-template .mr-xl-2, .jb-template .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .jb-template .mb-xl-2, .jb-template .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .jb-template .ml-xl-2, .jb-template .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .jb-template .m-xl-3 {
        margin: 1rem !important;
    }

    .jb-template .mt-xl-3, .jb-template .my-xl-3 {
        margin-top: 1rem !important;
    }

    .jb-template .mr-xl-3, .jb-template .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .jb-template .mb-xl-3, .jb-template .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .jb-template .ml-xl-3, .jb-template .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .jb-template .m-xl-4 {
        margin: 1.5rem !important;
    }

    .jb-template .mt-xl-4, .jb-template .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .jb-template .mr-xl-4, .jb-template .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .jb-template .mb-xl-4, .jb-template .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .jb-template .ml-xl-4, .jb-template .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .jb-template .m-xl-5 {
        margin: 3rem !important;
    }

    .jb-template .mt-xl-5, .jb-template .my-xl-5 {
        margin-top: 3rem !important;
    }

    .jb-template .mr-xl-5, .jb-template .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .jb-template .mb-xl-5, .jb-template .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .jb-template .ml-xl-5, .jb-template .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .jb-template .p-xl-0 {
        padding: 0 !important;
    }

    .jb-template .pt-xl-0, .jb-template .py-xl-0 {
        padding-top: 0 !important;
    }

    .jb-template .pr-xl-0, .jb-template .px-xl-0 {
        padding-right: 0 !important;
    }

    .jb-template .pb-xl-0, .jb-template .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .jb-template .pl-xl-0, .jb-template .px-xl-0 {
        padding-left: 0 !important;
    }

    .jb-template .p-xl-1 {
        padding: 0.25rem !important;
    }

    .jb-template .pt-xl-1, .jb-template .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .jb-template .pr-xl-1, .jb-template .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .jb-template .pb-xl-1, .jb-template .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .jb-template .pl-xl-1, .jb-template .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .jb-template .p-xl-2 {
        padding: 0.5rem !important;
    }

    .jb-template .pt-xl-2, .jb-template .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .jb-template .pr-xl-2, .jb-template .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .jb-template .pb-xl-2, .jb-template .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .jb-template .pl-xl-2, .jb-template .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .jb-template .p-xl-3 {
        padding: 1rem !important;
    }

    .jb-template .pt-xl-3, .jb-template .py-xl-3 {
        padding-top: 1rem !important;
    }

    .jb-template .pr-xl-3, .jb-template .px-xl-3 {
        padding-right: 1rem !important;
    }

    .jb-template .pb-xl-3, .jb-template .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .jb-template .pl-xl-3, .jb-template .px-xl-3 {
        padding-left: 1rem !important;
    }

    .jb-template .p-xl-4 {
        padding: 1.5rem !important;
    }

    .jb-template .pt-xl-4, .jb-template .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .jb-template .pr-xl-4, .jb-template .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .jb-template .pb-xl-4, .jb-template .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .jb-template .pl-xl-4, .jb-template .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .jb-template .p-xl-5 {
        padding: 3rem !important;
    }

    .jb-template .pt-xl-5, .jb-template .py-xl-5 {
        padding-top: 3rem !important;
    }

    .jb-template .pr-xl-5, .jb-template .px-xl-5 {
        padding-right: 3rem !important;
    }

    .jb-template .pb-xl-5, .jb-template .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .jb-template .pl-xl-5, .jb-template .px-xl-5 {
        padding-left: 3rem !important;
    }

    .jb-template .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .jb-template .mt-xl-n1, .jb-template .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .jb-template .mr-xl-n1, .jb-template .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .jb-template .mb-xl-n1, .jb-template .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .jb-template .ml-xl-n1, .jb-template .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .jb-template .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .jb-template .mt-xl-n2, .jb-template .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .jb-template .mr-xl-n2, .jb-template .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .jb-template .mb-xl-n2, .jb-template .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .jb-template .ml-xl-n2, .jb-template .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .jb-template .m-xl-n3 {
        margin: -1rem !important;
    }

    .jb-template .mt-xl-n3, .jb-template .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .jb-template .mr-xl-n3, .jb-template .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .jb-template .mb-xl-n3, .jb-template .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .jb-template .ml-xl-n3, .jb-template .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .jb-template .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .jb-template .mt-xl-n4, .jb-template .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .jb-template .mr-xl-n4, .jb-template .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .jb-template .mb-xl-n4, .jb-template .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .jb-template .ml-xl-n4, .jb-template .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .jb-template .m-xl-n5 {
        margin: -3rem !important;
    }

    .jb-template .mt-xl-n5, .jb-template .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .jb-template .mr-xl-n5, .jb-template .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .jb-template .mb-xl-n5, .jb-template .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .jb-template .ml-xl-n5, .jb-template .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .jb-template .m-xl-auto {
        margin: auto !important;
    }

    .jb-template .mt-xl-auto, .jb-template .my-xl-auto {
        margin-top: auto !important;
    }

    .jb-template .mr-xl-auto, .jb-template .mx-xl-auto {
        margin-right: auto !important;
    }

    .jb-template .mb-xl-auto, .jb-template .my-xl-auto {
        margin-bottom: auto !important;
    }

    .jb-template .ml-xl-auto, .jb-template .mx-xl-auto {
        margin-left: auto !important;
    }
}

.jb-template .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.jb-template .text-justify {
    text-align: justify !important;
}

.jb-template .text-wrap {
    white-space: normal !important;
}

.jb-template .text-nowrap {
    white-space: nowrap !important;
}

.jb-template .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jb-template .text-left {
    text-align: left !important;
}

.jb-template .text-right {
    text-align: right !important;
}

.jb-template .text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .jb-template .text-sm-left {
        text-align: left !important;
    }

    .jb-template .text-sm-right {
        text-align: right !important;
    }

    .jb-template .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .jb-template .text-md-left {
        text-align: left !important;
    }

    .jb-template .text-md-right {
        text-align: right !important;
    }

    .jb-template .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .jb-template .text-lg-left {
        text-align: left !important;
    }

    .jb-template .text-lg-right {
        text-align: right !important;
    }

    .jb-template .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .jb-template .text-xl-left {
        text-align: left !important;
    }

    .jb-template .text-xl-right {
        text-align: right !important;
    }

    .jb-template .text-xl-center {
        text-align: center !important;
    }
}

.jb-template .text-lowercase {
    text-transform: lowercase !important;
}

.jb-template .text-uppercase, .jb-template .dropdown .dropdown-menu .dropdown-header, .jb-template .sidebar .sidebar-heading {
    text-transform: uppercase !important;
}

.jb-template .text-capitalize {
    text-transform: capitalize !important;
}

.jb-template .font-weight-light {
    font-weight: 300 !important;
}

.jb-template .font-weight-lighter {
    font-weight: lighter !important;
}

.jb-template .font-weight-normal {
    font-weight: 400 !important;
}

.jb-template .font-weight-bold {
    font-weight: 700 !important;
}

.jb-template .font-weight-bolder {
    font-weight: bolder !important;
}

.jb-template .font-italic {
    font-style: italic !important;
}

.jb-template .text-white {
    color: #fff !important;
}

.jb-template .text-primary {
    color: #4e73df !important;
}

.jb-template a.text-primary:hover, .jb-template a.text-primary:focus {
    color: #224abe !important;
}

.jb-template .text-secondary {
    color: #858796 !important;
}

.jb-template a.text-secondary:hover, .jb-template a.text-secondary:focus {
    color: #60616f !important;
}

.jb-template .text-success {
    color: #1cc88a !important;
}

.jb-template a.text-success:hover, .jb-template a.text-success:focus {
    color: #13855c !important;
}

.jb-template .text-info {
    color: #36b9cc !important;
}

.jb-template a.text-info:hover, .jb-template a.text-info:focus {
    color: #258391 !important;
}

.jb-template .text-warning {
    color: #f6c23e !important;
}

.jb-template a.text-warning:hover, .jb-template a.text-warning:focus {
    color: #dda20a !important;
}

.jb-template .text-danger {
    color: #e74a3b !important;
}

.jb-template a.text-danger:hover, .jb-template a.text-danger:focus {
    color: #be2617 !important;
}

.jb-template .text-light {
    color: #f8f9fc !important;
}

.jb-template a.text-light:hover, .jb-template a.text-light:focus {
    color: #c2cbe5 !important;
}

.jb-template .text-dark {
    color: #5a5c69 !important;
}

.jb-template a.text-dark:hover, .jb-template a.text-dark:focus {
    color: #373840 !important;
}

.jb-template .text-body {
    color: #858796 !important;
}

.jb-template .text-muted {
    color: #858796 !important;
}

.jb-template .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.jb-template .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.jb-template .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.jb-template .text-decoration-none {
    text-decoration: none !important;
}

.jb-template .text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.jb-template .text-reset {
    color: inherit !important;
}

.jb-template .visible {
    visibility: visible !important;
}

.jb-template .invisible {
    visibility: hidden !important;
}

@media print {
    .jb-template *, .jb-template *::before, .jb-template *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    .jb-template a:not(.btn) {
        text-decoration: underline;
    }

    .jb-template abbr[title]::after {
        content: " (" attr(title) ")";
    }

    .jb-template pre {
        white-space: pre-wrap !important;
    }

    .jb-template pre, .jb-template blockquote {
        border: 1px solid #b7b9cc;
        page-break-inside: avoid;
    }

    .jb-template thead {
        display: table-header-group;
    }

    .jb-template tr, .jb-template img {
        page-break-inside: avoid;
    }

    .jb-template p, .jb-template h2, .jb-template h3 {
        orphans: 3;
        widows: 3;
    }

    .jb-template h2, .jb-template h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    .jb-template body {
        min-width: 992px !important;
    }

    .jb-template .container {
        min-width: 992px !important;
    }

    .jb-template .navbar {
        display: none;
    }

    .jb-template .badge {
        border: 1px solid #000;
    }

    .jb-template .table {
        border-collapse: collapse !important;
    }

    .jb-template .table td, .jb-template .table th {
        background-color: #fff !important;
    }

    .jb-template .table-bordered th, .jb-template .table-bordered td {
        border: 1px solid #dddfeb !important;
    }

    .jb-template .table-dark {
        color: inherit;
    }

    .jb-template .table-dark th, .jb-template .table-dark td, .jb-template .table-dark thead th, .jb-template .table-dark tbody + tbody {
        border-color: #e3e6f0;
    }

    .jb-template .table .thead-dark th {
        color: inherit;
        border-color: #e3e6f0;
    }
}

.jb-template html {
    position: relative;
    min-height: 100%;
}

.jb-template body {
    height: 100%;
}

.jb-template a:focus {
    outline: none;
}

.jb-template #wrapper {
    display: flex;
}

.jb-template #wrapper #content-wrapper {
    background-color: #f8f9fc;
    width: 100%;
    overflow-x: hidden;
}

.jb-template #wrapper #content-wrapper #content {
    flex: 1 0 auto;
}

.jb-template .container, .jb-template .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.jb-template .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;
}

.jb-template .scroll-to-top:focus, .jb-template .scroll-to-top:hover {
    color: white;
}

.jb-template .scroll-to-top:hover {
    background: #5a5c69;
}

.jb-template .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;
    }
}

.jb-template .animated--grow-in, .jb-template .sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -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;
    }
}

.jb-template .animated--fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}

.jb-template .bg-gradient-primary {
    background-color: #4e73df;
    overflow: auto !important;
}

.jb-template .bg-gradient-secondary {
    background-color: #858796;
    background-image: linear-gradient(180deg, #858796 10%, #60616f 100%);
    background-size: cover;
}

.jb-template .bg-gradient-success {
    background-color: #1cc88a;
    background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%);
    background-size: cover;
}

.jb-template .bg-gradient-info {
    background-color: #36b9cc;
    background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
    background-size: cover;
}

.jb-template .bg-gradient-warning {
    background-color: #f6c23e;
    background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%);
    background-size: cover;
}

.jb-template .bg-gradient-danger {
    background-color: #e74a3b;
    background-image: linear-gradient(180deg, #e74a3b 10%, #be2617 100%);
    background-size: cover;
}

.jb-template .bg-gradient-light {
    background-color: #f8f9fc;
    background-image: linear-gradient(180deg, #f8f9fc 10%, #c2cbe5 100%);
    background-size: cover;
}

.jb-template .bg-gradient-dark {
    background-color: #5a5c69;
    background-image: linear-gradient(180deg, #5a5c69 10%, #373840 100%);
    background-size: cover;
}

.jb-template .bg-gray-100 {
    background-color: #f8f9fc !important;
}

.jb-template .bg-gray-200 {
    background-color: #eaecf4 !important;
}

.jb-template .bg-gray-300 {
    background-color: #dddfeb !important;
}

.jb-template .bg-gray-400 {
    background-color: #d1d3e2 !important;
}

.jb-template .bg-gray-500 {
    background-color: #b7b9cc !important;
}

.jb-template .bg-gray-600 {
    background-color: #858796 !important;
}

.jb-template .bg-gray-700 {
    background-color: #6e707e !important;
}

.jb-template .bg-gray-800 {
    background-color: #5a5c69 !important;
}

.jb-template .bg-gray-900 {
    background-color: #3a3b45 !important;
}

.jb-template .o-hidden {
    overflow: hidden !important;
}

.jb-template .text-xs {
    font-size: 0.7rem;
}

.jb-template .text-lg {
    font-size: 1.2rem;
}

.jb-template .text-gray-100 {
    color: #f8f9fc !important;
}

.jb-template .text-gray-200 {
    color: #eaecf4 !important;
}

.jb-template .text-gray-300 {
    color: #dddfeb !important;
}

.jb-template .text-gray-400 {
    color: #d1d3e2 !important;
}

.jb-template .text-gray-500 {
    color: #b7b9cc !important;
}

.jb-template .text-gray-600 {
    color: #858796 !important;
}

.jb-template .text-gray-700 {
    color: #6e707e !important;
}

.jb-template .text-gray-800 {
    color: #5a5c69 !important;
}

.jb-template .text-gray-900 {
    color: #3a3b45 !important;
}

.jb-template .icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jb-template .border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}

.jb-template .border-bottom-primary {
    border-bottom: 0.25rem solid #4e73df !important;
}

.jb-template .border-left-secondary {
    border-left: 0.25rem solid #858796 !important;
}

.jb-template .border-bottom-secondary {
    border-bottom: 0.25rem solid #858796 !important;
}

.jb-template .border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
}

.jb-template .border-bottom-success {
    border-bottom: 0.25rem solid #1cc88a !important;
}

.jb-template .border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
}

.jb-template .border-bottom-info {
    border-bottom: 0.25rem solid #36b9cc !important;
}

.jb-template .border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}

.jb-template .border-bottom-warning {
    border-bottom: 0.25rem solid #f6c23e !important;
}

.jb-template .border-left-danger {
    border-left: 0.25rem solid #e74a3b !important;
}

.jb-template .border-bottom-danger {
    border-bottom: 0.25rem solid #e74a3b !important;
}

.jb-template .border-left-light {
    border-left: 0.25rem solid #f8f9fc !important;
}

.jb-template .border-bottom-light {
    border-bottom: 0.25rem solid #f8f9fc !important;
}

.jb-template .border-left-dark {
    border-left: 0.25rem solid #5a5c69 !important;
}

.jb-template .border-bottom-dark {
    border-bottom: 0.25rem solid #5a5c69 !important;
}

.jb-template .progress-sm {
    height: 0.5rem;
}

.jb-template .rotate-15 {
    transform: rotate(15deg);
}

.jb-template .rotate-n-15 {
    transform: rotate(-15deg);
}

.jb-template .dropdown .dropdown-menu {
    font-size: 0.85rem;
}

.jb-template .dropdown .dropdown-menu .dropdown-header {
    font-weight: 800;
    font-size: 0.65rem;
    color: #b7b9cc;
}

.jb-template .dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}

.jb-template .sidebar .nav-item.dropdown .dropdown-toggle::after, .jb-template .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 6 Free';
}

.jb-template .sidebar .nav-item.dropdown.show .dropdown-toggle::after, .jb-template .topbar .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107';
}

.jb-template .sidebar .nav-item .nav-link, .jb-template .topbar .nav-item .nav-link {
    position: relative;
}

.jb-template .sidebar .nav-item .nav-link .badge-counter, .jb-template .topbar .nav-item .nav-link .badge-counter {
    position: absolute;
    transform: scale(0.7);
    transform-origin: top right;
    right: 0.25rem;
    margin-top: -0.25rem;
}

.jb-template .sidebar .nav-item .nav-link .img-profile, .jb-template .topbar .nav-item .nav-link .img-profile {
    height: 2rem;
    width: 2rem;
}

.jb-template .topbar {
    height: 4.375rem;
}

.jb-template .topbar #sidebarToggleTop {
    height: 2.5rem;
    width: 2.5rem;
}

.jb-template .topbar #sidebarToggleTop:hover {
    background-color: #eaecf4;
}

.jb-template .topbar #sidebarToggleTop:active {
    background-color: #dddfeb;
}

.jb-template .topbar .navbar-search {
    width: 25rem;
}

.jb-template .topbar .navbar-search input {
    font-size: 0.85rem;
    height: auto;
}

.jb-template .topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

.jb-template .topbar .nav-item .nav-link {
    height: 4.375rem;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
}

.jb-template .topbar .nav-item .nav-link:focus {
    outline: none;
}

.jb-template .topbar .nav-item:focus {
    outline: none;
}

.jb-template .topbar .dropdown {
    position: static;
}

.jb-template .topbar .dropdown .dropdown-menu {
    width: calc(100% - 1.5rem);
    right: 0.75rem;
}

.jb-template .topbar .dropdown-list {
    padding: 0;
    border: none;
    overflow: hidden;
}

.jb-template .topbar .dropdown-list .dropdown-header {
    background-color: #4e73df;
    border: 1px solid #4e73df;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
}

.jb-template .topbar .dropdown-list .dropdown-item {
    white-space: normal;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-left: 1px solid #e3e6f0;
    border-right: 1px solid #e3e6f0;
    border-bottom: 1px solid #e3e6f0;
    line-height: 1.3rem;
}

.jb-template .topbar .dropdown-list .dropdown-item .dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
}

.jb-template .topbar .dropdown-list .dropdown-item .dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
}

.jb-template .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;
}

.jb-template .topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 10rem;
}

.jb-template .topbar .dropdown-list .dropdown-item:active {
    background-color: #eaecf4;
    color: #3a3b45;
}

@media (min-width: 576px) {
    .jb-template .topbar .dropdown {
        position: relative;
    }

    .jb-template .topbar .dropdown .dropdown-menu {
        /* width: auto;
		 right: 0;
		*/
    }

    .jb-template .topbar .dropdown-list {
        width: 20rem !important;
    }

    .jb-template .topbar .dropdown-list .dropdown-item .text-truncate {
        max-width: 13.375rem;
    }
}

.jb-template .topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #d1d3e2;
}

.jb-template .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #b7b9cc;
}

.jb-template .topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
    color: #858796;
}

.jb-template .sidebar {
    width: 6.5rem;
    min-height: 100vh;
}

.jb-template .sidebar .nav-item {
    position: relative;
}

.jb-template .sidebar .nav-item:last-child {
    margin-bottom: 1rem;
}

.jb-template .sidebar .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 6.5rem;
}

.jb-template .sidebar .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
}

.jb-template .sidebar .nav-item.active .nav-link {
    font-weight: 700;
}

.jb-template .sidebar .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 1.5rem / 2);
    z-index: 1;
    top: 2px;
}

.jb-template .sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0.35rem;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.jb-template .sidebar .nav-item .collapsing {
    display: none;
    transition: none;
}

.jb-template .sidebar .nav-item .collapse .collapse-inner, .jb-template .sidebar .nav-item .collapsing .collapse-inner {
    padding: 0.5rem 0;
    min-width: 10rem;
    font-size: 0.85rem;
    margin: 0 0 1rem 0;
}

.jb-template .sidebar .nav-item .collapse .collapse-inner .collapse-header, .jb-template .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;
}

.jb-template .sidebar .nav-item .collapse .collapse-inner .collapse-item, .jb-template .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;
}

.jb-template .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover, .jb-template .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: #eaecf4;
}

.jb-template .sidebar .nav-item .collapse .collapse-inner .collapse-item:active, .jb-template .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
    background-color: #dddfeb;
}

.jb-template .sidebar .nav-item .collapse .collapse-inner .collapse-item.active, .jb-template .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
    color: #4e73df;
    font-weight: 700;
}

.jb-template .sidebar #sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
}

.jb-template .sidebar #sidebarToggle::after {
    font-weight: 900;
    content: '\f104';
    font-family: 'Font Awesome 6 Free';
    margin-right: 0.1rem;
}

.jb-template .sidebar #sidebarToggle:hover {
    text-decoration: none;
}

.jb-template .sidebar #sidebarToggle:focus {
    outline: none;
}

.jb-template .sidebar.toggled {
    width: 0 !important;
    overflow: hidden;
}

.jb-template .sidebar.toggled #sidebarToggle::after {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    margin-left: 0.25rem;
}

.jb-template .sidebar .sidebar-brand {
    height: 4.375rem;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 800;
    padding: 1.5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    z-index: 1;
}

.jb-template .sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
}

.jb-template .sidebar .sidebar-brand .sidebar-brand-text {
    display: none;
}

.jb-template .sidebar hr.sidebar-divider {
    margin: 0 1rem 1rem;
}

.jb-template .sidebar .sidebar-heading {
    text-align: center;
    padding: 0 1rem;
    font-weight: 800;
    font-size: 0.65rem;
}

@media (min-width: 768px) {
    .jb-template .sidebar {
        width: 14rem !important;
    }

    .jb-template .sidebar .nav-item .collapse {
        position: relative;
        left: 0;
        z-index: 1;
        top: 0;
        -webkit-animation: none;
        animation: none;
    }

    .jb-template .sidebar .nav-item .collapse .collapse-inner {
        border-radius: 0;
        box-shadow: none;
    }

    .jb-template .sidebar .nav-item .collapsing {
        display: block;
        transition: height 0.15s ease;
    }

    .jb-template .sidebar .nav-item .collapse, .jb-template .sidebar .nav-item .collapsing {
        margin: 0 1rem;
    }

    .jb-template .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem;
        width: 14rem;
    }

    .jb-template .sidebar .nav-item .nav-link i {
        font-size: 0.85rem;
        margin-right: 0.25rem;
    }

    .jb-template .sidebar .nav-item .nav-link span {
        font-size: 0.85rem;
        display: inline;
    }

    .jb-template .sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
        width: 1rem;
        text-align: center;
        float: right;
        vertical-align: 0;
        border: 0;
        font-weight: 900;
        content: '\f107';
        font-family: 'Font Awesome 6 Free';
    }

    .jb-template .sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
        content: '\f105';
    }

    .jb-template .sidebar .sidebar-brand .sidebar-brand-icon i {
        font-size: 2rem;
    }

    .jb-template .sidebar .sidebar-brand .sidebar-brand-text {
        display: inline;
    }

    .jb-template .sidebar .sidebar-heading {
        text-align: left;
    }

    .jb-template .sidebar.toggled {
        overflow: visible;
        width: 6.5rem !important;
    }

    .jb-template .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: 200ms;
        animation-duration: 200ms;
        -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);
    }

    .jb-template .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;
    }

    .jb-template .sidebar.toggled .nav-item .collapsing {
        display: none;
        transition: none;
    }

    .jb-template .sidebar.toggled .nav-item .collapse, .jb-template .sidebar.toggled .nav-item .collapsing {
        margin: 0;
    }

    .jb-template .sidebar.toggled .nav-item:last-child {
        margin-bottom: 1rem;
    }

    .jb-template .sidebar.toggled .nav-item .nav-link {
        text-align: center;
        padding: 0.75rem 1rem;
        width: 6.5rem;
    }

    .jb-template .sidebar.toggled .nav-item .nav-link span {
        font-size: 0.65rem;
        display: block;
    }

    .jb-template .sidebar.toggled .nav-item .nav-link i {
        margin-right: 0;
    }

    .jb-template .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after {
        display: none;
    }

    .jb-template .sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
        font-size: 2rem;
    }

    .jb-template .sidebar.toggled .sidebar-brand .sidebar-brand-text {
        display: none;
    }

    .jb-template .sidebar.toggled .sidebar-heading {
        text-align: center;
    }
}

.jb-template .sidebar-light .sidebar-brand {
    color: #6e707e;
}

.jb-template .sidebar-light hr.sidebar-divider {
    border-top: 1px solid #eaecf4;
}

.jb-template .sidebar-light .sidebar-heading {
    color: #b7b9cc;
}

.jb-template .sidebar-light .nav-item .nav-link {
    color: #858796;
}

.jb-template .sidebar-light .nav-item .nav-link i {
    color: #d1d3e2;
}

.jb-template .sidebar-light .nav-item .nav-link:active, .jb-template .sidebar-light .nav-item .nav-link:focus, .jb-template .sidebar-light .nav-item .nav-link:hover {
    color: #6e707e;
}

.jb-template .sidebar-light .nav-item .nav-link:active i, .jb-template .sidebar-light .nav-item .nav-link:focus i, .jb-template .sidebar-light .nav-item .nav-link:hover i {
    color: #6e707e;
}

.jb-template .sidebar-light .nav-item .nav-link[data-toggle="collapse"]::after {
    color: #b7b9cc;
}

.jb-template .sidebar-light .nav-item.active .nav-link {
    color: #6e707e;
}

.jb-template .sidebar-light .nav-item.active .nav-link i {
    color: #6e707e;
}

.jb-template .sidebar-light #sidebarToggle {
    background-color: #eaecf4;
}

.jb-template .sidebar-light #sidebarToggle::after {
    color: #b7b9cc;
}

.jb-template .sidebar-light #sidebarToggle:hover {
    background-color: #dddfeb;
}

.jb-template .sidebar-dark .sidebar-brand {
    color: #fff;
}

.jb-template .sidebar-dark hr.sidebar-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.jb-template .sidebar-dark .sidebar-heading {
    color: rgba(255, 255, 255, 0.4);
}

.jb-template .sidebar-dark .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

.jb-template .sidebar-dark .nav-item .nav-link i {
    color: rgba(255, 255, 255, 0.3);
}

.jb-template .sidebar-dark .nav-item .nav-link:active, .jb-template .sidebar-dark .nav-item .nav-link:focus, .jb-template .sidebar-dark .nav-item .nav-link:hover {
    color: #fff;
}

.jb-template .sidebar-dark .nav-item .nav-link:active i, .jb-template .sidebar-dark .nav-item .nav-link:focus i, .jb-template .sidebar-dark .nav-item .nav-link:hover i {
    color: #fff;
}

.jb-template .sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
    color: rgba(255, 255, 255, 0.5);
}

.jb-template .sidebar-dark .nav-item.active .nav-link {
    color: #fff;
}

.jb-template .sidebar-dark .nav-item.active .nav-link i {
    color: #fff;
}

.jb-template .sidebar-dark #sidebarToggle {
    background-color: rgba(255, 255, 255, 0.2);
}

.jb-template .sidebar-dark #sidebarToggle::after {
    color: rgba(255, 255, 255, 0.5);
}

.jb-template .sidebar-dark #sidebarToggle:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.jb-template .sidebar-dark.toggled #sidebarToggle::after {
    color: rgba(255, 255, 255, 0.5);
}

.jb-template .btn-circle {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.jb-template .btn-circle.btn-sm, .jb-template .btn-group-sm > .btn-circle.btn {
    height: 1.8rem;
    width: 1.8rem;
    font-size: 0.75rem;
}

.jb-template .btn-circle.btn-lg, .jb-template .btn-group-lg > .btn-circle.btn {
    height: 3.5rem;
    width: 3.5rem;
    font-size: 1.35rem;
}

.jb-template .btn-icon-split {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
}

.jb-template .btn-icon-split .icon {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 0.375rem 0.75rem;
}

.jb-template .btn-icon-split .text {
    display: inline-block;
    padding: 0.375rem 0.75rem;
}

.jb-template .btn-icon-split.btn-sm .icon, .jb-template .btn-group-sm > .btn-icon-split.btn .icon {
    padding: 0.25rem 0.5rem;
}

.jb-template .btn-icon-split.btn-sm .text, .jb-template .btn-group-sm > .btn-icon-split.btn .text {
    padding: 0.25rem 0.5rem;
}

.jb-template .btn-icon-split.btn-lg .icon, .jb-template .btn-group-lg > .btn-icon-split.btn .icon {
    padding: 0.5rem 1rem;
}

.jb-template .btn-icon-split.btn-lg .text, .jb-template .btn-group-lg > .btn-icon-split.btn .text {
    padding: 0.5rem 1rem;
}

.jb-template .card .card-header .dropdown {
    line-height: 1;
}

.jb-template .card .card-header .dropdown .dropdown-menu {
    line-height: 1.5;
}

.jb-template .card .card-header[data-toggle="collapse"] {
    text-decoration: none;
    position: relative;
    padding: 0.75rem 3.25rem 0.75rem 1.25rem;
}

.jb-template .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 6 Free';
    color: #d1d3e2;
}

.jb-template .card .card-header[data-toggle="collapse"].collapsed {
    border-radius: 0.35rem;
}

.jb-template .card .card-header[data-toggle="collapse"].collapsed::after {
    content: '\f105';
}

.jb-template .chart-area {
    position: relative;
    height: 10rem;
    width: 100%;
}

@media (min-width: 768px) {
    .jb-template .chart-area {
        height: 20rem;
    }
}

.jb-template .chart-bar {
    position: relative;
    height: 10rem;
    width: 100%;
}

@media (min-width: 768px) {
    .jb-template .chart-bar {
        height: 20rem;
    }
}

.jb-template .chart-pie {
    position: relative;
    height: 15rem;
    width: 100%;
}

@media (min-width: 768px) {
    .jb-template .chart-pie {
        height: calc(20rem - 43px) !important;
    }
}

.jb-template .bg-login-image {
    background: url("../img/login_bg.jpg");
    background-position: center;
    background-size: cover;
}

.jb-template .bg-register-image {
    background: url("../img/register_bg.jpg");
    background-position: center;
    background-size: cover;
}

.jb-template .bg-password-image {
    background: url("../img/password_bg.jpg");
    background-position: center;
    background-size: cover;
}

.jb-template form.user .custom-checkbox.small label {
    line-height: 1.5rem;
}

.jb-template form.user .form-control-user {
    font-size: 0.8rem;
    height: 38px;
}

.jb-template form.user .btn-user {
    font-size: 0.8rem;
    padding: 0.75rem 1rem;
}

.jb-template .btn-google {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff;
}

.jb-template .btn-google:hover {
    color: #fff;
    background-color: #e12717;
    border-color: #e6e6e6;
}

.jb-template .btn-google:focus, .jb-template .btn-google.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.jb-template .btn-google.disabled, .jb-template .btn-google:disabled {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff;
}

.jb-template .btn-google:not(:disabled):not(.disabled):active, .jb-template .btn-google:not(:disabled):not(.disabled).active, .jb-template .show > .btn-google.dropdown-toggle {
    color: #fff;
    background-color: #d62516;
    border-color: #dfdfdf;
}

.jb-template .btn-google:not(:disabled):not(.disabled):active:focus, .jb-template .btn-google:not(:disabled):not(.disabled).active:focus, .jb-template .show > .btn-google.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.jb-template .btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff;
}

.jb-template .btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #e6e6e6;
}

.jb-template .btn-facebook:focus, .jb-template .btn-facebook.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.jb-template .btn-facebook.disabled, .jb-template .btn-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff;
}

.jb-template .btn-facebook:not(:disabled):not(.disabled):active, .jb-template .btn-facebook:not(:disabled):not(.disabled).active, .jb-template .show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #dfdfdf;
}

.jb-template .btn-facebook:not(:disabled):not(.disabled):active:focus, .jb-template .btn-facebook:not(:disabled):not(.disabled).active:focus, .jb-template .show > .btn-facebook.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.jb-template .error {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem;
}

@-webkit-keyframes noise-anim {
    0% {
        clip: rect(32px, 9999px, 16px, 0);
    }
    5% {
        clip: rect(5px, 9999px, 24px, 0);
    }
    10% {
        clip: rect(77px, 9999px, 87px, 0);
    }
    15% {
        clip: rect(91px, 9999px, 95px, 0);
    }
    20% {
        clip: rect(74px, 9999px, 9px, 0);
    }
    25% {
        clip: rect(37px, 9999px, 32px, 0);
    }
    30% {
        clip: rect(56px, 9999px, 27px, 0);
    }
    35% {
        clip: rect(35px, 9999px, 33px, 0);
    }
    40% {
        clip: rect(89px, 9999px, 6px, 0);
    }
    45% {
        clip: rect(81px, 9999px, 77px, 0);
    }
    50% {
        clip: rect(64px, 9999px, 69px, 0);
    }
    55% {
        clip: rect(12px, 9999px, 11px, 0);
    }
    60% {
        clip: rect(59px, 9999px, 11px, 0);
    }
    65% {
        clip: rect(69px, 9999px, 59px, 0);
    }
    70% {
        clip: rect(74px, 9999px, 65px, 0);
    }
    75% {
        clip: rect(56px, 9999px, 79px, 0);
    }
    80% {
        clip: rect(80px, 9999px, 64px, 0);
    }
    85% {
        clip: rect(87px, 9999px, 29px, 0);
    }
    90% {
        clip: rect(16px, 9999px, 21px, 0);
    }
    95% {
        clip: rect(69px, 9999px, 43px, 0);
    }
    100% {
        clip: rect(75px, 9999px, 63px, 0);
    }
}

@keyframes noise-anim {
    0% {
        clip: rect(32px, 9999px, 16px, 0);
    }
    5% {
        clip: rect(5px, 9999px, 24px, 0);
    }
    10% {
        clip: rect(77px, 9999px, 87px, 0);
    }
    15% {
        clip: rect(91px, 9999px, 95px, 0);
    }
    20% {
        clip: rect(74px, 9999px, 9px, 0);
    }
    25% {
        clip: rect(37px, 9999px, 32px, 0);
    }
    30% {
        clip: rect(56px, 9999px, 27px, 0);
    }
    35% {
        clip: rect(35px, 9999px, 33px, 0);
    }
    40% {
        clip: rect(89px, 9999px, 6px, 0);
    }
    45% {
        clip: rect(81px, 9999px, 77px, 0);
    }
    50% {
        clip: rect(64px, 9999px, 69px, 0);
    }
    55% {
        clip: rect(12px, 9999px, 11px, 0);
    }
    60% {
        clip: rect(59px, 9999px, 11px, 0);
    }
    65% {
        clip: rect(69px, 9999px, 59px, 0);
    }
    70% {
        clip: rect(74px, 9999px, 65px, 0);
    }
    75% {
        clip: rect(56px, 9999px, 79px, 0);
    }
    80% {
        clip: rect(80px, 9999px, 64px, 0);
    }
    85% {
        clip: rect(87px, 9999px, 29px, 0);
    }
    90% {
        clip: rect(16px, 9999px, 21px, 0);
    }
    95% {
        clip: rect(69px, 9999px, 43px, 0);
    }
    100% {
        clip: rect(75px, 9999px, 63px, 0);
    }
}

.jb-template .error:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse;
}

@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(12px, 9999px, 52px, 0);
    }
    5% {
        clip: rect(42px, 9999px, 39px, 0);
    }
    10% {
        clip: rect(64px, 9999px, 36px, 0);
    }
    15% {
        clip: rect(52px, 9999px, 15px, 0);
    }
    20% {
        clip: rect(79px, 9999px, 7px, 0);
    }
    25% {
        clip: rect(17px, 9999px, 41px, 0);
    }
    30% {
        clip: rect(15px, 9999px, 20px, 0);
    }
    35% {
        clip: rect(62px, 9999px, 87px, 0);
    }
    40% {
        clip: rect(94px, 9999px, 11px, 0);
    }
    45% {
        clip: rect(49px, 9999px, 10px, 0);
    }
    50% {
        clip: rect(82px, 9999px, 4px, 0);
    }
    55% {
        clip: rect(70px, 9999px, 100px, 0);
    }
    60% {
        clip: rect(62px, 9999px, 23px, 0);
    }
    65% {
        clip: rect(51px, 9999px, 56px, 0);
    }
    70% {
        clip: rect(41px, 9999px, 24px, 0);
    }
    75% {
        clip: rect(6px, 9999px, 85px, 0);
    }
    80% {
        clip: rect(96px, 9999px, 58px, 0);
    }
    85% {
        clip: rect(16px, 9999px, 24px, 0);
    }
    90% {
        clip: rect(40px, 9999px, 31px, 0);
    }
    95% {
        clip: rect(91px, 9999px, 34px, 0);
    }
    100% {
        clip: rect(87px, 9999px, 26px, 0);
    }
}

@keyframes noise-anim-2 {
    0% {
        clip: rect(12px, 9999px, 52px, 0);
    }
    5% {
        clip: rect(42px, 9999px, 39px, 0);
    }
    10% {
        clip: rect(64px, 9999px, 36px, 0);
    }
    15% {
        clip: rect(52px, 9999px, 15px, 0);
    }
    20% {
        clip: rect(79px, 9999px, 7px, 0);
    }
    25% {
        clip: rect(17px, 9999px, 41px, 0);
    }
    30% {
        clip: rect(15px, 9999px, 20px, 0);
    }
    35% {
        clip: rect(62px, 9999px, 87px, 0);
    }
    40% {
        clip: rect(94px, 9999px, 11px, 0);
    }
    45% {
        clip: rect(49px, 9999px, 10px, 0);
    }
    50% {
        clip: rect(82px, 9999px, 4px, 0);
    }
    55% {
        clip: rect(70px, 9999px, 100px, 0);
    }
    60% {
        clip: rect(62px, 9999px, 23px, 0);
    }
    65% {
        clip: rect(51px, 9999px, 56px, 0);
    }
    70% {
        clip: rect(41px, 9999px, 24px, 0);
    }
    75% {
        clip: rect(6px, 9999px, 85px, 0);
    }
    80% {
        clip: rect(96px, 9999px, 58px, 0);
    }
    85% {
        clip: rect(16px, 9999px, 24px, 0);
    }
    90% {
        clip: rect(40px, 9999px, 31px, 0);
    }
    95% {
        clip: rect(91px, 9999px, 34px, 0);
    }
    100% {
        clip: rect(87px, 9999px, 26px, 0);
    }
}

.jb-template .error:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}

.jb-template footer.sticky-footer {
    padding: 2rem 0;
    flex-shrink: 0;
}

.jb-template footer.sticky-footer .copyright {
    line-height: 1;
    font-size: 0.8rem;
}

.jb-template body.sidebar-toggled footer.sticky-footer {
    width: 100%;
}

.jb-template .setting-image-preview {
    height: 30px;
    margin-top: 37px;
    background-position: center center;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #9e9e9e;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.jb-template .room-coverimage-preview {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-position: center center;
    border: 1px solid;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.jb-template .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.jb-template .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #36b9cc;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.jb-template .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.jb-template .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.jb-template .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.jb-template .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.jb-template .btn-group-xs > .btn, .jb-template .btn-xs {
    line-height: 1;
    border-radius: 0.2rem;
    font-size: 12px;
}

.jb-template .btn-xs .text {
    padding: 6px;
}

.jb-template .btn-xs .icon {
    padding: 6px;
}

.jb-template .imagePreview {
    width: 120px;
    height: 120px;
    background-position: center center;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #e4e5ee;
    border-radius: 50%;
    position: relative;
}

.jb-template .btn-upload {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background: #000;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-self: center;
    align-items: center;
    line-height: 1;
    border-radius: 5px;
}

.jb-template .upload-image {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.jb-template .date-dropdown {
    width: 33%;
    display: inline-block;
    box-sizing: border-box;
}

.jb-template .date-dropdown select {
    padding: 6px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0.35rem;
    color: #6e707e;
    margin-right: 3px;
}

.jb-template .date-dropdown select.invalid {
    color: #e9403c;
}

.jb-template #load-more-end {
    text-align: center;
}

.jb-template .modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.jb-template .modal button.close {
    background: #f44336;
    color: #fff;
    opacity: 1;
    font-weight: normal;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-self: center;
    align-self: center;
    position: relative;
    margin-right: -7px;
    justify-content: center;
}

.jb-template .modal button.close span {
    align-self: center;
    justify-content: center;
    line-height: 1;
}

.jb-template .modal button.close {
    opacity: 1;
}

.jb-template .cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
}

.jb-template .cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.jb-template .cookiealert a {
    text-decoration: underline;
}

.jb-template .cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.jb-template #langSelector {
    padding-left: 0;
    padding-right: 0;
}

.jb-template .dropdown-menu.scrollable-menu.show {
    margin-bottom: 10px;
}

.jb-template .rooms-modal .card-body {
    padding: 0;
    padding-top: 10px;
}

.jb-template .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.jb-template .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.jb-template .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.jb-template .switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.jb-template input:checked + .slider {
    background-color: #2196f3;
}

.jb-template input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

.jb-template input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.jb-template .slider.round {
    border-radius: 5px;
}

.jb-template .slider.round:before {
    border-radius: 50%;
}

.jb-template .profile-modal .modal-body {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    width: 100%;
}

@media (min-width: 576px) {
    .jb-template .rooms-modal .modal-dialog {
        max-width: 760px;
        margin: 1.75rem auto;
    }
}

.jb-template ::-webkit-scrollbar {
    width: 5px;
}

.jb-template div, .jb-template span, .jb-template ul {
    scrollbar-width: thin;
    scrollbar-color: #e0e0e0 transparent;
}

.jb-template ::-webkit-scrollbar-track {
    background: transparent;
}

.jb-template ::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 0px;
    border: 3px solid transparent;
}

.jb-template .modal-body {
    scrollbar-color: #9e9e9e transparent;
}

.jb-template .modal-body::-webkit-scrollbar-thumb {
    background-color: #9e9e9e;
}

.jb-template .chat-list-col div::-webkit-scrollbar-thumb {
    background-color: #5e5e73;
}

.jb-template .rooms-modal .card {
    border: none;
}

.jb-template .rtl {
    direction: rtl;
}

.jb-template .rtl ul {
    margin: 0;
    padding: 0;
}

.jb-template .rtl body {
    text-align: right;
}

.jb-template .rtl .mr-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.jb-template .rtl .ml-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.jb-template .rtl ul.online-list li, .jb-template .rtl ul.fav-list li {
    padding-right: 15px;
    padding-left: 0px;
}

.jb-template .rtl .mr-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
}

.jb-template .rtl .user-info {
    padding: 0 0 0 16px !important;
}

.jb-template .rtl .dropdown-menu {
    text-align: right;
}

.jb-template .rtl .mini-user-list ul.online-list li, .jb-template .rtl .mini-user-list ul.fav-list li {
    padding-right: 0px;
}

.jb-template .rtl .mini-user-list .navbar-nav {
    margin-left: 0 !important;
}

.jb-template .rtl .pl-1, .jb-template .rtl .px-1 {
    padding-right: 0.25rem !important;
}

.jb-template .rtl .messages ul li.sent .avatar {
    margin-right: 8px;
    margin-left: 0px;
}

.jb-template .rtl .sent .chat-txt:before {
    left: -4px;
    right: auto;
}

.jb-template .rtl .replies .chat-txt:after {
    right: -4px;
    left: auto;
}

.jb-template .rtl .messages ul li.replies .avatar {
    float: right;
    margin-left: 8px;
    margin-right: 0px;
}

.jb-template .rtl .sent .message-meta {
    left: 38px;
    right: initial;
}

.jb-template .rtl .replies .message-meta {
    right: 38px;
    left: initial;
}

.jb-template .rtl .sent .link-preview {
    float: left;
}

.jb-template .rtl .replies .link-preview {
    float: right;
}

.jb-template .rtl .emojionearea .emojionearea-editor {
    text-align: right;
}

.jb-template .rtl .emojionearea .emojionearea-button {
    left: 3px;
    right: initial;
}

.jb-template .rtl .emojionearea .emojionearea-editor {
    padding: 6px 12px 6px 24px;
}

.jb-template .rtl .act-more {
    margin-left: 8px;
    margin-right: initial;
}

.jb-template .rtl .mobile-sidebar-icon {
    padding-right: 8px;
    padding-left: 0px;
}

.jb-template .rtl .nav-sidebar-mobile .dropdown-toggle-split {
    padding-left: 8px;
    padding-right: 0px;
}

.jb-template .rtl .ml-lg-4 {
    margin-right: 1.5rem !important;
    margin-right: initial;
}

@media (min-width: 992px) {
    .jb-template .rtl .dropdown .dropdown-toggle .dropdown-arrow {
        margin-right: 0.4rem;
        margin-left: 0;
    }
}

.jb-template .rtl .navbar-brand {
    margin-right: initial;
    margin-left: 1rem;
}

.jb-template .rtl .dropdown-toggle:after {
    margin-left: initial;
    margin-right: 0.255em;
}

.jb-template .rtl .input-group input {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.jb-template .rtl .input-group .btn-primary {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.jb-template .rtl .lang-selector .flag-icon {
    margin-right: 0px;
    margin-left: 5px !important;
}

.jb-template .rtl .user-options {
    left: 40px;
    right: initial;
}

.jb-template .rtl .file-actions {
    left: 10px;
    right: initial;
}

.jb-template .rtl .green-audio-player .controls .controls__slider {
    margin-right: 16px;
    margin-left: 0px;
}

.jb-template .rtl span.controls__current-time {
    left: 0px;
    right: 14px;
}

.jb-template .rtl span.controls__total-time {
    left: 0;
    right: initial;
}

.jb-template .rtl .audio-icon {
    border-top-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
}

.jb-template .rtl .green-audio-player {
    border-top-right-radius: 0px;
    border-top-left-radius: 5px !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px !important;
}

.jb-template .regi .date-dropdown select {
    margin-bottom: 0;
    height: 38px;
    margin: 0;
    border-radius: 0;
    font-size: 12px;
}

.jb-template .regi .date-dropdown .year {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.jb-template .regi .input-group-prepend {
    /* border-right: 1px solid #2e353e;
	 */
    margin-right: 0;
}

@media (max-width: 576px) {
    .jb-template .regi .date-dropdowns select {
        width: 60px;
    }
}

@media (max-width: 320px) {
    .jb-template .regi .date-dropdowns select {
        width: 43px;
    }
}

.jb-template .ad_medium_rectangle {
    width: 300px;
    height: 250px;
    overflow: hidden;
}

.jb-template .ad_large_rectangle {
    width: 336px;
    height: 280px;
    overflow: hidden;
}

.jb-template .ad_half_banner {
    width: 234px;
    height: 60px;
    overflow: hidden;
}

.jb-template .ad_squre {
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.jb-template .ad_small_squre {
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.jb-template .ad_small_rectangle {
    width: 180px;
    height: 150px;
    overflow: hidden;
}

.jb-template .ad_button {
    width: 125px;
    height: 125px;
    overflow: hidden;
}

.jb-template .ad_portrait {
    width: 300px;
    height: 1050px;
    overflow: hidden;
}

.jb-template .ad_vertical_banner {
    width: 120px;
    height: 240px;
    overflow: hidden;
}

.jb-template .ad_skyscraper {
    width: 120px;
    height: 600px;
    overflow: hidden;
}

.jb-template .ad_halfpage {
    width: 300px;
    height: 600px;
    overflow: hidden;
}

.jb-template .ad_wide_skyscraper {
    width: 160px;
    height: 600px;
    overflow: hidden;
}

.jb-template .ad_responsive {
    width: 100%;
    text-align: center;
}

.jb-template .advert {
    margin: 10px auto;
}

.jb-template .sender-name, .jb-template .group-user {
    cursor: pointer;
}

.jb-template table#DataTables_Table_2 {
    font-size: 13px;
}

.jb-template .card-room-info .card-body, .jb-template .card-room-users .card-body {
    height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
}

.jb-template #profile-form .select2-container {
    width: 100% !important;
}

.jb-template #profile-form .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    height: 37px !important;
    line-height: 37px;
    background: #fff;
    border: 1px solid #d1d3e2;
    color: #6e707e;
}

.jb-template .base-min .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    height: 38px !important;
    line-height: 38px;
    background: #fff;
    border: 1px solid #d1d3e2;
    color: #6e707e;
}

.jb-template .pwa-update {
    z-index: 9999;
    position: absolute;
    display: none;
}

.jb-template .btn-xs {
    display: inline-block;
    width: fit-content;
    white-space: nowrap;
}

.jb-template .rooms-modal .nav-link {
    display: block;
    padding: 5px 10px;
}

.jb-template .rooms-modal {
    font-size: 14px;
}

.jb-template .room-list-modal {
    font-size: 14px;
}

.jb-template .profile-modal {
    font-size: 14px;
}

.jb-template .profile-modal .modal-title {
    font-size: 14px;
    align-self: center;
}

.jb-template .date-dropdowns {
    width: max-content;
}

.jb-template .regi {
    height: 100vh !important;
}

.jb-template .base-mini-bg {
    overflow: auto !important;
    background: #cfd8dc;
}

.jb-template .g-recaptcha {
    margin-bottom: 10px;
}

.jb-template .room-coverimage-preview img {
    object-fit: cover;
}

.jb-template .room-bgimage-preview {
    height: 50px;
    width: 50px;
    border-radius: 2px;
    background-position: center center;
    border: 1px solid;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
}

.jb-template .room-bgimage-preview img {
    object-fit: cover;
}

.jb-template .room-bgimage-remove {
    padding: 0;
    line-height: 1;
    margin-top: -40px;
    padding: 1px 2px;
    font-size: 10px;
}

.jb-template .policy-agree-block {
    font-size: 14px;
}

.jb-template .rtl .modal button.close {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.jb-template .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
    color-adjust: exact;
}

/* Spécifiquement pour les switches */
.jb-template .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("../img/switch_button_nocheck.svg"); /* Icône du switch */
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}

.jb-template .form-switch .form-check-input:checked {
    background-position: right center;
    background-color: #0d6efd; /* Couleur primaire Bootstrap */
    border-color: #0d6efd;

    background-image: url("../img/switch_button_check.svg"); /* Icône du switch */
}

.jb-template .form-switch .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.jb-template .form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

.jb-template .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.jb-template .form-select:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.jb-template .form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

.jb-template .form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}


.jb-template .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.jb-template .input-group > .form-select:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.jb-template .input-group > .form-select:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.jb-template .input-group > .form-select:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.jb-template .input-group > .form-select:focus {
    z-index: 3;
}

.jb-template .input-group > .form-select:not(:first-child) {
    border-left: 0;
}
.jb-template  .modal .btn.btn-danger [class*=" fa-"] {

    width: inherit;
    margin: inherit;
    margin-inline-start: inherit;
    line-height: inherit;
    display: inherit;
}
