@media (min-width: 768px) {#logo {width: 25%;}}
@media (max-width: 768px) {#logo {width: 65%;}}
.tutorials {
    width: 75px;
    height: 75px;
    padding: 0px;
    margin-right: 15px;
}
.tutorials2 {
    width: 105px;
    height: 75px;
    padding: 0px;
}
.foto {width: 32%;}
.foto2 {width: 20%;}
.foto3 {width: 15%;}
#explory {width: 60%;}
.flag {
    width: 10%;
    cursor: pointer;
}
#git {
    width: 10%;
    float: right;
}
.st {
    text-align: center;
    background-color: transparent;
}
table {
    border: 1px;
    border-style: solid;
    border-color: black;
}
td {
    border: 1px;
    border-style: solid;
    border-color: black;
    padding: 6px;
}
.tde {border-right: 2px solid black;}
.tde2 {border-left: 2px solid black;}
.tde3 {border-top: 2px solid black;}
.tde4 {border-bottom: 2px solid black;}
.img-article {margin-bottom: 10px;}
.img-article-t {margin-bottom: 3px;}
@media(min-width: 1480px) {.img-f {width: 38%;}}
@media(max-width: 1480px) {.img-f {width: 38%;}}
@media(max-width: 1380px) {.img-f {width: 48%;}}
@media(max-width: 1280px) {.img-f {width: 60%;}}
@media(max-width: 980px) {.img-f {width: 80%;}}
@media(max-width: 700px) {.img-f {width: 100%;}}
.certificate {
    width: 25%;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px;
    border-style: solid;
    border-color: black;
}
@media(min-width: 1230px) {.foto3 {width: 40%;}}
@media (max-width: 1230px) {
    .flag {width: 14%;}
    #git {width: 14%;}
    .foto {width: 30%;}
    .foto2 {width: 30%;}
    .foto3 {width: 50%;}
    #explory {width: 100%;}
    .certificate {
        width: 47%;
        margin-right: 10px;
    }
}
@media (max-width: 550px) {
    .flag {width: 18%;}
    #git {width: 18%;}
    .foto {width: 50%;}
    .foto2 {width: 50%;}
    .foto3 {width: 80%;}
    .certificate {width: 100%;}
}
@media (max-width: 340px) {
    .flag {width: 25%;}
    #git {width: 25%;}
    .foto {width: 50%;}
    .foto2 {width: 50%;}
    .foto3 {width: 100%;}
}
@media (max-width: 430px) {
    .tut {font-size: 15px;}
    .tutorials {
        width: 60px;
        height: 60px;
    }
    .tutorials2 {
        width: 84px;
        height: 60px;
    }
}
.tutorial-div {
    display: flex;
    align-items: center;
}
.tutorial-div img {margin-left: 10px;}
@media (max-width: 576px) {
    .tutorial-div {
        flex-direction: column;
        align-items: flex-start;
    }
    .tutorial-div img {
        margin-left: 0;
        margin-top: 10px;
    }
}
.social {
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
}
.socialmedia {
    width: 100%;
    background-color: #f8f9fc;
}
.socialmedia:hover {background-color: #ddd;}
.podpis {margin-bottom: 0px;}
.link, .link:hover {
    color: #858796;
    text-decoration: underline;
}
.linkk, .linkk:hover {
    color: #858796;
    text-decoration: none;
}
.linkh {
    color: #858796;
    text-decoration: none;
}
.linkh:hover {
    color: #858796;
    text-decoration: underline;
}
.tutorial-list {
    padding-left: 0;
    list-style-position: inside;
}
#content {margin-top: 20px;}
#sidebarToggleTop {
    margin-bottom: 20px;
    margin-left: 10px;
}
#sidebarToggleTop:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem #157267;
}
.tutorial-div, .tutorial-div:hover {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-style: solid;
    border-color: #858796;
    color: #858796;
    text-decoration: none;
    border-width: 3px;
    border-radius: 20px;
    padding: 10px;
    padding-right: 20px;
    padding-left: 15px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
}
.tutorial-div:hover {background-color: #EFEEEE;}
.ebooks {
    height: 185px;
    margin-right: 8px;
    margin-bottom: 10px;
    border-radius: 3px;
}
pre code {
    scrollbar-color: #666 #201c29;
    background: none;
    white-space: pre;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    display: block;
    min-width: 100px;
    max-width: 100%;
    line-height: 1.75;
    padding-left: 40px;
    padding-right: 20px;
    color: inherit;
    word-break: normal;
}
.pdf {
    width: 100%;
    height: calc(100vh - 20px);
    border: none;
}
code {
    color: #f5d67b;
    background: #0e110c;
    padding: 1.7px;
    border-radius: 6px;
}
pre {
    clear: both;
    color: #fff;
    background: #0e110c;
    padding: 0;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    -ms-word-break: normal;
    word-break: normal;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    position: relative;
    line-height: 28px;
    border-radius: 8px;
    overflow: hidden;
    white-space: pre;
    margin-top: 10px;
    margin-bottom: 1rem;
    overflow: auto;
}
pre, code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.935em;
}
.codeTooBig {
    overflow-y: scroll;
    height: 400px;
}
.comment {color: #6d757e;}
.text {color: #84c7ff;}
.command {color: #ff8cd5;}
.command-c {color: #339933;}
.sign {color: #f0746c;}
.function {color: #189eda;}
a>code {color: inherit;}
.code-example {color: #f5d67b;}

: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: "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-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before, *::after {box-sizing: border-box;}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {display: block;}
.project-card {
    background-color: #EFEEEE;
    padding: 10px 5px 0px 5px;
    text-align: center;
    align-items: center;
    font-size: 13px;
}
.p-project, .p-project:hover {
    text-align: left;
    display: inherit;
    width: 90%;
    padding-left: 8%;
}
.a-project, .a-project:hover {
    text-decoration: none;
    color: #858796;
}
.i-project {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    height: auto;
    max-width: 60%;
}
@media (max-width: 1100px) {.i-project {max-width: 90%;}}
@media (max-width: 990px) {.i-project {max-width: 60%;}}
@media (max-width: 575px) {
    .i-project {max-width: 40%;}
    .p-project {width: 70%;}
}
@media (max-width: 450px) {
    .i-project {max-width: 60%;}
}
@media (max-width: 365px) {
    .i-project {max-width: 60%;}
    .p-project {width: 90%;}
}
@media (max-width: 250px) {.i-project {max-width: 90%;}}
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-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff;
    height: 100%;
}
[tabindex="-1"]:focus:not(:focus-visible) {outline: 0 !important;}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {margin-bottom: 0;}
b {font-weight: bolder;}
small, .small {
    font-size: 80%;
    font-weight: 400;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {bottom: -.25em;}
sup {top: -.5em;}
a {
    color: #4e73df;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #224abe;
    text-decoration: underline;
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
img {
    vertical-align: middle;
    border-style: none;
}
table {border-collapse: collapse;}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {border-radius: 0;}
button:focus:not(:focus-visible) {outline: 0;}
button, input {overflow: visible;}
button, select {text-transform: none;}
[role="button"] {cursor: pointer;}
select {word-wrap: normal;}
button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}
progress {vertical-align: baseline;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
}
h1, .h1 {font-size: 2.5rem;}
h2, .h2 {font-size: 2rem;}
h3, .h3 {font-size: 1.75rem;}
h4, .h4 {font-size: 1.5rem;}
h5, .h5 {font-size: 1.25rem;}
h6, .h6 {font-size: 1rem;}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {.container, .container-sm {max-width: 540px;}}
@media (min-width: 768px) {.container, .container-sm, .container-md {max-width: 720px;}}
@media (min-width: 992px) {.container, .container-sm, .container-md, .container-lg {max-width: 960px;}}
@media (min-width: 1200px) {.container, .container-sm, .container-md, .container-lg, .container-xl {max-width: 1140px;}}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.table {
    width: 100%;
    color: #858796;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e3e6f0;
}
.table th {
    vertical-align: bottom;
    border-bottom: 2px solid #e3e6f0;
}
.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: 1rem;
    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) {.btn {transition: none;}}
.btn:hover {
    color: #858796;
    text-decoration: none;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}
.btn.disabled, .btn:disabled {opacity: 0.65;}
.btn:not(:disabled):not(.disabled) {cursor: pointer;}
a.btn.disabled, fieldset:disabled a.btn {pointer-events: none;}
.btn-primary {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}
.btn-primary:hover {
    color: #fff;
    background-color: #2e59d9;
    border-color: #2653d4;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #2e59d9;
    border-color: #2653d4;
    box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2653d4;
    border-color: #244ec9;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #858796;
    border-color: #858796;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #717384;
    border-color: #6b6d7d;
}
.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #717384;
    border-color: #6b6d7d;
    box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #858796;
    border-color: #858796;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6b6d7d;
    border-color: #656776;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
}
.btn-success:hover {
    color: #fff;
    background-color: #17a673;
    border-color: #169b6b;
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #17a673;
    border-color: #169b6b;
    box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #169b6b;
    border-color: #149063;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);}
.btn-info {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc;
}
.btn-info:hover {
    color: #fff;
    background-color: #2c9faf;
    border-color: #2a96a5;
}
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #2c9faf;
    border-color: #2a96a5;
    box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2a96a5;
    border-color: #278c9b;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}
.btn-warning {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e;
}
.btn-warning:hover {
    color: #fff;
    background-color: #f4b619;
    border-color: #f4b30d;
}
.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #f4b619;
    border-color: #f4b30d;
    box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f4b30d;
    border-color: #e9aa0b;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b;
}
.btn-danger:hover {
    color: #fff;
    background-color: #e02d1b;
    border-color: #d52a1a;
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #e02d1b;
    border-color: #d52a1a;
    box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d52a1a;
    border-color: #ca2819;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}
.btn-light {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc;
}
.btn-light:hover {
    color: #3a3b45;
    background-color: #dde2f1;
    border-color: #d4daed;
}
.btn-light:focus, .btn-light.focus {
    color: #3a3b45;
    background-color: #dde2f1;
    border-color: #d4daed;
    box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #3a3b45;
    background-color: #d4daed;
    border-color: #cbd3e9;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69;
}
.btn-dark:hover {
    color: #fff;
    background-color: #484a54;
    border-color: #42444e;
}
.btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #484a54;
    border-color: #42444e;
    box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #42444e;
    border-color: #3d3e47;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}
.btn-outline-primary {
    color: #4e73df;
    border-color: #4e73df;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #4e73df;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}
.btn-outline-secondary {
    color: #858796;
    border-color: #858796;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #858796;
    border-color: #858796;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #858796;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #858796;
    border-color: #858796;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}
.btn-outline-success {
    color: #1cc88a;
    border-color: #1cc88a;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #1cc88a;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}
.btn-outline-info {
    color: #36b9cc;
    border-color: #36b9cc;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc;
}
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #36b9cc;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}
.btn-outline-warning {
    color: #f6c23e;
    border-color: #f6c23e;
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f6c23e;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}
.btn-outline-danger {
    color: #e74a3b;
    border-color: #e74a3b;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #e74a3b;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}
.btn-outline-light {
    color: #f8f9fc;
    border-color: #f8f9fc;
}
.btn-outline-light:hover {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc;
}
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fc;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}
.btn-outline-dark {
    color: #5a5c69;
    border-color: #5a5c69;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #5a5c69;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #4e73df;
    text-decoration: none;
}
.btn-link:hover {
    color: #224abe;
    text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
    color: #858796;
    pointer-events: none;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block+.btn-block {
    margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.fade {transition: opacity 0.15s linear;}
@media (prefers-reduced-motion: reduce) {.fade {transition: none;}}
.fade:not(.show) {opacity: 0;}
.collapse:not(.show) {display: none;}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {.collapsing {transition: none;}}
.dropup, .dropright, .dropdown, .dropleft {position: relative;}
.dropdown-toggle {white-space: nowrap;}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 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;
}
.dropdown-toggle:empty::after {margin-left: 0;}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 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;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {margin-left: 0;}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {margin-left: 0;}
.dropright .dropdown-toggle::after {vertical-align: 0;}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::after {display: none;}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {margin-left: 0;}
.dropleft .dropdown-toggle::before {vertical-align: 0;}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #eaecf4;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #3a3b45;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #2e2f37;
    text-decoration: none;
    background-color: #eaecf4;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #4e73df;
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #b7b9cc;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {display: block;}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #858796;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #3a3b45;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus, .navbar-brand:hover, .navbar-brand:focus {text-decoration: none;}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.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;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {margin-bottom: 0.75rem;}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0;
}
.card-header:first-child {border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;}
.accordion {overflow-anchor: none;}
.accordion>.card {overflow: hidden;}
.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.35rem;
}
.alert-heading {color: inherit;}
.alert-dismissible {padding-right: 4rem;}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #293c74;
    background-color: #dce3f9;
    border-color: #cdd8f6;
}
.alert-primary hr {border-top-color: #b7c7f2;}
.alert-primary .alert-link {color: #1c294e;}
.alert-secondary {
    color: #45464e;
    background-color: #e7e7ea;
    border-color: #dddde2;
}
.alert-secondary hr {border-top-color: #cfcfd6;}
.alert-secondary .alert-link {color: #2d2e33;}
.alert-success {
    color: #0f6848;
    background-color: #d2f4e8;
    border-color: #bff0de;
}
.alert-success hr {border-top-color: #aaebd3;}
.alert-success .alert-link {color: #093b29;}
.alert-info {
    color: #1c606a;
    background-color: #d7f1f5;
    border-color: #c7ebf1;
}
.alert-info hr {border-top-color: #b3e4ec;}
.alert-info .alert-link {color: #113b42;}
.alert-warning {
    color: #806520;
    background-color: #fdf3d8;
    border-color: #fceec9;
}
.alert-warning hr {border-top-color: #fbe6b1;}
.alert-warning .alert-link {color: #574516;}
.alert-danger {
    color: #78261f;
    background-color: #fadbd8;
    border-color: #f8ccc8;
}
.alert-danger hr {border-top-color: #f5b7b1;}
.alert-danger .alert-link {color: #4f1915;}
.alert-light {
    color: #818183;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {border-top-color: #ececf6;}
.alert-light .alert-link {color: #686869;}
.alert-dark {
    color: #2f3037;
    background-color: #dedee1;
    border-color: #d1d1d5;
}
.alert-dark hr {border-top-color: #c4c4c9;}
.alert-dark .alert-link {color: #18181c;}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #eaecf4;
    border-radius: 0.35rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4e73df;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {.progress-bar {transition: none;}}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
.media {
    display: flex;
    align-items: flex-start;
}
.media-body {flex: 1;}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled {pointer-events: none;}
.modal-open {overflow: hidden;}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {transform: none;}
.modal.modal-static .modal-dialog {transform: scale(1.02);}
.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {flex-shrink: 0;}
.modal-dialog-scrollable .modal-body {overflow-y: auto;}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {max-height: none;}
.modal-dialog-centered.modal-dialog-scrollable::before {content: none;}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {opacity: 0;}
.modal-backdrop.show {opacity: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e3e6f0;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #e3e6f0;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer>* {margin: 0.25rem;}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {max-width: 300px;}
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {max-width: 800px;}
}
@media (min-width: 1200px) {
    .v {width: 30%;}
    .v1 {width: 80%;}
    .v2 {width: 37%;}
}
@media (max-width: 1200px) {
    .v {width: 50%;}
    .v1 {width: 80%;}
    .v2 {width: 60%;}
}
@media (max-width: 700px) {
    .v {width: 75%;}
    .v1 {width: 100%;}
    .v2 {width: 100%;}
}
@media (max-width: 400px) {.v {width: 100%;}}
@media (min-width: 1200px) {.modal-xl {max-width: 1140px;}}

.table-container {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 15px;
}
.bg-primary {background-color: #4e73df !important;}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover, button.bg-primary:focus {background-color: #2653d4 !important;}
.bg-secondary {background-color: #858796 !important;}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {background-color: #6b6d7d !important;}
.bg-success {background-color: #1cc88a !important;}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover, button.bg-success:focus {background-color: #169b6b !important;}
.bg-info {background-color: #36b9cc !important;}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover, button.bg-info:focus {background-color: #2a96a5 !important;}
.bg-warning {background-color: #f6c23e !important;}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,button.bg-warning:focus {background-color: #f4b30d !important;}
.bg-danger {background-color: #e74a3b !important;}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover, button.bg-danger:focus {background-color: #d52a1a !important;}
.bg-light {background-color: #f8f9fc !important;}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover, button.bg-light:focus {background-color: #d4daed !important;}
.bg-dark {background-color: #5a5c69 !important;}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover, button.bg-dark:focus {background-color: #42444e !important;}
.bg-white {background-color: #fff !important;}
.bg-transparent {background-color: transparent !important;}
.rounded {border-radius: 0.35rem !important;}
.rounded-circle {border-radius: 50% !important;}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.d-none {display: none !important;}
.d-inline {display: inline !important;}
.d-inline-block {display: inline-block !important;}
.d-block {display: block !important;}
.d-table {display: table !important;}
.d-table-row {display: table-row !important;}
.d-table-cell {display: table-cell !important;}
.d-flex {display: flex !important;}
.d-inline-flex {display: inline-flex !important;}
@media (min-width: 576px) {
    .d-sm-none {display: none !important;}
    .d-sm-inline {display: inline !important;}
    .d-sm-inline-block {display: inline-block !important;}
    .d-sm-block {display: block !important;}
    .d-sm-table {display: table !important;}
    .d-sm-table-row { display: table-row !important;}
    .d-sm-table-cell {display: table-cell !important;}
    .d-sm-flex {display: flex !important;}
    .d-sm-inline-flex {display: inline-flex !important;}
}
@media (min-width: 768px) {
    .d-md-none {display: none !important;}
    .d-md-inline {display: inline !important;}
    .d-md-inline-block {display: inline-block !important;}
    .d-md-block {display: block !important;}
    .d-md-table {display: table !important;}
    .d-md-table-row {display: table-row !important;}
    .d-md-table-cell {display: table-cell !important;}
    .d-md-flex {display: flex !important;}
    .d-md-inline-flex {display: inline-flex !important;}
}
@media (min-width: 992px) {
    .d-lg-none {display: none !important;}
    .d-lg-inline {display: inline !important;}
    .d-lg-inline-block {display: inline-block !important;}
    .d-lg-block {display: block !important;}
    .d-lg-table {display: table !important;}
    .d-lg-table-row {display: table-row !important;}
    .d-lg-table-cell {display: table-cell !important;}
    .d-lg-flex {display: flex !important;}
    .d-lg-inline-flex {display: inline-flex !important;}
}
@media (min-width: 1200px) {
    .d-xl-none {display: none !important;}
    .d-xl-inline {display: inline !important;}
    .d-xl-inline-block {display: inline-block !important;}
    .d-xl-block {display: block !important;}
    .d-xl-table {display: table !important;}
    .d-xl-table-row {display: table-row !important;}
    .d-xl-table-cell {display: table-cell !important;}
    .d-xl-flex {display: flex !important;}
    .d-xl-inline-flex {display: inline-flex !important;}
}
@media print {
    .d-print-none {display: none !important;}
    .d-print-inline {display: inline !important;}
    .d-print-inline-block {display: inline-block !important;}
    .d-print-block {display: block !important;}
    .d-print-table {display: table !important;}
    .d-print-table-row {display: table-row !important;}
    .d-print-table-cell {display: table-cell !important;}
    .d-print-flex {display: flex !important;}
    .d-print-inline-flex {display: inline-flex !important;}
}
.flex-row {flex-direction: row !important;}
.flex-column {flex-direction: column !important;}
.flex-row-reverse {flex-direction: row-reverse !important;}
.flex-column-reverse {flex-direction: column-reverse !important;}
.flex-wrap {flex-wrap: wrap !important;}
.flex-nowrap {flex-wrap: nowrap !important;}
.flex-wrap-reverse {flex-wrap: wrap-reverse !important;}
.flex-fill {flex: 1 1 auto !important;}
.flex-grow-0 {flex-grow: 0 !important;}
.flex-grow-1 {flex-grow: 1 !important;}
.flex-shrink-0 {flex-shrink: 0 !important;}
.flex-shrink-1 {flex-shrink: 1 !important;}
.justify-content-start {justify-content: flex-start !important;}
.justify-content-end {justify-content: flex-end !important;}
.justify-content-center {justify-content: center !important;}
.justify-content-between {justify-content: space-between !important;}
.justify-content-around {justify-content: space-around !important;}
.align-items-start {align-items: flex-start !important;}
.align-items-end {align-items: flex-end !important;}
.align-items-center {align-items: center !important;}
.align-items-baseline {align-items: baseline !important;}
.align-items-stretch {align-items: stretch !important;}
.align-content-start {align-content: flex-start !important;}
.align-content-end {align-content: flex-end !important;}
.align-content-center {align-content: center !important;}
.align-content-between {align-content: space-between !important;}
.align-content-around {align-content: space-around !important;}
.align-content-stretch {align-content: stretch !important;}
.align-self-auto {align-self: auto !important;}
.align-self-start {align-self: flex-start !important;}
.align-self-end {align-self: flex-end !important;}
.align-self-center {align-self: center !important;}
.align-self-baseline {align-self: baseline !important;}
.align-self-stretch {align-self: stretch !important;}

@media (min-width: 576px) {
    .flex-sm-row {flex-direction: row !important;}
    .flex-sm-column {flex-direction: column !important;}
    .flex-sm-row-reverse {flex-direction: row-reverse !important;}
    .flex-sm-column-reverse {flex-direction: column-reverse !important;}
    .flex-sm-wrap {flex-wrap: wrap !important;}
    .flex-sm-nowrap {flex-wrap: nowrap !important;}
    .flex-sm-wrap-reverse {flex-wrap: wrap-reverse !important;}
    .flex-sm-fill {flex: 1 1 auto !important;}
    .flex-sm-grow-0 {flex-grow: 0 !important;}
    .flex-sm-grow-1 {flex-grow: 1 !important;}
    .flex-sm-shrink-0 {flex-shrink: 0 !important;}
    .flex-sm-shrink-1 {flex-shrink: 1 !important;}
    .justify-content-sm-start {justify-content: flex-start !important;}
    .justify-content-sm-end {justify-content: flex-end !important;}
    .justify-content-sm-center {justify-content: center !important;}
    .justify-content-sm-between {justify-content: space-between !important;}
    .justify-content-sm-around {justify-content: space-around !important;}
    .align-items-sm-start {align-items: flex-start !important;}
    .align-items-sm-end {align-items: flex-end !important;}
    .align-items-sm-center {align-items: center !important;}
    .align-items-sm-baseline {align-items: baseline !important;}
    .align-items-sm-stretch {align-items: stretch !important;}
    .align-content-sm-start {align-content: flex-start !important;}
    .align-content-sm-end {align-content: flex-end !important;}
    .align-content-sm-center {align-content: center !important;}
    .align-content-sm-between {align-content: space-between !important;}
    .align-content-sm-around {align-content: space-around !important;}
    .align-content-sm-stretch {align-content: stretch !important;}
    .align-self-sm-auto {align-self: auto !important;}
    .align-self-sm-start {align-self: flex-start !important;}
    .align-self-sm-end {align-self: flex-end !important;}
    .align-self-sm-center {align-self: center !important;}
    .align-self-sm-baseline {align-self: baseline !important;}
    .align-self-sm-stretch {align-self: stretch !important;}
}
@media (min-width: 768px) {
    .flex-md-row {flex-direction: row !important;}
    .flex-md-column {flex-direction: column !important;}
    .flex-md-row-reverse {flex-direction: row-reverse !important;}
    .flex-md-column-reverse {flex-direction: column-reverse !important;}
    .flex-md-wrap {flex-wrap: wrap !important;}
    .flex-md-nowrap {flex-wrap: nowrap !important;}
    .flex-md-wrap-reverse {flex-wrap: wrap-reverse !important;}
    .flex-md-fill {flex: 1 1 auto !important;}
    .flex-md-grow-0 {flex-grow: 0 !important;}
    .flex-md-grow-1 {flex-grow: 1 !important;}
    .flex-md-shrink-0 {flex-shrink: 0 !important;}
    .flex-md-shrink-1 {flex-shrink: 1 !important;}
    .justify-content-md-start {justify-content: flex-start !important;}
    .justify-content-md-end {justify-content: flex-end !important;}
    .justify-content-md-center {justify-content: center !important;}
    .justify-content-md-between {justify-content: space-between !important;}
    .justify-content-md-around {justify-content: space-around !important;}
    .align-items-md-start {align-items: flex-start !important;}
    .align-items-md-end {align-items: flex-end !important;}
    .align-items-md-center {align-items: center !important;}
    .align-items-md-baseline {align-items: baseline !important;}
    .align-items-md-stretch {align-items: stretch !important;}
    .align-content-md-start {align-content: flex-start !important;}
    .align-content-md-end {align-content: flex-end !important;}
    .align-content-md-center {align-content: center !important;}
    .align-content-md-between {align-content: space-between !important;}
    .align-content-md-around {align-content: space-around !important;}
    .align-content-md-stretch {align-content: stretch !important;}
    .align-self-md-auto {align-self: auto !important;}
    .align-self-md-start {align-self: flex-start !important;}
    .align-self-md-end {align-self: flex-end !important;}
    .align-self-md-center {align-self: center !important;}
    .align-self-md-baseline {align-self: baseline !important;}
    .align-self-md-stretch {align-self: stretch !important;}
}
@media (min-width: 992px) {
    .flex-lg-row {flex-direction: row !important;}
    .flex-lg-column {flex-direction: column !important;}
    .flex-lg-row-reverse {flex-direction: row-reverse !important;}
    .flex-lg-column-reverse {flex-direction: column-reverse !important;}
    .flex-lg-wrap {flex-wrap: wrap !important;}
    .flex-lg-nowrap {flex-wrap: nowrap !important;}
    .flex-lg-wrap-reverse {flex-wrap: wrap-reverse !important;}
    .flex-lg-fill {flex: 1 1 auto !important;}
    .flex-lg-grow-0 {flex-grow: 0 !important;}
    .flex-lg-grow-1 {flex-grow: 1 !important;}
    .flex-lg-shrink-0 {flex-shrink: 0 !important;}
    .flex-lg-shrink-1 {flex-shrink: 1 !important;}
    .justify-content-lg-start {justify-content: flex-start !important;}
    .justify-content-lg-end {justify-content: flex-end !important;}
    .justify-content-lg-center {justify-content: center !important;}
    .justify-content-lg-between {justify-content: space-between !important;}
    .justify-content-lg-around {justify-content: space-around !important;}
    .align-items-lg-start {align-items: flex-start !important;}
    .align-items-lg-end {align-items: flex-end !important;}
    .align-items-lg-center {align-items: center !important;}
    .align-items-lg-baseline {align-items: baseline !important;}
    .align-items-lg-stretch {align-items: stretch !important;}
    .align-content-lg-start {align-content: flex-start !important;}
    .align-content-lg-end {align-content: flex-end !important;}
    .align-content-lg-center {align-content: center !important;}
    .align-content-lg-between {align-content: space-between !important;}
    .align-content-lg-around {align-content: space-around !important;}
    .align-content-lg-stretch {align-content: stretch !important;}
    .align-self-lg-auto {align-self: auto !important;}
    .align-self-lg-start {align-self: flex-start !important;}
    .align-self-lg-end {align-self: flex-end !important;}
    .align-self-lg-center {align-self: center !important;}
    .align-self-lg-baseline {align-self: baseline !important;}
    .align-self-lg-stretch {align-self: stretch !important;}
}
@media (min-width: 1200px) {
    .flex-xl-row {flex-direction: row !important;}
    .flex-xl-column {flex-direction: column !important;}
    .flex-xl-row-reverse {flex-direction: row-reverse !important;}
    .flex-xl-column-reverse {flex-direction: column-reverse !important;}
    .flex-xl-wrap {flex-wrap: wrap !important;}
    .flex-xl-nowrap {flex-wrap: nowrap !important;}
    .flex-xl-wrap-reverse {flex-wrap: wrap-reverse !important;}
    .flex-xl-fill {flex: 1 1 auto !important;}
    .flex-xl-grow-0 {flex-grow: 0 !important;}
    .flex-xl-grow-1 {flex-grow: 1 !important;}
    .flex-xl-shrink-0 {flex-shrink: 0 !important;}
    .flex-xl-shrink-1 {flex-shrink: 1 !important;}
    .justify-content-xl-start {justify-content: flex-start !important;}
    .justify-content-xl-end {justify-content: flex-end !important;}
    .justify-content-xl-center {justify-content: center !important;}
    .justify-content-xl-between {justify-content: space-between !important;}
    .justify-content-xl-around {justify-content: space-around !important;}
    .align-items-xl-start {align-items: flex-start !important;}
    .align-items-xl-end {align-items: flex-end !important;}
    .align-items-xl-center {align-items: center !important;}
    .align-items-xl-baseline {align-items: baseline !important;}
    .align-items-xl-stretch {align-items: stretch !important;}
    .align-content-xl-start {align-content: flex-start !important;}
    .align-content-xl-end {align-content: flex-end !important;}
    .align-content-xl-center {align-content: center !important;}
    .align-content-xl-between {align-content: space-between !important;}
    .align-content-xl-around {align-content: space-around !important;}
    .align-content-xl-stretch {align-content: stretch !important;}
    .align-self-xl-auto {align-self: auto !important;}
    .align-self-xl-start {align-self: flex-start !important;}
    .align-self-xl-end {align-self: flex-end !important;}
    .align-self-xl-center {align-self: center !important;}
    .align-self-xl-baseline {align-self: baseline !important;}
    .align-self-xl-stretch {align-self: stretch !important;}
}
.float-left {float: left !important;}
.float-right {float: right !important;}
.float-none {float: none !important;}

.card .card-header[data-toggle="collapse"] {
    text-decoration: none;
    position: relative;
    padding: 0.75rem 3.25rem 0.75rem 1.25rem;
}
.card .card-header[data-toggle="collapse"]::after {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 1.725rem;
    line-height: 51px;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    color: #d1d3e2;
}
.shadow-sm { box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important; }
.shadow { box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important; }
.shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.shadow-none { box-shadow: none !important; }
.w-25 { width: 25% !important; }
.w-50 { width: 50% !important; }
.w-75 { width: 75% !important; }
.w-100 { width: 100% !important; }
.w-auto { width: auto !important; }
.h-25 { height: 25% !important; }
.h-50 { height: 50% !important; }
.h-75 { height: 75% !important; }
.h-100 { height: 100% !important; }
.h-auto { height: auto !important; }
.mw-100 { max-width: 100% !important; }
.mh-100 { max-height: 100% !important; }
.min-vw-100 { min-width: 100vw !important; }
.min-vh-100 { min-height: 100vh !important; }
.vw-100 { width: 100vw !important; }
.vh-100 { height: 100vh !important; }
.m-0 { margin: 0 !important; }
.mt-0, .my-0 { margin-top: 0 !important; }
.mr-0, .mx-0 { margin-right: 0 !important; }
.mb-0, .my-0 { margin-bottom: 0 !important; }
.ml-0, .mx-0 { margin-left: 0 !important; }
.m-1 { margin: 0.25rem !important; }
.mt-1, .my-1 { margin-top: 0.25rem !important; }
.mr-1, .mx-1 { margin-right: 0.25rem !important; }
.mb-1, .my-1 { margin-bottom: 0.25rem !important; }
.ml-1, .mx-1 { margin-left: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; }
.mt-2, .my-2 { margin-top: 0.5rem !important; }
.mr-2, .mx-2 { margin-right: 0.5rem !important; }
.mb-2, .my-2 { margin-bottom: 0.5rem !important; }
.ml-2, .mx-2 { margin-left: 0.5rem !important; }
.m-3 { margin: 1rem !important; }
.mt-3, .my-3 { margin-top: 1rem !important; }
.mr-3, .mx-3 { margin-right: 1rem !important; }
.mb-3, .my-3 { margin-bottom: 1rem !important; }
.ml-3, .mx-3 { margin-left: 1rem !important; }
.m-4 { margin: 1.5rem !important; }
.mt-4, .my-4 { margin-top: 1.5rem !important; }
.mr-4, .mx-4 { margin-right: 1.5rem !important; }
.mb-4, .my-4 { margin-bottom: 1.5rem !important; }
.ml-4, .mx-4 { margin-left: 1.5rem !important; }
.m-5 { margin: 3rem !important; }
.mt-5, .my-5 { margin-top: 3rem !important; }
.mr-5, .mx-5 { margin-right: 3rem !important; }
.mb-5, .my-5 { margin-bottom: 3rem !important; }
.ml-5, .mx-5 { margin-left: 3rem !important; }
.p-0 { padding: 0 !important; }
.pt-0, .py-0 { padding-top: 0 !important; }
.pr-0, .px-0 { padding-right: 0 !important; }
.pb-0, .py-0 { padding-bottom: 0 !important; }
.pl-0, .px-0 { padding-left: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.pt-1, .py-1 { padding-top: 0.25rem !important; }
.pr-1, .px-1 { padding-right: 0.25rem !important; }
.pb-1, .py-1 { padding-bottom: 0.25rem !important; }
.pl-1, .px-1 { padding-left: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.pt-2, .py-2 { padding-top: 0.5rem !important; }
.pr-2, .px-2 { padding-right: 0.5rem !important; }
.pb-2, .py-2 { padding-bottom: 0.5rem !important; }
.pl-2, .px-2 { padding-left: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.pt-3, .py-3 { padding-top: 1rem !important; }
.pr-3, .px-3 { padding-right: 1rem !important; }
.pb-3, .py-3 { padding-bottom: 1rem !important; }
.pl-3, .px-3 { padding-left: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.pt-4, .py-4 { padding-top: 1.5rem !important; }
.pr-4, .px-4 { padding-right: 1.5rem !important; }
.pb-4, .py-4 { padding-bottom: 1.5rem !important; }
.pl-4, .px-4 { padding-left: 1.5rem !important; }
.p-5 { padding: 3rem !important; }
.pt-5, .py-5 { padding-top: 3rem !important; }
.pr-5, .px-5 { padding-right: 3rem !important; }
.pb-5, .py-5 { padding-bottom: 3rem !important; }
.pl-5, .px-5 { padding-left: 3rem !important; }
.m-n1 { margin: -0.25rem !important; }
.mt-n1, .my-n1 { margin-top: -0.25rem !important; }
.mr-n1, .mx-n1 { margin-right: -0.25rem !important; }
.mb-n1, .my-n1 { margin-bottom: -0.25rem !important; }
.ml-n1, .mx-n1 { margin-left: -0.25rem !important; }
.m-n2 { margin: -0.5rem !important; }
.mt-n2, .my-n2 { margin-top: -0.5rem !important; }
.mr-n2, .mx-n2 { margin-right: -0.5rem !important; }
.mb-n2, .my-n2 { margin-bottom: -0.5rem !important; }
.ml-n2, .mx-n2 { margin-left: -0.5rem !important; }
.m-n3 { margin: -1rem !important; }
.mt-n3, .my-n3 { margin-top: -1rem !important; }
.mr-n3, .mx-n3 { margin-right: -1rem !important; }
.mb-n3, .my-n3 { margin-bottom: -1rem !important; }
.ml-n3, .mx-n3 { margin-left: -1rem !important; }
.m-n4 { margin: -1.5rem !important; }
.mt-n4, .my-n4 { margin-top: -1.5rem !important; }
.mr-n4, .mx-n4 { margin-right: -1.5rem !important; }
.mb-n4, .my-n4 { margin-bottom: -1.5rem !important; }
.ml-n4, .mx-n4 { margin-left: -1.5rem !important; }
.m-n5 { margin: -3rem !important; }
.mt-n5, .my-n5 { margin-top: -3rem !important; }
.mr-n5, .mx-n5 { margin-right: -3rem !important; }
.mb-n5, .my-n5 { margin-bottom: -3rem !important; }
.ml-n5, .mx-n5 { margin-left: -3rem !important; }
.m-auto { margin: auto !important; }
.mt-auto, .my-auto { margin-top: auto !important; }
.mr-auto, .mx-auto { margin-right: auto !important; }
.mb-auto, .my-auto { margin-bottom: auto !important; }
.ml-auto, .mx-auto { margin-left: auto !important; }

@media (min-width: 576px) {
    .m-sm-0 { margin: 0 !important; }
    .mt-sm-0 { margin-top: 0 !important; }
    .my-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .mr-sm-0 { margin-right: 0 !important; }
    .mx-sm-0 { margin-left: 0 !important; margin-right: 0 !important; }
    .mb-sm-0 { margin-bottom: 0 !important; }
    .ml-sm-0 { margin-left: 0 !important; }
    
    .m-sm-1 { margin: 0.25rem !important; }
    .mt-sm-1 { margin-top: 0.25rem !important; }
    .my-sm-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
    .mr-sm-1 { margin-right: 0.25rem !important; }
    .mx-sm-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
    .mb-sm-1 { margin-bottom: 0.25rem !important; }
    .ml-sm-1 { margin-left: 0.25rem !important; }
    
    .m-sm-2 { margin: 0.5rem !important; }
    .mt-sm-2 { margin-top: 0.5rem !important; }
    .my-sm-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
    .mr-sm-2 { margin-right: 0.5rem !important; }
    .mx-sm-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
    .mb-sm-2 { margin-bottom: 0.5rem !important; }
    .ml-sm-2 { margin-left: 0.5rem !important; }
    
    .m-sm-3 { margin: 1rem !important; }
    .mt-sm-3 { margin-top: 1rem !important; }
    .my-sm-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
    .mr-sm-3 { margin-right: 1rem !important; }
    .mx-sm-3 { margin-left: 1rem !important; margin-right: 1rem !important; }
    .mb-sm-3 { margin-bottom: 1rem !important; }
    .ml-sm-3 { margin-left: 1rem !important; }
    
    .m-sm-4 { margin: 1.5rem !important; }
    .mt-sm-4 { margin-top: 1.5rem !important; }
    .my-sm-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
    .mr-sm-4 { margin-right: 1.5rem !important; }
    .mx-sm-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
    .mb-sm-4 { margin-bottom: 1.5rem !important; }
    .ml-sm-4 { margin-left: 1.5rem !important; }
    
    .m-sm-5 { margin: 3rem !important; }
    .mt-sm-5 { margin-top: 3rem !important; }
    .my-sm-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
    .mr-sm-5 { margin-right: 3rem !important; }
    .mx-sm-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
    .mb-sm-5 { margin-bottom: 3rem !important; }
    .ml-sm-5 { margin-left: 3rem !important; }
    
    .p-sm-0 { padding: 0 !important; }
    .pt-sm-0 { padding-top: 0 !important; }
    .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .pr-sm-0 { padding-right: 0 !important; }
    .px-sm-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .pb-sm-0 { padding-bottom: 0 !important; }
    .pl-sm-0 { padding-left: 0 !important; }
    
    .p-sm-1 { padding: 0.25rem !important; }
    .pt-sm-1 { padding-top: 0.25rem !important; }
    .py-sm-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
    .pr-sm-1 { padding-right: 0.25rem !important; }
    .px-sm-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
    .pb-sm-1 { padding-bottom: 0.25rem !important; }
    .pl-sm-1 { padding-left: 0.25rem !important; }
    
    .p-sm-2 { padding: 0.5rem !important; }
    .pt-sm-2 { padding-top: 0.5rem !important; }
    .py-sm-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
    .pr-sm-2 { padding-right: 0.5rem !important; }
    .px-sm-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
    .pb-sm-2 { padding-bottom: 0.5rem !important; }
    .pl-sm-2 { padding-left: 0.5rem !important; }
    
    .p-sm-3 { padding: 1rem !important; }
    .pt-sm-3 { padding-top: 1rem !important; }
    .py-sm-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .pr-sm-3 { padding-right: 1rem !important; }
    .px-sm-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
    .pb-sm-3 { padding-bottom: 1rem !important; }
    .pl-sm-3 { padding-left: 1rem !important; }
    
    .p-sm-4 { padding: 1.5rem !important; }
    .pt-sm-4 { padding-top: 1.5rem !important; }
    .py-sm-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
    .pr-sm-4 { padding-right: 1.5rem !important; }
    .px-sm-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
    .pb-sm-4 { padding-bottom: 1.5rem !important; }
    .pl-sm-4 { padding-left: 1.5rem !important; }
    
    .p-sm-5 { padding: 3rem !important; }
    .pt-sm-5 { padding-top: 3rem !important; }
    .py-sm-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
    .pr-sm-5 { padding-right: 3rem !important; }
    .px-sm-5 { padding-left: 3rem !important; padding-right: 3rem !important; }
    .pb-sm-5 { padding-bottom: 3rem !important; }
    .pl-sm-5 { padding-left: 3rem !important; }
}

@media (min-width: 768px) {
    .m-md-0 { margin: 0 !important; }
    .mt-md-0 { margin-top: 0 !important; }
    .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .mr-md-0 { margin-right: 0 !important; }
    .mx-md-0 { margin-left: 0 !important; margin-right: 0 !important; }
    .mb-md-0 { margin-bottom: 0 !important; }
    .ml-md-0 { margin-left: 0 !important; }
    
    .m-md-1 { margin: 0.25rem !important; }
    .mt-md-1 { margin-top: 0.25rem !important; }
    .my-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
    .mr-md-1 { margin-right: 0.25rem !important; }
    .mx-md-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
    .mb-md-1 { margin-bottom: 0.25rem !important; }
    .ml-md-1 { margin-left: 0.25rem !important; }
    
    .m-md-2 { margin: 0.5rem !important; }
    .mt-md-2 { margin-top: 0.5rem !important; }
    .my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
    .mr-md-2 { margin-right: 0.5rem !important; }
    .mx-md-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
    .mb-md-2 { margin-bottom: 0.5rem !important; }
    .ml-md-2 { margin-left: 0.5rem !important; }
    
    .m-md-3 { margin: 1rem !important; }
    .mt-md-3 { margin-top: 1rem !important; }
    .my-md-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
    .mr-md-3 { margin-right: 1rem !important; }
    .mx-md-3 { margin-left: 1rem !important; margin-right: 1rem !important; }
    .mb-md-3 { margin-bottom: 1rem !important; }
    .ml-md-3 { margin-left: 1rem !important; }
    
    .m-md-4 { margin: 1.5rem !important; }
    .mt-md-4 { margin-top: 1.5rem !important; }
    .my-md-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
    .mr-md-4 { margin-right: 1.5rem !important; }
    .mx-md-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
    .mb-md-4 { margin-bottom: 1.5rem !important; }
    .ml-md-4 { margin-left: 1.5rem !important; }
    
    .m-md-5 { margin: 3rem !important; }
    .mt-md-5 { margin-top: 3rem !important; }
    .my-md-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
    .mr-md-5 { margin-right: 3rem !important; }
    .mx-md-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
    .mb-md-5 { margin-bottom: 3rem !important; }
    .ml-md-5 { margin-left: 3rem !important; }
    
    .p-md-0 { padding: 0 !important; }
    .pt-md-0 { padding-top: 0 !important; }
    .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .pr-md-0 { padding-right: 0 !important; }
    .px-md-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .pb-md-0 { padding-bottom: 0 !important; }
    .pl-md-0 { padding-left: 0 !important; }
    
    .p-md-1 { padding: 0.25rem !important; }
    .pt-md-1 { padding-top: 0.25rem !important; }
    .py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
    .pr-md-1 { padding-right: 0.25rem !important; }
    .px-md-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
    .pb-md-1 { padding-bottom: 0.25rem !important; }
    .pl-md-1 { padding-left: 0.25rem !important; }
    
    .p-md-2 { padding: 0.5rem !important; }
    .pt-md-2 { padding-top: 0.5rem !important; }
    .py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
    .pr-md-2 { padding-right: 0.5rem !important; }
    .px-md-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
    .pb-md-2 { padding-bottom: 0.5rem !important; }
    .pl-md-2 { padding-left: 0.5rem !important; }
    
    .p-md-3 { padding: 1rem !important; }
    .pt-md-3 { padding-top: 1rem !important; }
    .py-md-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .pr-md-3 { padding-right: 1rem !important; }
    .px-md-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
    .pb-md-3 { padding-bottom: 1rem !important; }
    .pl-md-3 { padding-left: 1rem !important; }
    
    .p-md-4 { padding: 1.5rem !important; }
    .pt-md-4 { padding-top: 1.5rem !important; }
    .py-md-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
    .pr-md-4 { padding-right: 1.5rem !important; }
    .px-md-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
    .pb-md-4 { padding-bottom: 1.5rem !important; }
    .pl-md-4 { padding-left: 1.5rem !important; }
    
    .p-md-5 { padding: 3rem !important; }
    .pt-md-5 { padding-top: 3rem !important; }
    .py-md-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
    .pr-md-5 { padding-right: 3rem !important; }
    .px-md-5 { padding-left: 3rem !important; padding-right: 3rem !important; }
    .pb-md-5 { padding-bottom: 3rem !important; }
    .pl-md-5 { padding-left: 3rem !important; }
}

@media (min-width: 992px) {
    .m-lg-0 { margin: 0 !important; }
    .mt-lg-0 { margin-top: 0 !important; }
    .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .mr-lg-0 { margin-right: 0 !important; }
    .mx-lg-0 { margin-left: 0 !important; margin-right: 0 !important; }
    .mb-lg-0 { margin-bottom: 0 !important; }
    .ml-lg-0 { margin-left: 0 !important; }

    .m-lg-1 { margin: 0.25rem !important; }
    .mt-lg-1 { margin-top: 0.25rem !important; }
    .my-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
    .mr-lg-1 { margin-right: 0.25rem !important; }
    .mx-lg-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
    .mb-lg-1 { margin-bottom: 0.25rem !important; }
    .ml-lg-1 { margin-left: 0.25rem !important; }

    .m-lg-2 { margin: 0.5rem !important; }
    .mt-lg-2 { margin-top: 0.5rem !important; }
    .my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
    .mr-lg-2 { margin-right: 0.5rem !important; }
    .mx-lg-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
    .mb-lg-2 { margin-bottom: 0.5rem !important; }
    .ml-lg-2 { margin-left: 0.5rem !important; }

    .m-lg-3 { margin: 1rem !important; }
    .mt-lg-3 { margin-top: 1rem !important; }
    .my-lg-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
    .mr-lg-3 { margin-right: 1rem !important; }
    .mx-lg-3 { margin-left: 1rem !important; margin-right: 1rem !important; }
    .mb-lg-3 { margin-bottom: 1rem !important; }
    .ml-lg-3 { margin-left: 1rem !important; }

    .m-lg-4 { margin: 1.5rem !important; }
    .mt-lg-4 { margin-top: 1.5rem !important; }
    .my-lg-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
    .mr-lg-4 { margin-right: 1.5rem !important; }
    .mx-lg-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
    .mb-lg-4 { margin-bottom: 1.5rem !important; }
    .ml-lg-4 { margin-left: 1.5rem !important; }

    .m-lg-5 { margin: 3rem !important; }
    .mt-lg-5 { margin-top: 3rem !important; }
    .my-lg-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
    .mr-lg-5 { margin-right: 3rem !important; }
    .mx-lg-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
    .mb-lg-5 { margin-bottom: 3rem !important; }
    .ml-lg-5 { margin-left: 3rem !important; }

    .p-lg-0 { padding: 0 !important; }
    .pt-lg-0 { padding-top: 0 !important; }
    .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .pr-lg-0 { padding-right: 0 !important; }
    .px-lg-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .pb-lg-0 { padding-bottom: 0 !important; }
    .pl-lg-0 { padding-left: 0 !important; }

    .p-lg-1 { padding: 0.25rem !important; }
    .pt-lg-1 { padding-top: 0.25rem !important; }
    .py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
    .pr-lg-1 { padding-right: 0.25rem !important; }
    .px-lg-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
    .pb-lg-1 { padding-bottom: 0.25rem !important; }
    .pl-lg-1 { padding-left: 0.25rem !important; }

    .p-lg-2 { padding: 0.5rem !important; }
    .pt-lg-2 { padding-top: 0.5rem !important; }
    .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
    .pr-lg-2 { padding-right: 0.5rem !important; }
    .px-lg-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
    .pb-lg-2 { padding-bottom: 0.5rem !important; }
    .pl-lg-2 { padding-left: 0.5rem !important; }

    .p-lg-3 { padding: 1rem !important; }
    .pt-lg-3 { padding-top: 1rem !important; }
    .py-lg-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .pr-lg-3 { padding-right: 1rem !important; }
    .px-lg-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
    .pb-lg-3 { padding-bottom: 1rem !important; }
    .pl-lg-3 { padding-left: 1rem !important; }

    .p-lg-4 { padding: 1.5rem !important; }
    .pt-lg-4 { padding-top: 1.5rem !important; }
    .py-lg-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
    .pr-lg-4 { padding-right: 1.5rem !important; }
    .px-lg-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
    .pb-lg-4 { padding-bottom: 1.5rem !important; }
    .pl-lg-4 { padding-left: 1.5rem !important; }

    .p-lg-5 { padding: 3rem !important; }
    .pt-lg-5 { padding-top: 3rem !important; }
    .py-lg-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
    .pr-lg-5 { padding-right: 3rem !important; }
    .px-lg-5 { padding-left: 3rem !important; padding-right: 3rem !important; }
    .pb-lg-5 { padding-bottom: 3rem !important; }
    .pl-lg-5 { padding-left: 3rem !important; }
}

@media (min-width: 1200px) {
    .m-xl-0 { margin: 0 !important; }
    .mt-xl-0 { margin-top: 0 !important; }
    .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .mr-xl-0 { margin-right: 0 !important; }
    .mx-xl-0 { margin-left: 0 !important; margin-right: 0 !important; }
    .mb-xl-0 { margin-bottom: 0 !important; }
    .ml-xl-0 { margin-left: 0 !important; }

    .m-xl-1 { margin: 0.25rem !important; }
    .mt-xl-1 { margin-top: 0.25rem !important; }
    .my-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
    .mr-xl-1 { margin-right: 0.25rem !important; }
    .mx-xl-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
    .mb-xl-1 { margin-bottom: 0.25rem !important; }
    .ml-xl-1 { margin-left: 0.25rem !important; }

    .m-xl-2 { margin: 0.5rem !important; }
    .mt-xl-2 { margin-top: 0.5rem !important; }
    .my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
    .mr-xl-2 { margin-right: 0.5rem !important; }
    .mx-xl-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
    .mb-xl-2 { margin-bottom: 0.5rem !important; }
    .ml-xl-2 { margin-left: 0.5rem !important; }

    .m-xl-3 { margin: 1rem !important; }
    .mt-xl-3 { margin-top: 1rem !important; }
    .my-xl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
    .mr-xl-3 { margin-right: 1rem !important; }
    .mx-xl-3 { margin-left: 1rem !important; margin-right: 1rem !important; }
    .mb-xl-3 { margin-bottom: 1rem !important; }
    .ml-xl-3 { margin-left: 1rem !important; }

    .m-xl-4 { margin: 1.5rem !important; }
    .mt-xl-4 { margin-top: 1.5rem !important; }
    .my-xl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
    .mr-xl-4 { margin-right: 1.5rem !important; }
    .mx-xl-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
    .mb-xl-4 { margin-bottom: 1.5rem !important; }
    .ml-xl-4 { margin-left: 1.5rem !important; }

    .m-xl-5 { margin: 3rem !important; }
    .mt-xl-5 { margin-top: 3rem !important; }
    .my-xl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
    .mr-xl-5 { margin-right: 3rem !important; }
    .mx-xl-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
    .mb-xl-5 { margin-bottom: 3rem !important; }
    .ml-xl-5 { margin-left: 3rem !important; }

    .p-xl-0 { padding: 0 !important; }
    .pt-xl-0 { padding-top: 0 !important; }
    .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .pr-xl-0 { padding-right: 0 !important; }
    .px-xl-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .pb-xl-0 { padding-bottom: 0 !important; }
    .pl-xl-0 { padding-left: 0 !important; }

    .p-xl-1 { padding: 0.25rem !important; }
    .pt-xl-1 { padding-top: 0.25rem !important; }
    .py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
    .pr-xl-1 { padding-right: 0.25rem !important; }
    .px-xl-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
    .pb-xl-1 { padding-bottom: 0.25rem !important; }
    .pl-xl-1 { padding-left: 0.25rem !important; }

    .p-xl-2 { padding: 0.5rem !important; }
    .pt-xl-2 { padding-top: 0.5rem !important; }
    .py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
    .pr-xl-2 { padding-right: 0.5rem !important; }
    .px-xl-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
    .pb-xl-2 { padding-bottom: 0.5rem !important; }
    .pl-xl-2 { padding-left: 0.5rem !important; }

    .p-xl-3 { padding: 1rem !important; }
    .pt-xl-3 { padding-top: 1rem !important; }
    .py-xl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .pr-xl-3 { padding-right: 1rem !important; }
    .px-xl-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
    .pb-xl-3 { padding-bottom: 1rem !important; }
    .pl-xl-3 { padding-left: 1rem !important; }

    .p-xl-4 { padding: 1.5rem !important; }
    .pt-xl-4 { padding-top: 1.5rem !important; }
    .py-xl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
    .pr-xl-4 { padding-right: 1.5rem !important; }
    .px-xl-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
    .pb-xl-4 { padding-bottom: 1.5rem !important; }
    .pl-xl-4 { padding-left: 1.5rem !important; }

    .p-xl-5 { padding: 3rem !important; }
    .pt-xl-5 { padding-top: 3rem !important; }
    .py-xl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
    .pr-xl-5 { padding-right: 3rem !important; }
    .px-xl-5 { padding-left: 3rem !important; padding-right: 3rem !important; }
    .pb-xl-5 { padding-bottom: 3rem !important; }
    .pl-xl-5 { padding-left: 3rem !important; }
}
.text-center {text-align: center !important;}
.dropdown .dropdown-menu .dropdown-header, .sidebar .sidebar-heading {text-transform: uppercase !important;}
.font-weight-light {font-weight: 300 !important;}
.font-weight-lighter {font-weight: lighter !important;}
.font-weight-normal {font-weight: 400 !important;}
.font-weight-bold {font-weight: 700 !important;}
.font-weight-bolder {font-weight: bolder !important;}
.text-white { color: #fff !important; }
.text-primary { color: #4e73df !important; }
a.text-primary:hover, a.text-primary:focus { color: #224abe !important; }
.text-secondary { color: #858796 !important; }
a.text-secondary:hover, a.text-secondary:focus { color: #60616f !important; }
.text-success { color: #1cc88a !important; }
a.text-success:hover, a.text-success:focus { color: #13855c !important; }
.text-info { color: #36b9cc !important; }
a.text-info:hover, a.text-info:focus { color: #258391 !important; }
.text-warning { color: #f6c23e !important; }
a.text-warning:hover, a.text-warning:focus { color: #dda20a !important; }
.text-danger { color: #e74a3b !important; }
a.text-danger:hover, a.text-danger:focus { color: #be2617 !important; }
.text-light { color: #f8f9fc !important; }
a.text-light:hover, a.text-light:focus { color: #c2cbe5 !important; }
.text-dark { color: #5a5c69 !important; }
a.text-dark:hover, a.text-dark:focus { color: #373840 !important; }
.text-body { color: #858796 !important; }
.text-muted { color: #858796 !important; }
.text-black-50 { color: rgba(0, 0, 0, 0.5) !important; }
.text-white-50 { color: rgba(255, 255, 255, 0.5) !important; }
.visible {visibility: visible !important;}
.invisible {visibility: hidden !important;}
@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {text-decoration: underline;}
    abbr[title]::after {content: " ("attr(title) ")";}
    pre {white-space: pre-wrap !important;}
    pre,
    blockquote {
        border: 1px solid #b7b9cc;
        page-break-inside: avoid;
    }
    tr, img {page-break-inside: avoid;}
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {page-break-after: avoid;}
    @page {size: a3;}
    body {min-width: 992px !important;}
    .container {min-width: 992px !important;}
    .navbar {display: none;}
    .badge {border: 1px solid #000;}
    .table {border-collapse: collapse !important;}
    .table td,
    .table th {background-color: #fff !important;}
    .table-bordered th,
    .table-bordered td {border: 1px solid #dddfeb !important;}
    .table-dark {color: inherit;}
    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody {border-color: #e3e6f0;}
    .table .thead-dark th {
        color: inherit;
        border-color: #e3e6f0;
    }
}
html {
    position: relative;
    min-height: 100%;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus {outline: none;}
#wrapper {display: flex;}
#wrapper #content-wrapper {
    background-color: #f8f9fc;
    width: 100%;
    overflow-x: hidden;
}
#wrapper #content-wrapper #content {flex: 1 0 auto;}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
@-webkit-keyframes growIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes growIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.animated--grow-in, .sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 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;
    }
}
.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);
}
.progress-sm {height: .5rem;}
.dropdown .dropdown-menu {font-size: 0.85rem;}
.dropdown .dropdown-menu .dropdown-header {
    font-weight: 800;
    font-size: 0.65rem;
    color: #b7b9cc;
}
.dropdown.no-arrow .dropdown-toggle::after {display: none;}
.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
}
.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {content: '\f107';}
.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {position: relative;}
.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
    position: absolute;
    transform: scale(0.7);
    transform-origin: top right;
    right: .25rem;
    margin-top: -.25rem;
}
.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
    height: 2rem;
    width: 2rem;
}
.topbar {height: 4.375rem;}
.topbar #sidebarToggleTop {
    height: 2.5rem;
    width: 2.5rem;
}
.topbar .navbar-search {width: 25rem;}
.topbar .navbar-search input {
    font-size: 0.85rem;
    height: auto;
}
.topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}
.topbar .nav-item .nav-link {
    height: 4.375rem;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
}
.topbar .nav-item .nav-link:focus {outline: none;}
.topbar .nav-item:focus {outline: none;}
.topbar .dropdown {position: static;}
.topbar .dropdown .dropdown-menu {
    width: calc(100% - 1.5rem);
    right: 0.75rem;
}
.topbar .dropdown-list {
    padding: 0;
    border: none;
    overflow: hidden;
}
.topbar .dropdown-list .dropdown-header {
    background-color: #4e73df;
    border: 1px solid #4e73df;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
}
.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;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
    background-color: #eaecf4;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0.125rem solid #fff;
}
.topbar .dropdown-list .dropdown-item .text-truncate {max-width: 10rem;}
.topbar .dropdown-list .dropdown-item:active {
    background-color: #eaecf4;
    color: #3a3b45;
}
@media (min-width: 576px) {
    .topbar .dropdown {position: relative;}
    .topbar .dropdown .dropdown-menu {
        width: auto;
        right: 0;
    }
    .topbar .dropdown-list {width: 20rem !important;}
    .topbar .dropdown-list .dropdown-item .text-truncate {max-width: 13.375rem;}
}
.topbar.navbar-dark .navbar-nav .nav-item .nav-link { color: rgba(255, 255, 255, 0.8); }
.topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover { color: #fff; }
.topbar.navbar-dark .navbar-nav .nav-item .nav-link:active { color: #fff; }

.topbar.navbar-light .navbar-nav .nav-item .nav-link { color: #d1d3e2; }
.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover { color: #b7b9cc; }
.topbar.navbar-light .navbar-nav .nav-item .nav-link:active { color: #858796; }
.sidebar {
    width: 6.5rem;
    min-height: 100vh;
}
.sidebar .nav-item {position: relative;}
.sidebar .nav-item:last-child {margin-bottom: 1rem;}
.sidebar .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 6.5rem;
}
.sidebar .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
}
.sidebar .nav-item.active .nav-link {font-weight: 700;}
.sidebar .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 1.5rem / 2);
    z-index: 1;
    top: 2px;
}
.sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0.35rem;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}
.sidebar .nav-item .collapsing {
    display: none;
    transition: none;
}
.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
    padding: .5rem 0;
    min-width: 10rem;
    font-size: 0.85rem;
    margin: 0 0 1rem 0;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
    margin: 0;
    white-space: nowrap;
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.65rem;
    color: #b7b9cc;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
    display: block;
    color: #3a3b45;
    text-decoration: none;
    border-radius: 0.35rem;
    white-space: nowrap;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {background-color: #eaecf4;}
.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {background-color: #dddfeb;}
.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
    color: #4e73df;
    font-weight: 700;
}
.sidebar #sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
}
.sidebar #sidebarToggle::after {
    font-weight: 900;
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    margin-right: 0.1rem;
}
.sidebar #sidebarToggle:hover {text-decoration: none;}
.sidebar #sidebarToggle:focus {outline: none;}
.sidebar.toggled {
    width: 0 !important;
    overflow: hidden;
}
.sidebar.toggled #sidebarToggle::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    margin-left: 0.25rem;
}
.sidebar.toggled .sidebar-card {display: none;}
.sidebar .sidebar-brand {
    height: 4.375rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    padding: 1.5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    z-index: 1;
}
.sidebar .sidebar-brand .sidebar-brand-icon i {font-size: 2rem;}
.sidebar .sidebar-brand .sidebar-brand-text {display: none;}
.sidebar hr.sidebar-divider {margin: 0 1rem 1rem;}
.sidebar .sidebar-heading {
    text-align: center;
    padding: 0 1rem;
    font-weight: 800;
    font-size: 0.65rem;
}
.sidebar .sidebar-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.875rem;
    border-radius: 0.35rem;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.1);
}
.sidebar .sidebar-card .sidebar-card-illustration {
    height: 3rem;
    display: block;
}
.sidebar .sidebar-card .sidebar-card-title {font-weight: bold;}
.sidebar .sidebar-card p {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
    .sidebar {width: 14rem !important;}
    .sidebar .nav-item .collapse {
        position: relative;
        left: 0;
        z-index: 1;
        top: 0;
        -webkit-animation: none;
        animation: none;
    }
    .sidebar .nav-item .collapse .collapse-inner {
        border-radius: 0;
        box-shadow: none;
    }
    .sidebar .nav-item .collapsing {
        display: block;
        transition: height 0.15s ease;
    }
    .sidebar .nav-item .collapse,
    .sidebar .nav-item .collapsing {
        margin: 0 1rem;
    }
    .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem;
        width: 14rem;
    }
    .sidebar .nav-item .nav-link i {
        font-size: 0.85rem;
        margin-right: 0.25rem;
    }
    .sidebar .nav-item .nav-link span {
        font-size: 0.85rem;
        display: inline;
    }
    .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 5 Free';
    }
    .sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after {content: '\f105';}
    .sidebar .sidebar-brand .sidebar-brand-icon i {font-size: 2rem;}
    .sidebar .sidebar-brand .sidebar-brand-text {display: inline;}
    .sidebar .sidebar-heading {text-align: left;}
    .sidebar.toggled {
        overflow: visible;
        width: 6.5rem !important;
    }
    .sidebar.toggled .nav-item .collapse {
        position: absolute;
        left: calc(6.5rem + 1.5rem / 2);
        z-index: 1;
        top: 2px;
        -webkit-animation-name: growIn;
        animation-name: growIn;
        -webkit-animation-duration: 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);
    }
    .sidebar.toggled .nav-item .collapse .collapse-inner {
        box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
        border-radius: 0.35rem;
    }
    .sidebar.toggled .nav-item .collapsing {
        display: none;
        transition: none;
    }
    .sidebar.toggled .nav-item .collapse, .sidebar.toggled .nav-item .collapsing {margin: 0;}
    .sidebar.toggled .nav-item:last-child {
        margin-bottom: 1rem;
    }
    .sidebar.toggled .nav-item .nav-link {
        text-align: center;
        padding: 0.75rem 1rem;
        width: 6.5rem;
    }
    .sidebar.toggled .nav-item .nav-link span {
        font-size: 0.65rem;
        display: block;
    }
    .sidebar.toggled .nav-item .nav-link i {margin-right: 0;}
    .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after {display: none;}
    .sidebar.toggled .sidebar-brand .sidebar-brand-icon i {font-size: 2rem;}
    .sidebar.toggled .sidebar-brand .sidebar-brand-text {display: none;}
    .sidebar.toggled .sidebar-heading {text-align: center;}
}

.sidebar-light .sidebar-brand { color: #6e707e; }
.sidebar-light hr.sidebar-divider { border-top: 1px solid #eaecf4; }
.sidebar-light .sidebar-heading { color: #b7b9cc; }
.sidebar-light .nav-item .nav-link { color: #858796; }
.sidebar-light .nav-item .nav-link i { color: #d1d3e2; }
.sidebar-light .nav-item .nav-link:active, .sidebar-light .nav-item .nav-link:focus, .sidebar-light .nav-item .nav-link:hover { color: #6e707e; }
.sidebar-light .nav-item .nav-link:active i, .sidebar-light .nav-item .nav-link:focus i, .sidebar-light .nav-item .nav-link:hover i { color: #6e707e; }
.sidebar-light .nav-item .nav-link[data-toggle="collapse"]::after { color: #b7b9cc; }
.sidebar-light .nav-item.active .nav-link { color: #6e707e; }
.sidebar-light .nav-item.active .nav-link i { color: #6e707e; }
.sidebar-light #sidebarToggle { background-color: #eaecf4; }
.sidebar-light #sidebarToggle::after { color: #b7b9cc; }
.sidebar-light #sidebarToggle:hover { background-color: #dddfeb; }

.sidebar-dark .sidebar-brand { color: #fff; }
.sidebar-dark hr.sidebar-divider { border-top: 1px solid rgba(255, 255, 255, 0.15); }
.sidebar-dark .sidebar-heading { color: rgba(255, 255, 255, 0.4); }
.sidebar-dark .nav-item .nav-link { color: rgba(255, 255, 255, 0.8); }
.sidebar-dark .nav-item .nav-link i { color: rgba(255, 255, 255, 0.3); }
.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover { color: #fff; }
.sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i { color: #fff; }
.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after { color: rgba(255, 255, 255, 0.5); }
.sidebar-dark .nav-item.active .nav-link { color: #fff; }
.sidebar-dark .nav-item.active .nav-link i { color: #fff; }
.sidebar-dark #sidebarToggle { background-color: rgba(255, 255, 255, 0.2); }
.sidebar-dark #sidebarToggle::after { color: rgba(255, 255, 255, 0.5); }
.sidebar-dark #sidebarToggle:hover { background-color: rgba(255, 255, 255, 0.25); }
.sidebar-dark.toggled #sidebarToggle::after { color: rgba(255, 255, 255, 0.5); }

footer.sticky-footer {
    padding: 2rem 0;
    flex-shrink: 0;
}
footer.sticky-footer .copyright {
    line-height: 1;
    font-size: 0.8rem;
}
body.sidebar-toggled footer.sticky-footer {width: 100%;}

/*!
 * The "base" HTML & CSS code of this website is under the license below (the code was heavily modified).
 * Start Bootstrap - SB Admin 2 v4.1.3 (https://startbootstrap.com/theme/sb-admin-2)
 * Copyright 2013-2021 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/master/LICENSE)
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */