:root
{
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*,::after,::before
{
    box-sizing: border-box;
}

html
{
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

b,strong
{
    font-weight: bolder;
}

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

figure
{
    margin: 0 0 1rem;
}

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

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

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

button
{
    border-radius: 0;
}

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

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

button,input
{
    overflow: visible;
}

button,select
{
    text-transform: none;
}

[role=button]
{
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

@media (min-width:992px)
{
    .container,.container-lg,.container-md,.container-sm
    {
        max-width: 960px;
    }
}

@media (min-width:1200px)
{
    .container,.container-lg,.container-md,.container-sm,.container-xl
    {
        max-width: 1140px;
    }
}

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

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

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

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

.col
{
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-2>*
{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.order-1
{
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width:576px)
{
    .col-sm
    {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1>*
    {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2>*
    {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3>*
    {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-sm-4>*
    {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5>*
    {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6>*
    {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first
    {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last
    {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0
    {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1
    {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2
    {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3
    {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4
    {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5
    {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6
    {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7
    {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8
    {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9
    {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10
    {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11
    {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12
    {
        -ms-flex-order: 12;
        order: 12;
    }

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

    .offset-sm-1
    {
        margin-left: 8.333333%;
    }

    .offset-sm-2
    {
        margin-left: 16.666667%;
    }

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

    .offset-sm-4
    {
        margin-left: 33.333333%;
    }

    .offset-sm-5
    {
        margin-left: 41.666667%;
    }

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

    .offset-sm-7
    {
        margin-left: 58.333333%;
    }

    .offset-sm-8
    {
        margin-left: 66.666667%;
    }

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

    .offset-sm-10
    {
        margin-left: 83.333333%;
    }

    .offset-sm-11
    {
        margin-left: 91.666667%;
    }
}

@media (min-width:768px)
{
    .col-md
    {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1>*
    {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2>*
    {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3>*
    {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-md-4>*
    {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5>*
    {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6>*
    {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first
    {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last
    {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0
    {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1
    {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2
    {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3
    {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4
    {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5
    {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6
    {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7
    {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8
    {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9
    {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10
    {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11
    {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12
    {
        -ms-flex-order: 12;
        order: 12;
    }

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

    .offset-md-1
    {
        margin-left: 8.333333%;
    }

    .offset-md-2
    {
        margin-left: 16.666667%;
    }

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

    .offset-md-4
    {
        margin-left: 33.333333%;
    }

    .offset-md-5
    {
        margin-left: 41.666667%;
    }

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

    .offset-md-7
    {
        margin-left: 58.333333%;
    }

    .offset-md-8
    {
        margin-left: 66.666667%;
    }

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

    .offset-md-10
    {
        margin-left: 83.333333%;
    }

    .offset-md-11
    {
        margin-left: 91.666667%;
    }
}

@media (min-width:992px)
{
    .col-lg
    {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1>*
    {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2>*
    {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3>*
    {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-lg-4>*
    {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5>*
    {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6>*
    {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first
    {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last
    {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0
    {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1
    {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2
    {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3
    {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4
    {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5
    {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6
    {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7
    {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8
    {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9
    {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10
    {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11
    {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12
    {
        -ms-flex-order: 12;
        order: 12;
    }

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

    .offset-lg-1
    {
        margin-left: 8.333333%;
    }

    .offset-lg-2
    {
        margin-left: 16.666667%;
    }

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

    .offset-lg-4
    {
        margin-left: 33.333333%;
    }

    .offset-lg-5
    {
        margin-left: 41.666667%;
    }

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

    .offset-lg-7
    {
        margin-left: 58.333333%;
    }

    .offset-lg-8
    {
        margin-left: 66.666667%;
    }

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

    .offset-lg-10
    {
        margin-left: 83.333333%;
    }

    .offset-lg-11
    {
        margin-left: 91.666667%;
    }
}

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

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

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

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

.btn
{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    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: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

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

.btn:not(:disabled):not(.disabled)
{
    cursor: pointer;
}

.btn-primary
{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover
{
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus,.btn-primary:focus
{
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle
{
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus
{
  box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}

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

.fade
{
  transition: opacity .15s linear;
}

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

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

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

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

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

.dropdown-toggle
{
    white-space: nowrap;
}

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

.input-group
{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext
{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

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

.navbar
{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

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

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

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

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

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

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

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl
    {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse
    {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler
    {
        display: none;
    }
}

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

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

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

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

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

.breadcrumb-item
{
    display: -ms-flexbox;
    display: flex;
}

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

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

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

.tooltip
{
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show
{
  opacity: .9;
}

.tooltip .arrow
{
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

.tooltip .arrow::before
{
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom
{
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow
{
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before
{
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

.tooltip-inner
{
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

.rounded-circle
{
    border-radius: 50%!important;
}

.modal
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.d-none
{
    display: none!important;
}

.d-block
{
    display: block!important;
}

.d-flex
{
    display: -ms-flexbox!important;
    display: 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: -ms-flexbox!important;
        display: flex!important;
    }

    .d-sm-inline-flex
    {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important;
    }

    .d-lg-inline-flex
    {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important;
    }
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.w-100
{
  width: 100%!important;
}

.mt-2,.my-2
{
    margin-top: .5rem!important;
}

.mr-2,.mx-2
{
    margin-right: .5rem!important;
}

.mt-3,.my-3
{
    margin-top: 1rem!important;
}

.mb-3,.my-3
{
    margin-bottom: 1rem!important;
}

.mb-5,.my-5
{
  margin-bottom: 3rem!important;
}

.pl-1,.px-1
{
  padding-left: .25rem!important;
}

.mt-4,.my-4
{
    margin-top: 1.5rem!important;
}

.pt-2,.py-2
{
    padding-top: .5rem!important;
}

.pt-3,.py-3
{
  padding-top: 1rem!important;
}

.mr-auto,.mx-auto
{
    margin-right: auto!important;
}

.ml-auto,.mx-auto
{
    margin-left: auto!important;
}

.stretched-link::after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}