@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap);

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

.datepicker-rtl.dropdown-menu {
    left: auto
}

.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #000
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
    background-color: #fdf59a
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
    background-color: #f3e97a
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: linear-gradient(to bottom, #b3b3b3, grey);
    background-repeat: repeat-x;
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
    background-color: grey
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #04c
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: #04c
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #999
}

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
    visibility: hidden
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    margin-top: 3px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}


/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #0091ff;
    --indigo: #0378ca;
    --purple: #7033ff;
    --pink: #e83e8c;
    --red: #ff5353;
    --orange: #ff7d4c;
    --yellow: #ffedd0;
    --green: #2ea37c;
    --teal: #1caabd;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #919191;
    --gray-dark: #262626;
    --primary: #ff5353;
    --secondary: #777777;
    --success: #2ea37c;
    --info: #ffedd0;
    --warning: #ffedd0;
    --danger: #ff5353;
    --light: #f4f4f4;
    --dark: #262626;
    --indigo: #0378ca;
    --orange: #ff7d4c;
    --purple: #7033ff;
    --breakpoint-xs: 0;
    --breakpoint-sm: 600px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

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

body {
    margin: 0;
    font-family: "Open Sans";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #262626;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

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

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

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

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

dt {
    font-weight: 600
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0091ff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0066b3;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #919191;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    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;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    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-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
}

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

.h1,
h1 {
    font-size: 3rem
}

.h2,
h2 {
    font-size: 1.75rem
}

.h3,
h3 {
    font-size: 1.5rem
}

.h4,
h4 {
    font-size: 1.38rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1.13rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #919191
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 15px;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #919191
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 600
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:600px) {
    .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,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

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

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

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

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

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

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

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

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

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

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

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

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

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

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

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

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

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

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

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

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

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:600px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #262626
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #c6c6c6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #c6c6c6
}

.table tbody+tbody {
    border-top: 2px solid #c6c6c6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #c6c6c6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #c6c6c6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #262626;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #ffcfcf
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #ffa6a6
}

.table-hover .table-primary:hover {
    background-color: #ffb6b6
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #ffb6b6
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d9d9d9
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b8b8b8
}

.table-hover .table-secondary:hover {
    background-color: #ccc
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #ccc
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c4e5da
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #92cfbb
}

.table-hover .table-success:hover {
    background-color: #b2ddcf
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b2ddcf
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #fffaf2
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #fff6e7
}

.table-hover .table-info:hover {
    background-color: #fff0d9
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #fff0d9
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #fffaf2
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #fff6e7
}

.table-hover .table-warning:hover {
    background-color: #fff0d9
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #fff0d9
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #ffcfcf
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ffa6a6
}

.table-hover .table-danger:hover {
    background-color: #ffb6b6
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ffb6b6
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fcfcfc
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #f9f9f9
}

.table-hover .table-light:hover {
    background-color: #efefef
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #efefef
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c2c2c2
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #8e8e8e
}

.table-hover .table-dark:hover {
    background-color: #b5b5b5
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b5b5b5
}

.table-indigo,
.table-indigo>td,
.table-indigo>th {
    background-color: #b8d9f0
}

.table-indigo tbody+tbody,
.table-indigo td,
.table-indigo th,
.table-indigo thead th {
    border-color: #7cb9e3
}

.table-hover .table-indigo:hover {
    background-color: #a3ceec
}

.table-hover .table-indigo:hover>td,
.table-hover .table-indigo:hover>th {
    background-color: #a3ceec
}

.table-orange,
.table-orange>td,
.table-orange>th {
    background-color: #ffdbcd
}

.table-orange tbody+tbody,
.table-orange td,
.table-orange th,
.table-orange thead th {
    border-color: #ffbba2
}

.table-hover .table-orange:hover {
    background-color: #ffc9b4
}

.table-hover .table-orange:hover>td,
.table-hover .table-orange:hover>th {
    background-color: #ffc9b4
}

.table-purple,
.table-purple>td,
.table-purple>th {
    background-color: #d7c6ff
}

.table-purple tbody+tbody,
.table-purple td,
.table-purple th,
.table-purple thead th {
    border-color: #b595ff
}

.table-hover .table-purple:hover {
    background-color: #c5adff
}

.table-hover .table-purple:hover>td,
.table-hover .table-purple:hover>th {
    background-color: #c5adff
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #262626;
    border-color: #393939
}

.table .thead-light th {
    color: #4f4f4f;
    background-color: #eaeaea;
    border-color: #c6c6c6
}

.table-dark {
    color: #fff;
    background-color: #262626
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #393939
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:599.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

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

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #4f4f4f
}

.form-control:focus {
    color: #4f4f4f;
    background-color: transparent;
    border-color: #ffd3d3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .25);
    box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .25)
}

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

.form-control::-moz-placeholder {
    color: #919191;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #919191;
    opacity: 1
}

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

.form-control:disabled,
.form-control[readonly] {
    background-color: #eaeaea;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #4f4f4f;
    background-color: transparent
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.4
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.4;
    color: #262626;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-group .form-control {
    font-weight: 600;
    font-size: 16px;
    color: #4f4f4f;
    letter-spacing: 0;
    line-height: 24px
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #919191
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.4;
    color: #fff;
    background-color: rgba(46, 163, 124, .9);
    border-radius: 15px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated:valid~.valid-feedback,
.was-validated:valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #2ea37c;
    padding-right: calc(1.4em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232ea37c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.35em + .1875rem) center;
    background-size: calc(.7em + .375rem) calc(.7em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #2ea37c;
    -webkit-box-shadow: 0 0 0 .2rem rgba(46, 163, 124, .25);
    box-shadow: 0 0 0 .2rem rgba(46, 163, 124, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.4em + .75rem);
    background-position: top calc(.35em + .1875rem) right calc(.35em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #2ea37c;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23262626' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232ea37c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") transparent no-repeat center right 1.75rem/calc(.7em + .375rem) calc(.7em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #2ea37c;
    -webkit-box-shadow: 0 0 0 .2rem rgba(46, 163, 124, .25);
    box-shadow: 0 0 0 .2rem rgba(46, 163, 124, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #2ea37c
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #2ea37c
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #2ea37c
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #3cc899;
    background-color: #3cc899
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(46, 163, 124, .25);
    box-shadow: 0 0 0 .2rem rgba(46, 163, 124, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #2ea37c
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #2ea37c
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #2ea37c;
    -webkit-box-shadow: 0 0 0 .2rem rgba(46, 163, 124, .25);
    box-shadow: 0 0 0 .2rem rgba(46, 163, 124, .25)
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.4;
    color: #fff;
    background-color: rgba(255, 83, 83, .9);
    border-radius: 15px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated:invalid~.invalid-feedback,
.was-validated:invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #ff5353;
    padding-right: calc(1.4em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff5353' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff5353' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.35em + .1875rem) center;
    background-size: calc(.7em + .375rem) calc(.7em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #ff5353;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .25);
    box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.4em + .75rem);
    background-position: top calc(.35em + .1875rem) right calc(.35em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #ff5353;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23262626' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff5353' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff5353' stroke='none'/%3e%3c/svg%3e") transparent no-repeat center right 1.75rem/calc(.7em + .375rem) calc(.7em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #ff5353;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .25);
    box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #ff5353
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #ff5353
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #ff5353
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #ff8686;
    background-color: #ff8686
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .25);
    box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #ff5353
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #ff5353
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #ff5353;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .25);
    box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:600px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 600;
    color: #262626;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 46px;
    border-radius: 15px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

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

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

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

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

.btn-primary:hover {
    color: #fff;
    background-color: #ff2d2d;
    border-color: #ff2020
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #ff2d2d;
    border-color: #ff2020;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 109, 109, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 109, 109, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #ff5353;
    border-color: #ff5353
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff2020;
    border-color: #ff1313
}

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

.btn-secondary {
    color: #fff;
    background-color: #777;
    border-color: #777
}

.btn-secondary:hover {
    color: #fff;
    background-color: #646464;
    border-color: #5e5e5e
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #646464;
    border-color: #5e5e5e;
    -webkit-box-shadow: 0 0 0 .2rem rgba(139, 139, 139, .5);
    box-shadow: 0 0 0 .2rem rgba(139, 139, 139, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #777;
    border-color: #777
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #575757
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(139, 139, 139, .5);
    box-shadow: 0 0 0 .2rem rgba(139, 139, 139, .5)
}

.btn-success {
    color: #fff;
    background-color: #2ea37c;
    border-color: #2ea37c
}

.btn-success:hover {
    color: #fff;
    background-color: #268565;
    border-color: #237b5e
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #268565;
    border-color: #237b5e;
    -webkit-box-shadow: 0 0 0 .2rem rgba(77, 177, 144, .5);
    box-shadow: 0 0 0 .2rem rgba(77, 177, 144, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #2ea37c;
    border-color: #2ea37c
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #237b5e;
    border-color: #207156
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(77, 177, 144, .5);
    box-shadow: 0 0 0 .2rem rgba(77, 177, 144, .5)
}

.btn-info {
    color: #212529;
    background-color: #ffedd0;
    border-color: #ffedd0
}

.btn-info:hover {
    color: #212529;
    background-color: #ffdeaa;
    border-color: #ffd99d
}

.btn-info.focus,
.btn-info:focus {
    color: #212529;
    background-color: #ffdeaa;
    border-color: #ffd99d;
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 207, 183, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 207, 183, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #212529;
    background-color: #ffedd0;
    border-color: #ffedd0
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #212529;
    background-color: #ffd99d;
    border-color: #ffd590
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 207, 183, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 207, 183, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffedd0;
    border-color: #ffedd0
}

.btn-warning:hover {
    color: #212529;
    background-color: #ffdeaa;
    border-color: #ffd99d
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #ffdeaa;
    border-color: #ffd99d;
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 207, 183, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 207, 183, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffedd0;
    border-color: #ffedd0
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffd99d;
    border-color: #ffd590
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 207, 183, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 207, 183, .5)
}

.btn-danger {
    color: #fff;
    background-color: #ff5353;
    border-color: #ff5353
}

.btn-danger:hover {
    color: #fff;
    background-color: #ff2d2d;
    border-color: #ff2020
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #ff2d2d;
    border-color: #ff2020;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 109, 109, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 109, 109, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #ff5353;
    border-color: #ff5353
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff2020;
    border-color: #ff1313
}

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

.btn-light {
    color: #212529;
    background-color: #f4f4f4;
    border-color: #f4f4f4
}

.btn-light:hover {
    color: #212529;
    background-color: #e1e1e1;
    border-color: #dbdbdb
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e1e1e1;
    border-color: #dbdbdb;
    -webkit-box-shadow: 0 0 0 .2rem rgba(212, 213, 214, .5);
    box-shadow: 0 0 0 .2rem rgba(212, 213, 214, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f4f4f4;
    border-color: #f4f4f4
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dbdbdb;
    border-color: #d4d4d4
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(212, 213, 214, .5);
    box-shadow: 0 0 0 .2rem rgba(212, 213, 214, .5)
}

.btn-dark {
    color: #fff;
    background-color: #262626;
    border-color: #262626
}

.btn-dark:hover {
    color: #fff;
    background-color: #131313;
    border-color: #0d0d0d
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #131313;
    border-color: #0d0d0d;
    -webkit-box-shadow: 0 0 0 .2rem rgba(71, 71, 71, .5);
    box-shadow: 0 0 0 .2rem rgba(71, 71, 71, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #262626;
    border-color: #262626
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #0d0d0d;
    border-color: #060606
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(71, 71, 71, .5);
    box-shadow: 0 0 0 .2rem rgba(71, 71, 71, .5)
}

.btn-indigo {
    color: #fff;
    background-color: #0378ca;
    border-color: #0378ca
}

.btn-indigo:hover {
    color: #fff;
    background-color: #0262a4;
    border-color: #025a98
}

.btn-indigo.focus,
.btn-indigo:focus {
    color: #fff;
    background-color: #0262a4;
    border-color: #025a98;
    -webkit-box-shadow: 0 0 0 .2rem rgba(41, 140, 210, .5);
    box-shadow: 0 0 0 .2rem rgba(41, 140, 210, .5)
}

.btn-indigo.disabled,
.btn-indigo:disabled {
    color: #fff;
    background-color: #0378ca;
    border-color: #0378ca
}

.btn-indigo:not(:disabled):not(.disabled).active,
.btn-indigo:not(:disabled):not(.disabled):active,
.show>.btn-indigo.dropdown-toggle {
    color: #fff;
    background-color: #025a98;
    border-color: #02538b
}

.btn-indigo:not(:disabled):not(.disabled).active:focus,
.btn-indigo:not(:disabled):not(.disabled):active:focus,
.show>.btn-indigo.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(41, 140, 210, .5);
    box-shadow: 0 0 0 .2rem rgba(41, 140, 210, .5)
}

.btn-orange {
    color: #212529;
    background-color: #ff7d4c;
    border-color: #ff7d4c
}

.btn-orange:hover {
    color: #fff;
    background-color: #ff6126;
    border-color: #ff5819
}

.btn-orange.focus,
.btn-orange:focus {
    color: #fff;
    background-color: #ff6126;
    border-color: #ff5819;
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 112, 71, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 112, 71, .5)
}

.btn-orange.disabled,
.btn-orange:disabled {
    color: #212529;
    background-color: #ff7d4c;
    border-color: #ff7d4c
}

.btn-orange:not(:disabled):not(.disabled).active,
.btn-orange:not(:disabled):not(.disabled):active,
.show>.btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #ff5819;
    border-color: #ff4f0c
}

.btn-orange:not(:disabled):not(.disabled).active:focus,
.btn-orange:not(:disabled):not(.disabled):active:focus,
.show>.btn-orange.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 112, 71, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 112, 71, .5)
}

.btn-purple {
    color: #fff;
    background-color: #7033ff;
    border-color: #7033ff
}

.btn-purple:hover {
    color: #fff;
    background-color: #550dff;
    border-color: #4c00ff
}

.btn-purple.focus,
.btn-purple:focus {
    color: #fff;
    background-color: #550dff;
    border-color: #4c00ff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(133, 82, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(133, 82, 255, .5)
}

.btn-purple.disabled,
.btn-purple:disabled {
    color: #fff;
    background-color: #7033ff;
    border-color: #7033ff
}

.btn-purple:not(:disabled):not(.disabled).active,
.btn-purple:not(:disabled):not(.disabled):active,
.show>.btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #4c00ff;
    border-color: #4800f2
}

.btn-purple:not(:disabled):not(.disabled).active:focus,
.btn-purple:not(:disabled):not(.disabled):active:focus,
.show>.btn-purple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(133, 82, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(133, 82, 255, .5)
}

.btn-outline-primary {
    color: #ff5353;
    border-color: #ff5353
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ff5353;
    border-color: #ff5353
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #ff5353;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff5353;
    border-color: #ff5353
}

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

.btn-outline-secondary {
    color: #777;
    border-color: #777
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #777;
    border-color: #777
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(119, 119, 119, .5);
    box-shadow: 0 0 0 .2rem rgba(119, 119, 119, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #777;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #777;
    border-color: #777
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(119, 119, 119, .5);
    box-shadow: 0 0 0 .2rem rgba(119, 119, 119, .5)
}

.btn-outline-success {
    color: #2ea37c;
    border-color: #2ea37c
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #2ea37c;
    border-color: #2ea37c
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(46, 163, 124, .5);
    box-shadow: 0 0 0 .2rem rgba(46, 163, 124, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #2ea37c;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #2ea37c;
    border-color: #2ea37c
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(46, 163, 124, .5);
    box-shadow: 0 0 0 .2rem rgba(46, 163, 124, .5)
}

.btn-outline-info {
    color: #ffedd0;
    border-color: #ffedd0
}

.btn-outline-info:hover {
    color: #212529;
    background-color: #ffedd0;
    border-color: #ffedd0
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 237, 208, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 237, 208, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #ffedd0;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #ffedd0;
    border-color: #ffedd0
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 237, 208, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 237, 208, .5)
}

.btn-outline-warning {
    color: #ffedd0;
    border-color: #ffedd0
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffedd0;
    border-color: #ffedd0
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 237, 208, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 237, 208, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffedd0;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffedd0;
    border-color: #ffedd0
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 237, 208, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 237, 208, .5)
}

.btn-outline-danger {
    color: #ff5353;
    border-color: #ff5353
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ff5353;
    border-color: #ff5353
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #ff5353;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff5353;
    border-color: #ff5353
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .5)
}

.btn-outline-light {
    color: #f4f4f4;
    border-color: #f4f4f4
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f4f4f4;
    border-color: #f4f4f4
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(244, 244, 244, .5);
    box-shadow: 0 0 0 .2rem rgba(244, 244, 244, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f4f4f4;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f4f4f4;
    border-color: #f4f4f4
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(244, 244, 244, .5);
    box-shadow: 0 0 0 .2rem rgba(244, 244, 244, .5)
}

.btn-outline-dark {
    color: #262626;
    border-color: #262626
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #262626;
    border-color: #262626
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #262626;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #262626;
    border-color: #262626
}

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

.btn-outline-indigo {
    color: #0378ca;
    border-color: #0378ca
}

.btn-outline-indigo:hover {
    color: #fff;
    background-color: #0378ca;
    border-color: #0378ca
}

.btn-outline-indigo.focus,
.btn-outline-indigo:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(3, 120, 202, .5);
    box-shadow: 0 0 0 .2rem rgba(3, 120, 202, .5)
}

.btn-outline-indigo.disabled,
.btn-outline-indigo:disabled {
    color: #0378ca;
    background-color: transparent
}

.btn-outline-indigo:not(:disabled):not(.disabled).active,
.btn-outline-indigo:not(:disabled):not(.disabled):active,
.show>.btn-outline-indigo.dropdown-toggle {
    color: #fff;
    background-color: #0378ca;
    border-color: #0378ca
}

.btn-outline-indigo:not(:disabled):not(.disabled).active:focus,
.btn-outline-indigo:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-indigo.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(3, 120, 202, .5);
    box-shadow: 0 0 0 .2rem rgba(3, 120, 202, .5)
}

.btn-outline-orange {
    color: #ff7d4c;
    border-color: #ff7d4c
}

.btn-outline-orange:hover {
    color: #212529;
    background-color: #ff7d4c;
    border-color: #ff7d4c
}

.btn-outline-orange.focus,
.btn-outline-orange:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 125, 76, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 125, 76, .5)
}

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
    color: #ff7d4c;
    background-color: transparent
}

.btn-outline-orange:not(:disabled):not(.disabled).active,
.btn-outline-orange:not(:disabled):not(.disabled):active,
.show>.btn-outline-orange.dropdown-toggle {
    color: #212529;
    background-color: #ff7d4c;
    border-color: #ff7d4c
}

.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-orange.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 125, 76, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 125, 76, .5)
}

.btn-outline-purple {
    color: #7033ff;
    border-color: #7033ff
}

.btn-outline-purple:hover {
    color: #fff;
    background-color: #7033ff;
    border-color: #7033ff
}

.btn-outline-purple.focus,
.btn-outline-purple:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(112, 51, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(112, 51, 255, .5)
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
    color: #7033ff;
    background-color: transparent
}

.btn-outline-purple:not(:disabled):not(.disabled).active,
.btn-outline-purple:not(:disabled):not(.disabled):active,
.show>.btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #7033ff;
    border-color: #7033ff
}

.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(112, 51, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(112, 51, 255, .5)
}

.btn-link {
    font-weight: 400;
    color: #0091ff;
    text-decoration: none
}

.btn-link:hover {
    color: #0066b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #919191;
    pointer-events: none
}

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

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 46px;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

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

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #262626;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 15px
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:600px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

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

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

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

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

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

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #eaeaea
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f4f4f4
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff5353
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #919191;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #919191;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

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

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

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

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

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

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #4f4f4f;
    text-align: center;
    white-space: nowrap;
    background-color: #eaeaea;
    border: 1px solid #a1a1a1;
    border-radius: 15px
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.4rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.2rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ff5353;
    background-color: #ff5353
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .25);
    box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ffd3d3
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #919191
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #eaeaea
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .2rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: #777 solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .2rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: 15px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #ff5353;
    background-color: #ff5353
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 83, 83, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(255, 83, 83, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 83, 83, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.2rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #777;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: transparent;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 83, 83, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.4em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #4f4f4f;
    vertical-align: middle;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23262626' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #a1a1a1;
    border-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #ffd3d3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .25);
    box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .25)
}

.custom-select:focus::-ms-value {
    color: #4f4f4f;
    background-color: transparent
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #919191;
    background-color: #eaeaea
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #4f4f4f
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.4em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.4em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #ffd3d3;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .25);
    box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #eaeaea
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.4em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.4;
    color: #4f4f4f;
    background-color: transparent;
    border: 1px solid #a1a1a1;
    border-radius: 15px
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.4em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.4;
    color: #4f4f4f;
    content: "Browse";
    background-color: #eaeaea;
    border-left: inherit;
    border-radius: 0 15px 15px 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 83, 83, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 83, 83, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 83, 83, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 83, 83, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #ff5353;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #fff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #c6c6c6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ff5353;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #fff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #c6c6c6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #ff5353;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #fff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #c6c6c6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #c6c6c6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #777
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #777
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #777
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #919191;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #c6c6c6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eaeaea #eaeaea #c6c6c6
}

.nav-tabs .nav-link.disabled {
    color: #919191;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #4f4f4f;
    background-color: #fff;
    border-color: #c6c6c6 #c6c6c6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 15px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff5353
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

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

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

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

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 15px
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:599.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:600px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

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

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

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

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

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

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

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

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: 14px 14px 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 14px 14px
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

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

.card-img,
.card-img-top {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:600px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:600px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:600px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eaeaea;
    border-radius: 15px
}

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

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

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #919191
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 15px
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0091ff;
    background-color: #fff;
    border: 1px solid #c6c6c6
}

.page-link:hover {
    z-index: 2;
    color: #0066b3;
    text-decoration: none;
    background-color: #eaeaea;
    border-color: #c6c6c6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .25);
    box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.page-item:last-child .page-link {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ff5353;
    border-color: #ff5353
}

.page-item.disabled .page-link {
    color: #919191;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #c6c6c6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    //white-space: nowrap;
    vertical-align: baseline;
    border-radius: 15px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #ff5353
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #ff2020
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #777
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #5e5e5e
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(119, 119, 119, .5);
    box-shadow: 0 0 0 .2rem rgba(119, 119, 119, .5)
}

.badge-success {
    color: #fff;
    background-color: #2ea37c
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #237b5e
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(46, 163, 124, .5);
    box-shadow: 0 0 0 .2rem rgba(46, 163, 124, .5)
}

.badge-info {
    color: #212529;
    background-color: #ffedd0
}

a.badge-info:focus,
a.badge-info:hover {
    color: #212529;
    background-color: #ffd99d
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 237, 208, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 237, 208, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffedd0
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #ffd99d
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 237, 208, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 237, 208, .5)
}

.badge-danger {
    color: #fff;
    background-color: #ff5353
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #ff2020
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 83, 83, .5)
}

.badge-light {
    color: #212529;
    background-color: #f4f4f4
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dbdbdb
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(244, 244, 244, .5);
    box-shadow: 0 0 0 .2rem rgba(244, 244, 244, .5)
}

.badge-dark {
    color: #fff;
    background-color: #262626
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #0d0d0d
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.badge-indigo {
    color: #fff;
    background-color: #0378ca
}

a.badge-indigo:focus,
a.badge-indigo:hover {
    color: #fff;
    background-color: #025a98
}

a.badge-indigo.focus,
a.badge-indigo:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(3, 120, 202, .5);
    box-shadow: 0 0 0 .2rem rgba(3, 120, 202, .5)
}

.badge-orange {
    color: #212529;
    background-color: #ff7d4c
}

a.badge-orange:focus,
a.badge-orange:hover {
    color: #212529;
    background-color: #ff5819
}

a.badge-orange.focus,
a.badge-orange:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 125, 76, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 125, 76, .5)
}

.badge-purple {
    color: #fff;
    background-color: #7033ff
}

a.badge-purple:focus,
a.badge-purple:hover {
    color: #fff;
    background-color: #4c00ff
}

a.badge-purple.focus,
a.badge-purple:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(112, 51, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(112, 51, 255, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eaeaea;
    border-radius: .3rem
}

@media (min-width:600px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 15px
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 600
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #852b2b;
    background-color: #fdd;
    border-color: #ffcfcf
}

.alert-primary hr {
    border-top-color: #ffb6b6
}

.alert-primary .alert-link {
    color: #5e1f1f
}

.alert-secondary {
    color: #3e3e3e;
    background-color: #e4e4e4;
    border-color: #d9d9d9
}

.alert-secondary hr {
    border-top-color: #ccc
}

.alert-secondary .alert-link {
    color: #252525
}

.alert-success {
    color: #185540;
    background-color: #d5ede5;
    border-color: #c4e5da
}

.alert-success hr {
    border-top-color: #b2ddcf
}

.alert-success .alert-link {
    color: #0d2d22
}

.alert-info {
    color: #857b6c;
    background-color: #fffbf6;
    border-color: #fffaf2
}

.alert-info hr {
    border-top-color: #fff0d9
}

.alert-info .alert-link {
    color: #696155
}

.alert-warning {
    color: #857b6c;
    background-color: #fffbf6;
    border-color: #fffaf2
}

.alert-warning hr {
    border-top-color: #fff0d9
}

.alert-warning .alert-link {
    color: #696155
}

.alert-danger {
    color: #852b2b;
    background-color: #fdd;
    border-color: #ffcfcf
}

.alert-danger hr {
    border-top-color: #ffb6b6
}

.alert-danger .alert-link {
    color: #5e1f1f
}

.alert-light {
    color: #7f7f7f;
    background-color: #fdfdfd;
    border-color: #fcfcfc
}

.alert-light hr {
    border-top-color: #efefef
}

.alert-light .alert-link {
    color: #666
}

.alert-dark {
    color: #141414;
    background-color: #d4d4d4;
    border-color: #c2c2c2
}

.alert-dark hr {
    border-top-color: #b5b5b5
}

.alert-dark .alert-link {
    color: #000
}

.alert-indigo {
    color: #023e69;
    background-color: #cde4f4;
    border-color: #b8d9f0
}

.alert-indigo hr {
    border-top-color: #a3ceec
}

.alert-indigo .alert-link {
    color: #012037
}

.alert-orange {
    color: #854128;
    background-color: #ffe5db;
    border-color: #ffdbcd
}

.alert-orange hr {
    border-top-color: #ffc9b4
}

.alert-orange .alert-link {
    color: #5e2e1c
}

.alert-purple {
    color: #3a1b85;
    background-color: #e2d6ff;
    border-color: #d7c6ff
}

.alert-purple hr {
    border-top-color: #c5adff
}

.alert-purple .alert-link {
    color: #28125b
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #eaeaea;
    border-radius: 15px
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ff5353;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #4f4f4f;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #4f4f4f;
    text-decoration: none;
    background-color: #f4f4f4
}

.list-group-item-action:active {
    color: #262626;
    background-color: #eaeaea
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.list-group-item:last-child {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #919191;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ff5353;
    border-color: #ff5353
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0
}

.list-group-horizontal .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:600px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-sm .list-group-item:first-child {
        border-bottom-left-radius: 15px;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-sm .list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-sm .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-sm .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-md .list-group-item:first-child {
        border-bottom-left-radius: 15px;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md .list-group-item:last-child {
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-md .list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-md .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-md .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-lg .list-group-item:first-child {
        border-bottom-left-radius: 15px;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-lg .list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-lg .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-lg .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-xl .list-group-item:first-child {
        border-bottom-left-radius: 15px;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-xl .list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xl .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-xl .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:first-child {
    border-top-width: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #852b2b;
    background-color: #ffcfcf
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #852b2b;
    background-color: #ffb6b6
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #852b2b;
    border-color: #852b2b
}

.list-group-item-secondary {
    color: #3e3e3e;
    background-color: #d9d9d9
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #3e3e3e;
    background-color: #ccc
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #3e3e3e;
    border-color: #3e3e3e
}

.list-group-item-success {
    color: #185540;
    background-color: #c4e5da
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #185540;
    background-color: #b2ddcf
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #185540;
    border-color: #185540
}

.list-group-item-info {
    color: #857b6c;
    background-color: #fffaf2
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #857b6c;
    background-color: #fff0d9
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #857b6c;
    border-color: #857b6c
}

.list-group-item-warning {
    color: #857b6c;
    background-color: #fffaf2
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #857b6c;
    background-color: #fff0d9
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #857b6c;
    border-color: #857b6c
}

.list-group-item-danger {
    color: #852b2b;
    background-color: #ffcfcf
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #852b2b;
    background-color: #ffb6b6
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #852b2b;
    border-color: #852b2b
}

.list-group-item-light {
    color: #7f7f7f;
    background-color: #fcfcfc
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #7f7f7f;
    background-color: #efefef
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7f7f7f;
    border-color: #7f7f7f
}

.list-group-item-dark {
    color: #141414;
    background-color: #c2c2c2
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #141414;
    background-color: #b5b5b5
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141414;
    border-color: #141414
}

.list-group-item-indigo {
    color: #023e69;
    background-color: #b8d9f0
}

.list-group-item-indigo.list-group-item-action:focus,
.list-group-item-indigo.list-group-item-action:hover {
    color: #023e69;
    background-color: #a3ceec
}

.list-group-item-indigo.list-group-item-action.active {
    color: #fff;
    background-color: #023e69;
    border-color: #023e69
}

.list-group-item-orange {
    color: #854128;
    background-color: #ffdbcd
}

.list-group-item-orange.list-group-item-action:focus,
.list-group-item-orange.list-group-item-action:hover {
    color: #854128;
    background-color: #ffc9b4
}

.list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #854128;
    border-color: #854128
}

.list-group-item-purple {
    color: #3a1b85;
    background-color: #d7c6ff
}

.list-group-item-purple.list-group-item-action:focus,
.list-group-item-purple.list-group-item-action:hover {
    color: #3a1b85;
    background-color: #c5adff
}

.list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #3a1b85;
    border-color: #3a1b85
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #919191;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #c6c6c6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.4
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #c6c6c6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:600px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

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

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

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

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

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

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

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

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

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

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

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

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

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    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 {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    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: #262626
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .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 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -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: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #ff5353!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #ff2020!important
}

.bg-secondary {
    background-color: #777!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #5e5e5e!important
}

.bg-success {
    background-color: #2ea37c!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #237b5e!important
}

.bg-info {
    background-color: #ffedd0!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #ffd99d!important
}

.bg-warning {
    background-color: #ffedd0!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #ffd99d!important
}

.bg-danger {
    background-color: #ff5353!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #ff2020!important
}

.bg-light {
    background-color: #f4f4f4!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dbdbdb!important
}

.bg-dark {
    background-color: #262626!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #0d0d0d!important
}

.bg-indigo {
    background-color: #0378ca!important
}

a.bg-indigo:focus,
a.bg-indigo:hover,
button.bg-indigo:focus,
button.bg-indigo:hover {
    background-color: #025a98!important
}

.bg-orange {
    background-color: #ff7d4c!important
}

a.bg-orange:focus,
a.bg-orange:hover,
button.bg-orange:focus,
button.bg-orange:hover {
    background-color: #ff5819!important
}

.bg-purple {
    background-color: #7033ff!important
}

a.bg-purple:focus,
a.bg-purple:hover,
button.bg-purple:focus,
button.bg-purple:hover {
    background-color: #4c00ff!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #c6c6c6!important
}

.border-top {
    border-top: 1px solid #c6c6c6!important
}

.border-right {
    border-right: 1px solid #c6c6c6!important
}

.border-bottom {
    border-bottom: 1px solid #c6c6c6!important
}

.border-left {
    border-left: 1px solid #c6c6c6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #ff5353!important
}

.border-secondary {
    border-color: #777!important
}

.border-success {
    border-color: #2ea37c!important
}

.border-info {
    border-color: #ffedd0!important
}

.border-warning {
    border-color: #ffedd0!important
}

.border-danger {
    border-color: #ff5353!important
}

.border-light {
    border-color: #f4f4f4!important
}

.border-dark {
    border-color: #262626!important
}

.border-indigo {
    border-color: #0378ca!important
}

.border-orange {
    border-color: #ff7d4c!important
}

.border-purple {
    border-color: #7033ff!important
}

.border-white {
    border-color: #fff!important
}

.rounded-sm {
    border-radius: .2rem!important
}

.rounded {
    border-radius: 15px!important
}

.rounded-top {
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important
}

.rounded-right {
    border-top-right-radius: 15px!important;
    border-bottom-right-radius: 15px!important
}

.rounded-bottom {
    border-bottom-right-radius: 15px!important;
    border-bottom-left-radius: 15px!important
}

.rounded-left {
    border-top-left-radius: 15px!important;
    border-bottom-left-radius: 15px!important
}

.rounded-lg {
    border-radius: .3rem!important
}

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

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

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

@media (min-width:600px) {
    .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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -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 {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -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 {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -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 {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -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-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!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:600px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -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 {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1!important;
        -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 {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -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 {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -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-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!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 {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -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 {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1!important;
        -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 {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -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 {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -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-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!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 {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -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 {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1!important;
        -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 {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -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 {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -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-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!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 {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -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 {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1!important;
        -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 {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -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 {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -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-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!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
}

.float-none {
    float: none!important
}

@media (min-width:600px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

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

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

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

.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: 1.7rem!important
}

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

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

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

.ml-5,
.mx-5 {
    margin-left: 1.7rem!important
}

.m-6 {
    margin: 2rem!important
}

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

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

.mb-6,
.my-6 {
    margin-bottom: 2rem!important
}

.ml-6,
.mx-6 {
    margin-left: 2rem!important
}

.m-7 {
    margin: 2.63rem!important
}

.mt-7,
.my-7 {
    margin-top: 2.63rem!important
}

.mr-7,
.mx-7 {
    margin-right: 2.63rem!important
}

.mb-7,
.my-7 {
    margin-bottom: 2.63rem!important
}

.ml-7,
.mx-7 {
    margin-left: 2.63rem!important
}

.m-8 {
    margin: 3.38rem!important
}

.mt-8,
.my-8 {
    margin-top: 3.38rem!important
}

.mr-8,
.mx-8 {
    margin-right: 3.38rem!important
}

.mb-8,
.my-8 {
    margin-bottom: 3.38rem!important
}

.ml-8,
.mx-8 {
    margin-left: 3.38rem!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
}

.p-3 {
    padding: 1rem!important
}

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

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

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

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 1.7rem!important
}

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

.pr-5,
.px-5 {
    padding-right: 1.7rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 1.7rem!important
}

.pl-5,
.px-5 {
    padding-left: 1.7rem!important
}

.p-6 {
    padding: 2rem!important
}

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

.pr-6,
.px-6 {
    padding-right: 2rem!important
}

.pb-6,
.py-6 {
    padding-bottom: 2rem!important
}

.pl-6,
.px-6 {
    padding-left: 2rem!important
}

.p-7 {
    padding: 2.63rem!important
}

.pt-7,
.py-7 {
    padding-top: 2.63rem!important
}

.pr-7,
.px-7 {
    padding-right: 2.63rem!important
}

.pb-7,
.py-7 {
    padding-bottom: 2.63rem!important
}

.pl-7,
.px-7 {
    padding-left: 2.63rem!important
}

.p-8 {
    padding: 3.38rem!important
}

.pt-8,
.py-8 {
    padding-top: 3.38rem!important
}

.pr-8,
.px-8 {
    padding-right: 3.38rem!important
}

.pb-8,
.py-8 {
    padding-bottom: 3.38rem!important
}

.pl-8,
.px-8 {
    padding-left: 3.38rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

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

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

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

.ml-n2,
.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

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

.mr-n3,
.mx-n3 {
    margin-right: -1rem!important
}

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

.ml-n3,
.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

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

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -1.7rem!important
}

.mt-n5,
.my-n5 {
    margin-top: -1.7rem!important
}

.mr-n5,
.mx-n5 {
    margin-right: -1.7rem!important
}

.mb-n5,
.my-n5 {
    margin-bottom: -1.7rem!important
}

.ml-n5,
.mx-n5 {
    margin-left: -1.7rem!important
}

.m-n6 {
    margin: -2rem!important
}

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

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

.mb-n6,
.my-n6 {
    margin-bottom: -2rem!important
}

.ml-n6,
.mx-n6 {
    margin-left: -2rem!important
}

.m-n7 {
    margin: -2.63rem!important
}

.mt-n7,
.my-n7 {
    margin-top: -2.63rem!important
}

.mr-n7,
.mx-n7 {
    margin-right: -2.63rem!important
}

.mb-n7,
.my-n7 {
    margin-bottom: -2.63rem!important
}

.ml-n7,
.mx-n7 {
    margin-left: -2.63rem!important
}

.m-n8 {
    margin: -3.38rem!important
}

.mt-n8,
.my-n8 {
    margin-top: -3.38rem!important
}

.mr-n8,
.mx-n8 {
    margin-right: -3.38rem!important
}

.mb-n8,
.my-n8 {
    margin-bottom: -3.38rem!important
}

.ml-n8,
.mx-n8 {
    margin-left: -3.38rem!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:600px) {
    .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: 1.7rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 1.7rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 1.7rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 1.7rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 1.7rem!important
    }
    .m-sm-6 {
        margin: 2rem!important
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 2rem!important
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 2rem!important
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 2rem!important
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 2rem!important
    }
    .m-sm-7 {
        margin: 2.63rem!important
    }
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 2.63rem!important
    }
    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 2.63rem!important
    }
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 2.63rem!important
    }
    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 2.63rem!important
    }
    .m-sm-8 {
        margin: 3.38rem!important
    }
    .mt-sm-8,
    .my-sm-8 {
        margin-top: 3.38rem!important
    }
    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 3.38rem!important
    }
    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 3.38rem!important
    }
    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 3.38rem!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: 1.7rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 1.7rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 1.7rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 1.7rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 1.7rem!important
    }
    .p-sm-6 {
        padding: 2rem!important
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 2rem!important
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 2rem!important
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 2rem!important
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 2rem!important
    }
    .p-sm-7 {
        padding: 2.63rem!important
    }
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 2.63rem!important
    }
    .pr-sm-7,
    .px-sm-7 {
        padding-right: 2.63rem!important
    }
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 2.63rem!important
    }
    .pl-sm-7,
    .px-sm-7 {
        padding-left: 2.63rem!important
    }
    .p-sm-8 {
        padding: 3.38rem!important
    }
    .pt-sm-8,
    .py-sm-8 {
        padding-top: 3.38rem!important
    }
    .pr-sm-8,
    .px-sm-8 {
        padding-right: 3.38rem!important
    }
    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 3.38rem!important
    }
    .pl-sm-8,
    .px-sm-8 {
        padding-left: 3.38rem!important
    }
    .m-sm-n1 {
        margin: -.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem!important
    }
    .m-sm-n3 {
        margin: -1rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem!important
    }
    .m-sm-n4 {
        margin: -1.5rem!important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem!important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem!important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem!important
    }
    .m-sm-n5 {
        margin: -1.7rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -1.7rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -1.7rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -1.7rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -1.7rem!important
    }
    .m-sm-n6 {
        margin: -2rem!important
    }
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -2rem!important
    }
    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -2rem!important
    }
    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -2rem!important
    }
    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -2rem!important
    }
    .m-sm-n7 {
        margin: -2.63rem!important
    }
    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -2.63rem!important
    }
    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -2.63rem!important
    }
    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -2.63rem!important
    }
    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -2.63rem!important
    }
    .m-sm-n8 {
        margin: -3.38rem!important
    }
    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -3.38rem!important
    }
    .mr-sm-n8,
    .mx-sm-n8 {
        margin-right: -3.38rem!important
    }
    .mb-sm-n8,
    .my-sm-n8 {
        margin-bottom: -3.38rem!important
    }
    .ml-sm-n8,
    .mx-sm-n8 {
        margin-left: -3.38rem!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: 1.7rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 1.7rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 1.7rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 1.7rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 1.7rem!important
    }
    .m-md-6 {
        margin: 2rem!important
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 2rem!important
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 2rem!important
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 2rem!important
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 2rem!important
    }
    .m-md-7 {
        margin: 2.63rem!important
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 2.63rem!important
    }
    .mr-md-7,
    .mx-md-7 {
        margin-right: 2.63rem!important
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 2.63rem!important
    }
    .ml-md-7,
    .mx-md-7 {
        margin-left: 2.63rem!important
    }
    .m-md-8 {
        margin: 3.38rem!important
    }
    .mt-md-8,
    .my-md-8 {
        margin-top: 3.38rem!important
    }
    .mr-md-8,
    .mx-md-8 {
        margin-right: 3.38rem!important
    }
    .mb-md-8,
    .my-md-8 {
        margin-bottom: 3.38rem!important
    }
    .ml-md-8,
    .mx-md-8 {
        margin-left: 3.38rem!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: 1.7rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 1.7rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 1.7rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 1.7rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 1.7rem!important
    }
    .p-md-6 {
        padding: 2rem!important
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 2rem!important
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 2rem!important
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 2rem!important
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 2rem!important
    }
    .p-md-7 {
        padding: 2.63rem!important
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 2.63rem!important
    }
    .pr-md-7,
    .px-md-7 {
        padding-right: 2.63rem!important
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 2.63rem!important
    }
    .pl-md-7,
    .px-md-7 {
        padding-left: 2.63rem!important
    }
    .p-md-8 {
        padding: 3.38rem!important
    }
    .pt-md-8,
    .py-md-8 {
        padding-top: 3.38rem!important
    }
    .pr-md-8,
    .px-md-8 {
        padding-right: 3.38rem!important
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 3.38rem!important
    }
    .pl-md-8,
    .px-md-8 {
        padding-left: 3.38rem!important
    }
    .m-md-n1 {
        margin: -.25rem!important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem!important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem!important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem!important
    }
    .m-md-n3 {
        margin: -1rem!important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem!important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem!important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem!important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem!important
    }
    .m-md-n4 {
        margin: -1.5rem!important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem!important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem!important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem!important
    }
    .m-md-n5 {
        margin: -1.7rem!important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -1.7rem!important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -1.7rem!important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -1.7rem!important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -1.7rem!important
    }
    .m-md-n6 {
        margin: -2rem!important
    }
    .mt-md-n6,
    .my-md-n6 {
        margin-top: -2rem!important
    }
    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -2rem!important
    }
    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -2rem!important
    }
    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -2rem!important
    }
    .m-md-n7 {
        margin: -2.63rem!important
    }
    .mt-md-n7,
    .my-md-n7 {
        margin-top: -2.63rem!important
    }
    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -2.63rem!important
    }
    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -2.63rem!important
    }
    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -2.63rem!important
    }
    .m-md-n8 {
        margin: -3.38rem!important
    }
    .mt-md-n8,
    .my-md-n8 {
        margin-top: -3.38rem!important
    }
    .mr-md-n8,
    .mx-md-n8 {
        margin-right: -3.38rem!important
    }
    .mb-md-n8,
    .my-md-n8 {
        margin-bottom: -3.38rem!important
    }
    .ml-md-n8,
    .mx-md-n8 {
        margin-left: -3.38rem!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: 1.7rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 1.7rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 1.7rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 1.7rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 1.7rem!important
    }
    .m-lg-6 {
        margin: 2rem!important
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 2rem!important
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 2rem!important
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 2rem!important
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 2rem!important
    }
    .m-lg-7 {
        margin: 2.63rem!important
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 2.63rem!important
    }
    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 2.63rem!important
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 2.63rem!important
    }
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 2.63rem!important
    }
    .m-lg-8 {
        margin: 3.38rem!important
    }
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 3.38rem!important
    }
    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 3.38rem!important
    }
    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 3.38rem!important
    }
    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 3.38rem!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: 1.7rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 1.7rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 1.7rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 1.7rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 1.7rem!important
    }
    .p-lg-6 {
        padding: 2rem!important
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 2rem!important
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 2rem!important
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 2rem!important
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 2rem!important
    }
    .p-lg-7 {
        padding: 2.63rem!important
    }
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 2.63rem!important
    }
    .pr-lg-7,
    .px-lg-7 {
        padding-right: 2.63rem!important
    }
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 2.63rem!important
    }
    .pl-lg-7,
    .px-lg-7 {
        padding-left: 2.63rem!important
    }
    .p-lg-8 {
        padding: 3.38rem!important
    }
    .pt-lg-8,
    .py-lg-8 {
        padding-top: 3.38rem!important
    }
    .pr-lg-8,
    .px-lg-8 {
        padding-right: 3.38rem!important
    }
    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 3.38rem!important
    }
    .pl-lg-8,
    .px-lg-8 {
        padding-left: 3.38rem!important
    }
    .m-lg-n1 {
        margin: -.25rem!important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem!important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem!important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem!important
    }
    .m-lg-n3 {
        margin: -1rem!important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem!important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem!important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem!important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem!important
    }
    .m-lg-n4 {
        margin: -1.5rem!important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem!important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem!important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem!important
    }
    .m-lg-n5 {
        margin: -1.7rem!important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -1.7rem!important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -1.7rem!important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -1.7rem!important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -1.7rem!important
    }
    .m-lg-n6 {
        margin: -2rem!important
    }
    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -2rem!important
    }
    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -2rem!important
    }
    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -2rem!important
    }
    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -2rem!important
    }
    .m-lg-n7 {
        margin: -2.63rem!important
    }
    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -2.63rem!important
    }
    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -2.63rem!important
    }
    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -2.63rem!important
    }
    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -2.63rem!important
    }
    .m-lg-n8 {
        margin: -3.38rem!important
    }
    .mt-lg-n8,
    .my-lg-n8 {
        margin-top: -3.38rem!important
    }
    .mr-lg-n8,
    .mx-lg-n8 {
        margin-right: -3.38rem!important
    }
    .mb-lg-n8,
    .my-lg-n8 {
        margin-bottom: -3.38rem!important
    }
    .ml-lg-n8,
    .mx-lg-n8 {
        margin-left: -3.38rem!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: 1.7rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 1.7rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 1.7rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 1.7rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 1.7rem!important
    }
    .m-xl-6 {
        margin: 2rem!important
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 2rem!important
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 2rem!important
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 2rem!important
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 2rem!important
    }
    .m-xl-7 {
        margin: 2.63rem!important
    }
    .mt-xl-7,
    .my-xl-7 {
        margin-top: 2.63rem!important
    }
    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 2.63rem!important
    }
    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 2.63rem!important
    }
    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 2.63rem!important
    }
    .m-xl-8 {
        margin: 3.38rem!important
    }
    .mt-xl-8,
    .my-xl-8 {
        margin-top: 3.38rem!important
    }
    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 3.38rem!important
    }
    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 3.38rem!important
    }
    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 3.38rem!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: 1.7rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 1.7rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 1.7rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 1.7rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 1.7rem!important
    }
    .p-xl-6 {
        padding: 2rem!important
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 2rem!important
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 2rem!important
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 2rem!important
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 2rem!important
    }
    .p-xl-7 {
        padding: 2.63rem!important
    }
    .pt-xl-7,
    .py-xl-7 {
        padding-top: 2.63rem!important
    }
    .pr-xl-7,
    .px-xl-7 {
        padding-right: 2.63rem!important
    }
    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 2.63rem!important
    }
    .pl-xl-7,
    .px-xl-7 {
        padding-left: 2.63rem!important
    }
    .p-xl-8 {
        padding: 3.38rem!important
    }
    .pt-xl-8,
    .py-xl-8 {
        padding-top: 3.38rem!important
    }
    .pr-xl-8,
    .px-xl-8 {
        padding-right: 3.38rem!important
    }
    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 3.38rem!important
    }
    .pl-xl-8,
    .px-xl-8 {
        padding-left: 3.38rem!important
    }
    .m-xl-n1 {
        margin: -.25rem!important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem!important
    }
    .m-xl-n2 {
        margin: -.5rem!important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem!important
    }
    .m-xl-n3 {
        margin: -1rem!important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem!important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem!important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem!important
    }
    .m-xl-n4 {
        margin: -1.5rem!important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xl-n5 {
        margin: -1.7rem!important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -1.7rem!important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -1.7rem!important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -1.7rem!important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -1.7rem!important
    }
    .m-xl-n6 {
        margin: -2rem!important
    }
    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -2rem!important
    }
    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -2rem!important
    }
    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -2rem!important
    }
    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -2rem!important
    }
    .m-xl-n7 {
        margin: -2.63rem!important
    }
    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -2.63rem!important
    }
    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -2.63rem!important
    }
    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -2.63rem!important
    }
    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -2.63rem!important
    }
    .m-xl-n8 {
        margin: -3.38rem!important
    }
    .mt-xl-n8,
    .my-xl-n8 {
        margin-top: -3.38rem!important
    }
    .mr-xl-n8,
    .mx-xl-n8 {
        margin-right: -3.38rem!important
    }
    .mb-xl-n8,
    .my-xl-n8 {
        margin-bottom: -3.38rem!important
    }
    .ml-xl-n8,
    .mx-xl-n8 {
        margin-left: -3.38rem!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-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width:600px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 600!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #ff5353!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #ff0707!important
}

.text-secondary {
    color: #777!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #515151!important
}

.text-success {
    color: #2ea37c!important
}

a.text-success:focus,
a.text-success:hover {
    color: #1d674f!important
}

.text-info {
    color: #ffedd0!important
}

a.text-info:focus,
a.text-info:hover {
    color: #ffd084!important
}

.text-warning {
    color: #ffedd0!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ffd084!important
}

.text-danger {
    color: #ff5353!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #ff0707!important
}

.text-light {
    color: #f4f4f4!important
}

a.text-light:focus,
a.text-light:hover {
    color: #cecece!important
}

.text-dark {
    color: #262626!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #000!important
}

.text-indigo {
    color: #0378ca!important
}

a.text-indigo:focus,
a.text-indigo:hover {
    color: #024b7f!important
}

.text-orange {
    color: #ff7d4c!important
}

a.text-orange:focus,
a.text-orange:hover {
    color: #ff4600!important
}

.text-purple {
    color: #7033ff!important
}

a.text-purple:focus,
a.text-purple:hover {
    color: #4500e6!important
}

.text-body {
    color: #262626!important
}

.text-muted {
    color: #919191!important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-break: break-word!important;
    overflow-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none!important;
        -webkit-box-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 #777;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px!important
    }
    .container {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #c6c6c6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #c6c6c6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #c6c6c6
    }
}

.fa {
    font-size: 90%
}

header.header {
    padding: 15px 15px
}

header.header .top-nav .left-nav .ham-menu-click {
    background: rgba(160, 52, 52, .2);
    border-radius: 10px;
    display: block
}

header.header .top-nav .right-nav ul li.header-search {
    position: relative
}

header.header .top-nav .right-nav ul li.header-search .nav-search-click {
    position: absolute;
    left: 0;
    z-index: 1;
    height: 35px;
    width: 35px;
    top: 0;
    bottom: 0;
    margin: auto
}

header.header .top-nav .right-nav ul li.header-search .nav-search-click svg {
    width: 35px;
    height: 35px
}

header.header .top-nav .right-nav ul li.header-search input {
    position: static;
    right: 48px;
    width: 37px;
    top: 20px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    background: 0 0;
    border-color: transparent;
    border-radius: 10px;
    text-indent: 22px;
    font-size: 13px;
    color: #fff;
    height: 44px;
    line-height: 44px
}

header.header .top-nav .right-nav ul li.header-search input.expand-search {
    width: 285px;
    background: rgba(160, 52, 52, .2)
}

header.header .top-nav .right-nav ul li.header-search::-webkit-input-placeholder {
    color: #fff
}

header.header .top-nav .right-nav ul li.header-search:-ms-input-placeholder {
    color: #fff
}

header.header .top-nav .right-nav ul li.header-search::-moz-placeholder {
    color: #fff
}

header.header .top-nav .right-nav ul li.header-search::-ms-input-placeholder {
    color: #fff
}

header.header .top-nav .right-nav ul li.header-search::placeholder {
    color: #fff
}

header.header .top-nav .right-nav ul li.header-notification {
    position: relative;
    margin-left: 7px
}

header.header .top-nav .right-nav ul li.header-notification>a svg {
    width: 35px;
    height: 35px
}

header.header .top-nav .right-nav ul li.header-notification .notify-count {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 16px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 7px 0 #e24d4d;
    box-shadow: 0 5px 7px 0 #e24d4d;
    background: #fff;
    font-weight: 600;
    font-size: 10px;
    color: #da1313;
    letter-spacing: -.62px;
    text-align: center;
    line-height: 16px
}

.sidebar-wrapper {
    position: fixed;
    height: 100vh;
    background: #ff7575;
    width: 293px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;
    left: -293px;
    -webkit-transition: left .5s linear;
    transition: left .5s linear;
    padding: 0 0 10px 0;
    overflow: auto
}

.sidebar-wrapper.show {
    left: 0
}

.sidebar-wrapper ul.list li {
    margin: 10px 0
}

.sidebar-wrapper ul.list li a {
    color: #fff;
    font-size: 16px
}

.sidebar-wrapper ul.list li a span.menu-name {
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle
}

.sidebar-wrapper .close-sidebar {
    padding: 0 20px;
    margin-left: -7px
}

.sidebar-wrapper .sidebar-menu {
    background: linear-gradient(45deg, #f74343, #ff7575);
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-top: 0
}

.sidebar-wrapper .user {
    padding: 0 20px
}

.sidebar-wrapper .user hr {
    border-color: #fff;
    opacity: .3
}

.sidebar-wrapper .user--info .img-wrap {
    height: 60px;
    width: 60px;
    border-radius: 50%
}

.sidebar-wrapper .user--info .img-wrap img {
    height: 60px;
    width: 60px;
    background: #f2f2f2;
    border-radius: 50%;
    display: block
}

.sidebar-wrapper .user--info .user--name p {
    color: #fff;
    margin-bottom: 0
}

.sidebar-wrapper .user--info .user--name p.name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px
}

.sidebar-wrapper .user--info .user--name p.mail-id {
    font-size: 14px
}

.sidebar-wrapper .privacy--wrap ul li a {
    font-size: 15px;
    color: #f1f1f1
}

.singout--wrap a {
    color: #fff;
    text-decoration: none
}

body,
html {
    line-height: 1;
    font-family: "Open Sans";
    color: #262626
}

ul {
    padding: 0;
    margin-bottom: 0
}

ul li {
    list-style: none
}

a {
    text-decoration: none!important
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

.page-load-animation {
    right: -100%;
    position: relative
}

.pt150 {
    padding-top: 150px
}

.btn-redbordered {
    border: 1px solid rgba(255, 83, 83, .33)
}

.font-weight-300 {
    font-weight: 300!important
}

.font-weight-400 {
    font-weight: 400!important
}

.font-weight-600 {
    font-weight: 600!important
}

.font-weight-700 {
    font-weight: 700!important
}

.text-red {
    color: #ff6a69!important
}

.text-orange {
    color: #ff7300!important
}

.text-yellow {
    color: #f9b700!important
}

.text-green {
    color: #2ea37c!important
}

.text-gray {
    color: #4f4f4f!important
}

.font10 {
    font-size: 10px;
    line-height: 18px
}

.font12 {
    font-size: 12px;
    line-height: 20px
}

.font14 {
    font-size: 14px;
    line-height: 22px
}

.font16 {
    font-size: 16px;
    line-height: 24px
}

.font18 {
    font-size: 18px;
    line-height: 26px
}

.red-bg {
   // background-image: linear-gradient(135deg, #ff7575 0, #ff4747 100%)!important
}

.white-bg {
    background: #fff
}

.offwhite-bg {
    background: #c6c6c6
}

.white-layer {
    background: #f5f7f8;
    border-radius: 25px 25px 0 0;
    padding-bottom: 125px
}

.white-layer-100 {
    background: #fff;
    border-radius: 25px 25px 0 0;
    bottom: 0;
    width: 100%;
    min-height: 560px;
    margin-top: 15px;
    position: relative
}

.body-overlay.active,
.body-overlay.header-active,
.body-overlay.show-active {
    background: rgba(207, 207, 207, .8);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 3
}

.body-overlay.selected {
    background: rgba(0, 0, 0, .85);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5
}
.createOptions.active,
.createOptions.header-active,
.createOptions.show-active {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 3
}

.createOptions.selected {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5
}

.common-plus-wrap {
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 48px;
    z-index: 3
}

.common-plus-wrap a {
    background: #ff5353;
    -webkit-box-shadow: 0 7px 18px 0 rgba(255, 83, 83, .58);
    box-shadow: 0 7px 18px 0 rgba(255, 83, 83, .58);
    display: inline-block;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    font-size: 43px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    text-decoration: none
}

.top-back-to-link {
    top: 20px;
    left: 20px;
    right: 20px;
    margin: auto;
    z-index: 1
}

.top-back-to-link .video-sharable-link {
    float: right;
    font-size: 0;
    margin-top: 8px;
    display: inline-block
}

.top-back-to-link .video-sharable-link a {
    display: inline-block;
    vertical-align: middle
}

.top-skip-link {
    top: 20px;
    right: 20px;
    margin: auto
}

.top-skip-link a {
    text-decoration: none;
    color: #fff;
    opacity: .5;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    letter-spacing: .18px;
    text-align: right
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.small-txt {
    display: block;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    color: #777
}

.big-txt {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #4f4f4f
}

input[type=checkbox] {
    margin: 0;
    margin-top: 0;
    line-height: normal
}

.checkbox-container {
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    width: 22px;
    height: 22px;
    border: 1px solid #c6c6c6;
    border-radius: 7px
}

.checkbox-container .checkmark {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(images/empty.svg);
    background-position: 1px 1px;
    background-repeat: no-repeat
}

.checkbox-container input:checked+.checkmark {
    background-image: url(images/checked.svg);
    background-position: 1px 1px
}

.checkbox-container input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.profile-img-upload {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 1000px!important
}

.profile-img-upload .profile-pic {
    max-width: 100%;
    display: block
}

.profile-img-upload .file-upload {
    display: none
}

.profile-img-upload .circle {
    border-radius: 1000px!important;
    overflow: hidden;
    max-width: 162px;
    max-width: 162px;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5)
}

.profile-img-upload .p-image {
    padding: 5px;
    height: 21px;
    width: 25px;
    background: #fff;
    border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 95px;
    right: 1px;
    color: #666;
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275)
}

.profile-img-upload .p-image:hover {
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275)
}

.profile-img-upload .p-image img {
    display: inline-block;
    vertical-align: super;
    max-width: 100%;
    height: auto
}

.profile-img-upload .upload-button {
    font-size: 1.2em
}

.profile-img-upload .upload-button:hover {
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999
}

.tasktype--wrap>li {
    margin: 10px 0
}

.tasktype--wrap .color-block {
    font-size: 13px;
    letter-spacing: .16px;
    color: #fff;
    padding: 5px;
    position: relative;
    padding-left: 25px;
    display: inline-block
}

@media screen and (max-width:385px) {
    .tasktype--wrap .color-block {
        font-size: 12px
    }
}

@media screen and (max-width:320px) {
    .tasktype--wrap .color-block {
        font-size: 10px
    }
}

.tasktype--wrap .color-block .icon {
    background: rgba(255, 255, 255, .2);
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 20px
}

.tasktype--wrap .color-block .icon>svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.tasktype--wrap .count {
    font-weight: 600;
    font-size: 15px;
    color: #262626;
    letter-spacing: .18px;
    margin-left: 10px;
    display: inline-block
}

@media screen and (max-width:385px) {
    .tasktype--wrap .count {
        font-size: 12px;
        margin-left: -1px
    }
}

@media screen and (max-width:320px) {
    .tasktype--wrap .count {
        font-size: 10px;
        margin-left: -1px
    }
}

.tasktype--wrap .tasktype--red .color-block {
    border-radius: 15px;
    background: #ff7d4c
}
.tasktype--wrap .tasktype--green .color-block {
    border-radius: 15px;
    background: #00A878
}

.tasktype--wrap .tasktype--purple .color-block {
    border-radius: 15px;
    background: #7033ff
}

.tasktype--wrap .tasktype--yellow .color-block {
    border-radius: 15px;
    background: #f9a600
}

.taskpill--lessradius-wrap.tasktype--wrap {
    margin-bottom: 10px
}

.taskpill--lessradius-wrap.tasktype--wrap a {
    display: block
}

.taskpill--lessradius-wrap.tasktype--wrap a.tasktype--red .color-block {
    -webkit-box-shadow: 0 4px 11px 0 rgba(255, 125, 76, .45);
    box-shadow: 0 4px 11px 0 rgba(255, 125, 76, .45)
}

.taskpill--lessradius-wrap.tasktype--wrap a.tasktype--purple .color-block {
    -webkit-box-shadow: 0 4px 11px 0 rgba(112, 51, 255, .3);
    box-shadow: 0 4px 11px 0 rgba(112, 51, 255, .3)
}

.taskpill--lessradius-wrap.tasktype--wrap a.tasktype--yellow .color-block {
    -webkit-box-shadow: 0 4px 11px 0 rgba(249, 166, 0, .39);
    box-shadow: 0 4px 11px 0 rgba(249, 166, 0, .39)
}

.taskpill--lessradius-wrap.tasktype--wrap a .color-block {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 13px 8px
}

.taskpill--lessradius-wrap.tasktype--wrap a .color-block .icon {
    text-align: left;
    height: 36px;
    width: 36px;
    border-radius: 8px;
    left: 10px;
    text-align: center
}

.taskpill--lessradius-wrap.tasktype--wrap a .color-block .icon svg {
    left: 0;
    right: 0
}

.pos-fixed-overlay {
    // position: fixed;
    padding: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    border-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, .35)), to(#fff));
    background-image: linear-gradient(rgba(255, 255, 255, .35) 20%, #fff 100%)
}

.pos-fixed-overlay.btn-wrap {
    margin-bottom: 0
}

.pos-fixed-overlay:before {
    content: '';
    width: 100%;
    position: absolute
}

.search-wrap {
    position: relative
}

.search-wrap .search-click {
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 35px;
    width: 35px
}

.search-wrap input {
    text-indent: 25px;
    height: 50px;
    border-radius: 10px;
    border-color: #f4f4f4
}

.search-wrap.gray-bg {
    background: #f4f4f4;
    border-radius: 10px
}

.custom-radio.custom-radio-yellow {
    padding-left: 2.5rem
}

.custom-radio.custom-radio-yellow .custom-control-input {
    width: 24px;
    height: 24px
}

.custom-radio.custom-radio-yellow .custom-control-label::before {
    width: 24px;
    height: 24px;
    left: -2.5rem;
    top: 0;
    bottom: 0;
    margin: auto
}

.custom-radio.custom-radio-yellow .custom-control-label .block {
    background: #fff;
    border: 0 solid #bcced7;
    border-radius: 10px;
    border-radius: 10px
}

.custom-radio.custom-radio-yellow .custom-control-input:checked~.custom-control-label::before {
    border-color: #f9a600;
    background-color: #f9a600
}

.custom-radio.custom-radio-yellow .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 15 15'%3E%3Cpolyline fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' points='3 9.038 5.044 11 12 4'%3E%3C/polyline%3E%3C/svg%3E%0A");
    background-size: 15px;
    background-position: center 2px;
    width: 20px;
    height: 20px;
    left: -2.35rem;
    top: 0;
    bottom: 0;
    margin: auto
}

a.sub--close, a.sub-close {
    background: #e3e6e8;
    height: 42px;
    width: 42px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: wheat;
    border-radius: 50%;
    margin: auto
}

.qsv-heading-wrap {
    margin-bottom: 15px
}

.qsv-heading-wrap .tasktype--pane {
    position: relative;
    background: 0 0
}

.qsv-heading-wrap .tasktype--pane:before {
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute
}

.qsv-heading-wrap .tasktype--pane .color-block {
    border-radius: 4px;
    padding: 8px 20px;
    padding-left: 35px
}

.qsv-heading-wrap .tasktype--pane .color-block .icon {
    left: 6px;
    border-radius: 4px
}

.qsv-heading-wrap .tasktype--pane.tasktype--red:before {
    background: #ff6a69
}

.qsv-heading-wrap .tasktype--pane.tasktype--purple:before {
    background: #7033ff
}

.qsv-heading-wrap .tasktype--pane.tasktype--yellow:before {
    background: #ffedd0
}

.vertical-info-wrap {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    color: #fff
}

.vertical-info-wrap .img-wrap {
    margin-bottom: 48px
}

.vertical-info-wrap .img-wrap i {
    font-size: 80px
}

.vertical-info-wrap .btn-wrap {
    position: absolute;
    bottom: 30px
}

.vertical-info-wrap .btn-wrap .btn.btn-close {
    border-radius: 12px;
    padding: 1px 12px;
    width: 195px;
    color: #fff;
    font-size: 14px;
    background: rgba(255, 255, 255, .2)
}

.vertical-info-wrap .success-title {
    font-size: 20px;
    line-height: 26px
}

.vertical-info-wrap .success-desc {
    margin-top: 50px
}

.vertical-info-wrap .success-desc span {
    display: block;
    font-size: 18px
}

.vertical-info-wrap .success-desc span.title {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 12px;
    opacity: .7
}

.footer-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2
}

.footer-nav-wrap ul.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.footer-nav-wrap ul.nav-list li {
    padding: 0 0 6px 0
}

.footer-nav-wrap ul.nav-list li a {
    font-size: 13px;
    text-decoration: none;
    padding: 6px;
    text-align: center;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    color: gray
}

.footer-nav-wrap ul.nav-list li a img {
    display: inline-block;
    margin-bottom: 0;
    text-align: center
}

.footer-nav-wrap ul.nav-list li a span.menu-name {
    display: block
}

.footer-nav-wrap .left-block {
    background: #fff;
    width: calc(100% - 80px);
    border-top-right-radius: 23px;
    border-top-left-radius: 20px;
    -webkit-box-shadow: -2px 0 9px 0 #dedede;
    box-shadow: -2px 0 9px 0 #dedede;
    position: relative;
    z-index: 1
}

.footer-nav-wrap .mid-block {
    width: 97px;
    position: relative;
    z-index: 2
}

.footer-nav-wrap .mid-block::before {
    content: '';
    position: absolute;
    top: -13px;
    left: -12px;
    height: 48px;
    width: 76px;
    border-radius: 0 0 90px 90px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 251, .01)), color-stop(34%, rgba(251, 247, 247, 0)), color-stop(34%, #f5f7f8));
    background-image: linear-gradient(180deg, rgba(247, 247, 251, .01) 0, rgba(251, 247, 247, 0) 34%, #f5f7f8 34%);
    z-index: 2;
    -webkit-box-shadow: 0 9px 10px -11px #dedede;
    box-shadow: 0 9px 10px -11px #f5f7f8
}

.footer-nav-wrap .mid-block::after {
    content: '';
    width: 100%;
    height: 78%;
    background: #fff;
    position: absolute;
    border-radius: 0;
    z-index: 0;
    bottom: 0;
    z-index: 1
}

.footer-nav-wrap .right-block {
    background: #fff;
    width: calc(100% - 80px);
    border-top-right-radius: 20px;
    border-top-left-radius: 23px;
    -webkit-box-shadow: 5px 0 9px 0 #dedede;
    box-shadow: 5px 0 9px 0 #dedede;
    position: relative;
    z-index: 1
}

.progress-bars {
    position: relative;
    height: 72px;
    width: 72px
}

.progress-bars.position {
    float: left;
    margin: 0
}

.progress-bars .percentage-txt {
    position: absolute;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.progress-bars .percentage-txt p {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.progress-bars .percentage-txt span {
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    display: block
}

.progress-bars .percentage-txt span.lbl {
    font-size: 10px;
    color: #989898;
    margin-top: 2px
}

.progress-bars div {
    position: absolute;
    height: 72px;
    width: 72px;
    border-radius: 50%
}

.progress-bars .background {
    background-color: #fff;
    border: 1px solid
}

.progress-bars .rotate {
    clip: rect(-5px 41px 74px 0);
    background-color: #fff;
    border: 3px solid;
    height: 73px;
    width: 73px;
    top: -1px
}

.progress-bars .left {
    clip: rect(0 36px 72px 0);
    opacity: 1;
    background-color: #fff;
    border: 1px solid;
    height: 73px;
    width: 73px;
    top: -1px
}

.progress-bars .right {
    clip: rect(0 36px 74px 0);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
    background-color: #fff;
    border: 3px solid;
    height: 73px;
    width: 73px;
    top: -1px
}

.progress-bars .right>p {
    position: absolute;
    height: 10px;
    width: 10px;
    bottom: 0;
    background: #fff;
    left: 29px;
    top: 63px;
    z-index: 999;
    border-radius: 50%;
    border: 2px solid #404040;
    display: none
}

@-webkit-keyframes toggle {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes toggle {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.progress-bars .rotate .after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    bottom: 0;
    background: #fff;
    left: 28px;
    bottom: 63px;
    z-index: 999;
    border-radius: 50%;
    border: 2px solid #404040
}

.multilayerprogressbar .progress-bars {
    margin: 0
}

.multilayerprogressbar .progress-bars.progress-bars-first .rotate:after {
    height: 6px;
    width: 6px;
    left: 41px;
    bottom: 86px;
    border-color: #12b321
}

.multilayerprogressbar .progress-bars.progress-bars-first .right>p {
    height: 6px;
    width: 6px;
    top: 86px;
    border-color: #12b321
}

.multilayerprogressbar .progress-bars.progress-bars-second {
    left: 6px;
    width: 80px;
    height: 80px;
    top: 6px;
    position: absolute
}

.multilayerprogressbar .progress-bars.progress-bars-second .background {
    width: 80px;
    height: 80px
}

.multilayerprogressbar .progress-bars.progress-bars-second .rotate {
    width: 80px;
    height: 80px
}

.multilayerprogressbar .progress-bars.progress-bars-second .rotate:after {
    height: 6px;
    width: 6px;
    left: 41px;
    bottom: 72px;
    border-color: brown
}

.multilayerprogressbar .progress-bars.progress-bars-second .left {
    width: 80px;
    height: 80px
}

.multilayerprogressbar .progress-bars.progress-bars-second .right {
    width: 80px;
    height: 80px
}

.multilayerprogressbar .progress-bars.progress-bars-second .right>p {
    height: 6px;
    width: 6px;
    top: 72px;
    border-color: brown;
    left: 39px
}

.multilayerprogressbar .progress-bars.progress-bars-second .percentage-txt {
    width: 80px;
    height: 80px
}

.multilayerprogressbar .progress-bars.progress-bars-second .percentage-txt span {
    width: 85px;
    height: 85px;
    line-height: 83px
}

.multilayerprogressbar .progress-bars.progress-bars-third {
    left: 12px;
    width: 67px;
    height: 67px;
    top: 13px;
    position: absolute
}

.multilayerprogressbar .progress-bars.progress-bars-third .background {
    width: 67px;
    height: 67px
}

.multilayerprogressbar .progress-bars.progress-bars-third .rotate {
    width: 67px;
    height: 67px
}

.multilayerprogressbar .progress-bars.progress-bars-third .rotate:after {
    height: 6px;
    width: 6px;
    left: 41px;
    bottom: 57px;
    border-color: orange
}

.multilayerprogressbar .progress-bars.progress-bars-third .left {
    width: 67px;
    height: 67px;
    clip: rect(0 44px 100px 0)
}

.multilayerprogressbar .progress-bars.progress-bars-third .right {
    width: 67px;
    height: 67px
}

.multilayerprogressbar .progress-bars.progress-bars-third .right>p {
    height: 6px;
    width: 6px;
    top: 57px;
    border-color: orange;
    left: 38px
}

.multilayerprogressbar .progress-bars.progress-bars-third .percentage-txt {
    width: 60px;
    height: 60px
}

.multilayerprogressbar .progress-bars.progress-bars-third .percentage-txt span {
    width: 60px;
    height: 60px;
    line-height: 60px
}

.graph-detail-page {
    background: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -115%;
    margin: auto;
    z-index: 3;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.graph-detail-page .overflow-div-wrap {
    height: 450px;
    overflow: auto;
    margin-bottom: 60px
}

.graph-detail-page.show {
    bottom: -30px
}

.graph-detail-page .close-action-wrap {
    position: fixed;
    z-index: 0;
    bottom: 11px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.registration-from .form-group.active {
    border-color: rgba(0, 145, 255, .69);
    outline: 0;
    -webkit-box-shadow: 0 0 0 .04rem rgba(0, 145, 255, .25);
    box-shadow: 0 0 0 .04rem rgba(0, 145, 255, .25)
}

.registration-from .form-group.error-field {
    border-color: #ff6a69;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .04rem rgba(255, 106, 105, .25);
    box-shadow: 0 0 0 .04rem rgba(255, 106, 105, .25)
}

.registration-from .form-group.addon {
    position: relative
}

.registration-from .form-group.addon .form-control {
    padding-left: 50px;
    text-indent: 25px;
    font-size: -.87rem;
    font-weight: 600
}

.registration-from .form-group.addon .form-control.active~.country-code,
.registration-from .form-group.addon .form-control:focus~.country-code {
    opacity: 1
}

.registration-from .form-group.addon label.active~.country-code,
.registration-from .form-group.addon label:focus~.country-code {
    opacity: 1
}

.registration-from .form-group.addon .country-code {
    position: absolute;
    top: 11px;
    bottom: 0;
    margin: auto;
    border-color: transparent;
    background-color: transparent;
    opacity: 0;
    padding-right: 7px;
    color: #4f4f4f;
    height: 20px
}

.registration-from .form-group.addon .show-hide-pswd {
    position: absolute;
    top: 11px;
    bottom: 0;
    right: 12px;
    margin: auto;
    height: 20px;
    font-size: 12px;
    color: #777;
    letter-spacing: 0;
    text-align: center
}

.registration-from .form-group.addon.pswd-addon .form-control {
    padding-left: 0;
    text-indent: 0
}

select {
    background: url(images/up-down-arrows.svg) no-repeat right;
    -webkit-appearance: none;
    background-position-x: 100%;
    padding-right: 20px;
    background-size: 20px
}

.commontabs__nav {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
    display: block;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-size: 0
}

.commontabs__nav>li {
    display: inline-block;
    width: 120px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 120px
}

.commontabs__nav>li a {
    text-decoration: none;
    color: #777;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 10px 0
}

.commontabs__nav>li a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #ff6a69;
    left: 0;
    bottom: 0;
    -webkit-transition: width .5s linear;
    transition: width .5s linear
}

.commontabs__nav>li a.active {
    color: #ff6a69
}

.commontabs__nav>li a.active:after {
    width: 100%
}

.commontabs__nav.commontabs2__nav>li {
    width: 50%;
    max-width: 50%
}

.notification__content {
    margin-top: 20px
}

.calender-control {
    background: url(images/up-down-arrows.svg) no-repeat right;
    -webkit-appearance: none;
    background-position-x: 100%;
    background-position-y: -4px;
    padding-right: 20px;
    background-size: 20px
}

.datepicker.datepicker-dropdown,
.datepicker.datepicker-inline {
    padding: 15px;
    width: 100%;
    left: 0!important;
    right: 0;
    margin: auto
}

.datepicker.datepicker-dropdown.datepicker-orient-top:after,
.datepicker.datepicker-dropdown.datepicker-orient-top:before,
.datepicker.datepicker-inline.datepicker-orient-top:after,
.datepicker.datepicker-inline.datepicker-orient-top:before {
    display: none
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr:first-child,
.datepicker.datepicker-inline .datepicker-days .table-condensed thead tr:first-child {
    display: none
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr th.next,
.datepicker.datepicker-inline .datepicker-days .table-condensed thead tr th.next {
    color: #fff;
    position: relative
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr th.next:focus,
.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr th.next:hover,
.datepicker.datepicker-inline .datepicker-days .table-condensed thead tr th.next:focus,
.datepicker.datepicker-inline .datepicker-days .table-condensed thead tr th.next:hover {
    background: 0 0
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr th.next:before,
.datepicker.datepicker-inline .datepicker-days .table-condensed thead tr th.next:before {
    content: '';
    height: 8px;
    width: 8px;
    background: 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 1px solid #aaa;
    border-top: 1px solid #aaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr th.prev,
.datepicker.datepicker-inline .datepicker-days .table-condensed thead tr th.prev {
    color: #fff;
    position: relative
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr th.prev:focus,
.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr th.prev:hover,
.datepicker.datepicker-inline .datepicker-days .table-condensed thead tr th.prev:focus,
.datepicker.datepicker-inline .datepicker-days .table-condensed thead tr th.prev:hover {
    background: 0 0
}

.datepicker.datepicker-dropdown .datepicker-days .table-condensed thead tr th.prev:before,
.datepicker.datepicker-inline .datepicker-days .table-condensed thead tr th.prev:before {
    content: '';
    height: 8px;
    width: 8px;
    background: 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.datepicker.datepicker-dropdown .table-condensed,
.datepicker.datepicker-inline .table-condensed {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px
}

@media screen and (max-width:385px) {
    .datepicker.datepicker-dropdown .table-condensed,
    .datepicker.datepicker-inline .table-condensed {
        border-spacing: 4px
    }
}

@media screen and (max-width:320px) {
    .datepicker.datepicker-dropdown .table-condensed,
    .datepicker.datepicker-inline .table-condensed {
        border-spacing: 1px
    }
}

.datepicker.datepicker-dropdown .table-condensed .datepicker-switch,
.datepicker.datepicker-inline .table-condensed .datepicker-switch {
    font-weight: 600;
    font-size: 20px;
    color: #4f4f4f;
    letter-spacing: 0;
    line-height: 24px
}

.datepicker.datepicker-dropdown .table-condensed .dow,
.datepicker.datepicker-inline .table-condensed .dow {
    padding: 30px 7px 20px 7px;
    font-size: 18px;
    color: #ff5353;
    letter-spacing: 0;
    text-align: center;
    font-weight: 300
}

.datepicker.datepicker-dropdown .table-condensed tr td.day,
.datepicker.datepicker-inline .table-condensed tr td.day {
    font-size: 18px;
    color: #272b34;
    letter-spacing: -.09px;
    text-align: center;
    padding: 9px 11px
}

.datepicker.datepicker-dropdown .table-condensed tr td.day.disabled,
.datepicker.datepicker-inline .table-condensed tr td.day.disabled {
    opacity: .2;
    font-size: 18px;
    color: #272b34;
    letter-spacing: -.09px;
    text-align: center
}

.datepicker.datepicker-dropdown .table-condensed tr td.day.active,
.datepicker.datepicker-inline .table-condensed tr td.day.active {
    color: #fff;
    background: #ff6a69;
    -webkit-box-shadow: 0 4px 11px 0 rgba(255, 83, 83, .58);
    box-shadow: 0 4px 11px 0 rgba(255, 83, 83, .58);
    border-radius: 12px;
    letter-spacing: -.09px;
    font-weight: 600
}

.datepicker.datepicker-dropdown .table-condensed tr td.day.today{
	background: gray;
}

.calendar-div-wrap.white-layer-100 {
    height: 100%;
    margin-top: 2px
}

@media screen and (max-width:385px) {
    .calendar-div-wrap.white-layer-100 {
        height: 100vh;
        overflow: auto
    }
}

@media screen and (max-width:320px) {
    .calendar-div-wrap.white-layer-100 {
        height: 620px;
        overflow: auto
    }
}

.swipe-up-calendar-events-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 260px;
    padding: 30px 15px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: #f4f4f4;
    -webkit-transition: top .5s ease-in;
    transition: top .5s ease-in;
    overflow-y: hidden;
    -webkit-transition: height .5s linear;
    transition: height .5s linear
}

@media screen and (max-width:385px) {
    .swipe-up-calendar-events-wrapper {
        height: 190px
    }
}

.swipe-up-calendar-events-wrapper .current-week-day {
    font-size: 12px;
    color: #656565
}

.swipe-up-calendar-events-wrapper .current-day-number {
    font-weight: 600;
    font-size: 15px;
    margin-top: 3px
}

.swipe-up-calendar-events-wrapper .no-task-text p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0
}

.swipe-up-calendar-events-wrapper.swipe-up-calendar-events-height {
    height: calc(100% - 230px)
}

@media screen and (max-width:385px) {
    .swipe-up-calendar-events-wrapper.swipe-up-calendar-events-height {
        height: calc(100% - 180px)
    }
}

@media screen and (max-width:320px) {
    .swipe-up-calendar-events-wrapper.swipe-up-calendar-events-height {
        height: calc(100% - 150px)
    }
}

.swipe-up-calendar-events-wrapper.swipe-up-calendar-events-height .calendar-event-detail-block {
    height: 100vh;
    overflow: auto;
    padding-bottom: 300px
}

.assign-event-btn-wrap {
    width: 100%
}

.assign-event-btn-wrap .add-event-btn {
    width: 100%;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    color: #fff;
    text-align: left;
    font-size: 14px
}

.event-container {
    margin-bottom: 20px
}

.event-container .week-day {
    color: #656565;
    font-size: 14px
}

.event-container .day-number {
    color: #000;
    font-size: 18px;
    font-weight: 600
}

.event-list-ul {
    width: 100%;
    margin-bottom: 25px
}

.event-list-ul .date-tag {
    width: 70px;
    text-align: center
}

.event-list-ul .date-tag>span {
    display: block
}

.event-list-ul .task-tag {
    width: calc(100% - 70px)
}

.event-list-ul .event-list-element {
    color: #fff;
    padding: 8px 15px;
    margin-bottom: 10px;
    background-image: linear-gradient(135deg, #4e7cff 0, #0089e4 100%);
    -webkit-box-shadow: 0 3px 7px 0 rgba(16, 91, 164, .26);
    box-shadow: 0 3px 7px 0 rgba(16, 91, 164, .26);
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    width: 100%;
    display: block
}

.event-list-ul .event-list-element a {
    text-decoration: none;
    color: #fff;
    display: block
}

.btn-wrap {
    border-radius: 6px;
    margin-bottom: 15px
}

.btn-wrap.gray-bg {
    background-color: #777
}

.btn-wrap.black-bg {
    background-color: #000
}

.btn-wrap .transparent-btn {
    color: #fff;
    background-color: transparent;
    padding: 12px 15px;
    border: none
}

.btn-wrap .icon-bg {
    background-color: #4f4f4f;
    margin: 5px;
    border-radius: 5px
}

.card-slider-wrap {
    margin-top: 20px
}

.card-slider-wrap .dp-wrap {
    margin: 0 auto;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    height: 100%
}

.card-slider-wrap .dp-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.card-slider-wrap .dp-slider div {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.card-slider-wrap .dp_item {
    display: block;
    position: absolute;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s
}

.card-slider-wrap #dp-slider .dp_item:first-child {
    z-index: 10!important;
    -webkit-transform: rotateY(0) translateX(0)!important;
    transform: rotateY(0) translateX(0)!important
}

.card-slider-wrap .dp_item[data-position="2"] {
    z-index: 9;
    -webkit-transform: rotateY(0) translateX(10%) scale(.9);
    transform: rotateY(0) translateX(10%) scale(.9)
}

.card-slider-wrap .dp_item[data-position="3"] {
    z-index: 8;
    -webkit-transform: rotateY(0) translateX(20%) scale(.8);
    transform: rotateY(0) translateX(20%) scale(.8)
}

.card-slider-wrap .dp_item[data-position="4"] {
    z-index: 7;
    -webkit-transform: rotateY(0) translateX(30%) scale(.7);
    transform: rotateY(0) translateX(30%) scale(.7)
}

.card-slider-wrap .dp-nav {
    position: relative;
    margin-top: 10px
}

@media screen and (max-width:360px) {
    .card-slider-wrap .dp-nav {
        margin-top: 40px
    }
}

.card-slider-wrap .dp-nav .nav-info {
    text-align: center
}

.card-slider-wrap .dp-nav .nav-info p.title {
    margin-bottom: 6px;
    font-size: 9px;
    color: #777
}

.card-slider-wrap .dp-nav .nav-info p.count {
    font-size: 12px;
    color: #777;
    font-weight: 600
}

.card-slider-wrap .dp-nav .nav-info p.count .curr-num {
    color: #000
}

.card-slider-wrap .dp-nav #dp-next,
.card-slider-wrap .dp-nav #dp-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 25px;
    width: 24px;
    z-index: 10;
    margin: auto;
    cursor: pointer
}

.card-slider-wrap .dp-nav #dp-prev {
    left: 30%;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.card-slider-wrap .dp-nav #dp-next {
    right: 30%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.card-slider-wrap .dp_item {
    width: 85%
}

.card-slider-wrap .dp-content {
    text-align: left
}

.card-slider-wrap .dp_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e0e8ec;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .22);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .22)
}

.card-slider-wrap .dp-content {
    padding: 20px;
    display: inline-block;
    width: 100%
}

.card-slider-wrap .dp-content h6 {
    font-size: 13px;
    color: #262626;
    letter-spacing: 0;
    line-height: 27px;
    font-weight: 600
}

.card-slider-wrap .dp-content .option-val {
    list-style: none;
    padding-left: 0
}

.card-slider-wrap .dp-content .option-val>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-slider-wrap .dp-content .option-val>li>span {
    width: 20px;
    margin-right: 3px;
    font-size: 12px;
    color: #4f4f4f;
    line-height: 24px
}

.card-slider-wrap .dp-content .option-val>li a {
    text-decoration: none;
    color: inherit;
    width: calc(100% - 30px);
    background: #f5f7f8;
    border-radius: 10px;
    padding: 7px 15px;
    font-weight: 600;
    font-size: 12px;
    color: #4f4f4f;
    line-height: 24px
}

.card-slider-wrap #dp-slider {
    height: 274px;
    width: 90%;
    margin: 0 auto
}

.card-slider-wrap #dp-slider .dp_item:hover:not(:first-child) {
    cursor: pointer
}

.top-registration-wrap .title {
    color: rgba(255, 255, 255, .59);
    letter-spacing: 0;
    text-align: center
}

.top-registration-wrap .sub-title {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 600
}

.singin__info {
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #262626;
    margin-top: 50px
}

.singin__info a {
    font-weight: 600
}

.otp-verify-wrap .otp-send-text-wrap {
    margin-top: 25px
}

.otp-verify-wrap .otp-send-text-wrap .otp-lbl {
    color: #262626;
    line-height: 24px;
    margin-bottom: 0
}

.otp-verify-wrap .otp-send-text-wrap .otp-num {
    font-weight: 600;
    font-size: 1.13rem;
    line-height: 24px;
    color: #ff6a69
}

.otp-verify-wrap .form-control {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4f4f4f;
    // background: #f4f4f4;
    border-radius: 15px;
    padding: 13px 15px 13px;
    border-color: #f4f4f4;
    height: 60px;
    line-height: 60px;
    width: 65px
}

@media screen and (max-width:360px) {
    .otp-verify-wrap .form-control {
        height: 54px;
        line-height: 54px;
        width: 54px
    }
}

.otp-verify-wrap .btn-wrap {
    margin-top: 50px
}

.addpreferences__form .form-row .cols {
    width: 38.2%;
    padding: 0 5px
}

@media screen and (max-width:350px) {
    .addpreferences__form .form-row .cols {
        width: 37.3%
    }
}

.addpreferences__form .form-row .cols--last {
    width: 70px
}

.addpreferences__form .form-row .cols .form-group {
    margin-bottom: 0;
    padding: 25px 11px 13px
}

.addpreferences__form .form-row .cols .form-group label {
    left: 11px
}

.addpreferences__form .form-row .btn-wrap {
    margin-bottom: 0
}

.addpreferences__form .form-row .btn-wrap a.add-pref-link {
    font-size: 29px
}

.note-info {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 85px;
    left: 0;
    right: 0;
    text-align: center;
    width: 75%;
    font-size: 13px;
    line-height: 21px;
    color: #a1a1a1;
    font-weight: 600
}

.selected__sublist ul li {
    margin: 10px 0
}

.selected__sublist ul li .sub--info {
    border-radius: 15px;
    margin-bottom: 0;
    padding: 15px;
    font-size: 15px;
    color: #272b34;
    font-weight: 600;
    width: calc(100% - 73px);
    display: inline-block;
    -webkit-transition: width .5s ease-in;
    transition: width .5s ease-in
}

.selected__sublist ul li:nth-child(3n+1) .sub--info {
    background: #e8f2fc
}

.selected__sublist ul li:nth-child(3n+2) .sub--info {
    background: #f9eaef
}

.selected__sublist ul li:nth-child(3n+3) .sub--info {
    background: #e5f6f2
}

.selected__sublist ul li .sub--close, .selected__sublist ul li .sub-close {
    display: inline-block;
    width: 73px;
    text-align: center
}

.selected__sublist ul li .sub--close a, .selected__sublist ul li .sub-close a {
    background: #e3e6e8;
    height: 42px;
    width: 42px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: wheat;
    border-radius: 50%;
    margin: auto
}

.user-detail-wrap {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    color: #fff
}

.user-detail-wrap h2 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px
}

.user-detail-wrap .desc {
    font-size: 13px;
    line-height: 18px
}

.redeem-wraper {
    background-image: linear-gradient(175deg, #c20661 0, #6b0070 100%);
    -webkit-box-shadow: 0 39px 35px -26px rgba(122, 1, 109, .7);
    box-shadow: 0 39px 35px -26px rgba(122, 1, 109, .7);
    border-radius: 12px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    top: 81px;
    position: relative;
    margin-top: -52px
}

.redeem-wraper .wrap {
    background: url(images/XPs_elements.svg) no-repeat;
    background-position: 100% 13px;
    padding: 20px
}

.redeem-wraper .wrap hr {
    position: relative;
    border: none;
    height: 1px;
    margin: 12px 0
}

.redeem-wraper .wrap hr:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(78, 78, 78, .301961)), color-stop(85%, rgba(38, 38, 38, 0)));
    background: linear-gradient(90deg, rgba(78, 78, 78, .301961) 0, rgba(38, 38, 38, 0) 85%)
}

.redeem-wraper .top-redeem-wrap .big-val {
    font-size: 36px;
    color: #fff;
    letter-spacing: .43px;
    display: block
}

.redeem-wraper .top-redeem-wrap .small-txt {
    opacity: .5;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0;
    margin-top: 5px;
    display: block
}

.redeem-wraper .bottom-redeem-wrap ul.list li {
    list-style: none;
    padding-left: 0
}

.redeem-wraper .bottom-redeem-wrap ul.list li span {
    display: block;
    color: #fff
}

.redeem-wraper .bottom-redeem-wrap ul.list li span.small-txt {
    font-size: 11px;
    margin-top: 5px;
    display: block;
    opacity: .7
}

.redeem-wraper .bottom-redeem-wrap ul.list li span.big-val {
    font-size: 18px
}

.redeem-wraper .bottom-redeem-wrap ul.list li .btn-wrap button {
    border-radius: 10px;
    background: #902680;
    border-color: #902680;
    font-size: 14px;
    padding: 0 33px;
    height: auto;
    line-height: 40px
}

.white-layer.white-layer-with-overlay {
    padding-top: 81px
}

.white-layer.white-layer-with-overlay .wrapper {
    padding: 0 20px
}

.top-title {
    margin-bottom: 20px;
    margin-top: 27px
}

.top-title h3.title {
    font-size: 20px;
    font-weight: 600
}

.top-title a.see-link {
    font-weight: 600;
    font-size: 16px;
    color: #ff5353;
    text-decoration: none
}

.circular-graph-wrap .circle-list {
    background: #fff;
    border-radius: 10px;
    padding-left: 0
}

.circular-graph-wrap .circle-list>li {
    padding: 18px;
    list-style: none
}

.circular-graph-wrap .circle-list>li+li {
    border-top: 1px solid #dedede
}

.circular-graph-wrap .circle-list>li h4.title {
    font-size: 16px;
    color: #262626;
    font-weight: 600;
    margin-bottom: 5px
}

@media screen and (max-width:360px) {
    .circular-graph-wrap .circle-list>li h4.title {
        font-size: 14px
    }
}

.circular-graph-wrap .circle-list>li .course-name {
    font-size: 12px;
    color: #a7a7a7;
    margin-bottom: 5px
}

.circular-graph-wrap .circle-list>li .course-name>span {
    color: #777
}

.total-assignment-wrap {
    background: #fff;
    border-radius: 10px;
    overflow: hidden
}

.total-assignment-wrap .head {
    -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .1);
    padding: 15px
}

.total-assignment-wrap .head .head-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0
}

@media screen and (max-width:360px) {
    .total-assignment-wrap .head .head-title {
        font-size: 14px
    }
}

.total-assignment-wrap .body {
    padding: 15px
}

.total-assignment-wrap .body .date-update .big-num {
    font-size: 48px;
    margin-bottom: 0
}

.total-assignment-wrap .body .date-update .sub-title {
    font-size: 11px;
    color: #777;
    margin: 2px 0
}

.total-assignment-wrap .body .date-update .date {
    font-size: 12px;
    color: #272727;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 0;
    margin-top: 3px
}

.notification__pop {
    display: none
}

.notification__pop h5 {
    font-weight: 600;
    margin-bottom: 10px
}

.notification__pop .close-notify {
    position: relative;
    display: block;
    margin-left: auto;
    width: 34px;
    height: 34px;
    margin-right: 15px
}

.notification__pop .close-notify svg {
    width: 100%;
    height: 100%;
    position: absolute
}

.notification__pop .notification__list li .content-wbg {
    background: #fcebdb;
    border-radius: 10px;
    padding: 15px
}

.notification__pop .notification__list li .content-wtbg {
    padding: 15px
}

.notification__pop .notification__list li p.desc {
    font-size: 15px;
    line-height: 22px;
    color: #262626;
    margin-bottom: 6px
}

.notification__pop .notification__list li .time-stamp {
    font-weight: 600;
    font-size: 12px;
    color: #8c8c8c;
    letter-spacing: 0;
    line-height: 22px
}

.notification__pop .notification__list li .course-opt-wrap ul li {
    display: block;
    margin: 4px 0
}

.notification__pop .notification__list li .course-opt-wrap ul li span.lbl {
    font-size: 12px;
    font-weight: 600;
    color: #777
}

.notification__pop .notification__list li .course-opt-wrap ul li span.value {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    line-height: 17px
}

.notification__pop .notification__list li .course-opt-wrap ul li span.value small {
    font-weight: 600;
    font-size: 10px
}

.notification__pop .notification__list li .course-opt-wrap .event-wrap a {
    margin: 0 5px
}

.notification__pop .notification__list li .course-opt-wrap .event-wrap a.btn-success {
    -webkit-box-shadow: 0 4px 11px 0 rgba(55, 187, 143, .4);
    box-shadow: 0 4px 11px 0 rgba(55, 187, 143, .4);
    background: #37bb8f;
    border-color: #37bb8f;
    letter-spacing: .19px
}

.notification__pop .notification__list li .course-opt-wrap .event-wrap a.btn-success .icon {
    background: #31a780
}

.notification__pop .notification__list li .course-opt-wrap .event-wrap a.btn-redbordered .icon {
    background: #ffd2d2
}

.notification__pop .notification__list li .course-opt-wrap .event-wrap a.btn {
    line-height: 36px;
    padding: .375rem 2.1rem;
    border-radius: 12px
}

@media screen and (max-width:385px) {
    .notification__pop .notification__list li .course-opt-wrap .event-wrap a.btn {
        padding: .375rem 1.2rem
    }
}

@media screen and (max-width:340px) {
    .notification__pop .notification__list li .course-opt-wrap .event-wrap a.btn {
        padding: .375rem .5rem;
        font-size: 14px
    }
}

.notification__pop .notification__list li .course-opt-wrap .event-wrap a.btn .icon {
    height: 24px;
    width: 24px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin-right: 5px
}

.notification__pop .notification__list li .course-opt-wrap .event-wrap a.btn .icon svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.notification__pop .notification__list li .course-opt-wrap .event-wrap a.btn .text {
    display: inline-block;
    vertical-align: middle
}

.notification__pop .notification__list li .request-action {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600
}

.notification__pop .notification__list li .request-action.red-text {
    color: #ff6a69
}

.notification__pop .notification__list li .request-action.red-text .icon {
    background: #ffd2d2
}

.notification__pop .notification__list li .request-action.green-text {
    color: #01b678
}

.notification__pop .notification__list li .request-action.green-text .icon {
    background: #e1f6ef
}

.notification__pop .notification__list li .request-action span {
    display: inline-block;
    vertical-align: middle
}

.notification__pop .notification__list li .request-action .icon {
    height: 24px;
    width: 24px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin-right: 5px
}

.notification__pop .notification__list li .request-action .icon svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.main-plus-wrap {
    display: none
}

.main-plus-wrap a {
    text-decoration: none;
    color: inherit
}

.main-plus-wrap h5.title {
    font-weight: 600;
    margin: 50px 0
}

.main-plus-wrap .vertical-info-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 70px
}

.profile-info-wrap .form-group .form-control {
    font-weight: 600;
    font-size: 15px;
    color: #4f4f4f
}

.profile-info-wrap .btn-wrap {
    margin-top: 90px
}

.profile-info-wrap .btn-wrap .btn {
    min-width: 237px
}

.profile-payment-wrap .media .media-body .bank-name {
    font-size: 16px;
    line-height: 20px;
    color: #262626;
    margin-bottom: 0
}

.profile-payment-wrap .media .media-body .mail-id {
    font-size: 13px;
    line-height: 22px;
    color: #919191;
    margin-bottom: 0
}

.profile-payment-wrap .add-more-bank-cls {
    margin-top: 50px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .19px;
    color: #0091ff;
    display: inline-block
}

.profile-payment-wrap .add-more-bank-cls span {
    display: inline-block;
    vertical-align: middle
}

.profile-payment-wrap .add-more-bank-cls .icon {
    margin-right: 10px;
    font-size: 32px
}

.pro-preferences-wrap .selected__sublist ul li .sub--info.width-transit {
    width: 100%
}

.pro-preferences-wrap .selected__sublist ul li .sub--close {
    display: none
}

.white-layer-pop {
    position: fixed;
    width: 100%;
    bottom: -100%;
    left: 0;
    right: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 4;
    padding: 40px
}

.white-layer-pop.show {
    bottom: 0
}

.white-layer-pop.white-layer-100 {
    min-height: auto!important
}

.white-layer-pop h5 {
    font-weight: 600;
    color: #262626
}

.white-layer-pop .sub-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0
}

.white-layer-pop .sub-email {
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    color: #a1a1a1
}

.white-layer-pop .checkbox-container+span {
    font-size: 13px
}

.profile-img-upload-wrap h5 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 20px
}

.profile-img-upload-wrap .sub-title {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    text-align: center
}

.create-assignment-wrap {
    overflow: auto;
    padding-bottom: 90px!important
}

.create-assignment-wrap h5 {
    font-weight: 600
}

.pop-quizzes-wrap,
.pop-video-wrap {
    bottom: -100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: fixed;
    height: calc(100% - 30px);
    z-index: 4;
    overflow: auto;
    padding-bottom: 150px!important
}

.pop-quizzes-wrap.show,
.pop-video-wrap.show {
    bottom: 0
}

.pop-quizzes-wrap .commontabs__nav {
    overflow: inherit
}

.pop-quizzes-wrap .commontabs__nav>li {
    width: 50%;
    max-width: 50%
}

.border-block-content {
    background: #fff;
    border: 0 solid #bcced7;
    border-radius: 10px
}

.border-block-content h6.title {
    font-size: -.87rem
}

.border-block-content ul li span {
    font-size: 11px
}

.border-block-content ul li span.lbl {
    color: #777
}

.border-block-content ul li span.txt {
    color: #000
}

.border-block-content .list span.lbl {
    font-size: 10px;
    font-weight: 600;
    color: #777
}

.border-block-content .list span.txt {
    font-weight: 600;
    font-size: 16px;
    color: #272b34;
    margin: 6px 0;
    display: block
}

.tasktype--pane {
    background: #f5f7f8;
    border-radius: 15px
}

.tasktype--pane .selected-list {
    // padding: 15px
}

.tasktype--pane .selected-list>ul>li {
    position: relative
}

.tasktype--pane .selected-list .sub--close, .tasktype--pane .selected-list .sub-close {
    height: 32px;
    width: 32px;
    position: absolute
}

.tasktype--pane .selected-list .sub--close svg, .tasktype--pane .selected-list .sub-close svg {
    top: -5px;
    position: relative
}

.tasktype--pane.quizzes-pane .selected-list>ul>li {
    margin-bottom: 15px
}

.tasktype--pane.quizzes-pane .selected-list .sub--close, .tasktype--pane.quizzes-pane .selected-list .sub-close {
    top: -10px;
    right: -10px
}

.tasktype--pane.presentation-pane .selected-list>ul li {
    padding-right: 35px;
    font-size: 15px;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.tasktype--pane.presentation-pane .selected-list>ul li+li {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.tasktype--pane.presentation-pane .selected-list .sub--close, .tasktype--pane.presentation-pane .selected-list .sub-close {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.tasktype--pane.videos-pane .selected-list>ul li {
    padding-right: 35px;
    font-size: 15px;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.tasktype--pane.videos-pane .selected-list>ul li+li {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.tasktype--pane.videos-pane .selected-list .sub--close, .tasktype--pane.videos-pane .selected-list .sub-close {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.detail-assign-view>ul>li {
    padding: 7px 0
}

.detail-assign-view>ul>li .no-data-detail {
    padding: 0 15px
}

.detail-assign-view>ul>li .no-data-detail p {
    font-size: 12px;
    color: #777
}

.detail-assign-view>ul>li .assign-video-detail>ul>li {
    font-size: 13px;
    color: #272b34;
    letter-spacing: 0;
    line-height: 15px;
    padding: 7px 15px
}

.detail-assign-view>ul>li .assign-video-detail>ul>li:first-child {
    padding-top: 0
}

.date-stamp-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.date-stamp-wrap .small-txt {
    font-size: 13px
}

.date-stamp-wrap .big-txt {
    font-size: 15px;
    line-height: 18px;
    color: #000;
    font-weight: 600;
    padding: 0 3px
}

.date-stamp-wrap .edit-date-evt {
    text-decoration: underline!important;
    font-size: 12px;
    font-weight: 600
}

.assign-first-detail>ul>li {
    padding: 3px 0
}

.assign-first-detail>ul>li>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px
}

.success-tost-wrap {
    position: fixed;
    bottom: 50px;
    z-index: 3;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    width: 230px
}

.success-tost-wrap .icon {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-color: #e7f8f2;
    line-height: 35px;
    text-align: center;
    margin-right: 5px
}

.single-btn-wrap .btn {
    min-width: 200px
}

.assign-confirm-wrap.vertical-info-wrap .success-desc .title {
    font-size: 15px
}

.assign-confirm-wrap.vertical-info-wrap .success-desc .quiz-desc {
    font-weight: 600;
    font-size: 1.13rem;
    line-height: 24px
}

.myquizzes__list>li {
    margin: 1rem 0
}

.myquizzes__list>li>a.ancher-over {
    color: inherit
}

.class-sub-tag>ul>li {
    display: inline-block;
    background: #eaeaea;
    border-radius: 16px;
    padding: 8px 12px;
    padding-right: 30px;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    margin-right: 5px
}

.class-sub-tag>ul>li .sub--close {
    background: 0 0;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto
}

.class-sub-tag>ul>li .sub--close svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto
}

.common-table.class-subscriptions-table tbody td .year-stamp {
    font-size: 11px;
    font-weight: 600;
    margin: 5px 0 0 0
}

.common-table.class-subscriptions-table tbody td .time-stamp {
    font-size: 8px;
    color: #777;
    letter-spacing: .1px
}

.myquizzes-detail-wrap h6.title {
    font-weight: 600;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0
}

.assignment-added,
.unassigned-classroom-wrap {
    bottom: -100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: fixed;
    z-index: 4;
    overflow: auto;
    z-index: 4
}

.assignment-added.show,
.unassigned-classroom-wrap.show {
    bottom: 0
}

.created-quiz-wrap .created-quiz-list li {
    margin: 20px 0
}

.created-quiz-wrap .created-quiz-list li .small-txt {
    line-height: 19px
}

.created-quiz-wrap .created-quiz-list li .big-txt {
    font-family: 600;
    font-size: 16px;
    color: #4f4f4f;
    letter-spacing: 0;
    line-height: 24px
}

.created-quiz-wrap .saved-btn .icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: rgba(245, 134, 134, .31);
    position: relative;
    margin-right: 3px
}

.created-quiz-wrap .saved-btn .icon svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}

.sub-title-info .class-title {
    font-size: 13px;
    line-height: 24px
}

.sub-title-info .sub-title {
    font-size: 1.25rem;
    margin-bottom: 20px
}

.video-list-wrap>ul {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
    display: block;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-size: 0;
    margin: 0 -7px
}

.video-list-wrap>ul>li {
    display: inline-block;
    width: 274px;
    max-width: 274px;
    padding: 0 7px
}

.video-list-wrap>ul>li video {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.video-list-wrap .video-frame .thumbnail-img {
    width: 100%;
    z-index: 1
}

.video-list-wrap .video-frame .custom-video-btn {
    position: absolute;
    height: 42px;
    width: 42px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1
}

.video-list-wrap .video-frame .video-lbl-link {
    position: absolute;
    top: 3px;
    right: 10px;
    z-index: 1
}

.video-list-wrap .video-frame .video-sharable-link {
    position: absolute;
    bottom: 11px;
    right: 10px;
    z-index: 1
}

.video-list-wrap .video-frame .video-sharable-link a {
    height: 26px;
    width: 26px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 3px
}

.video-list-wrap .video-frame .video-sharable-link a svg {
    height: 26px;
    width: 26px
}

.video-list-wrap .video-frame .task-pill {
    font-size: 9px;
    font-weight: 600;
    padding: 0 11px;
    line-height: 16px
}

.video-list-wrap .library-list-ui-box {
    padding: 0
}

.video-list-wrap .library-list-ui-box .video-frame {
    margin-right: 0
}

.video-list-wrap .library-list-ui-box .video-title {
    font-size: 15px
}

.video-list-wrap .library-list-ui-box .video-time {
    font-size: 12px;
    line-height: 24px;
    color: #777
}

.top-title.top-blue-title {
    padding-right: 1.7rem
}

.top-title.top-blue-title .title {
    font-size: 1.25rem;
    font-weight: 600
}

.top-title.top-blue-title .see-link {
    font-weight: 600;
    font-size: 14px;
    color: #2c7ae7;
    letter-spacing: 0;
    text-align: right
}

.top-title.top-blue-title .title-detail>ul {
    font-size: 0
}

.top-title.top-blue-title .title-detail>ul li {
    display: inline-block;
    font-size: 12px;
    color: #777
}

.top-title.top-blue-title .title-detail>ul li+li:before {
    content: '|';
    padding: 0 5px
}

.lightbg-video-list-wrap {
    position: relative
}

.lightbg-video-list-wrap:after {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #f4f8fd;
    border-radius: 25px 0 0 25px;
    position: absolute
}

.iq-test-wrap .tab-navs .nav-tabs {
    width: calc(100% - 50px);
    display: block;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    border-bottom: none;
    margin-right: 10px
}

.iq-test-wrap .tab-navs .nav-tabs .nav-item {
    display: inline-block;
    width: 34px
}

.iq-test-wrap .nav-tabs .nav-item:nth-child(1) .nav-link.active .circle.activecircle:after {
    display: none
}

.iq-test-wrap .nav-tabs .nav-item:nth-child(1) .nav-link.active .circle.disabledcircle:after {
    display: none
}

.iq-test-wrap .nav-tabs .nav-item:nth-child(1) .nav-link .circle:after,
.iq-test-wrap .nav-tabs .nav-item:nth-child(1) .nav-link .circle:before {
    width: 0
}

.iq-test-wrap .nav-tabs .nav-item:nth-child(1) .nav-link .circle.activecircle:after {
    display: none
}

.iq-test-wrap .nav-tabs .nav-item:nth-child(1) .nav-link .circle.disabledcircle:after {
    display: none
}

.iq-test-wrap .nav-tabs .nav-item .nav-link {
    padding: .5rem .57rem;
    pointer-events: none
}

.iq-test-wrap .nav-tabs .nav-item .nav-link.active {
    color: #4f4f4f;
    background-color: transparent;
    border-color: transparent
}

.iq-test-wrap .nav-tabs .nav-item .nav-link.active .circle {
    background: #ff6a69;
    border-color: #ff6a69
}

.iq-test-wrap .nav-tabs .nav-item .nav-link.active .circle>span.icon-tickmark {
    color: #fff
}

.iq-test-wrap .nav-tabs .nav-item .nav-link .circle {
    height: 17px;
    width: 17px;
    position: relative;
    top: 0;
    z-index: 2;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #c6c6c6;
    display: inline-block;
    vertical-align: middle
}

.iq-test-wrap .nav-tabs .nav-item .nav-link .circle.activecircle:after {
    display: block
}

.iq-test-wrap .nav-tabs .nav-item .nav-link .circle.disabledcircle {
    background: #ff6a69;
    border-color: #ff6a69
}

.iq-test-wrap .nav-tabs .nav-item .nav-link .circle.disabledcircle>span.icon-tickmark {
    color: #fff
}

.iq-test-wrap .nav-tabs .nav-item .nav-link .circle.disabledcircle:after {
    display: block;
    width: 21px
}

.iq-test-wrap .nav-tabs .nav-item .nav-link .circle:before {
    content: '';
    height: 2px;
    width: 21px;
    position: absolute;
    top: 0;
    left: -38px;
    z-index: 1;
    background: #c6c6c6;
    right: 0;
    bottom: 0;
    margin: auto
}

.iq-test-wrap .nav-tabs .nav-item .nav-link .circle:after {
    content: '';
    height: 2px;
    width: 11px;
    position: absolute;
    top: 5px;
    left: -24px;
    z-index: 1;
    background: #ff6a69;
    -webkit-transition: width .5s linear;
    transition: width .5s linear;
    display: none
}

.iq-test-wrap .nav-tabs .nav-item .nav-link .circle>span.icon-tickmark {
    color: #fff;
    height: 100%;
    width: 100%;
    display: block;
    font-size: 9px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.iq-test-wrap .question-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.iq-test-wrap .tabs-btn-click {
    height: 8px;
    width: 8px;
    display: inline-block;
    position: relative
}

.iq-test-wrap .tabs-btn-click:before {
    content: '';
    height: 8px;
    width: 8px;
    background: 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 2px solid #aaa;
    border-top: 2px solid #aaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.iq-test-wrap .option-list>ol.option-val {
    list-style: none;
    padding-left: 0
}

.iq-test-wrap .option-list>ol.option-val>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.iq-test-wrap .option-list>ol.option-val>li>span {
    width: 20px;
    margin-right: 3px;
    font-size: 12px;
    color: #4f4f4f;
    line-height: 24px
}

.iq-test-wrap .option-list>ol.option-val>li>a {
    text-decoration: none;
    color: inherit;
    width: calc(100% - 30px);
    background: #eaeaea;
    border-radius: 10px;
    padding: 7px 15px;
    font-weight: 600;
    font-size: 12px;
    color: #4f4f4f;
    line-height: 24px
}

.iq-test-wrap .option-list>ol.option-val>li>a>span {
    opacity: 0;
    -webkit-transition: opacity .3 ease-in-out;
    transition: opacity .3 ease-in-out
}

.iq-test-wrap .option-list>ol.option-val>li>a.right-ans>span,
.iq-test-wrap .option-list>ol.option-val>li>a.wrong-ans>span {
    opacity: 1
}

.iq-test-wrap .option-list>ol.option-val>li>a.wrong-ans {
    background: #ff6a69;
    color: #fff
}

.iq-test-wrap .option-list>ol.option-val>li>a.right-ans {
    background: #01b678;
    color: #fff
}

.right-ans-detail .detail-box {
    border-radius: 10px
}

.tow-col-title a {
    color: inherit
}

.tow-col-title a:hover {
    color: #0066b3;
    text-decoration: underline
}

.tow-col-title a span.icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #eaeaea;
    border-radius: 50%;
    text-align: center;
    line-height: 18px
}

.tow-col-title a span.icon svg {
    margin-left: 2px
}

.tow-col-title a span.text {
    text-decoration: underline
}

.modal-pop-custom .close {
    position: absolute;
    top: -31px;
    right: -2px;
    border: 1px solid;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    text-shadow: none;
    font-size: 19px;
    text-align: center;
    opacity: 1
}

.modal-pop-custom.modal-pop-custom-wtbg .modal-content {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    background: 0 0;
	border: 2px solid wheat;
    // border-color: transparent
}

.resultModal .modal-body .title {
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 6px;
    color: #4f4f4f
}

.resultModal .modal-body .sub-title {
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px
}

.resultModal .modal-body .qust-count {
    font-size: 13px;
    line-height: 16px;
    color: #4f4f4f;
    margin: 19px 0 16px 0
}

.resultModal .modal-body>ul li {
    padding: 0 16px
}

.resultModal .modal-body>ul li span {
    display: block
}

.resultModal .modal-body>ul li span.val {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2px
}

.resultModal .modal-body>ul li span.lbl {
    font-size: 13px;
    line-height: 16px;
    text-transform: capitalize;
    color: #4f4f4f
}

.resultModal .modal-body .time-count {
    margin: 24px 0
}

.resultModal .modal-body .time-count .count {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600
}

.resultModal .modal-body .time-count .count-title {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 15px
}

.play-btn {
    width: 42px;
    height: 42px;
    display: block;
    background-color: #fff;
    position: relative;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    top: -3px;
    left: -8px
}

#videoContainer {
    background: #fff
}

#videoControls {
    position: absolute;
    top: 81%;
    left: 0;
    right: 0;
    padding: 0
}

#videoControls .aligned-control>.progress-bar-wrap {
    width: 95%;
    position: relative;
    -webkit-transition: width .5s linear;
    transition: width .5s linear
}

#play {
    position: absolute;
    width: 42px;
    height: 42px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    background: 0 0;
    border: none;
    outline: 0
}

#play .play-btn {
    background: 0 0
}

#progress {
    width: 0%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-appearance: none;
    background-color: #ff6a69;
    height: 3px;
    z-index: 1;
    pointer-events: none
}

#progressBar {
    width: 98.5%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    -webkit-appearance: none;
    background-color: #fff;
    height: 3px;
    z-index: 0
}

#progressBar:focus {
    outline: 0
}

#progressBar::-webkit-slider-thumb {
    -webkit-appearance: none!important;
    height: 0;
    width: 0
}

#progressBar::-moz-range-thumb {
    visibility: hidden!important
}

#buttons {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

#videoContainer:hover #buttons {
    opacity: 1
}

#duration,
#fastFwd {
    color: #fff;
    font-family: 'Varela Round', sans-serif;
    font-size: 12px;
    position: relative;
    bottom: -21px;
    left: 0
}

#closedCaption,
#fullScreen,
#mute,
#volumeBar {
    float: right
}

#fullScreen {
    margin-left: 5px;
    background: 0 0;
    border: none
}

#volumeSlider {
    width: 60px;
    float: right
}

#volumeSlider::-webkit-slider-thumb {
    background-color: green;
    height: 10px;
    width: 10px
}

.transcript-wrap {
    background: #fff;
    background: #f5f5f5;
    padding: 20px 20px;
    display: none;
    height: 400px;
    -webkit-transition: all 500ms cubic-bezier(0.675, 0.170, 0.245, 0.795); 
    -moz-transition: all 500ms cubic-bezier(0.675, 0.170, 0.245, 0.795); 
    -ms-transition: all 500ms cubic-bezier(0.675, 0.170, 0.245, 0.795); 
     -o-transition: all 500ms cubic-bezier(0.675, 0.170, 0.245, 0.795); 
        transition: all 500ms cubic-bezier(0.675, 0.170, 0.245, 0.795);
    overflow:hidden;
}
.transcript-wrap.active {
    height: 400px;
    display: block;
}
.transcript-wrap>ul {
    height: 285px;
    overflow: auto
}

.transcript-wrap>ul li {
    padding: 5px 0;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.transcript-wrap>ul li.highlight {
    color: #ff6a69;
    font-weight: 600
}

.transcript-wrap>ul li.highlight .time {
    color: #ff6a69
}

.transcript-wrap>ul li .time {
    width: 40px;
    display: inline-block;
    font-weight: 600;
    color: #666;
    font-size: 10px
}

.transcript-wrap>ul li .text {
    width: calc(100% - 40px)
}

.next-up-wrap.video-list-wrap .sub-title-info .sub-title {
    font-size: 16px
}

.next-up-wrap.video-list-wrap .library-list-ui-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.next-up-wrap.video-list-wrap .library-list-ui-box .thumbnail-img {
    width: 90px;
    height: 95px
}

.next-up-wrap.video-list-wrap .library-list-ui-box .disc {
    padding-left: 10px
}

.next-up-wrap.video-list-wrap .library-list-ui-box .video-frame .play-btn {
    background: 0 0;
    height: 29px;
    width: 29px;
    left: 0;
    right: 0;
    margin: auto
}

.more-video-wrap .sub-title-info .sub-title {
    font-size: 16px
}

.video-desc-wrap .video-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 5px
}

.like-wrap>li>a {
    color: inherit
}

.like-wrap>li .transcript-link {
    color: #4f4f4f;
    font-size: 13px;
    line-height: 16px
}

.like-wrap>li .transcript-link>span {
    margin-right: 3px
}

.like-wrap>li .btn-wrap {
    margin-bottom: 0
}

.like-wrap>li .btn-wrap .btn-primary {
    border-radius: 22px;
    line-height: 18px;
    width: 91px;
    font-size: 12px
}

#volumeSlider {
    width: 60px;
    float: right
}

#volumeSlider::-webkit-slider-thumb {
    background-color: green;
    height: 10px;
    width: 10px
}

body,
html {
    min-height: 100%;
    height: 100%
}

.text-grey {
    color: #777!important
}

.bg-grey {
    background: #777!important
}

.bg-yellow {
    background: #f9a600!important
}

.bg-pink {
    background: #e83e8c!important
}

.bg-magenta {
    background: #b8244e!important
}

.line-height-normal {
    line-height: normal
}

.dot-sm {
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.divider-vertical::after {
    content: '';
    width: 1px;
    background-color: #d4eff3;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.divider-horizontal {
    height: 1px;
    background-color: #f1f2f3
}

.btn-with-icon {
    line-height: normal;
    max-width: 155px;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: 0 4px 11px 0 rgba(55, 187, 143, .4);
    box-shadow: 0 4px 11px 0 rgba(55, 187, 143, .4);
    border-radius: 12px
}

.icon-decline {
    height: 24px;
    width: 24px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    background: #ffd2d2
}

.icon-accept {
    height: 24px;
    width: 24px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    background: #1d9069
}

.body-overlay {
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}
.createOptions {
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.filter-btn svg {
    background: #eaeaea;
    border-radius: 10px
}

.filter-actions .custom-control-label {
    padding-left: 12px;
    font-size: 18px;
    line-height: normal
}

.filter-actions .custom-control-input:checked~.custom-control-label::before {
    border-color: #f9a600;
    background-color: #f9a600
}

.filter-actions .custom-control-input {
    width: 24px;
    height: 24px
}

.filter-actions .custom-control-label::before {
    width: 24px;
    height: 24px;
    top: 0
}

.filter-actions .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 15 15'%3E%3Cpolyline fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' points='3 9.038 5.044 11 12 4'%3E%3C/polyline%3E%3C/svg%3E%0A");
    background-size: 15px;
    background-position: center 2px;
    width: 20px;
    height: 20px;
    left: -1.35rem
}

.filter-actions-dialog {
    position: fixed;
    z-index: 10;
    bottom: 0
}

.filter-actions-dialog:after {
    background: #000;
    position: absolute;
    left: 0;
    top: 0
}

.filter-actions-dialog .apply-btn {
    max-width: 255px;
    width: 100%
}

.filter-actions-dialog .apply-btn a {
    max-width: 255px
}

.filter-actions-dialog .back-btn {
    max-width: 120px;
    width: 100%
}

.filter-actions-dialog .back-btn a {
    max-width: 120px;
    width: 100%;
    border-color: #c6c6c6
}

.payment-option-dialog .payment-icon img {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    border-radius: 100%
}

.strength-btn .custom-control {
    width: 110px;
    border-radius: 15px;
    border: 1px solid #919191;
    padding: 0
}

.strength-btn .custom-control .custom-control-label {
    line-height: 50px;
    min-width: 100px;
    display: block;
    text-align: center;
    position: relative
}

.strength-btn .custom-control .custom-control-label::before,
.strength-btn .custom-control .custom-control-label:after {
    right: 5px;
    top: 5px;
    left: auto
}

.strength-btn .custom-control .custom-control-input:checked+.custom-control-label::before {
    border-color: #f9a600;
    background-color: #f9a600
}

.strength-btn .custom-control .custom-control-input:checked+.custom-control-label::after {
    opacity: 1
}

.strength-btn .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 15 15'%3E%3Cpolyline fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' points='3 9.038 5.044 11 12 4'%3E%3C/polyline%3E%3C/svg%3E%0A");
    background-size: 15px;
    background-position: center 2px;
    width: 20px;
    height: 20px;
    top: 3px;
    right: 3px
}

.bordered-btn {
    background: 0 0;
    border: 1px solid rgba(255, 83, 83, .33);
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 117px
}

.bordered-gray-btn {
    background: 0 0;
    border: 1px solid #bbbaba;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 117px;
    background: #fff
}

.column-list {
    padding: 9px 0;
    border-top: 1px solid #f1f2f3;
    border-bottom: 1px solid #f1f2f3
}

.tabs-content .nav-tabs {
    border: none
}

.tabs-content .nav-tabs li {
    padding: 6px;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid #f4f4f4;
    position: relative;
    max-width: 100%
}

.tabs-content .nav-tabs li a {
    color: #777
}

.tabs-content .nav-tabs li a:after {
    bottom: -2px
}

.tabs-content .nav-tabs li a svg path#bookmark {
    fill: #777
}

.tabs-content .nav-tabs li a svg path#download {
    fill: #777;
    stroke: #777
}

.tabs-content .nav-tabs li a.active {
    color: #ff6a69
}

.tabs-content .nav-tabs li a.active svg path#bookmark {
    fill: #ff5353
}

.tabs-content .nav-tabs li a.active svg path#download {
    fill: #ff5353;
    stroke: #ff5353
}

.tabs-content .nav-tabs li .icon-notification {
    background: #ff5353;
    -webkit-box-shadow: 0 5px 7px 0 rgba(226, 77, 77, .26);
    box-shadow: 0 5px 7px 0 rgba(226, 77, 77, .26);
    border-radius: 10px;
    padding: 1px 5px;
    color: #fff;
    font-size: 10px;
    margin-left: 5px
}

.ui-drawer {
    width: 100%;
    border-radius: 10px
}

.ui-drawer .ui-drawer-head {
    -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .1);
    font-weight: 600;
    padding: 15px;
    background: #ffedd0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative
}

.ui-drawer .ui-drawer-head .trigger-btn svg {
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ui-drawer .ui-drawer-head.inactive {
    border-radius: 10px
}

.ui-drawer .ui-drawer-head.inactive .trigger-btn svg {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.ui-drawer .ui-drawer-body {
    padding: 15px;
    overflow: hidden;
    background: #ffedd0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.ui-box {
    background: #fff;
    border-radius: 10px;
    padding: 16px 18px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1)
}

.assign-readings {
    background: #e1f6f9;
    border-radius: 10px;
    padding: 24px 0 18px;
    position: relative;
    margin: 28px 0 0
}

.assign-readings .tipper {
    position: absolute;
    left: 7px;
    top: -12px;
    background: #44b9ca;
    border-radius: 12px;
    font-size: 12px;
    padding: 6px 12px;
    color: #fff
}

.form-group {
    margin-bottom: 5px;
    margin-top: 5px;
    border: 2px solid #f4f4f4;
    padding: 25px 15px 13px;
    border-radius: 15px;
    position: relative
}

.form-group.disabled {
    pointer-events: none;
    background: 0 0
}

.form-group label {
    margin: 0;
    position: absolute;
    color: #4f4f4f;
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 1rem;
    font-weight: 600;
    pointer-events: none;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px)
}

.form-group .form-control {
    border-radius: 0;
    border: 0;
    padding: 0;
    height: auto
}

.form-group .select-control {
    border-radius: 0;
    border: 0;
    padding: 0;
    height: auto;
    position: relative;
    z-index: 1;
    width: 100%;
    border-color: transparent;
    color: transparent;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    top: -1px;
    outline: 0;
    // background-position-y: -6px
}

.form-group .select-control.active {
    color: #4f4f4f
}

.form-group .select-control+label.active {
    -webkit-transform: translateY(-16px) scale(.75);
    transform: translateY(-16px) scale(.75);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
    padding: 1px 6px;
    z-index: 1;
    background: #fff
}

.form-group input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group .select-control:focus {
    color: #4f4f4f
}

.form-group .select-control:focus+label {
    -webkit-transform: translateY(-16px) scale(.75);
    transform: translateY(-16px) scale(.75);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
    padding: 1px 6px;
    z-index: 1;
    background: #fff
}

.form-group input+label.active,
.form-group input:focus+.select-control:focus+label {
    -webkit-transform: translateY(-16px) scale(.75);
    transform: translateY(-16px) scale(.75);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
    padding: 1px 6px;
    z-index: 1;
    background: #fff
}

.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

form .btn-primary {
    width: 100%;
    max-width: 236px;
    -webkit-box-shadow: 0 4px 11px 0 rgba(255, 83, 83, .42);
    box-shadow: 0 4px 11px 0 rgba(255, 83, 83, .42)
}

.font-size-sm {
    font-size: 14px
}

.font-size-xs {
    font-size: 12px
}

.font-size-xss {
    font-size: 10px
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 22px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 1px;
    bottom: 1px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

input:checked+.slider {
    background-color: #37bb8f
}

input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #37bb8f;
    box-shadow: 0 0 1px #37bb8f
}

input:checked+.slider:before {
    -webkit-transform: translateX(23px);
    transform: translateX(23px)
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.pt75 {
    padding-top: 75px
}

.class-subscriptions-table {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow-x: auto
}

.class-subscriptions-table table {
    width: 100%
}

.class-subscriptions-table table thead {
    -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .1);
    font-size: 15px;
    font-weight: 600
}

.class-subscriptions-table table thead th {
    padding: 15px
}

.class-subscriptions-table table thead th.sort-header {
    padding: 15px;
    padding-right: 25px;
    position: relative
}

.class-subscriptions-table table thead th.sort-header span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.class-subscriptions-table table tbody {
    padding: 15px
}

.class-subscriptions-table table tbody tr {
    border-bottom: 1px solid #f1f2f3
}

.class-subscriptions-table table tbody td {
    padding: 15px;
    vertical-align: top
}

.class-subscriptions-table.align-items-middle table tbody td {
    vertical-align: middle
}

.task-pill {
    background: #44b9ca;
    border-radius: 12px;
    font-size: 12px;
    padding: 0 10px 0 25px;
    color: #fff;
    margin-bottom: 4px;
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
    line-height: 24px;
    position: relative
}

.task-pill .task-pill-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 2px;
    background: rgba(255, 255, 255, .2)
}

.task-pill .task-pill-icon svg {
    position: absolute;
    top: 0;
    left: 0
}

.custom-bar-chart {
    text-align: center;
    display: inline-block;
    margin-right: 5px
}

.custom-bar-chart .data-percent {
    font-size: 8px;
    margin-bottom: 5px;
    font-weight: 700
}

.custom-bar-chart .data-chart {
    width: 31px;
    height: 0;
    margin: auto;
    opacity: .4;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.custom-bar-chart .data-title {
    font-size: 7px;
    text-transform: uppercase;
    margin: 6px 0 0;
    font-weight: 700
}

.custom-bar-chart-group {
    height: auto;
    width: 102px;
    background: #f5f1ff;
    padding: 20px 25px 62px 25px;
    display: inline-block;
    position: relative;
    margin-right: 0;
    vertical-align: top
}

.custom-bar-chart-group .stack-chart {
    height: 120px
}

.custom-bar-chart-group .data-chart {
    width: 100%;
    position: relative
}

.custom-bar-chart-group .data-title {
    font-size: 10px;
    text-transform: inherit;
    line-height: normal
}

.custom-bar-chart-group .data-percent {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 50%;
    font-size: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.custom-bar-chart-group:not(:last-child) .data-title {
    display: none
}

.custom-bar-chart-group .task-pill {
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: 60px;
    margin: 0 auto
}

.custom-bar-chart-group .task-pill .task-pill-icon {
    width: 15px;
    height: 15px
}

.xp-home {
    -webkit-background-image: linear-gradient(175deg, #c20661 0, #6b0070 100%);
    background-image: linear-gradient(175deg, #c20661 0, #6b0070 100%)
}

.xp-home .wrap {
    background: url(images/XPs_elements.svg) no-repeat;
    background-position: 100% 13px;
    padding: 0 20px;
    min-height: 100px
}

.xp-home .redeem-wraper {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    top: 40px
}

.xp-home .redeem-wraper h1 {
    line-height: 15px
}

.xp-home .redeem-wraper p.small-txt {
    font-size: 16px
}

.xp-home .redeem-wraper .bottom-redeem-wrap ul.list li .btn-wrap button {
    min-width: 165px
}

.subject-list-ui-box li {
    position: relative;
    padding: 22px;
    background-image: linear-gradient(-45deg, #dc468c, #b7234c);
    -webkit-box-shadow: 0 8px 19px 0 rgba(157, 11, 79, .47);
    box-shadow: 0 8px 19px 0 rgba(157, 11, 79, .47);
    border-radius: 10px;
    margin-bottom: 15px
}

.subject-list-ui-box li.shade-maths {
    background-image:  linear-gradient(164.16deg, #E854A4 8.34%, #FF6C74 107.51%);
    -webkit-box-shadow: 0 8px 19px 0 rgba(157, 11, 79, .47);
    box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.1);
}

.subject-list-ui-box li.shade-chemistry {
    background-image:  linear-gradient(164.16deg, #DB454D 10.2%, #FF9B70 107.51%);
    -webkit-box-shadow: 0 8px 19px 0 rgba(157, 11, 79, .47);
    box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.1);
}
.subject-list-ui-box li.shade-botany {
    background-image:  linear-gradient(159.76deg, #E1AC46 2.41%, #D4E13C 111.94%);
    -webkit-box-shadow: 0 8px 19px 0 rgba(157, 11, 79, .47);
    box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.1);
}

.subject-list-ui-box li.shade-magenta {
    background-image: linear-gradient(-45deg, #dc468c, #b7234c);
    -webkit-box-shadow: 0 8px 19px 0 rgba(157, 11, 79, .47);
    box-shadow: 0 8px 19px 0 rgba(157, 11, 79, .47)
}

.subject-list-ui-box li.shade-cyan {
    background-image: linear-gradient(-45deg, #4e7cff, #0079c9);
    -webkit-box-shadow: 0 8px 19px 0 rgba(16, 91, 164, .5);
    box-shadow: 0 8px 19px 0 rgba(16, 91, 164, .5)
}

.subject-list-ui-box li.shade-orange {
    background-image: linear-gradient(-45deg, #e7452f, #e87347);
    -webkit-box-shadow: 0 8px 19px 0 rgba(221, 124, 86, .5);
    box-shadow: 0 8px 19px 0 rgba(221, 124, 86, .5)
}

.subject-list-ui-box li.shade-green {
    background-image: linear-gradient(-45deg, #01b678, #009a76);
    -webkit-box-shadow: 0 8px 19px 0 rgba(1, 151, 128, .5);
    box-shadow: 0 8px 19px 0 rgba(1, 151, 128, .5)
}

.subject-list-ui-box li.shade-aqua {
    background-image: linear-gradient(-45deg, #1caabd, #188999);
    -webkit-box-shadow: 0 8px 19px 0 rgba(71, 156, 168, .57);
    box-shadow: 0 8px 19px 0 rgba(71, 156, 168, .57)
}

.subject-list-ui-box li h4 {
    color: #fff
}

.subject-list-ui-box li p {
    font-size: 13px;
    color: #fff;
    opacity: .7
}

.subject-list-ui-box li img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search-input {
    padding: 10px 15px 10px 45px;
    border-radius: 10px
}

.search-input a {
    left: 9px;
    top: 4px;
    display: block;
    position: absolute
}

.library-list-ui-box {
    padding: 5px
}

.library-list-ui-box .video-frame {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 13px
}

.library-list-ui-box .video-frame .play-btn {
    width: 42px;
    height: 42px;
    display: block;
    background-color: #fff;
    position: absolute;
    border-radius: 100%;
    text-align: center;
    line-height: 40px
}

.library-list-ui-box .task-pill {
    font-size: 10px;
    padding: 0 10px;
    line-height: 19px
}

.library-list-ui-box .task-pill.bg-yellow {
    -webkit-box-shadow: 0 4px 11px 0 rgba(249, 166, 0, .39);
    box-shadow: 0 4px 11px 0 rgba(249, 166, 0, .39)
}

.library-list-ui-box .task-pill.bg-purple {
    -webkit-box-shadow: 0 4px 11px 0 rgba(112, 51, 255, .25);
    box-shadow: 0 4px 11px 0 rgba(112, 51, 255, .25)
}

.library-list-ui-box .task-pill.bg-orange {
    -webkit-box-shadow: 0 4px 11px 0 rgba(221, 124, 86, .5);
    box-shadow: 0 4px 11px 0 rgba(221, 124, 86, .5)
}

.library-list-ui-box .task-pill.bg-magenta {
    -webkit-box-shadow: 0 4px 11px 0 rgba(184, 36, 78, .39);
    box-shadow: 0 4px 11px 0 rgba(184, 36, 78, .39)
}

.library-list-ui-box .task-pill.bg-indigo {
    -webkit-box-shadow: 0 4px 11px 0 rgba(3, 120, 202, .39);
    box-shadow: 0 4px 11px 0 rgba(3, 120, 202, .39)
}

.library-list-ui-box .task-pill.bg-pink {
    -webkit-box-shadow: 0 0 4px 11px 0 rgba(184, 36, 78, .39);
    box-shadow: 0 0 4px 11px 0 rgba(184, 36, 78, .39)
}

.library-list-ui-box .task-pill.bg-success {
    -webkit-box-shadow: 0 4px 11px 0 rgba(1, 151, 128, .5);
    box-shadow: 0 4px 11px 0 rgba(1, 151, 128, .5)
}

.activity-charts {
    padding: 18px 0 30px;
    margin: 0 0 10px;
    overflow-x: scroll;
    scroll-behavior: smooth
}

.activity-charts .activity-charts-label-border {
    width: 1px;
    height: 120px;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: #c6c6c6
}

.activity-charts .activity-charts-label-border:before {
    content: '';
    width: 10px;
    height: 1px;
    background-color: #c6c6c6;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.activity-charts .activity-charts-label-border:after {
    content: '';
    width: 10px;
    height: 1px;
    background-color: #c6c6c6;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.activity-charts .activity-charts-label {
    height: 80px;
    top: 40px;
    padding: 0;
    margin: 0
}

.activity-charts-indicators .dot-sm {
    opacity: .4
}

.modal-popup {
    position: fixed;
    opacity: 0;
    bottom: 0;
    z-index: -99;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.modal-popup.active {
    opacity: 1;
    pointer-events: inherit;
    z-index: 10
}

.circular-progress {
    width: 100%;
    height: auto;
    max-height: 120px;
    max-width: 120px;
    position: relative;
    overflow: hidden
}

.circular-progress svg {
    width: 100%;
    height: 100%;
    max-height: 120px;
    max-width: 120px
}

.circular-progress circle {
    -webkit-transition: stroke-dashoffset 1s linear;
    transition: stroke-dashoffset 1s linear;
    shape-rendering: geometricprecision;
    fill: none
}

.circular-progress .dot {
    stroke-width: 2px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all linear 1s;
    transition: all linear 1s
}

.circular-progress .info-wrap {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: rgba(0, 0, 0, .5)
}

.circular-progress .info-wrap .total-percentage {
    font-weight: 600;
    color: #272b34;
    display: block
}

.edit-bookmark-modal {
    position: fixed;
    width: 85%;
    margin: auto;
    bottom: 27px;
    left: 0;
    right: 0
}

.edit-bookmark-modal .action-header {
    margin-bottom: 10px;
    border-radius: 12px;
    background: #fff
}

.edit-bookmark-modal .action-footer a {
    background: #fff;
    border-radius: 12px
}

.downloads-message {
    padding: 13px;
    background: #ffedd0;
    border-radius: 10px;
    margin-bottom: 20px
}

.downloads-message .message-btn {
    height: 30px;
    line-height: 30px;
    color: #777;
    font-size: 12px;
    padding: 0 29px;
    border: #eed9b7 1px solid;
    border-radius: 8px;
    margin-left: 30px
}

.downloads-filter-tags .task-pill {
    padding: 4px 13px;
    background: #eaeaea;
    font-weight: 600;
    color: #000;
    border-radius: 16px
}

.downloads-filter-tags .task-pill svg {
    margin-left: 13px
}

.quizess-pop-proceed {
    min-width: calc(100% - 15px);
    width: calc(100% - 15px)
}

.form-error {
    display: none;
    position: absolute;
    bottom: -17px;
    font-size: 11px
}

.error-field .form-error {
    display: block
}

/****************Chaithanya Added CSS Start******************/
.buttonaslink{
	border: none;
	background: none;
}
.sidebar-wrapper .user--info .user--name p.mail-id{
	word-break: break-word;
}
.alert-top{
	position:fixed;
	z-index:1500;
	left:0;
	right:0;
	top:40px;
	background:none;
	border:none;
	text-align:center;
	padding:0;
	border-radius:0;
}
.alert-top .alert-content{
	display:inline-block;
	float:none;
	text-align:left;
	padding:16px;
	border-radius:4px;
	box-shadow:0 2px 10px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.5) inset;
	color:#000;
}
.alert-top .alert-content p{
	margin:0;
	display:block;
}

.alert.alert-success{
	background:#ffd02b;
	border:1px solid #ffa500;
	color:#000;
}
.field-icon {
	float: right;
    margin-right: 12px;
    margin-top: -46px;
    position: relative;
    z-index: 2;
}
.tablesorter .fa-sort{
	color: rgb(148, 148, 148);
}
.error, .fieldError {
    color: #ff0000 !important;
	display: initial;
}
.progress-bars .percentage-txt span{
	font-size: 13px;
}
.progress-bars .percentage-txt{
	top: initial;
}

.tasktype--pane.simulations-pane .selected-list>ul li{
	padding-right: 35px;
    font-size: 15px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.tasktype--pane.simulations-pane .selected-list .sub--close, .tasktype--pane.simulations-pane .selected-list .sub-close {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.tasktype--pane.simulations-pane .selected-list>ul li+li {
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.data-chart{
	max-height: 60px;
}
.lm-completion .data-chart{
	max-height: initial;
}
#QuizzesOverview ul li{
	margin-bottom: 15px;
}
.tablesorter-headerAsc svg{
	transform: rotate(90deg) !important;
}
.otp-verify-wrap .digit-group1 .form-control{
	width: 37px;
	padding: 10px;
}
#calendar{
	height: 250px;
    overflow-y: scroll;
}
.form-control:disabled, .form-control[readonly]{
	background: initial;
}

.star{
	color:red;
}
.upload-button{
	cursor:pointer;
}

.form-group label.active{
    -webkit-transform: translateY(-1px) scale(.75);
    transform: translateY(-1px) scale(.75);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: .5;
}
a{
	cursor: pointer;
}
.disabled a{
	pointer-events: initial;
}

.otp-verify-wrap input[type=text], .otp-verify-wrap input[type=password]{
	font-size: initial;
	line-height: initial;
	width: 100%;
}
.profile-img-upload .profile-pic {
	width: 100%;
    height: 100%;
}

 .stretch-card>.card {
     width: 100%;
     min-width: 100%
 }
.owl-carousel .item {
     margin: 5px
 }

 .owl-carousel .item img {
     display: block;
     width: 100%;
     height: auto;
	border-radius: 10px;
	height: 165px;
    object-fit: cover;
    background: #c7c3c3;
 }
 .owl-buttons .fa-chevron-left{
	 position: absolute;
    top: 40%;
    left: -13px;
    font-size: 20px
 }
 .owl-buttons .fa-chevron-right{
	position: absolute;
    top: 40%;
    right: -17px;
    font-size: 20px
 }
@media (max-width:576px) {
	.owl-buttons .fa-chevron-left, .owl-buttons .fa-chevron-right{
		display: none;
	}
	.stretch-card{
		padding: 0px;
	}
	.VideoCarousel{
		width: auto;
	}
}
.video-list-wrap .video-frame .video-sharable-link {
    position: absolute;
    top: 135px;
    right: 10px;
    z-index: 1;
}
.video-list-wrap .video-frame .video-sharable-link a {
    height: 26px;
    width: 26px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 3px;
}
.video-list-wrap .video-frame .video-sharable-link a svg {
    height: 26px;
    width: 26px;
}
.library-list-ui-box .video-frame {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 13px;
}
.video-list-wrap .video-frame .task-pill {
    font-size: 9px;
    font-weight: 600;
    padding: 0 11px;
    line-height: 16px;
}
.video-list-wrap .video-frame .video-lbl-link {
    position: absolute;
    top: 3px;
    right: 10px;
    z-index: 1;
}
.video-list-wrap .video-frame .play-btn {
    width: 42px;
    height: 42px;
    display: block;
    background-color: #fff;
    position: absolute;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
	top: -10px;
    left: -3px;
}
.video-list-wrap .video-frame .custom-video-btn {
    position: absolute;
    height: 42px;
    width: 42px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.subjectdetail .title-detail>ul li {
    display: inline-block;
    font-size: 12px;
    color: #777;
}
.subjectdetail .title-detail>ul li+li:before {
    content: '|';
    padding: 0 5px;
}
.QuestionDisp .option-val label{
	text-decoration: none;
    color: inherit;
    width: calc(100% - 30px);
    background: #eaeaea;
    border-radius: 10px;
    padding: 7px;
    // font-weight: 200;
    font-size: 12px;
    color: #4f4f4f;
    line-height: 24px;
	cursor: pointer
}
.QuestionDisp ol li input[type=radio]{
	position: absolute;
	visibility: hidden;
}
.QuestionDisp .option-val input[type="radio"]:checked + label{
	background: #f9a600;
    color: #fff
}
.QuestionDisp .option-val label.right-ans{    
    background: #fff !important;
    border: 2px solid #01b678 !important;
	border-radius: 10px;
	color: #01b678 !important;
}
.QuestionDisp .option-val label.wrong-ans {
    background: #fff !important;
    border: 2px solid #ff6a69 !important;
	border-radius: 10px;
	color: #ff6a69 !important;
}
.submit-answer-proceed{
	min-width: calc(100% - 15px);
    width: calc(100% - 15px);
}
.form-group .select-control{
	box-shadow: none !important;
}
.footer-nav-wrap ul.nav-list {
	justify-content: space-around;
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}
.iq-test-wrap .tab-navs .nav-tabs{
	overflow-x: hidden;
	margin-left: 10px;
	margin-right: 0px;
}
.iq-test-wrap .tabs-btn-click{
	height: 24px;
    width: 24px;
    display: inline-block;
    position: relative;
    padding: 10px;
}
.iq-test-wrap .tabs-btn-click:before{
	border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}
.NextQuesIcon, .PrevQuestion{
	position: relative;
    bottom: 64px;
}
.NextQuesIcon .tabs-btn-click:before{
	right: 2px;
}
.PrevQuestion .tabs-btn-click:before{
	left: 2px;
}
/****************Chaithanya Added CSS End********************/
/****************Harika Added CSS Start********************/
.card-slider-wrap .dp-content .option-val>li a.active {
    text-decoration: none;
    color: inherit;
    width: calc(100% - 30px);
    background: #c4e5da;
    border-radius: 10px;
    padding: 7px 15px;
    font-weight: 600;
    font-size: 12px;
    color: #4f4f4f;
    line-height: 24px
}
.task-pill a, .assign-readings .tipper a{
   color: #fff !important;
}
.card-slider-wrap .dp_item{
	height: 274px;
	overflow-y: scroll;
	align-items: initial;
}
.option-list p, .option-val p{
	margin: 0px;
}
.NextQuesIcon{
	margin: 0px;
    float: right;
}
.PrevQuestion{
	margin: 0px;
	float: left;
}
.iq-test-wrap .PrevQuestion .tabs-btn-click:before {
	-webkit-transform: rotate(222deg);
    transform: rotate(222deg);
}
.IQTestQuestionText{
	margin-left: 20px;
}
.IQTestQuestionText p{
	margin-bottom: 0px;
}

.commontabs__nav {
    overflow-x: auto !important;
}
.top-back-to-link{
	top: 0px;
}
.pt50{
	padding-top: 50px;
}

.QuestionDisp .option-val label{
    background: #fff !important;
    border: 2px solid #c6c6c6!important;
	border-radius: 10px;
}

.otp-verify-wrap .digit-group1 .form-control{
	width: 300px !important;
	padding: 10px;
}
/****************Harika Added CSS End********************/


/* ******************************* Amit Added CSS Starts *********************** */

.select2-container {
	width: 100% !important;
}

/* ******************************* Amit Added CSS Ends ************************* */

/* horizontal scroll for chrome browser in transcript-wrap start */
.transcript-wrap>ul::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.transcript-wrap>ul::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}