/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    dalla riga 5000 iniziano le classi scritte da noi
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;

    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    line-height: 1.2;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

main {
    display: block
}

body {
    color: #2e2e2e;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

address, dl, hr, ol, p, ul {
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    line-height: inherit
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dd {
    margin-bottom: .5rem
}

blockquote, figure {
    margin: 0 0 1rem
}

sub, sup {
    position: relative;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    /* -webkit-text-decoration-skip: objects*/
}

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

pre {
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
    display: block;
    color: #212529
}

svg {
    overflow: hidden;
    vertical-align: middle
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 1px;
    margin: 4px;
    background-color: #8e286e
}

.button a {
    background-color: #f572d2
}

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
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h2, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500
}

.h2, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem; 
    font-weight: bold !important
}

h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.small {
    font-size: 80%;
    font-weight: 400
}

mark {
    background-color: #fcf8e3
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.img-fluid, .img-thumbnail {
    max-width: 100%;
    border-radius: 10px 10px 10px 0px;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

code {
    color: #e83e8c;
    word-break: break-word
}

a > code, pre code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre code {
    font-size: inherit;
    word-break: normal
}

.container {
    width: 100%;
    max-width: 1550px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

/*@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}*/

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.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 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.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%;
    min-height: 1px;
    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%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .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%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .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%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .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%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

    .table .table {
        background-color: #fff
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    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
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    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
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    font-weight: 500;
    background-color: #c63899;
    border-color: #c63899;
    
}

    .btn-primary:hover {
        color: #fff;
        background-color: #a92f82;
        border-color: #a92f82;
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #ff828b;
        border-color: #ff828b
    }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

@media screen and (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 .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.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 > .form-control {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .form-control + .form-control {
            margin-left: -1px
        }

        .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group-append {
        display: -ms-flexbox;
        display: flex
    }

        .input-group-append .btn {
            position: relative;
            z-index: 2
        }

    .input-group-append, .input-group-append .btn + .btn {
        margin-left: -1px
    }

.input-group > .input-group-append:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

    .custom-control-label::after, .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: ""
    }

    .custom-control-label::before {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6
    }

    .custom-control-label::after {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-control-label::before {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label::before {
        transition: none
    }
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

    .alert-success hr {
        border-top-color: #b1dfbb
    }

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.modal-open {
    overflow: hidden
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.tooltip, .tooltip .arrow {
    position: absolute;
    display: block
}

.tooltip {
    z-index: 1070;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover, .popover .arrow {
    position: absolute;
    display: block
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow {
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel, .carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: block;
        transition: transform .6s ease;
        transition: transform .6s ease,-webkit-transform .6s ease
    }

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255,255,255,.5)
    }

        .carousel-indicators li::after, .carousel-indicators li::before {
            position: absolute;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

        .carousel-indicators li::before {
            top: -10px
        }

        .carousel-indicators li::after {
            bottom: -10px
        }

    .carousel-indicators .active {
        background-color: #fff
    }

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.border {
    border-radius: 10px 10px 10px 0px;
    border: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.rounded {
    border-radius: .25rem !important
}

.clearfix::after {
    clear: both
}

.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: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-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
    }
}

@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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

    .clearfix::after {
        display: block;
        content: ""
    }

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !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
}

.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: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .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: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.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-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-muted {
    color: #6c757d !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd
    }

    thead {
        display: table-header-group
    }

    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 992px !important
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }
}



/************************/
/*da qui inziano legend classi proprie del sito scritte datalist noi*/
/* Stili personalizzati Easyposter estratti da 0allhome.css. */

/*aggiunti datalist me*/
.full-width-image {
    width: 100%; /* Larghezza massima */
    display: flex; /* Facoltativo: per centrare il contenuto */
    justify-content: center; /* Facoltativo */
    align-items: center; /* Facoltativo */
    overflow: hidden; /* Nasconde eventuali bordi indesiderati */
}

    .full-width-image img {
        width: 100%; /* Adatta l'immagine alla larghezza del contenitore */
        height: auto; /* Mantiene le proporzioni dell'immagine */
        object-fit: cover; /* Copre l'intera area senza distorsioni */
    }
/*fine aggiunta datalist me*/

.validationerror {
    background-color: ivory;
    background-image: url(/images/validation/alert.png);
    background-position: right;
    background-repeat: no-repeat
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

/*footer {
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    /*  font-family: 'Open Sans',sans-serif;*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 120% !important
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    line-height: 140%
}

.hidden {
    display: none
}

.fontprice, .prezzirepeater, .prezzischeda {
    font-family: 'open-sans',
}

.prezzirepeater, .prezzischeda {
    color: #e300a4;
    font-size: 20px
}

.prezzischeda {
    font-size: 20px !important;
    font-weight: 200
}

a, a:hover {
    /*color: #428ba9;*/
    color: #085878;
    text-decoration: none
}

    a:hover {
        color: gray
    }

.maiusc {
    text-transform: uppercase
}

.logo img {
    width: 100%;
    max-width: 300px
}

.logosmall img {
    height: 35px
}

.maincontainer {
    max-width: 1250px;
    margin: auto
}

.sitebody {
    margin-top: 120px
    /*    display: flex;
    align-items: stretch;
    min-height: 100vh;*/
}

.homecontainer {
    max-width: 2560px;
    margin: auto;
    background-color: #f8f8f8;
    /*  background-color: #d299a8;*/
}

.homebody {
    margin-top: 97px;
}

.infobar {
    background-color: #57595b;
    padding: 10px
}

    .infobar, .infobar a {
        color: #fff
    }

.menubar, .menubarsmall {
    background-color: #f8f8f8;
    border-bottom: solid 1px #dcdcdc;
    padding: 10px
}

.menubarsmall {
    padding: 5px;
    height: 50px
}

.linkmobilemenu {
    display: block;
    text-align: center;
    padding: 5px;
    border-bottom: dashed 1px #dcdcdc;
    margin: 0 0 5px;
    font-size: 13px;
    color: gray
}

.linkchatmobile, .linkchatsm {
    cursor: pointer
}

.linkchatsm {
    display: block;
    padding: 3px;
    background-color: #b8d432;
    color: #fff;
    border-radius: 3px;
    text-align: center
}

.menumobilewrapper a:last-child {
    border: none
}

.menumobilewrapper {
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 50px;
    padding: 10px;
    background-color: #f8f8f8;
    border-radius: 0 0 5px 5px;
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    display: none
}

h2.titoloprodotto {
    font-weight: 700;
    font-size: 18px !important;
    margin-bottom: 10px
}

#gridprezzo {
    margin-bottom: 20px
}

#gridprezzihtml {
    border: solid 1px gray
}

    #gridprezzihtml tbody td {
        font-size: 14px !important
    }

    #gridprezzihtml thead tr {
        background-color: #b9d433 !important;
        color: #000 !important
    }

    #gridprezzihtml tr:nth-child(even) {
        background-color: #f0f0f0
    }

    #gridprezzihtml td {
        padding: 5px
    }

    #gridprezzihtml th {
        padding: 5px;
        text-align: left
    }

    #gridprezzihtml tr:hover {
        background-color: #f6fecb
    }

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

.langflag {
    margin-left: 10px
}

.secondaryflag {
    opacity: .4
}

.bloccospaziato {
    margin-top: 25px;
    margin-bottom: 50px
}

.bloccoprodottohome {
    border: solid 1px #dcdcdc;
    margin: 5px 0;
    vertical-align: top;
    overflow: hidden
}

    .bloccoprodottohome:hover {
        box-shadow: 0 0 10px #478eb6
    }

.bloccoprodottohometesto a {
    color: #000
}

.bloccoprodottohometesto {
    text-align: center;
    padding: 10px 0;
    margin-top: 0;
    overflow: hidden;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7
}

    .bloccoprodottohometesto h2 {
        margin: 0;
        line-height: 1.2
    }

.bloccoprodottooverlay {
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    height: 35px;
    line-height: 200%;
    text-align: center;
    background-color: #8e286e;
    opacity: .8;
    color: #fff
}

.btn-greeneasyposter {
    background-color: #c63899;
    color: #fff;
    margin: 10px;
    padding: 5px 10px
}

.btn-blog {
    background-color: #8e286e;
    color: #fff;
    margin: 10px;
    padding: 3px 10px 3px 10px
}

.btn-celesteeasyposter {
    color: #000
}

.btn-darkgray {
    background-color: #666;
    color: #fff
}

.btn-lightgray {
    background-color: #dcdcdc;
    color: #000
}

.btn-loading {
    padding-left: 40px !important;
    background-image: url(/images/ajax/loadingsmall.gif) !important;
    background-repeat: no-repeat !important;
    background-position: 10px 6px !important
}

.btn-margin-left {
    margin-left: 15px
}

.btn-margin-right {
    margin-right: 15px
}

.btn.loading {
    padding-left: 45px;
    background-image: url(/images/ajax/loadingsmall.gif);
    background-position: 10px 5px;
    background-repeat: no-repeat
}

.titlebargreen {
    background-color: #428ba9;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin: 40px 0
}

.boxcat:hover {
    box-shadow: 0 0 10px #478eb6
}

.bordato {
    border: solid 1px #dcdcdc !important
}

.padding-10 {
    padding: 10px
}

.margin-10 {
    margin: 10px
}

.padding-top-10 {
    padding-top: 10px
}

.padding-top-20 {
    padding-top: 20px
}

.padding-top-30 {
    padding-top: 40px
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-bottom-30 {
    padding-bottom: 40px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.reviewcontainer {
    margin: 20px auto
}

.telephonebar {
    padding-bottom: 5px;
    border-bottom: solid 1px #dcdcdc;
    margin: 0 15px 10px
}

.icotop {
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-left: 35px;
    color: #747474;
    font-size: 12px;
    margin-right: 20px
}

    .icotop a, .icotop a:hover {
        color: #747474 !important
    }

        .icotop a:hover {
            text-decoration: underline
        }

.icotoptel {
    background-image: url(/images/common/icotop_tel.png)
}

.icotopwhatsapp {
    background-image: url(/images/common/icotop_whatsapp.png)
}

.icotopmail {
    background-image: url(/images/common/icotop_mail.png)
}

.icotopfb, .icotopig {
    height: 30px;
    width: 30px;
    margin-right: 0;
    margin-left: 5px;
    padding-top: 3px;
    padding-left: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(/images/common/icotop_facebook.png)
}

.icotopig {
    background-image: url(/images/common/icotop_instagram.png)
}

.tendinaareacliente {
    display: none;
    position: absolute;
    background-color: #f8f8f8;
    width: 200px;
    min-height: 100px;
    top: 30px;
    left: 0;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    font-size: 13px
}

    .tendinaareacliente a, .tendinaareaclientemin a {
        text-align: left !important;
        display: block;
        padding: 0 0 10px !important;
        margin: 0 0 10px !important;
        border: none !important;
        border-bottom: dashed 1px #dcdcdc !important
    }

        .tendinaareacliente a:last-child, .tendinaareaclientemin a:last-child {
            border: none !important
        }

.tendinaareaclientemin, .tendinacarrello {
    display: none;
    position: absolute;
    background-color: #f8f8f8;
    width: 200px;
    min-height: 100px;
    top: 25px;
    right: 0;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    font-size: 13px
}

.tendinacarrello {
    width: 400px;
    top: 30px;
    z-index: 10000
}

.cartslide {
    position: relative
}

.tendinacarrello .rigacarrellomin {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: dashed 1px #b9d433
}

.btdelcart, .btn-goto-cart {
    display: block;
    text-align: center;
    padding: 5px !important;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #b9d433;
    z-index: 1000;
    font-size: 12px !important
}

    .btdelcart:hover, .btn-goto-cart:hover {
        color: #000 !important
    }

.btdelcart {
    background-color: #dcdcdc;
    z-index: 10000;
    cursor: pointer
}


.cartbuttonmenutop {
    background-image: url(/images/common/cart.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 30px;
    padding-left: 50px !important;
    position: relative;
    border: none !important
}

.intestazionemenuprodotti {
    background-color: #b9d433;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding: 10px
}

.menupromo {
    padding: 0 0 10px;
    background-color: #f0e59c;
    border: solid 1px #dcdcdc;
    color: #000;
    font-size: 20px
}

.menupromohead {
    text-align: center;
    padding: 10px;
    background-image: url(/images/common/offertehead.png);
    background-repeat: repeat-x;
    height: 50px
}

.gruppomenucliente {
    background-color: #b9d433;
    color: #fff;
    padding: 15px 7px 15px 10px;
    font-size: 18px;
    font-weight: 700
}

/*gestisce il menu a sinistra*/
.colonnasx {
    background-color: #f8f8f8;
}

.ico_categoria {
    width: 25px;
    height: 25px;
}

.gruppomenuprodotti {
    /*background-color: #8e4b8d;*/
    background-color: transparent;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px 5px 5px 0;
    margin-bottom: 6px;
    cursor: pointer;
}

    .gruppomenuprodotti a {
        color: #333 !important;
        font-weight: 700;
        text-transform: uppercase !important;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .gruppomenuprodotti.active {
        background-color: #8e4b8d;
    }

        .gruppomenuprodotti.active a {
            color: #fff !important;
        }

.menuprodottisubwrapper {
    padding: 8px 0 12px 12px;
}

.vocemenuprodotto {
    padding: 2px 0;
    position: relative
}

    .vocemenuprodotto a {
        display: block;
        padding: 2px 2px;
        color: #000;
        font-size: 15px
    }

.vocemenuofferta a {
    padding: 10px 0;
    margin: 0 7px;
    border-bottom: dashed 1px gray;
    font-size: 15px
}

.vocemenuofferta:last-child a {
    border-bottom: none
}

.vocemenucliente a {
    display: block;
    padding: 8px 10px;
    color: #000;
    border-bottom: solid 1px #dcdcdc;
    font-size: 14px
}

.menuclientesubwrapper {
    margin-bottom: 20px;
    border: solid 1px #dcdcdc;
    background-color: #fffdf3
}

.menuprodottisubwrapper {
    margin-bottom: 10px
}

    .menuclientesubwrapper .vocemenucliente:last-child a, .menuprodottisubwrapper .vocemenuprodotto:last-child a {
        border-bottom: none !important
    }


/*footer {
    margin: 50px 0 0;
    font-size: 14px;
    border-top: solid 1px gray
}*/

footer {
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 15px;
    line-height: 200%;
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    vertical-align: baseline
}

    footer a {
        color: #57595b;
    }

#footerlinkcontainer {
    background-color: #f2f2f2;
    padding-top: 25px
}

#footerend {
    background-color: #e0e0e0;
    padding: 0 20px;
    margin: 0 !important
}

.headermenu-sm a, .mainmenubig li a {
    display: block;
    color: #000;
    font-size: 15px;
    text-align: center;
    border-right: solid 1px #dcdcdc;
    padding: 8px 0
}

    .headermenu a:hover, .headermenu-sm a:hover {
        text-decoration: none;
        color: #b9d433
    }

.headermenu-sm {
    margin-top: 10px
}

    .headermenu-sm a {
        font-size: 13px;
        padding: 5px 0
    }

        .headermenu-sm a:last-child {
            border-right: none
        }
/*
data quiu*/

.newtag {
    position: absolute;
    left: -50px;
    top: 10px
}

.info {
    display: inline-block;
    background-image: url(/images/common/info.png);
    background-repeat: no-repeat;
    background-position: top right;
    cursor: pointer;
    padding: 0 25px 0 0;
    position: relative;
    overflow: visible
}

.popinfo {
    position: absolute;
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
    border: solid 1px gray;
    color: #000;
    font-size: 10px;
    text-transform: none;
    white-space: nowrap
}

.selected, .selectedquadro {
    background-image: url(/images/common/check.png);
    background-repeat: no-repeat;
    background-position: 3px 0
}

.selected {
    background-position: 5px 2px;
    border: dashed 1px #dcdcdc !important
}

.selectable img.selectedico {
    display: none;
    position: absolute
}

.infocartabox {
    border: dashed 1px #dcdcdc;
    padding: 20px
}

.selectedcarta {
    border: dashed 1px #dcdcdc !important
}

    .selectedcarta img.selectedico {
        position: absolute !important;
        top: 20px;
        left: 20px;
        display: block !important
    }

.selectable {
    vertical-align: top;
    cursor: pointer;
    padding: 10px;
    border: solid 1px #fff
}

.ajaxloading {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/images/common/oscurabianco.png)
}

.prodottoitem {
    margin-bottom: 25px;
    vertical-align: top
}

.boxdescprodotto {
    margin-top: 10px;
    text-align: justify;
    line-height: 130%;
    padding: 10px;
    font-size: 15px
}

    .boxdescprodotto h2, .boxdescprodotto h3 {
        font-weight: 700 !important;
        font-size: 17px !important
    }

    .boxdescprodotto h3 {
        font-size: 16px !important
    }

    .boxdescprodotto:empty {
        border: none !important;
        background-color: #fff !important
    }

    .boxdescprodotto a, .boxdescprodotto b {
        font-weight: 700 !important;
    }

.boxdescprodottowhite {
    margin-top: 20px;
    text-align: justify;
    line-height: 140%;
    margin-bottom: 30px
}

.boxdescbasso {
    text-align: justify;
    background-color: #fff;
    padding: 10px;
    font-size: 14px
}

.bordosotto {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 20px
}

.darkbar {
    padding: 10px;
    /*background-color: #8e286e;*/
    /* background-color: #ababab;*/
    background-color: #b4b4b4;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 10px;
    border-radius: 5px 5px 5px 0px
}

.lightbar {
    padding: 10px 15px 5px;
    background-color: #dcdcdc;
    color: #000;
    margin: 5px 0 20px;
    width: 100%;
    font-family: "Archivo Black",sans-serif;
    font-size: 14px
}

.lightbarnew, .lightbarprodotto {
    text-align: center;
    padding: 15px 0 10px 5px;
    color: #428ba9;
    margin: 5px 0 !important;
    width: 100%;
    font-weight: 700;
    font-size: 14px
}

.lightbarprodotto {
    text-align: left;
    margin: 5px 0 20px !important
}

.titolorosa {
    font-size: 15px;
    color: #428ba9
}

.imgsezione {
    max-width: 1250px;
    height: 230px;
    overflow: hidden;
    margin-bottom: 45px
}

.tableaccount {
    height: 50px;
    margin-bottom: 40px
}

.vocemenuareaclienti a {
    padding: 15px;
    display: block
}

.vocemenuareaclienti {
    border-top: solid 1px gray;
    border-bottom: solid 1px #000;
    border-left: solid 1px gray;
    border-right: solid 1px gray;
    background-color: #f0f0f0;
    border-radius: 10px 10px 0 0
}

    .vocemenuareaclienti:last-child {
        border-right: solid 1px #000
    }

    .vocemenuareaclienti:hover {
        background-color: #b9d433
    }

    .vocemenuareaclienti.attiva {
        background-color: #b9d433;
        color: #000
    }

.form-group label {
    margin-bottom: 5px;
    color: #428ba9;
    font-size: 14px !important;
    font-weight: 700
}

.btaddcarttrasp, .btn-cart {
    background-image: url(/images/common/addcartico1.png)
}

.btaddcarttrasp {
    height: 30px;
    padding-top: 7px;
    color: #e300a4;
    display: block;
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: 0 2px
}

.btn-cart {
    padding-left: 40px;
    background-position: 5px 2px;
    background-color: #fff;
    border: solid 1px #dcdcdc
}

.btn-cart, .btpromocart, .checked {
    background-repeat: no-repeat
}

.btpromocart {
    display: block;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    background-color: #b8d432;
    color: #fff;
    background-image: url(/images/common/addcarticobianca.png);
    background-position: 95% 5px
}

.checked {
    background-image: url(../images/common/check.png);
    background-position: 0 25px;
    z-index: 100000
}

.cartwrapper {
    border: solid 1px #dcdcdc
}

.cartheader {
    padding: 5px;
    font-size: 12px;
    text-transform: uppercase
}

.cartrowitem {
    border-bottom: dashed 1px #dcdcdc;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 13px
}

    .cartrowitem:last-child {
        border-bottom: none !important
    }

.cartfooterwrapper {
    padding: 10px;
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc
}

    #card-errors:empty, .cartfooterwrapper:empty {
        display: none
    }

.infospedizionewrapper {
    border: solid 1px #dcdcdc;
    padding: 10px;
    margin-bottom: 20px
}

.fqdrcontainer {
    margin: 10px
}

.faqdomanda {
    border: solid 1px #dcdcdc;
    padding: 10px 15px 10px 35px;
    cursor: pointer;
    background-image: url(/images/faq/arrowclose.png);
    background-repeat: no-repeat;
    background-position: 10px 10px
}

.faqgruppotitolo {
    font-size: 10pt;
    font-weight: 700;
    margin: 15px 0
}

.faqdomanda:hover {
    background-color: #f6ffd5
}

.faqrisposta {
    display: none;
    padding: 10px;
    line-height: 140%
}

.faqopen {
    background-image: url(/images/faq/arrowopen.png);
    background-repeat: no-repeat;
    background-color: #f6ffd5
}

.itemquadro {
    margin-bottom: 20px;
    padding: 3px;
    border: solid 1px #dcdcdc;
    text-align: center
}

    .itemquadro img {
        margin: auto
    }

.itemquadrolabel {
    background-color: #b9d433;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    margin-top: 10px
}

.quadrocontainer {
    width: 100%
}

.quadroframe {
    background: url(/services/quadroimg.ashx) no-repeat center center;
    background-size: cover
}

.quadrowrapper {
    overflow: hidden
}

.quadromask {
    position: relative
}

.quadrolineamaschera {
    background-color: #fff;
    width: 8px;
    height: 100%;
    position: absolute
}

.imgtshirtwrapper img, .quadroimgmask, .tshirttipoicon img {
    width: 100%
}

.welcomebox {
    border-radius: 3px;
    border: solid 1px #eee;
    padding: 6px 15px;
    width: 100%;
    text-align: right;
    margin-bottom: 25px
}

.welcomeboxcolumn {
    background-color: #b9d433;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase
}

.divoffertaqta {
    background-color: #f6ffd5;
    padding: 10px;
    border: dashed 1px #e300a4;
    font-size: 14px
}

    .divoffertaqta h2 {
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase
    }

.iconaattiva {
    border: solid 1px #e300f4 !important;
    color: #e300a4 !important
}

.tshirtcoloreicon {
    display: inline-block;
    margin: 10px 15px 0 0;
    padding: 1px;
    /* border: solid 1px #dcdcdc;*/
    width: 48px;
    height: 48px;
    cursor: pointer;
    vertical-align: top
}

    .tshirtcoloreicon:first-child {
        margin-left: 0 !important
    }

    .tshirtcoloreicon.hidden {
        display: none !important;
    }


.tshirttipoicon {
    width: 160px;
    height: 180px;
    display: inline-block;
    margin: 3px;
    padding: 1px;
    background-color: #fff;
    vertical-align: top;
    cursor: pointer
}

    .tshirttipoicon:hover {
        border-color: gray
    }

    .tshirttipoicon img {
        width: 100%
    }

.container-stampe {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.tshirttipostampa {
    width: 120px;
    height: 180px;
    display: inline-block;
    margin: 3px;
    padding: 1px;
    background-color: #fff;
    vertical-align: top;
    cursor: pointer
}

    .tshirttipostampa:hover {
        border-color: gray
    }

    .tshirttipostampa img {
        width: 100%
    }




.titolotshirttipomaglia {
    font-size: 12px !important;
    padding: 0 5px 5px 5px
}




.imgtshirtwrapper {
    max-width: 600px;
    position: relative;
    border: solid 1px #dcdcdc
}

    .imgtshirtwrapper img {
        width: 100%
    }

.imgtshirtoverlay {
    position: absolute;
    width: 100%
}

.tabletaglie {
    width: 100%;
    border: solid 1px gray
}

    .tabletaglie th {
        padding: 5px;
        border-bottom: solid 1px gray;
        text-align: center;
        background-color: #dcdcdc;
        font-weight: 700
    }

    .tabletaglie td {
        text-align: center;
        padding: 5px
    }

.filterlabel {
    width: 90px;
    display: inline-block
}

.ddlfiltro {
    width: 450px
}

.tbcerca {
    width: 440px
}

.boxtipofile {
    border: solid 1px #fff;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative
}

.boxtipofileselected {
    border: dashed 1px #dcdcdc
}

    .boxtipofileselected::after {
        content: "";
        width: 35px;
        height: 35px;
        display: inline-block;
        position: absolute;
        left: 5px;
        top: 5px;
        background-image: url(/images/common/check2.png);
        background-repeat: no-repeat;
        background-size: 35px
    }

.msgalertdiv {
    padding: 20px;
    text-align: center;
    border: dashed 2px #dcdcdc;
    margin: 10px 0;
    background-color: #f6fecb;
    display: none
}

.anteprimabox {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: dashed 1px #dcdcdc;
    font-size: 60px;
    text-wrap: normal;
    line-height: normal;
    overflow: hidden
}

.numletterescritte {
    color: #000 !important
}

.bthelp {
    background-color: #f9e97c;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    font-size: 10px;
    padding: 0 5px !important;
    text-align: center;
    color: gray !important
}

.cbeasywrapper {
    margin-top: 10px;
    margin-bottom: 10px
}

.cbeasy {
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 15px;
    border: solid 1px #dcdcdc;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff
}

.cbchecked {
    background-image: url(/images/common/check.png);
    background-repeat: no-repeat
}

.cblabel {
    cursor: pointer;
    font-size: 16px;
    display: inline-block !important
}

.bthelpdetail {
    font-size: 12px;
    padding: 10px;
    background-color: #f5faff;
    border: dashed 1px #dcdcdc;
    margin: 0 0 15px;
    display: none;
    border-radius: 5px
}

    .bthelpdetail[data-status=opened] {
        display: block !important
    }

.pricesummary {
    border: solid 1px #dcdcdc;
    margin-top: 20px
}

.pricesummarytitle {
    text-align: center;
    background-color: #e5e5e5;
    color: #000;
    text-transform: uppercase;
    padding: 10px;
    font-size: 12px;
    font-family: Oswald,sans-serif;
    font-weight: 700;
    white-space: nowrap
}

.btivawrapper {
    text-align: center;
    margin: 5px 0 15px;
    padding: 5px 0
}

.btivatextheader {
    font-size: 13px;
    margin-bottom: 10px
}

.btivapricesummary {
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Archivo Black',sans-serif;
    font-size: 11px;
    cursor: pointer
}

.btivapricesummaryon {
    color: #fff;
    background-color: #478eb6;
    border: solid 1px #478eb6
}

    .btivapricesummaryon:hover {
        color: #fff !important
    }

.btivapricesummaryoff {
    color: gray;
    background-color: #fff;
    border: solid 1px #dcdcdc
}

    .btivapricesummaryoff:hover {
        color: gray !important
    }

.pricesummaryitem {
    padding: 10px 8px !important;
    border-bottom: solid 1px #dcdcdc
}

.dateselected {
    background-color: #eef6fe
}

.pricesummaryprice {
    font-size: 12px;
    font-weight: 700
}

/*.btncartbig {
    background-color: #e5e5e5;
    color: #000;
    margin: 0;
    font-family: Oswald,sans-serif;
    padding-left: 60px;
    background-image: url(/images/common/btcartnew.gif);
    background-repeat: no-repeat;
    background-position: -5px;
    height: 48px;
    vertical-align: middle;
    padding-top: 17px;
    width: 100%;
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    box-shadow: 3px 3px 4px gray
}*/

.btncartbig {
    background-color: #e5e5e5;
    color: #000;
    margin: 0;
    font-family: Oswald, sans-serif;
    background-image: url(/images/common/btcartnew.gif);
    background-repeat: no-repeat;
    background-position: -5px center; /* importante: center */
    padding-left: 60px;
    height: 48px;
    width: 100%;
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    box-shadow: 3px 3px 4px gray;
    display: flex;
    align-items: center; /* centra verticalmente */
    justify-content: center; /* centra orizzontalmente il testo */
    padding-top: 0; /* elimina lo spostamento */
    padding-bottom: 0; /* coerente */
}


    .btncartbig:hover {
        color: #428ba9 !important
    }

.btncartbig, .font-weight-bold {
    font-weight: 700 !important
}

.pricesummaryqta {
    padding: 15px;
    font-size: 12px;
    border-bottom: solid 1px #dcdcdc
}

    .pricesummaryqta input {
        width: 60px;
        margin: 10px auto
    }

.dataline {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden
}

    .dataline .cblabel {
        font-size: 12px !important
    }

.generalitem {
    cursor: pointer;
    padding: 5px;
    border-radius: 10px 10px 10px 0px;
    margin-bottom: 10px
}

.itemselected {
    background-color: #ffc4f5;
}

.generalitem img {
    border: solid 1px #dcdcdc
}

.selectableitemwrapper {
    padding: 1px !important;
    vertical-align: top;
    /* min-height: 220px*/
}

.generalitemtitle {
    font-size: 15px;
    text-align: center;
    margin: 5px 0;
    min-height: 40px
}

.linkistruzioni {
    background-color: #e5e5e5;
    color: #000;
    margin: 0;
    font-family: Oswald,sans-serif;
    font-weight: 700 !important;
    padding-left: 70px;
    background-image: url(/images/common/btistruzioni.gif);
    background-repeat: no-repeat;
    background-position: -10px -8px;
    height: 35px;
    vertical-align: middle;
    padding-top: 8px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    box-shadow: 3px 3px 4px gray;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer
}

.linktemplate {
    font-family: Oswald,sans-serif;
    font-weight: 700 !important;
    padding-left: 70px;
    background-color: #e5e5e5;
    background-image: url(/images/common/btdownload.gif);
    background-repeat: no-repeat;
    background-position: -10px -8px;
    height: 35px;
    width: 100%;
    display: flex; /* cambia da inline-block */
    align-items: center; /* centra verticalmente */

    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    box-shadow: 3px 3px 4px gray;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    border: none; /* elimina bordo */
    outline: none; /* elimina bordo focus */
}


button.linktemplate:hover {
    color: #666; /* grigio */
}

button.linktemplate,
button.linktemplate:focus,
button.linktemplate:active {
    background-color: #e5e5e5 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: 3px 3px 4px gray !important; /* oppure none se non lo vuoi */
    -webkit-appearance: none;
    appearance: none;
}

.divcerca {
    position: relative
}

.searchdiv, .searchdivmobile {
    z-index: 9
}

.searchresult {
    position: absolute;
    background-color: #fff;
    width: 100%;
    border-radius: 0 0 10px 10px;
    left: 0;
    top: 30px;
    z-index: 8;
    border: solid 1px #dcdcdc;
    padding: 10px;
    display: none
}

    .searchresult a {
        display: block;
        padding-bottom: 2px;
        margin-bottom: 2px;
        color: gray;
        font-size: 12px;
        border-bottom: dashed 1px #dcdcdc
    }

        .formatoitem:last-child, .searchresult a:last-child {
            border: none
        }

#btsearch, #btsearchmobile {
    display: inline-block;
    /* background-color: #dcdcdc !important;
    color: gray !important*/
}

.emptysearch {
    border: dashed 1px #dcdcdc;
    text-align: center;
    padding: 20px
}

.welcomebox {
    display: none
}

.note {
    font-size: 12px;
    background-color: #f5faff;
    padding: 7px;
    margin-top: 7px;
    border: dashed 1px #dcdcdc
}

@media screen and (max-width:768px) {
    .welcomebox {
        display: inline-block
    }
}

@media screen and (max-width:667px) {
    .sitebody {
        margin-top: 65px
    }
}

@media screen and (max-width:575px) {
    .sitebody {
        margin-top: 20px
    }
}

.StripeElement {
    background-color: #fff;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df
}

.StripeElement--invalid {
    border-color: #fa755a
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important
}

#card-errors {
    padding: 10px;
    font-size: 12px;
    border: solid 1px #dcdcdc;
    border-radius: 3px;
    background-color: #ffd3d3;
    margin: 10px -10px 0
}

#divcartacredito {
    display: none
}

.StripeElement {
    border: solid 1px #ccc
}

.lightboxlistitem h2 {
    font-size: 22px !important;
    border-bottom: dashed 1px #dcdcdc;
    padding-bottom: 15px;
    margin-top: 20px
}

    .lightboxlistitem h2 a {
        text-transform: uppercase;
        color: #000 !important
    }

.table-formati th {
    font-weight: 700;
    background-color: #eee;
    font-size: 14px
}

.table-formati td {
    font-size: 12px
}

.table-formati tr td:first-child, .table-formati tr td:last-child {
    font-weight: 700
}

.divselectorlist {
    overflow-y: auto;
    overflow-x: hidden;
    height: 400px;
    border: solid 1px #eee;
    padding: 10px;
    position: absolute;
    top: 85px;
    width: calc(100% - 30px);
    background-color: #fff;
    z-index: 1000;
    display: none
}

.formatoitem {
    padding: 5px;
    border-bottom: dashed 1px #dcdcdc;
    margin-bottom: 5px
}

    .formatoitem:hover {
        background-color: #eee;
        cursor: pointer
    }

.formatoiconawrapper {
    width: 40px;
    height: 40px;
    position: relative
}

.iconaformatocalcolata {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #eee;
    border: solid 1px #dcdcdc
}

.formatotitlecentered {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.formatoitemselected {
    border: solid 1px #dcdcdc;
    margin: 20px 0;
    padding: 5px
}

    .formatoitemselected:hover {
        border-color: #535355;
        cursor: pointer
    }

.formatselectorarrow {
    margin-top: 8px
}

.itemheight {
    height: 40px
}

.imgquadro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.imgquadrowrapper {
    width: 80%;
    position: relative;
    margin: 50px auto auto
}

.imgquadrocutter {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px
}

.imgborderwrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.bordoquadro {
    position: absolute;
    overflow: hidden
}

.bordoquadrotop {
    top: 0
}

.bordoquadrobottom {
    bottom: 0
}

.bordoquadroleft {
    left: 0
}

.bordoquadroright {
    right: 0
}

.bordoangolointerno {
    background-color: #fff;
    border: none
}

.bordoangolointerno1 {
    position: absolute;
    top: 0;
    left: 0
}

.bordoangolointerno2 {
    position: absolute;
    top: 0;
    right: 0
}

.bordoangolointerno3 {
    position: absolute;
    bottom: 0;
    right: 0
}

.bordoangolointerno4 {
    position: absolute;
    bottom: 0;
    left: 0
}

.flipvertical {
    transform: scaleY(-1);
}
/*.flipvertical {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: FlipV
}*/

/*.fliphorizontal {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: FlipH
}*/

.fliphorizontal {
    transform: scaleX(-1);
}

.movetop {
    top: 0
}

.movebottom {
    bottom: 0
}

.moveleft {
    left: 0
}

.moveright {
    right: 0
}

.imgallungata {
    position: absolute
}

.imgbordi {
    width: 100%
}

.imgcenterxleft {
    left: 50%;
    transform: translateX(-50%)
}

.imgcenterxright {
    right: 50%;
    transform: translateX(50%)
}

.avvisorisoluzione {
    border: dashed 1px #dcdcdc;
    padding: 10px;
    line-height: 160%;
    color: gray;
    font-size: 12px;
    margin-bottom: 20px
}

.quadrooverlay {
    background-repeat: no-repeat
}

.quadrocornice, .quadrooverlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.quadrocornicebottom, .quadrocornicetop {
    background-repeat: repeat-x;
    height: 20px;
    position: absolute;
    left: 20px;
    width: calc(100% - 40px)
}

.quadrocornicetop {
    top: 0;
    background-image: url(/public/quadri/cornici/cornice1_top.jpg)
}

.quadrocornicebottom {
    background-image: url(/public/quadri/cornici/cornice1_bottom.jpg);
    bottom: 0
}

.quadrocorniceleft, .quadrocorniceright {
    background-repeat: repeat-y;
    width: 20px;
    position: absolute;
    top: 0;
    height: 100%
}

.quadrocorniceleft {
    right: 0;
    background-image: url(/public/quadri/cornici/cornice1_left.jpg)
}

.quadrocorniceright {
    background-image: url(/public/quadri/cornici/cornice1_right.jpg);
    left: 0
}

.quadrocornicecorner1, .quadrocornicecorner2 {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px
}

.quadrocornicecorner1 {
    left: 0;
    background-image: url(/public/quadri/cornici/cornice1_corner1.png)
}

.quadrocornicecorner2 {
    right: 0;
    background-image: url(/public/quadri/cornici/cornice1_corner2.png)
}

.quadrocornicecorner3, .quadrocornicecorner4 {
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 20px
}

.quadrocornicecorner3 {
    right: 0;
    background-image: url(/public/quadri/cornici/cornice1_corner3.png)
}

.quadrocornicecorner4 {
    left: 0;
    background-image: url(/public/quadri/cornici/cornice1_corner4.png)
}

.imgformato {
    width: 100%
}

.lightboxlistitem {
    border: solid 1px #eee;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 20px
}

.lightboxlistitemtext {
    text-align: justify;
    line-height: 150%;
    color: gray;
    font-size: 16px
}

.starredbase, .starredvote {
    background-repeat: no-repeat;
    display: inline-block
}

.starredbase {
    margin: 20px 20px 20px 0;
    width: 120px;
    background-image: url(/images/common/starred_gray.png);
    height: 23px
}

.starredvote {
    background-image: url(/images/common/starred.png);
    height: 100%
}

.starredtext {
    display: inline-block;
    margin-top: 23px;
    vertical-align: top;
    font-size: 13px
}

.lightboxprezzostart {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #e300a4;
    font-size: 16px
}

.barrato {
    text-decoration: line-through
}

.font-bold {
    font-weight: 700 !important
}

.lightboxslidetext {
    display: none;
    padding: 20px
}

.spedizioneiconatesto {
    background-image: url(/images/common/spedizioneicona.png);
    background-repeat: no-repeat;
    padding-left: 70px;
    height: 50px;
    font-size: 14px;
    vertical-align: central;
    padding-top: 15px
}

.table-formati {
    border: solid 1px #dcdcdc
}

.lightboxformatotext {
    font-size: 14px;
    margin: 10px 0 25px
}

#btloginpopup {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px
}

.oscura {
    z-index: 1000;
    /*background-image: url(/images/common/oscura.png);*/
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%
}

#loginpopup {
    z-index: 1001;
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.btn-registrati, .oscura {
    width: 100%
}

.popuptitolo {
    font-weight: 700;
    margin-bottom: 10px
}

#loginpopupcontainer {
    background-color: #fff;
    border-radius: 10px;
    /*box-shadow: rgba(62,62,62,.5) 5px 5px 10px;*/
    padding: 20px
}

.btpopchiudi {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer
}

.errorlogred {
    font-size: 10px;
    padding-top: 20px;
    color: red
}

#infopopup {
    z-index: 1001;
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    display: none
}

#infopopupcontainer {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(62,62,62,.5) 5px 5px 10px;
    padding: 20px
}

#loadingpopup, .infopopbtncontainer {
    text-align: center;
    margin-top: 20px
}

    .infopopbtncontainer a {
        margin: 0 5px
    }

.messagepopupgliph {
    margin-bottom: 20px;
    text-align: center
}

.infopopmsg {
    font-size: 13px;
    text-align: center
}

#loadingpopup {
    z-index: 11;
    width: 250px;
    height: 70px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -35px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(62,62,62,.5) 5px 5px 10px;
    padding: 10px
}

#cartaddedpopup, #pop5iscritti {
    z-index: 1002;
    position: fixed;
    top: 50%;
    left: 50%
}

#pop5iscritti {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(62,62,62,.5) 5px 5px 10px;
    transform: translate(-50%,-50%);
    padding: 15px;
    width: 400px;
    min-height: 300px
}

#cartaddedpopup {
    width: 350px;
    min-height: 180px;
    margin-left: -175px;
    margin-top: -150px
}

#cartaddedpopupcontainer {
    width: 350px;
    min-height: 180px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(62,62,62,.5) 5px 5px 10px;
    padding: 20px
}

.cartaddedpopupproduct, .cartaddedpopuptitle {
    text-align: center;
    font-size: 14px;
    padding: 10px
}

.cartaddedpopuptitle {
    font-weight: 700;
    margin-bottom: 10px
}

.cartaddedpopupproduct {
    background-color: #f1f1f1;
    border-radius: 5px;
    margin-bottom: 20px;
    min-height: 30px
}

.cookiebar {
    background-color: #363636;
    color: #fff;
    padding: 20px;
    display: none;
    z-index: 10000000;
    position: fixed;
    width: 100%;
    top: 0
}

    .cookiebar .container {
        margin: auto;
        width: 1100px
    }

    .cookiebar a {
        color: #ff6a00
    }

.btokcookies {
    border-radius: 3px;
    background-color: #ff6a00;
    color: #fff !important;
    padding: 5px;
    cursor: pointer;
    margin-right: 10px
}

.nascondi {
    display: none
}

.slide1 {
    text-decoration: none;
    font-size: 28px;
    line-height: 120%
}

.slide2 {
    text-decoration: none;
    font-size: 18px
}



/*servono per label griglia delle t-shirt*/
.grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin: 20px;
    align-items: center;
}
/* Stile per ogni cella della griglia */
.grid-item {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
}
/* Stile per le celle di intestazione */
.grid-header {
    background-color: #f0f0f0;
    font-weight: bold;
}
/* Stile per le caselle di testo */
.grid-item input[type="text"] {
    width: 80%;
    padding: 5px;
}

/*css per plastificazione nella sezione adesivi*/
.plastificazione-grid {
    display: inline-grid; /* fondamentale */
    grid-template-columns: repeat(3, max-content);
    gap: 8px 30px;
    margin-top: 8px;
}

.plast-option {
    display: flex;
    align-items: center;
    min-height: 30px;
    cursor: pointer;
    margin: 0;
    padding: 4px 0;
    border-bottom: 1px solid #eee;
    color: #000 !important; /* testo nero */
    white-space: nowrap; /* una sola riga */
}

    .plast-option input[type="radio"] {
        margin-right: 8px;
        flex-shrink: 0; /* evita che si schiacci */
    }

/* Ripristina la formattazione HTML base dopo il reset CSS globale */
b,
strong {
    font-weight: 700 !important;
}

h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
    margin: 20px 0 12px;
}

h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    margin: 18px 0 10px;
}

hr {
    border: 0;
    border-top: 1px solid #dcdcdc;
    margin: 22px 0;
}

