@charset "UTF-8";
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px;
    padding-right: 0
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: 700;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #f1f1f1;
    color: #333;
    outline: 0
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: 0
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

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

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

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    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;
    -webkit-text-decoration-skip-ink: none;
    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: 700
}

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: #007bff;
    text-decoration: none;
    background-color: transparent
}

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

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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: #6c757d;
    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] {
    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: 2.5rem
}

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

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

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

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

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

.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: #6c757d
}

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

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

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

.figure {
    display: inline-block
}

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

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

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: 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: 700
}

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: 576px) {
    .container {
        max-width: 540px
    }
}

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

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

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

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

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

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

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

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

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

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

.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: #212529;
    background-color: rgba(0, 0, 0, .075)
}

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

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

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

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

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

.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: 575.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.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

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

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

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

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

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

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-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.5
}

.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-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    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-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    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 {
    color: #6c757d
}

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

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -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: #28a745
}

.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.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

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

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

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

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' 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' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

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

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

.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: #28a745
}

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

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

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

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .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: #28a745
}

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

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

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.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.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

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

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' 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' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

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

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

.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: #dc3545
}

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

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

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

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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: #dc3545
}

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

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

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

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

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -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: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: 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 {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

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

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

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

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

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

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

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

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

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

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

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

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

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

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

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

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

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

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

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

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

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

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

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

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

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

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

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

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

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

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

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

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

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

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

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

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

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

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

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

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

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

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    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: #007bff;
    border-color: #007bff
}

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

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

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

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

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

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

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    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: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

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

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

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

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    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: #ffc107;
    border-color: #ffc107
}

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

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

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

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    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: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

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

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    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: #f8f9fa;
    border-color: #f8f9fa
}

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

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

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

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    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: #343a40;
    border-color: #343a40
}

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

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

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

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

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

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

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    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 {
    transition: opacity .15s linear
}

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

.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: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .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 #e9ecef
}

.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: #f8f9fa
}

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

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    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: #6c757d;
    white-space: nowrap
}

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

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

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    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: -ms-flexbox;
    display: flex;
    -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: -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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.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.5rem;
    padding-left: 1.5rem
}

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

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

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

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

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

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

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef
}

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

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

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

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

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

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

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

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

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

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .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(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .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
}

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

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

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

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

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

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

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

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

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

.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.5em + .75rem + 2px);
    margin-bottom: 0
}

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

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

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef
}

.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.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

.custom-range {
    width: 100%;
    height: calc(1rem + .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 {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

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

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

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

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

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

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

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

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

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

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    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: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

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

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

.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: #dee2e6;
    border-radius: 1rem
}

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

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

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

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

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

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

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

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

.nav {
    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: #6c757d;
    pointer-events: none;
    cursor: default
}

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

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

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

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

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

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

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

.nav-pills .nav-link {
    border-radius: .25rem
}

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

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

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar > .container, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

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

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -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%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -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: .25rem
}

.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: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

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

    .navbar-expand-sm .navbar-nav {
        -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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        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 {
        padding-right: 0;
        padding-left: 0
    }
}

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

    .navbar-expand-md .navbar-nav {
        -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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        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 {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

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

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

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

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

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

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

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

    .navbar-expand-xl .navbar-nav {
        -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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

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

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

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

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

.navbar-expand .navbar-nav {
    -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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

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

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

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

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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: calc(.25rem - 1px) calc(.25rem - 1px) 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 calc(.25rem - 1px) calc(.25rem - 1px)
}

.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 {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

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

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

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

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

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

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

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -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: 576px) {
    .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(:first-of-type) .card-header:first-child {
    border-radius: 0
}

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

.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card .card-header {
    margin-bottom: -1px
}

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

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

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

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

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

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

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

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

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

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

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

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

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

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

.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: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        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: #007bff
}

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

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

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

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

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

.badge-success {
    color: #fff;
    background-color: #28a745
}

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

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

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

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

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

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

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .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: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

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

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

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

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

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

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

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

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

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

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

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

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

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

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

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

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

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

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

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

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

.alert-dark .alert-link {
    color: #040505
}

@-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: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        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: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):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);
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    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 {
    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 {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    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: -ms-flexbox;
    display: flex;
    -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 {
    -ms-flex-direction: column;
    flex-direction: column;
    -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: -ms-flexbox;
    display: flex;
    -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: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

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

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

.bs-tooltip-auto[x-placement^=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: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    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) * -1)
}

.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) * -1);
    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) * -1)
}

.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) * -1);
    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: #212529
}

.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;
    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 {
        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;
    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;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        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' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -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;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        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: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !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: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !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: -ms-flexbox !important;
    display: flex !important
}

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

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

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

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

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

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

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

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

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

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

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

@media print {
    .d-print-none {
        display: none !important
    }

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

    .d-print-inline-flex {
        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.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-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: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-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: 576px) {
    .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;
    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 {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

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

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.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: 3rem !important
}

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

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

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

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

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

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

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

.p-2 {
    padding: .5rem !important
}

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

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

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

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

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

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

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

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.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: -3rem !important
}

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

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

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

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

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

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

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

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

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

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

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

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

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

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

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

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

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

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

    .p-sm-2 {
        padding: .5rem !important
    }

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

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

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

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-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: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

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

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

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

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

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

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

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

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

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

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

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

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

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

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

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

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

    .p-md-2 {
        padding: .5rem !important
    }

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

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

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

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-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: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

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

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

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

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

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

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

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

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

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

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

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

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

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

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

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

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

    .p-lg-2 {
        padding: .5rem !important
    }

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

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

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

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-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: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

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

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

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

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

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

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

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

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

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

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

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

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

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

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

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

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

    .p-xl-2 {
        padding: .5rem !important
    }

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

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

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

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-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: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

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

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

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

.text-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: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-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: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !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;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        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 #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

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

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.fslightbox-toolbar {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    background: rgba(35, 35, 35, .65)
}

.fslightbox-toolbar-button {
    height: 100%;
    width: 45px;
    cursor: pointer
}

.lds-ring {
    display: block;
    margin: auto;
    position: relative;
    width: 67px;
    height: 67px
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 54px;
    height: 54px;
    margin: 6px;
    border: 5px solid #999;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #999 transparent transparent transparent
}

.lds-ring div:nth-child(1) {
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.fslightbox-source-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center
}

.fslightbox-source {
    display: block;
    margin: auto;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.fslightbox-transform-transition {
    transition: transform .3s
}

.fslightbox-invalid-file-wrapper {
    font-size: 22px;
    color: #eaebeb;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.fslightbox-fade-in {
    opacity: 1 !important
}

.fslightbox-fade-in {
    animation: fslightbox-fade-in .25s cubic-bezier(0, 0, .7, 1)
}

@keyframes fslightbox-fade-in {
    from {
        opacity: .65
    }
    to {
        opacity: 1
    }
}

.fslightbox-fade-out {
    animation: fslightbox-fade-out .25s ease
}

@keyframes fslightbox-fade-out {
    from {
        opacity: .35
    }
    to {
        opacity: 0
    }
}

.fslightbox-fade-in-complete {
    animation: fslightbox-fade-in-complete .25s cubic-bezier(0, 0, .7, 1) forwards
}

@keyframes fslightbox-fade-in-complete {
    from {
        opacity: .3
    }
    to {
        opacity: 1
    }
}

.fslightbox-fade-out-complete {
    animation: fslightbox-fade-out-complete .25s ease !important
}

@keyframes fslightbox-fade-out-complete {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fslightbox-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #1e1e1e;
    background: linear-gradient(rgba(30, 30, 30, .9), #000 1810%);
    font-family: Montserrat, sans-serif;
    z-index: 9999999;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.fslightbox-open {
    overflow: hidden;
    height: 100%
}

.fslightbox-scrollbarfix {
    padding-right: 17px
}

.fslightbox-nav {
    height: 45px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.fslightbox-slide-number-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .82rem;
    color: #c1c2c2;
    z-index: 1;
    max-width: 46px
}

.fslightbox-slide-number-container .fslightbox-slide-slide-number {
    padding: 0 2px
}

.fslightbox-slide-number-container .fslightbox-slash {
    padding-top: .15rem;
    font-size: 12px
}

.fslightbox-svg-icon path {
    fill: #ddd
}

.fslightbox-svg-icon circle {
    stroke: #4691f6;
    stroke-width: 1
}

.fslightbox-slide-btn-container {
    display: flex;
    align-items: center;
    padding: 30px 30px 30px 6px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 1;
    transform: translateY(-50%)
}

.fslightbox-slide-btn-container:hover .fslightbox-svg-icon path {
    fill: #f1f1f1
}

.fslightbox-slide-btn {
    padding: 7px;
    font-size: 26px;
    background: rgba(35, 35, 35, .65)
}

@media (min-width: 476px) {
    .fslightbox-slide-btn {
        padding: 8px
    }
}

.fslightbox-slide-btn-left-container {
    left: 0
}

@media (max-width: 475.99px) {
    .fslightbox-slide-btn-left-container {
        padding-left: 3px
    }
}

.fslightbox-slide-btn-right-container {
    right: 0;
    padding-left: 30px;
    padding-right: 3px
}

@media (min-width: 476px) {
    .fslightbox-slide-btn-right-container {
        padding-right: 6px
    }
}

.button-style {
    display: flex;
    align-items: center;
    justify-content: center
}

.fslightbox-holder-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.fslightbox-media-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.fslightbox-invisible-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10
}

.fslightbox-cursor-grabbing {
    cursor: grabbing
}

.button-style:hover .fslightbox-svg-icon path {
    fill: #fff
}

.fslightbox-fade-in-window {
    animation: fade-in .5s forwards
}

.fslightbox-container-fadeout {
    opacity: 0;
    transition: opacity .25s ease
}

@font-face {
    font-family: boxicons;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/boxicons.eot);
    src: url(../fonts/boxicons.eot) format('embedded-opentype'), url(../fonts/boxicons.woff2) format('woff2'), url(../fonts/boxicons.woff) format('woff'), url(../fonts/boxicons.ttf) format('truetype'), url(../fonts/boxiconsd41d.html?#boxicons) format('svg')
}

.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bx-ul {
    margin-left: 2em;
    padding-left: 0;
    list-style: none
}

.bx-ul > li {
    position: relative
}

.bx-ul .bx {
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    left: -2em;
    width: 2em;
    text-align: center
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes burst {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    90% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes burst {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    90% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes flashing {
    0% {
        opacity: 1
    }
    45% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
}

@keyframes flashing {
    0% {
        opacity: 1
    }
    45% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
}

@-webkit-keyframes fade-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    75% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0
    }
}

@keyframes fade-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    75% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0
    }
}

@-webkit-keyframes fade-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    75% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0
    }
}

@keyframes fade-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    75% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0
    }
}

@-webkit-keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@-webkit-keyframes fade-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    75% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
}

@keyframes fade-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    75% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg)
    }
    40%, 60%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bx-spin {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.bx-spin-hover:hover {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.bx-tada {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite
}

.bx-tada-hover:hover {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite
}

.bx-flashing {
    -webkit-animation: flashing 1.5s infinite linear;
    animation: flashing 1.5s infinite linear
}

.bx-flashing-hover:hover {
    -webkit-animation: flashing 1.5s infinite linear;
    animation: flashing 1.5s infinite linear
}

.bx-burst {
    -webkit-animation: burst 1.5s infinite linear;
    animation: burst 1.5s infinite linear
}

.bx-burst-hover:hover {
    -webkit-animation: burst 1.5s infinite linear;
    animation: burst 1.5s infinite linear
}

.bx-fade-up {
    -webkit-animation: fade-up 1.5s infinite linear;
    animation: fade-up 1.5s infinite linear
}

.bx-fade-up-hover:hover {
    -webkit-animation: fade-up 1.5s infinite linear;
    animation: fade-up 1.5s infinite linear
}

.bx-fade-down {
    -webkit-animation: fade-down 1.5s infinite linear;
    animation: fade-down 1.5s infinite linear
}

.bx-fade-down-hover:hover {
    -webkit-animation: fade-down 1.5s infinite linear;
    animation: fade-down 1.5s infinite linear
}

.bx-fade-left {
    -webkit-animation: fade-left 1.5s infinite linear;
    animation: fade-left 1.5s infinite linear
}

.bx-fade-left-hover:hover {
    -webkit-animation: fade-left 1.5s infinite linear;
    animation: fade-left 1.5s infinite linear
}

.bx-fade-right {
    -webkit-animation: fade-right 1.5s infinite linear;
    animation: fade-right 1.5s infinite linear
}

.bx-fade-right-hover:hover {
    -webkit-animation: fade-right 1.5s infinite linear;
    animation: fade-right 1.5s infinite linear
}

.bx-xs {
    font-size: 1rem !important
}

.bx-sm {
    font-size: 1.55rem !important
}

.bx-md {
    font-size: 2.25rem !important
}

.bx-fw {
    font-size: 1.2857142857em;
    line-height: .8em;
    width: 1.2857142857em;
    height: .8em;
    margin-top: -.2em !important;
    vertical-align: middle
}

.bx-lg {
    font-size: 3rem !important
}

.bx-pull-left {
    float: left;
    margin-right: .3em !important
}

.bx-pull-right {
    float: right;
    margin-left: .3em !important
}

.bx-rotate-90 {
    transform: rotate(90deg)
}

.bx-rotate-180 {
    transform: rotate(180deg)
}

.bx-rotate-270 {
    transform: rotate(270deg)
}

.bx-flip-horizontal {
    transform: scaleX(-1)
}

.bx-flip-vertical {
    transform: scaleY(-1)
}

.bx-border {
    padding: .25em;
    border: .07em solid rgba(0, 0, 0, .1);
    border-radius: .25em
}

.bx-border-circle {
    padding: .25em;
    border: .07em solid rgba(0, 0, 0, .1);
    border-radius: 50%
}

.bxl-500px:before {
    content: "\e900"
}

.bxl-adobe:before {
    content: "\e901"
}

.bxl-airbnb:before {
    content: "\e902"
}

.bxl-algolia:before {
    content: "\e903"
}

.bxl-amazon:before {
    content: "\e904"
}

.bxl-android:before {
    content: "\e905"
}

.bxl-angular:before {
    content: "\e906"
}

.bxl-apple:before {
    content: "\e907"
}

.bxl-audible:before {
    content: "\e908"
}

.bxl-baidu:before {
    content: "\e909"
}

.bxl-behance:before {
    content: "\e90a"
}

.bxl-bing:before {
    content: "\e90b"
}

.bxl-bitcoin:before {
    content: "\e90c"
}

.bxl-blogger:before {
    content: "\e90d"
}

.bxl-bootstrap:before {
    content: "\e90e"
}

.bxl-chrome:before {
    content: "\e90f"
}

.bxl-codepen:before {
    content: "\e910"
}

.bxl-creative-commons:before {
    content: "\e911"
}

.bxl-css3:before {
    content: "\e912"
}

.bxl-dailymotion:before {
    content: "\e913"
}

.bxl-deviantart:before {
    content: "\e914"
}

.bxl-digg:before {
    content: "\e915"
}

.bxl-digitalocean:before {
    content: "\e916"
}

.bxl-discord:before {
    content: "\e917"
}

.bxl-discourse:before {
    content: "\e918"
}

.bxl-dribbble:before {
    content: "\e919"
}

.bxl-dropbox:before {
    content: "\e91a"
}

.bxl-drupal:before {
    content: "\e91b"
}

.bxl-ebay:before {
    content: "\e91c"
}

.bxl-edge:before {
    content: "\e91d"
}

.bxl-etsy:before {
    content: "\e91e"
}

.bxl-facebook:before {
    content: "\e91f"
}

.bxl-facebook-circle:before {
    content: "\e920"
}

.bxl-facebook-square:before {
    content: "\e921"
}

.bxl-figma:before {
    content: "\e922"
}

.bxl-firefox:before {
    content: "\e923"
}

.bxl-flickr:before {
    content: "\e924"
}

.bxl-flickr-square:before {
    content: "\e925"
}

.bxl-foursquare:before {
    content: "\e926"
}

.bxl-git:before {
    content: "\e927"
}

.bxl-github:before {
    content: "\e928"
}

.bxl-gitlab:before {
    content: "\e929"
}

.bxl-google:before {
    content: "\e92a"
}

.bxl-google-plus:before {
    content: "\e92b"
}

.bxl-google-plus-circle:before {
    content: "\e92c"
}

.bxl-html5:before {
    content: "\e92d"
}

.bxl-imdb:before {
    content: "\e92e"
}

.bxl-instagram:before {
    content: "\e92f"
}

.bxl-instagram-alt:before {
    content: "\e930"
}

.bxl-internet-explorer:before {
    content: "\e931"
}

.bxl-invision:before {
    content: "\e932"
}

.bxl-javascript:before {
    content: "\e933"
}

.bxl-joomla:before {
    content: "\e934"
}

.bxl-jquery:before {
    content: "\e935"
}

.bxl-jsfiddle:before {
    content: "\e936"
}

.bxl-kickstarter:before {
    content: "\e937"
}

.bxl-less:before {
    content: "\e938"
}

.bxl-linkedin:before {
    content: "\e939"
}

.bxl-linkedin-square:before {
    content: "\e93a"
}

.bxl-magento:before {
    content: "\e93b"
}

.bxl-mailchimp:before {
    content: "\e93c"
}

.bxl-mastercard:before {
    content: "\e93d"
}

.bxl-medium:before {
    content: "\e93e"
}

.bxl-medium-old:before {
    content: "\e93f"
}

.bxl-medium-square:before {
    content: "\e940"
}

.bxl-messenger:before {
    content: "\e941"
}

.bxl-microsoft:before {
    content: "\e942"
}

.bxl-nodejs:before {
    content: "\e943"
}

.bxl-opera:before {
    content: "\e944"
}

.bxl-patreon:before {
    content: "\e945"
}

.bxl-paypal:before {
    content: "\e946"
}

.bxl-periscope:before {
    content: "\e947"
}

.bxl-pinterest:before {
    content: "\e948"
}

.bxl-pinterest-alt:before {
    content: "\e949"
}

.bxl-play-store:before {
    content: "\e94a"
}

.bxl-pocket:before {
    content: "\e94b"
}

.bxl-product-hunt:before {
    content: "\e94c"
}

.bxl-quora:before {
    content: "\e94d"
}

.bxl-react:before {
    content: "\e94e"
}

.bxl-redbubble:before {
    content: "\e94f"
}

.bxl-reddit:before {
    content: "\e950"
}

.bxl-redux:before {
    content: "\e951"
}

.bxl-sass:before {
    content: "\e952"
}

.bxl-shopify:before {
    content: "\e953"
}

.bxl-skype:before {
    content: "\e954"
}

.bxl-slack:before {
    content: "\e955"
}

.bxl-slack-old:before {
    content: "\e956"
}

.bxl-snapchat:before {
    content: "\e957"
}

.bxl-soundcloud:before {
    content: "\e958"
}

.bxl-spotify:before {
    content: "\e959"
}

.bxl-squarespace:before {
    content: "\e95a"
}

.bxl-stack-overflow:before {
    content: "\e95b"
}

.bxl-stripe:before {
    content: "\e95c"
}

.bxl-telegram:before {
    content: "\e95d"
}

.bxl-trello:before {
    content: "\e95e"
}

.bxl-tumblr:before {
    content: "\e95f"
}

.bxl-twitch:before {
    content: "\e960"
}

.bxl-twitter:before {
    content: "\e961"
}

.bxl-unsplash:before {
    content: "\e962"
}

.bxl-vimeo:before {
    content: "\e963"
}

.bxl-visa:before {
    content: "\e964"
}

.bxl-vk:before {
    content: "\e965"
}

.bxl-vuejs:before {
    content: "\e966"
}

.bxl-whatsapp:before {
    content: "\e967"
}

.bxl-whatsapp-square:before {
    content: "\e968"
}

.bxl-wikipedia:before {
    content: "\e969"
}

.bxl-windows:before {
    content: "\e96a"
}

.bxl-wix:before {
    content: "\e96b"
}

.bxl-wordpress:before {
    content: "\e96c"
}

.bxl-yahoo:before {
    content: "\e96d"
}

.bxl-yelp:before {
    content: "\e96e"
}

.bxl-youtube:before {
    content: "\e96f"
}

.bx-accessibility:before {
    content: "\e970"
}

.bx-add-to-queue:before {
    content: "\e971"
}

.bx-adjust:before {
    content: "\e972"
}

.bx-alarm:before {
    content: "\e973"
}

.bx-alarm-add:before {
    content: "\e974"
}

.bx-alarm-off:before {
    content: "\e975"
}

.bx-album:before {
    content: "\e976"
}

.bx-align-justify:before {
    content: "\e977"
}

.bx-align-left:before {
    content: "\e978"
}

.bx-align-middle:before {
    content: "\e979"
}

.bx-align-right:before {
    content: "\e97a"
}

.bx-analyse:before {
    content: "\e97b"
}

.bx-anchor:before {
    content: "\e97c"
}

.bx-angry:before {
    content: "\e97d"
}

.bx-aperture:before {
    content: "\e97e"
}

.bx-arch:before {
    content: "\e97f"
}

.bx-archive:before {
    content: "\e980"
}

.bx-archive-in:before {
    content: "\e981"
}

.bx-archive-out:before {
    content: "\e982"
}

.bx-area:before {
    content: "\e983"
}

.bx-arrow-back:before {
    content: "\e984"
}

.bx-arrow-from-bottom:before {
    content: "\e985"
}

.bx-arrow-from-left:before {
    content: "\e986"
}

.bx-arrow-from-right:before {
    content: "\e987"
}

.bx-arrow-from-top:before {
    content: "\e988"
}

.bx-arrow-to-bottom:before {
    content: "\e989"
}

.bx-arrow-to-left:before {
    content: "\e98a"
}

.bx-arrow-to-right:before {
    content: "\e98b"
}

.bx-arrow-to-top:before {
    content: "\e98c"
}

.bx-at:before {
    content: "\e98d"
}

.bx-atom:before {
    content: "\e98e"
}

.bx-award:before {
    content: "\e98f"
}

.bx-badge:before {
    content: "\e990"
}

.bx-badge-check:before {
    content: "\e991"
}

.bx-ball:before {
    content: "\e992"
}

.bx-band-aid:before {
    content: "\e993"
}

.bx-bar-chart:before {
    content: "\e994"
}

.bx-bar-chart-alt:before {
    content: "\e995"
}

.bx-bar-chart-alt-2:before {
    content: "\e996"
}

.bx-bar-chart-square:before {
    content: "\e997"
}

.bx-barcode:before {
    content: "\e998"
}

.bx-baseball:before {
    content: "\e999"
}

.bx-basket:before {
    content: "\e99a"
}

.bx-basketball:before {
    content: "\e99b"
}

.bx-bath:before {
    content: "\e99c"
}

.bx-battery:before {
    content: "\e99d"
}

.bx-bed:before {
    content: "\e99e"
}

.bx-been-here:before {
    content: "\e99f"
}

.bx-beer:before {
    content: "\e9a0"
}

.bx-bell:before {
    content: "\e9a1"
}

.bx-bell-minus:before {
    content: "\e9a2"
}

.bx-bell-off:before {
    content: "\e9a3"
}

.bx-bell-plus:before {
    content: "\e9a4"
}

.bx-bible:before {
    content: "\e9a5"
}

.bx-bitcoin:before {
    content: "\e9a6"
}

.bx-block:before {
    content: "\e9a7"
}

.bx-bluetooth:before {
    content: "\e9a8"
}

.bx-body:before {
    content: "\e9a9"
}

.bx-bold:before {
    content: "\e9aa"
}

.bx-bolt-circle:before {
    content: "\e9ab"
}

.bx-bomb:before {
    content: "\e9ac"
}

.bx-book:before {
    content: "\e9ad"
}

.bx-book-bookmark:before {
    content: "\e9ae"
}

.bx-book-content:before {
    content: "\e9af"
}

.bx-bookmark:before {
    content: "\e9b0"
}

.bx-bookmark-minus:before {
    content: "\e9b1"
}

.bx-bookmark-plus:before {
    content: "\e9b2"
}

.bx-bookmarks:before {
    content: "\e9b3"
}

.bx-book-open:before {
    content: "\e9b4"
}

.bx-book-reader:before {
    content: "\e9b5"
}

.bx-border-all:before {
    content: "\e9b6"
}

.bx-border-bottom:before {
    content: "\e9b7"
}

.bx-border-inner:before {
    content: "\e9b8"
}

.bx-border-left:before {
    content: "\e9b9"
}

.bx-border-none:before {
    content: "\e9ba"
}

.bx-border-radius:before {
    content: "\e9bb"
}

.bx-border-right:before {
    content: "\e9bc"
}

.bx-border-top:before {
    content: "\e9bd"
}

.bx-bot:before {
    content: "\e9be"
}

.bx-bowling-ball:before {
    content: "\e9bf"
}

.bx-box:before {
    content: "\e9c0"
}

.bx-briefcase:before {
    content: "\e9c1"
}

.bx-briefcase-alt:before {
    content: "\e9c2"
}

.bx-briefcase-alt-2:before {
    content: "\e9c3"
}

.bx-brightness:before {
    content: "\e9c4"
}

.bx-brightness-half:before {
    content: "\e9c5"
}

.bx-broadcast:before {
    content: "\e9c6"
}

.bx-brush:before {
    content: "\e9c7"
}

.bx-brush-alt:before {
    content: "\e9c8"
}

.bx-bug:before {
    content: "\e9c9"
}

.bx-bug-alt:before {
    content: "\e9ca"
}

.bx-building:before {
    content: "\e9cb"
}

.bx-building-house:before {
    content: "\e9cc"
}

.bx-buildings:before {
    content: "\e9cd"
}

.bx-bulb:before {
    content: "\e9ce"
}

.bx-bullseye:before {
    content: "\e9cf"
}

.bx-buoy:before {
    content: "\e9d0"
}

.bx-bus:before {
    content: "\e9d1"
}

.bx-bus-school:before {
    content: "\e9d2"
}

.bx-cabinet:before {
    content: "\e9d3"
}

.bx-cake:before {
    content: "\e9d4"
}

.bx-calculator:before {
    content: "\e9d5"
}

.bx-calendar:before {
    content: "\e9d6"
}

.bx-calendar-alt:before {
    content: "\e9d7"
}

.bx-calendar-check:before {
    content: "\e9d8"
}

.bx-calendar-edit:before {
    content: "\e9d9"
}

.bx-calendar-event:before {
    content: "\e9da"
}

.bx-calendar-minus:before {
    content: "\e9db"
}

.bx-calendar-plus:before {
    content: "\e9dc"
}

.bx-calendar-week:before {
    content: "\e9dd"
}

.bx-calendar-x:before {
    content: "\e9de"
}

.bx-camera:before {
    content: "\e9df"
}

.bx-camera-off:before {
    content: "\e9e0"
}

.bx-captions:before {
    content: "\e9e1"
}

.bx-car:before {
    content: "\e9e2"
}

.bx-card:before {
    content: "\e9e3"
}

.bx-caret-down:before {
    content: "\e9e4"
}

.bx-caret-left:before {
    content: "\e9e5"
}

.bx-caret-right:before {
    content: "\e9e6"
}

.bx-caret-up:before {
    content: "\e9e7"
}

.bx-carousel:before {
    content: "\e9e8"
}

.bx-cart:before {
    content: "\e9e9"
}

.bx-cart-alt:before {
    content: "\e9ea"
}

.bx-cast:before {
    content: "\e9eb"
}

.bx-certification:before {
    content: "\e9ec"
}

.bx-chalkboard:before {
    content: "\e9ed"
}

.bx-chart:before {
    content: "\e9ee"
}

.bx-chat:before {
    content: "\e9ef"
}

.bx-check:before {
    content: "\e9f0"
}

.bx-checkbox:before {
    content: "\e9f1"
}

.bx-checkbox-checked:before {
    content: "\e9f2"
}

.bx-checkbox-square:before {
    content: "\e9f3"
}

.bx-check-circle:before {
    content: "\e9f4"
}

.bx-check-double:before {
    content: "\e9f5"
}

.bx-check-shield:before {
    content: "\e9f6"
}

.bx-check-square:before {
    content: "\e9f7"
}

.bx-chevron-down:before {
    content: "\e9f8"
}

.bx-chevron-left:before {
    content: "\e9f9"
}

.bx-chevron-right:before {
    content: "\e9fa"
}

.bx-chevrons-down:before {
    content: "\e9fb"
}

.bx-chevrons-left:before {
    content: "\e9fc"
}

.bx-chevrons-right:before {
    content: "\e9fd"
}

.bx-chevrons-up:before {
    content: "\e9fe"
}

.bx-chevron-up:before {
    content: "\e9ff"
}

.bx-chip:before {
    content: "\ea00"
}

.bx-circle:before {
    content: "\ea01"
}

.bx-clinic:before {
    content: "\ea02"
}

.bx-clipboard:before {
    content: "\ea03"
}

.bx-closet:before {
    content: "\ea04"
}

.bx-cloud:before {
    content: "\ea05"
}

.bx-cloud-download:before {
    content: "\ea06"
}

.bx-cloud-drizzle:before {
    content: "\ea07"
}

.bx-cloud-lightning:before {
    content: "\ea08"
}

.bx-cloud-light-rain:before {
    content: "\ea09"
}

.bx-cloud-rain:before {
    content: "\ea0a"
}

.bx-cloud-snow:before {
    content: "\ea0b"
}

.bx-cloud-upload:before {
    content: "\ea0c"
}

.bx-code:before {
    content: "\ea0d"
}

.bx-code-alt:before {
    content: "\ea0e"
}

.bx-code-block:before {
    content: "\ea0f"
}

.bx-code-curly:before {
    content: "\ea10"
}

.bx-coffee:before {
    content: "\ea11"
}

.bx-coffee-togo:before {
    content: "\ea12"
}

.bx-cog:before {
    content: "\ea13"
}

.bx-collapse:before {
    content: "\ea14"
}

.bx-collection:before {
    content: "\ea15"
}

.bx-columns:before {
    content: "\ea16"
}

.bx-command:before {
    content: "\ea17"
}

.bx-comment:before {
    content: "\ea18"
}

.bx-comment-dots:before {
    content: "\ea19"
}

.bx-compass:before {
    content: "\ea1a"
}

.bx-confused:before {
    content: "\ea1b"
}

.bx-conversation:before {
    content: "\ea1c"
}

.bx-cool:before {
    content: "\ea1d"
}

.bx-copy:before {
    content: "\ea1e"
}

.bx-copy-alt:before {
    content: "\ea1f"
}

.bx-copyright:before {
    content: "\ea20"
}

.bx-credit-card:before {
    content: "\ea21"
}

.bx-credit-card-alt:before {
    content: "\ea22"
}

.bx-crop:before {
    content: "\ea23"
}

.bx-crosshair:before {
    content: "\ea24"
}

.bx-crown:before {
    content: "\ea25"
}

.bx-cube:before {
    content: "\ea26"
}

.bx-cube-alt:before {
    content: "\ea27"
}

.bx-cuboid:before {
    content: "\ea28"
}

.bx-current-location:before {
    content: "\ea29"
}

.bx-customize:before {
    content: "\ea2a"
}

.bx-cut:before {
    content: "\ea2b"
}

.bx-cycling:before {
    content: "\ea2c"
}

.bx-cylinder:before {
    content: "\ea2d"
}

.bx-data:before {
    content: "\ea2e"
}

.bx-desktop:before {
    content: "\ea2f"
}

.bx-detail:before {
    content: "\ea30"
}

.bx-devices:before {
    content: "\ea31"
}

.bx-dialpad:before {
    content: "\ea32"
}

.bx-dialpad-alt:before {
    content: "\ea33"
}

.bx-diamond:before {
    content: "\ea34"
}

.bx-dice-1:before {
    content: "\ea35"
}

.bx-dice-2:before {
    content: "\ea36"
}

.bx-dice-3:before {
    content: "\ea37"
}

.bx-dice-4:before {
    content: "\ea38"
}

.bx-dice-5:before {
    content: "\ea39"
}

.bx-dice-6:before {
    content: "\ea3a"
}

.bx-directions:before {
    content: "\ea3b"
}

.bx-disc:before {
    content: "\ea3c"
}

.bx-dish:before {
    content: "\ea3d"
}

.bx-dislike:before {
    content: "\ea3e"
}

.bx-dizzy:before {
    content: "\ea3f"
}

.bx-dna:before {
    content: "\ea40"
}

.bx-dock-bottom:before {
    content: "\ea41"
}

.bx-dock-left:before {
    content: "\ea42"
}

.bx-dock-right:before {
    content: "\ea43"
}

.bx-dock-top:before {
    content: "\ea44"
}

.bx-dollar:before {
    content: "\ea45"
}

.bx-dollar-circle:before {
    content: "\ea46"
}

.bx-dots-horizontal:before {
    content: "\ea47"
}

.bx-dots-horizontal-rounded:before {
    content: "\ea48"
}

.bx-dots-vertical:before {
    content: "\ea49"
}

.bx-dots-vertical-rounded:before {
    content: "\ea4a"
}

.bx-doughnut-chart:before {
    content: "\ea4b"
}

.bx-down-arrow:before {
    content: "\ea4c"
}

.bx-down-arrow-alt:before {
    content: "\ea4d"
}

.bx-down-arrow-circle:before {
    content: "\ea4e"
}

.bx-download:before {
    content: "\ea4f"
}

.bx-downvote:before {
    content: "\ea50"
}

.bx-droplet:before {
    content: "\ea51"
}

.bx-dumbbell:before {
    content: "\ea52"
}

.bx-duplicate:before {
    content: "\ea53"
}

.bx-edit:before {
    content: "\ea54"
}

.bx-edit-alt:before {
    content: "\ea55"
}

.bx-envelope:before {
    content: "\ea56"
}

.bx-equalizer:before {
    content: "\ea57"
}

.bx-error:before {
    content: "\ea58"
}

.bx-error-alt:before {
    content: "\ea59"
}

.bx-error-circle:before {
    content: "\ea5a"
}

.bx-euro:before {
    content: "\ea5b"
}

.bx-exit:before {
    content: "\ea5c"
}

.bx-exit-fullscreen:before {
    content: "\ea5d"
}

.bx-expand:before {
    content: "\ea5e"
}

.bx-export:before {
    content: "\ea5f"
}

.bx-extension:before {
    content: "\ea60"
}

.bx-face:before {
    content: "\ea61"
}

.bx-fast-forward:before {
    content: "\ea62"
}

.bx-fast-forward-circle:before {
    content: "\ea63"
}

.bx-female:before {
    content: "\ea64"
}

.bx-female-sign:before {
    content: "\ea65"
}

.bx-file:before {
    content: "\ea66"
}

.bx-file-blank:before {
    content: "\ea67"
}

.bx-file-find:before {
    content: "\ea68"
}

.bx-film:before {
    content: "\ea69"
}

.bx-filter:before {
    content: "\ea6a"
}

.bx-filter-alt:before {
    content: "\ea6b"
}

.bx-fingerprint:before {
    content: "\ea6c"
}

.bx-first-aid:before {
    content: "\ea6d"
}

.bx-first-page:before {
    content: "\ea6e"
}

.bx-flag:before {
    content: "\ea6f"
}

.bx-folder:before {
    content: "\ea70"
}

.bx-folder-minus:before {
    content: "\ea71"
}

.bx-folder-open:before {
    content: "\ea72"
}

.bx-folder-plus:before {
    content: "\ea73"
}

.bx-font:before {
    content: "\ea74"
}

.bx-font-color:before {
    content: "\ea75"
}

.bx-font-family:before {
    content: "\ea76"
}

.bx-font-size:before {
    content: "\ea77"
}

.bx-food-menu:before {
    content: "\ea78"
}

.bx-food-tag:before {
    content: "\ea79"
}

.bx-football:before {
    content: "\ea7a"
}

.bx-fridge:before {
    content: "\ea7b"
}

.bx-fullscreen:before {
    content: "\ea7c"
}

.bx-gas-pump:before {
    content: "\ea7d"
}

.bx-ghost:before {
    content: "\ea7e"
}

.bx-gift:before {
    content: "\ea7f"
}

.bx-git-branch:before {
    content: "\ea80"
}

.bx-git-commit:before {
    content: "\ea81"
}

.bx-git-compare:before {
    content: "\ea82"
}

.bx-git-merge:before {
    content: "\ea83"
}

.bx-git-pull-request:before {
    content: "\ea84"
}

.bx-git-repo-forked:before {
    content: "\ea85"
}

.bx-glasses:before {
    content: "\ea86"
}

.bx-glasses-alt:before {
    content: "\ea87"
}

.bx-globe:before {
    content: "\ea88"
}

.bx-globe-alt:before {
    content: "\ea89"
}

.bx-grid:before {
    content: "\ea8a"
}

.bx-grid-alt:before {
    content: "\ea8b"
}

.bx-grid-horizontal:before {
    content: "\ea8c"
}

.bx-grid-small:before {
    content: "\ea8d"
}

.bx-grid-vertical:before {
    content: "\ea8e"
}

.bx-group:before {
    content: "\ea8f"
}

.bx-handicap:before {
    content: "\ea90"
}

.bx-happy:before {
    content: "\ea91"
}

.bx-happy-alt:before {
    content: "\ea92"
}

.bx-happy-beaming:before {
    content: "\ea93"
}

.bx-happy-heart-eyes:before {
    content: "\ea94"
}

.bx-hash:before {
    content: "\ea95"
}

.bx-hdd:before {
    content: "\ea96"
}

.bx-heading:before {
    content: "\ea97"
}

.bx-headphone:before {
    content: "\ea98"
}

.bx-health:before {
    content: "\ea99"
}

.bx-heart:before {
    content: "\ea9a"
}

.bx-heart-circle:before {
    content: "\ea9b"
}

.bx-heart-square:before {
    content: "\ea9c"
}

.bx-help-circle:before {
    content: "\ea9d"
}

.bx-hide:before {
    content: "\ea9e"
}

.bx-highlight:before {
    content: "\ea9f"
}

.bx-history:before {
    content: "\eaa0"
}

.bx-hive:before {
    content: "\eaa1"
}

.bx-home:before {
    content: "\eaa2"
}

.bx-home-alt:before {
    content: "\eaa3"
}

.bx-home-circle:before {
    content: "\eaa4"
}

.bx-home-heart:before {
    content: "\eaa5"
}

.bx-horizontal-center:before {
    content: "\eaa6"
}

.bx-hotel:before {
    content: "\eaa7"
}

.bx-hourglass:before {
    content: "\eaa8"
}

.bx-id-card:before {
    content: "\eaa9"
}

.bx-image:before {
    content: "\eaaa"
}

.bx-image-add:before {
    content: "\eaab"
}

.bx-image-alt:before {
    content: "\eaac"
}

.bx-images:before {
    content: "\eaad"
}

.bx-import:before {
    content: "\eaae"
}

.bx-infinite:before {
    content: "\eaaf"
}

.bx-info-circle:before {
    content: "\eab0"
}

.bx-info-square:before {
    content: "\eab1"
}

.bx-italic:before {
    content: "\eab2"
}

.bx-joystick:before {
    content: "\eab3"
}

.bx-joystick-alt:before {
    content: "\eab4"
}

.bx-joystick-button:before {
    content: "\eab5"
}

.bx-key:before {
    content: "\eab6"
}

.bx-label:before {
    content: "\eab7"
}

.bx-landscape:before {
    content: "\eab8"
}

.bx-laptop:before {
    content: "\eab9"
}

.bx-last-page:before {
    content: "\eaba"
}

.bx-laugh:before {
    content: "\eabb"
}

.bx-layer:before {
    content: "\eabc"
}

.bx-layer-minus:before {
    content: "\eabd"
}

.bx-layer-plus:before {
    content: "\eabe"
}

.bx-layout:before {
    content: "\eabf"
}

.bx-left-arrow:before {
    content: "\eac0"
}

.bx-left-arrow-alt:before {
    content: "\eac1"
}

.bx-left-arrow-circle:before {
    content: "\eac2"
}

.bx-left-down-arrow-circle:before {
    content: "\eac3"
}

.bx-left-indent:before {
    content: "\eac4"
}

.bx-left-top-arrow-circle:before {
    content: "\eac5"
}

.bx-like:before {
    content: "\eac6"
}

.bx-line-chart:before {
    content: "\eac7"
}

.bx-link:before {
    content: "\eac8"
}

.bx-link-alt:before {
    content: "\eac9"
}

.bx-link-external:before {
    content: "\eaca"
}

.bx-lira:before {
    content: "\eacb"
}

.bx-list-check:before {
    content: "\eacc"
}

.bx-list-minus:before {
    content: "\eacd"
}

.bx-list-ol:before {
    content: "\eace"
}

.bx-list-plus:before {
    content: "\eacf"
}

.bx-list-ul:before {
    content: "\ead0"
}

.bx-loader:before {
    content: "\ead1"
}

.bx-loader-alt:before {
    content: "\ead2"
}

.bx-loader-circle:before {
    content: "\ead3"
}

.bx-location-plus:before {
    content: "\ead4"
}

.bx-lock:before {
    content: "\ead5"
}

.bx-lock-alt:before {
    content: "\ead6"
}

.bx-lock-open:before {
    content: "\ead7"
}

.bx-lock-open-alt:before {
    content: "\ead8"
}

.bx-log-in:before {
    content: "\ead9"
}

.bx-log-in-circle:before {
    content: "\eada"
}

.bx-log-out:before {
    content: "\eadb"
}

.bx-log-out-circle:before {
    content: "\eadc"
}

.bx-low-vision:before {
    content: "\eadd"
}

.bx-magnet:before {
    content: "\eade"
}

.bx-mail-send:before {
    content: "\eadf"
}

.bx-male:before {
    content: "\eae0"
}

.bx-male-sign:before {
    content: "\eae1"
}

.bx-map:before {
    content: "\eae2"
}

.bx-map-alt:before {
    content: "\eae3"
}

.bx-map-pin:before {
    content: "\eae4"
}

.bx-mask:before {
    content: "\eae5"
}

.bx-meh:before {
    content: "\eae6"
}

.bx-meh-alt:before {
    content: "\eae7"
}

.bx-meh-blank:before {
    content: "\eae8"
}

.bx-memory-card:before {
    content: "\eae9"
}

.bx-menu:before {
    content: "\eaea"
}

.bx-menu-alt-left:before {
    content: "\eaeb"
}

.bx-menu-alt-right:before {
    content: "\eaec"
}

.bx-message:before {
    content: "\eaed"
}

.bx-message-alt:before {
    content: "\eaee"
}

.bx-message-alt-dots:before {
    content: "\eaef"
}

.bx-message-dots:before {
    content: "\eaf0"
}

.bx-message-rounded:before {
    content: "\eaf1"
}

.bx-message-rounded-dots:before {
    content: "\eaf2"
}

.bx-message-square:before {
    content: "\eaf3"
}

.bx-message-square-dots:before {
    content: "\eaf4"
}

.bx-microchip:before {
    content: "\eaf5"
}

.bx-microphone:before {
    content: "\eaf6"
}

.bx-microphone-off:before {
    content: "\eaf7"
}

.bx-minus:before {
    content: "\eaf8"
}

.bx-minus-circle:before {
    content: "\eaf9"
}

.bx-mobile:before {
    content: "\eafa"
}

.bx-mobile-alt:before {
    content: "\eafb"
}

.bx-mobile-landscape:before {
    content: "\eafc"
}

.bx-mobile-vibration:before {
    content: "\eafd"
}

.bx-money:before {
    content: "\eafe"
}

.bx-moon:before {
    content: "\eaff"
}

.bx-mouse:before {
    content: "\eb00"
}

.bx-mouse-alt:before {
    content: "\eb01"
}

.bx-move:before {
    content: "\eb02"
}

.bx-move-horizontal:before {
    content: "\eb03"
}

.bx-move-vertical:before {
    content: "\eb04"
}

.bx-movie:before {
    content: "\eb05"
}

.bx-music:before {
    content: "\eb06"
}

.bx-navigation:before {
    content: "\eb07"
}

.bx-news:before {
    content: "\eb08"
}

.bx-no-entry:before {
    content: "\eb09"
}

.bx-note:before {
    content: "\eb0a"
}

.bx-notepad:before {
    content: "\eb0b"
}

.bx-notification:before {
    content: "\eb0c"
}

.bx-notification-off:before {
    content: "\eb0d"
}

.bx-package:before {
    content: "\eb0e"
}

.bx-paint:before {
    content: "\eb0f"
}

.bx-paint-roll:before {
    content: "\eb10"
}

.bx-palette:before {
    content: "\eb11"
}

.bx-paperclip:before {
    content: "\eb12"
}

.bx-paper-plane:before {
    content: "\eb13"
}

.bx-paragraph:before {
    content: "\eb14"
}

.bx-paste:before {
    content: "\eb15"
}

.bx-pause:before {
    content: "\eb16"
}

.bx-pause-circle:before {
    content: "\eb17"
}

.bx-pen:before {
    content: "\eb18"
}

.bx-pencil:before {
    content: "\eb19"
}

.bx-phone:before {
    content: "\eb1a"
}

.bx-phone-call:before {
    content: "\eb1b"
}

.bx-phone-incoming:before {
    content: "\eb1c"
}

.bx-phone-outgoing:before {
    content: "\eb1d"
}

.bx-photo-album:before {
    content: "\eb1e"
}

.bx-pie-chart:before {
    content: "\eb1f"
}

.bx-pie-chart-alt:before {
    content: "\eb20"
}

.bx-pie-chart-alt-2:before {
    content: "\eb21"
}

.bx-pin:before {
    content: "\eb22"
}

.bx-planet:before {
    content: "\eb23"
}

.bx-play:before {
    content: "\eb24"
}

.bx-play-circle:before {
    content: "\eb25"
}

.bx-plug:before {
    content: "\eb26"
}

.bx-plus:before {
    content: "\eb27"
}

.bx-plus-circle:before {
    content: "\eb28"
}

.bx-plus-medical:before {
    content: "\eb29"
}

.bx-pointer:before {
    content: "\eb2a"
}

.bx-poll:before {
    content: "\eb2b"
}

.bx-polygon:before {
    content: "\eb2c"
}

.bx-pound:before {
    content: "\eb2d"
}

.bx-power-off:before {
    content: "\eb2e"
}

.bx-printer:before {
    content: "\eb2f"
}

.bx-pulse:before {
    content: "\eb30"
}

.bx-purchase-tag:before {
    content: "\eb31"
}

.bx-purchase-tag-alt:before {
    content: "\eb32"
}

.bx-pyramid:before {
    content: "\eb33"
}

.bx-question-mark:before {
    content: "\eb34"
}

.bx-radar:before {
    content: "\eb35"
}

.bx-radio:before {
    content: "\eb36"
}

.bx-radio-circle:before {
    content: "\eb37"
}

.bx-radio-circle-marked:before {
    content: "\eb38"
}

.bx-receipt:before {
    content: "\eb39"
}

.bx-rectangle:before {
    content: "\eb3a"
}

.bx-recycle:before {
    content: "\eb3b"
}

.bx-redo:before {
    content: "\eb3c"
}

.bx-rename:before {
    content: "\eb3d"
}

.bx-repeat:before {
    content: "\eb3e"
}

.bx-reply:before {
    content: "\eb3f"
}

.bx-reply-all:before {
    content: "\eb40"
}

.bx-repost:before {
    content: "\eb41"
}

.bx-reset:before {
    content: "\eb42"
}

.bx-restaurant:before {
    content: "\eb43"
}

.bx-revision:before {
    content: "\eb44"
}

.bx-rewind:before {
    content: "\eb45"
}

.bx-rewind-circle:before {
    content: "\eb46"
}

.bx-right-arrow:before {
    content: "\eb47"
}

.bx-right-arrow-alt:before {
    content: "\eb48"
}

.bx-right-arrow-circle:before {
    content: "\eb49"
}

.bx-right-down-arrow-circle:before {
    content: "\eb4a"
}

.bx-right-indent:before {
    content: "\eb4b"
}

.bx-right-top-arrow-circle:before {
    content: "\eb4c"
}

.bx-rocket:before {
    content: "\eb4d"
}

.bx-rotate-left:before {
    content: "\eb4e"
}

.bx-rotate-right:before {
    content: "\eb4f"
}

.bx-rss:before {
    content: "\eb50"
}

.bx-ruble:before {
    content: "\eb51"
}

.bx-ruler:before {
    content: "\eb52"
}

.bx-run:before {
    content: "\eb53"
}

.bx-rupee:before {
    content: "\eb54"
}

.bx-sad:before {
    content: "\eb55"
}

.bx-save:before {
    content: "\eb56"
}

.bx-scan:before {
    content: "\eb57"
}

.bx-screenshot:before {
    content: "\eb58"
}

.bx-search:before {
    content: "\eb59"
}

.bx-search-alt:before {
    content: "\eb5a"
}

.bx-search-alt-2:before {
    content: "\eb5b"
}

.bx-selection:before {
    content: "\eb5c"
}

.bx-select-multiple:before {
    content: "\eb5d"
}

.bx-send:before {
    content: "\eb5e"
}

.bx-server:before {
    content: "\eb5f"
}

.bx-shape-circle:before {
    content: "\eb60"
}

.bx-shape-square:before {
    content: "\eb61"
}

.bx-shape-triangle:before {
    content: "\eb62"
}

.bx-share:before {
    content: "\eb63"
}

.bx-share-alt:before {
    content: "\eb64"
}

.bx-shekel:before {
    content: "\eb65"
}

.bx-shield:before {
    content: "\eb66"
}

.bx-shield-alt:before {
    content: "\eb67"
}

.bx-shield-alt-2:before {
    content: "\eb68"
}

.bx-shield-quarter:before {
    content: "\eb69"
}

.bx-shocked:before {
    content: "\eb6a"
}

.bx-shopping-bag:before {
    content: "\eb6b"
}

.bx-show:before {
    content: "\eb6c"
}

.bx-show-alt:before {
    content: "\eb6d"
}

.bx-shuffle:before {
    content: "\eb6e"
}

.bx-sidebar:before {
    content: "\eb6f"
}

.bx-sitemap:before {
    content: "\eb70"
}

.bx-skip-next:before {
    content: "\eb71"
}

.bx-skip-next-circle:before {
    content: "\eb72"
}

.bx-skip-previous:before {
    content: "\eb73"
}

.bx-skip-previous-circle:before {
    content: "\eb74"
}

.bx-sleepy:before {
    content: "\eb75"
}

.bx-slider:before {
    content: "\eb76"
}

.bx-slider-alt:before {
    content: "\eb77"
}

.bx-slideshow:before {
    content: "\eb78"
}

.bx-smile:before {
    content: "\eb79"
}

.bx-sort:before {
    content: "\eb7a"
}

.bx-sort-a-z:before {
    content: "\eb7b"
}

.bx-sort-down:before {
    content: "\eb7c"
}

.bx-sort-up:before {
    content: "\eb7d"
}

.bx-sort-z-a:before {
    content: "\eb7e"
}

.bx-spa:before {
    content: "\eb7f"
}

.bx-space-bar:before {
    content: "\eb80"
}

.bx-spray-can:before {
    content: "\eb81"
}

.bx-spreadsheet:before {
    content: "\eb82"
}

.bx-square:before {
    content: "\eb83"
}

.bx-square-rounded:before {
    content: "\eb84"
}

.bx-star:before {
    content: "\eb85"
}

.bx-station:before {
    content: "\eb86"
}

.bx-stats:before {
    content: "\eb87"
}

.bx-sticker:before {
    content: "\eb88"
}

.bx-stop:before {
    content: "\eb89"
}

.bx-stop-circle:before {
    content: "\eb8a"
}

.bx-stopwatch:before {
    content: "\eb8b"
}

.bx-store:before {
    content: "\eb8c"
}

.bx-store-alt:before {
    content: "\eb8d"
}

.bx-street-view:before {
    content: "\eb8e"
}

.bx-strikethrough:before {
    content: "\eb8f"
}

.bx-subdirectory-left:before {
    content: "\eb90"
}

.bx-subdirectory-right:before {
    content: "\eb91"
}

.bx-sun:before {
    content: "\eb92"
}

.bx-support:before {
    content: "\eb93"
}

.bx-swim:before {
    content: "\eb94"
}

.bx-sync:before {
    content: "\eb95"
}

.bx-tab:before {
    content: "\eb96"
}

.bx-table:before {
    content: "\eb97"
}

.bx-tachometer:before {
    content: "\eb98"
}

.bx-tag:before {
    content: "\eb99"
}

.bx-target-lock:before {
    content: "\eb9a"
}

.bx-task:before {
    content: "\eb9b"
}

.bx-taxi:before {
    content: "\eb9c"
}

.bx-tennis-ball:before {
    content: "\eb9d"
}

.bx-terminal:before {
    content: "\eb9e"
}

.bx-test-tube:before {
    content: "\eb9f"
}

.bx-text:before {
    content: "\eba0"
}

.bx-time:before {
    content: "\eba1"
}

.bx-time-five:before {
    content: "\eba2"
}

.bx-timer:before {
    content: "\eba3"
}

.bx-tired:before {
    content: "\eba4"
}

.bx-toggle-left:before {
    content: "\eba5"
}

.bx-toggle-right:before {
    content: "\eba6"
}

.bx-tone:before {
    content: "\eba7"
}

.bx-traffic-cone:before {
    content: "\eba8"
}

.bx-train:before {
    content: "\eba9"
}

.bx-transfer:before {
    content: "\ebaa"
}

.bx-transfer-alt:before {
    content: "\ebab"
}

.bx-trash:before {
    content: "\ebac"
}

.bx-trash-alt:before {
    content: "\ebad"
}

.bx-trending-down:before {
    content: "\ebae"
}

.bx-trending-up:before {
    content: "\ebaf"
}

.bx-trophy:before {
    content: "\ebb0"
}

.bx-tv:before {
    content: "\ebb1"
}

.bx-underline:before {
    content: "\ebb2"
}

.bx-undo:before {
    content: "\ebb3"
}

.bx-unlink:before {
    content: "\ebb4"
}

.bx-up-arrow:before {
    content: "\ebb5"
}

.bx-up-arrow-alt:before {
    content: "\ebb6"
}

.bx-up-arrow-circle:before {
    content: "\ebb7"
}

.bx-upload:before {
    content: "\ebb8"
}

.bx-upside-down:before {
    content: "\ebb9"
}

.bx-upvote:before {
    content: "\ebba"
}

.bx-usb:before {
    content: "\ebbb"
}

.bx-user:before {
    content: "\ebbc"
}

.bx-user-check:before {
    content: "\ebbd"
}

.bx-user-circle:before {
    content: "\ebbe"
}

.bx-user-minus:before {
    content: "\ebbf"
}

.bx-user-pin:before {
    content: "\ebc0"
}

.bx-user-plus:before {
    content: "\ebc1"
}

.bx-user-voice:before {
    content: "\ebc2"
}

.bx-user-x:before {
    content: "\ebc3"
}

.bx-vertical-center:before {
    content: "\ebc4"
}

.bx-video:before {
    content: "\ebc5"
}

.bx-video-off:before {
    content: "\ebc6"
}

.bx-video-plus:before {
    content: "\ebc7"
}

.bx-video-recording:before {
    content: "\ebc8"
}

.bx-voicemail:before {
    content: "\ebc9"
}

.bx-volume:before {
    content: "\ebca"
}

.bx-volume-full:before {
    content: "\ebcb"
}

.bx-volume-low:before {
    content: "\ebcc"
}

.bx-volume-mute:before {
    content: "\ebcd"
}

.bx-walk:before {
    content: "\ebce"
}

.bx-wallet:before {
    content: "\ebcf"
}

.bx-wallet-alt:before {
    content: "\ebd0"
}

.bx-water:before {
    content: "\ebd1"
}

.bx-webcam:before {
    content: "\ebd2"
}

.bx-wifi:before {
    content: "\ebd3"
}

.bx-wifi-0:before {
    content: "\ebd4"
}

.bx-wifi-1:before {
    content: "\ebd5"
}

.bx-wifi-2:before {
    content: "\ebd6"
}

.bx-wifi-off:before {
    content: "\ebd7"
}

.bx-wind:before {
    content: "\ebd8"
}

.bx-window:before {
    content: "\ebd9"
}

.bx-window-close:before {
    content: "\ebda"
}

.bx-window-open:before {
    content: "\ebdb"
}

.bx-windows:before {
    content: "\ebdc"
}

.bx-wink-smile:before {
    content: "\ebdd"
}

.bx-wink-tongue:before {
    content: "\ebde"
}

.bx-won:before {
    content: "\ebdf"
}

.bx-world:before {
    content: "\ebe0"
}

.bx-wrench:before {
    content: "\ebe1"
}

.bx-x:before {
    content: "\ebe2"
}

.bx-x-circle:before {
    content: "\ebe3"
}

.bx-yen:before {
    content: "\ebe4"
}

.bx-zoom-in:before {
    content: "\ebe5"
}

.bx-zoom-out:before {
    content: "\ebe6"
}

.bxs-add-to-queue:before {
    content: "\ebe7"
}

.bxs-adjust:before {
    content: "\ebe8"
}

.bxs-adjust-alt:before {
    content: "\ebe9"
}

.bxs-alarm:before {
    content: "\ebea"
}

.bxs-alarm-add:before {
    content: "\ebeb"
}

.bxs-alarm-off:before {
    content: "\ebec"
}

.bxs-album:before {
    content: "\ebed"
}

.bxs-ambulance:before {
    content: "\ebee"
}

.bxs-analyse:before {
    content: "\ebef"
}

.bxs-angry:before {
    content: "\ebf0"
}

.bxs-arch:before {
    content: "\ebf1"
}

.bxs-archive:before {
    content: "\ebf2"
}

.bxs-archive-in:before {
    content: "\ebf3"
}

.bxs-archive-out:before {
    content: "\ebf4"
}

.bxs-area:before {
    content: "\ebf5"
}

.bxs-arrow-from-bottom:before {
    content: "\ebf6"
}

.bxs-arrow-from-left:before {
    content: "\ebf7"
}

.bxs-arrow-from-right:before {
    content: "\ebf8"
}

.bxs-arrow-from-top:before {
    content: "\ebf9"
}

.bxs-arrow-to-bottom:before {
    content: "\ebfa"
}

.bxs-arrow-to-left:before {
    content: "\ebfb"
}

.bxs-arrow-to-right:before {
    content: "\ebfc"
}

.bxs-arrow-to-top:before {
    content: "\ebfd"
}

.bxs-award:before {
    content: "\ebfe"
}

.bxs-baby-carriage:before {
    content: "\ebff"
}

.bxs-badge:before {
    content: "\ec00"
}

.bxs-badge-check:before {
    content: "\ec01"
}

.bxs-badge-dollar:before {
    content: "\ec02"
}

.bxs-ball:before {
    content: "\ec03"
}

.bxs-band-aid:before {
    content: "\ec04"
}

.bxs-bank:before {
    content: "\ec05"
}

.bxs-bar-chart-alt-2:before {
    content: "\ec06"
}

.bxs-bar-chart-square:before {
    content: "\ec07"
}

.bxs-barcode:before {
    content: "\ec08"
}

.bxs-basket:before {
    content: "\ec09"
}

.bxs-bath:before {
    content: "\ec0a"
}

.bxs-battery:before {
    content: "\ec0b"
}

.bxs-battery-charging:before {
    content: "\ec0c"
}

.bxs-battery-full:before {
    content: "\ec0d"
}

.bxs-battery-low:before {
    content: "\ec0e"
}

.bxs-bed:before {
    content: "\ec0f"
}

.bxs-been-here:before {
    content: "\ec10"
}

.bxs-beer:before {
    content: "\ec11"
}

.bxs-bell:before {
    content: "\ec12"
}

.bxs-bell-minus:before {
    content: "\ec13"
}

.bxs-bell-off:before {
    content: "\ec14"
}

.bxs-bell-plus:before {
    content: "\ec15"
}

.bxs-bell-ring:before {
    content: "\ec16"
}

.bxs-bible:before {
    content: "\ec17"
}

.bxs-bolt:before {
    content: "\ec18"
}

.bxs-bolt-circle:before {
    content: "\ec19"
}

.bxs-bomb:before {
    content: "\ec1a"
}

.bxs-book:before {
    content: "\ec1b"
}

.bxs-book-bookmark:before {
    content: "\ec1c"
}

.bxs-book-content:before {
    content: "\ec1d"
}

.bxs-bookmark:before {
    content: "\ec1e"
}

.bxs-bookmark-minus:before {
    content: "\ec1f"
}

.bxs-bookmark-plus:before {
    content: "\ec20"
}

.bxs-bookmarks:before {
    content: "\ec21"
}

.bxs-bookmark-star:before {
    content: "\ec22"
}

.bxs-book-open:before {
    content: "\ec23"
}

.bxs-book-reader:before {
    content: "\ec24"
}

.bxs-bot:before {
    content: "\ec25"
}

.bxs-bowling-ball:before {
    content: "\ec26"
}

.bxs-box:before {
    content: "\ec27"
}

.bxs-briefcase:before {
    content: "\ec28"
}

.bxs-briefcase-alt:before {
    content: "\ec29"
}

.bxs-briefcase-alt-2:before {
    content: "\ec2a"
}

.bxs-brightness:before {
    content: "\ec2b"
}

.bxs-brightness-half:before {
    content: "\ec2c"
}

.bxs-brush:before {
    content: "\ec2d"
}

.bxs-brush-alt:before {
    content: "\ec2e"
}

.bxs-bug:before {
    content: "\ec2f"
}

.bxs-bug-alt:before {
    content: "\ec30"
}

.bxs-building:before {
    content: "\ec31"
}

.bxs-building-house:before {
    content: "\ec32"
}

.bxs-buildings:before {
    content: "\ec33"
}

.bxs-bulb:before {
    content: "\ec34"
}

.bxs-buoy:before {
    content: "\ec35"
}

.bxs-bus:before {
    content: "\ec36"
}

.bxs-business:before {
    content: "\ec37"
}

.bxs-bus-school:before {
    content: "\ec38"
}

.bxs-cabinet:before {
    content: "\ec39"
}

.bxs-cake:before {
    content: "\ec3a"
}

.bxs-calculator:before {
    content: "\ec3b"
}

.bxs-calendar:before {
    content: "\ec3c"
}

.bxs-calendar-alt:before {
    content: "\ec3d"
}

.bxs-calendar-check:before {
    content: "\ec3e"
}

.bxs-calendar-edit:before {
    content: "\ec3f"
}

.bxs-calendar-event:before {
    content: "\ec40"
}

.bxs-calendar-minus:before {
    content: "\ec41"
}

.bxs-calendar-plus:before {
    content: "\ec42"
}

.bxs-calendar-week:before {
    content: "\ec43"
}

.bxs-calendar-x:before {
    content: "\ec44"
}

.bxs-camera:before {
    content: "\ec45"
}

.bxs-camera-off:before {
    content: "\ec46"
}

.bxs-camera-plus:before {
    content: "\ec47"
}

.bxs-capsule:before {
    content: "\ec48"
}

.bxs-captions:before {
    content: "\ec49"
}

.bxs-car:before {
    content: "\ec4a"
}

.bxs-car-crash:before {
    content: "\ec4b"
}

.bxs-card:before {
    content: "\ec4c"
}

.bxs-caret-down-circle:before {
    content: "\ec4d"
}

.bxs-caret-left-circle:before {
    content: "\ec4e"
}

.bxs-caret-right-circle:before {
    content: "\ec4f"
}

.bxs-caret-up-circle:before {
    content: "\ec50"
}

.bxs-car-garage:before {
    content: "\ec51"
}

.bxs-car-mechanic:before {
    content: "\ec52"
}

.bxs-carousel:before {
    content: "\ec53"
}

.bxs-cart:before {
    content: "\ec54"
}

.bxs-cart-alt:before {
    content: "\ec55"
}

.bxs-car-wash:before {
    content: "\ec56"
}

.bxs-certification:before {
    content: "\ec57"
}

.bxs-chalkboard:before {
    content: "\ec58"
}

.bxs-chart:before {
    content: "\ec59"
}

.bxs-chat:before {
    content: "\ec5a"
}

.bxs-checkbox:before {
    content: "\ec5b"
}

.bxs-checkbox-checked:before {
    content: "\ec5c"
}

.bxs-check-circle:before {
    content: "\ec5d"
}

.bxs-check-shield:before {
    content: "\ec5e"
}

.bxs-check-square:before {
    content: "\ec5f"
}

.bxs-chess:before {
    content: "\ec60"
}

.bxs-chip:before {
    content: "\ec61"
}

.bxs-circle:before {
    content: "\ec62"
}

.bxs-city:before {
    content: "\ec63"
}

.bxs-clinic:before {
    content: "\ec64"
}

.bxs-cloud:before {
    content: "\ec65"
}

.bxs-cloud-download:before {
    content: "\ec66"
}

.bxs-cloud-lightning:before {
    content: "\ec67"
}

.bxs-cloud-rain:before {
    content: "\ec68"
}

.bxs-cloud-upload:before {
    content: "\ec69"
}

.bxs-coffee:before {
    content: "\ec6a"
}

.bxs-coffee-alt:before {
    content: "\ec6b"
}

.bxs-coffee-togo:before {
    content: "\ec6c"
}

.bxs-cog:before {
    content: "\ec6d"
}

.bxs-collection:before {
    content: "\ec6e"
}

.bxs-color-fill:before {
    content: "\ec6f"
}

.bxs-comment:before {
    content: "\ec70"
}

.bxs-comment-add:before {
    content: "\ec71"
}

.bxs-comment-detail:before {
    content: "\ec72"
}

.bxs-comment-dots:before {
    content: "\ec73"
}

.bxs-comment-error:before {
    content: "\ec74"
}

.bxs-compass:before {
    content: "\ec75"
}

.bxs-component:before {
    content: "\ec76"
}

.bxs-confused:before {
    content: "\ec77"
}

.bxs-contact:before {
    content: "\ec78"
}

.bxs-conversation:before {
    content: "\ec79"
}

.bxs-cool:before {
    content: "\ec7a"
}

.bxs-copy:before {
    content: "\ec7b"
}

.bxs-copy-alt:before {
    content: "\ec7c"
}

.bxs-coupon:before {
    content: "\ec7d"
}

.bxs-credit-card:before {
    content: "\ec7e"
}

.bxs-credit-card-alt:before {
    content: "\ec7f"
}

.bxs-crown:before {
    content: "\ec80"
}

.bxs-cube:before {
    content: "\ec81"
}

.bxs-cube-alt:before {
    content: "\ec82"
}

.bxs-cuboid:before {
    content: "\ec83"
}

.bxs-customize:before {
    content: "\ec84"
}

.bxs-cylinder:before {
    content: "\ec85"
}

.bxs-dashboard:before {
    content: "\ec86"
}

.bxs-data:before {
    content: "\ec87"
}

.bxs-detail:before {
    content: "\ec88"
}

.bxs-devices:before {
    content: "\ec89"
}

.bxs-dice-1:before {
    content: "\ec8a"
}

.bxs-dice-2:before {
    content: "\ec8b"
}

.bxs-dice-3:before {
    content: "\ec8c"
}

.bxs-dice-4:before {
    content: "\ec8d"
}

.bxs-dice-5:before {
    content: "\ec8e"
}

.bxs-dice-6:before {
    content: "\ec8f"
}

.bxs-direction-left:before {
    content: "\ec90"
}

.bxs-direction-right:before {
    content: "\ec91"
}

.bxs-directions:before {
    content: "\ec92"
}

.bxs-disc:before {
    content: "\ec93"
}

.bxs-discount:before {
    content: "\ec94"
}

.bxs-dish:before {
    content: "\ec95"
}

.bxs-dislike:before {
    content: "\ec96"
}

.bxs-dizzy:before {
    content: "\ec97"
}

.bxs-dock-bottom:before {
    content: "\ec98"
}

.bxs-dock-left:before {
    content: "\ec99"
}

.bxs-dock-right:before {
    content: "\ec9a"
}

.bxs-dock-top:before {
    content: "\ec9b"
}

.bxs-dollar-circle:before {
    content: "\ec9c"
}

.bxs-doughnut-chart:before {
    content: "\ec9d"
}

.bxs-down-arrow:before {
    content: "\ec9e"
}

.bxs-down-arrow-circle:before {
    content: "\ec9f"
}

.bxs-down-arrow-square:before {
    content: "\eca0"
}

.bxs-download:before {
    content: "\eca1"
}

.bxs-downvote:before {
    content: "\eca2"
}

.bxs-drink:before {
    content: "\eca3"
}

.bxs-droplet:before {
    content: "\eca4"
}

.bxs-droplet-half:before {
    content: "\eca5"
}

.bxs-dryer:before {
    content: "\eca6"
}

.bxs-duplicate:before {
    content: "\eca7"
}

.bxs-edit:before {
    content: "\eca8"
}

.bxs-edit-alt:before {
    content: "\eca9"
}

.bxs-edit-location:before {
    content: "\ecaa"
}

.bxs-eject:before {
    content: "\ecab"
}

.bxs-envelope:before {
    content: "\ecac"
}

.bxs-eraser:before {
    content: "\ecad"
}

.bxs-error:before {
    content: "\ecae"
}

.bxs-error-alt:before {
    content: "\ecaf"
}

.bxs-error-circle:before {
    content: "\ecb0"
}

.bxs-ev-station:before {
    content: "\ecb1"
}

.bxs-exit:before {
    content: "\ecb2"
}

.bxs-extension:before {
    content: "\ecb3"
}

.bxs-eyedropper:before {
    content: "\ecb4"
}

.bxs-face:before {
    content: "\ecb5"
}

.bxs-factory:before {
    content: "\ecb6"
}

.bxs-fast-forward-circle:before {
    content: "\ecb7"
}

.bxs-file:before {
    content: "\ecb8"
}

.bxs-file-archive:before {
    content: "\ecb9"
}

.bxs-file-blank:before {
    content: "\ecba"
}

.bxs-file-css:before {
    content: "\ecbb"
}

.bxs-file-doc:before {
    content: "\ecbc"
}

.bxs-file-export:before {
    content: "\ecbd"
}

.bxs-file-find:before {
    content: "\ecbe"
}

.bxs-file-gif:before {
    content: "\ecbf"
}

.bxs-file-html:before {
    content: "\ecc0"
}

.bxs-file-image:before {
    content: "\ecc1"
}

.bxs-file-import:before {
    content: "\ecc2"
}

.bxs-file-jpg:before {
    content: "\ecc3"
}

.bxs-file-js:before {
    content: "\ecc4"
}

.bxs-file-json:before {
    content: "\ecc5"
}

.bxs-file-md:before {
    content: "\ecc6"
}

.bxs-file-pdf:before {
    content: "\ecc7"
}

.bxs-file-plus:before {
    content: "\ecc8"
}

.bxs-file-png:before {
    content: "\ecc9"
}

.bxs-file-txt:before {
    content: "\ecca"
}

.bxs-film:before {
    content: "\eccb"
}

.bxs-filter-alt:before {
    content: "\eccc"
}

.bxs-first-aid:before {
    content: "\eccd"
}

.bxs-flag:before {
    content: "\ecce"
}

.bxs-flag-alt:before {
    content: "\eccf"
}

.bxs-flag-checkered:before {
    content: "\ecd0"
}

.bxs-flame:before {
    content: "\ecd1"
}

.bxs-flask:before {
    content: "\ecd2"
}

.bxs-florist:before {
    content: "\ecd3"
}

.bxs-folder:before {
    content: "\ecd4"
}

.bxs-folder-minus:before {
    content: "\ecd5"
}

.bxs-folder-open:before {
    content: "\ecd6"
}

.bxs-folder-plus:before {
    content: "\ecd7"
}

.bxs-food-menu:before {
    content: "\ecd8"
}

.bxs-fridge:before {
    content: "\ecd9"
}

.bxs-gas-pump:before {
    content: "\ecda"
}

.bxs-ghost:before {
    content: "\ecdb"
}

.bxs-gift:before {
    content: "\ecdc"
}

.bxs-graduation:before {
    content: "\ecdd"
}

.bxs-grid:before {
    content: "\ecde"
}

.bxs-grid-alt:before {
    content: "\ecdf"
}

.bxs-group:before {
    content: "\ece0"
}

.bxs-hand-down:before {
    content: "\ece1"
}

.bxs-hand-left:before {
    content: "\ece2"
}

.bxs-hand-right:before {
    content: "\ece3"
}

.bxs-hand-up:before {
    content: "\ece4"
}

.bxs-happy:before {
    content: "\ece5"
}

.bxs-happy-alt:before {
    content: "\ece6"
}

.bxs-happy-beaming:before {
    content: "\ece7"
}

.bxs-happy-heart-eyes:before {
    content: "\ece8"
}

.bxs-hdd:before {
    content: "\ece9"
}

.bxs-heart:before {
    content: "\ecea"
}

.bxs-heart-circle:before {
    content: "\eceb"
}

.bxs-heart-square:before {
    content: "\ecec"
}

.bxs-help-circle:before {
    content: "\eced"
}

.bxs-hide:before {
    content: "\ecee"
}

.bxs-home:before {
    content: "\ecef"
}

.bxs-home-circle:before {
    content: "\ecf0"
}

.bxs-home-heart:before {
    content: "\ecf1"
}

.bxs-hot:before {
    content: "\ecf2"
}

.bxs-hotel:before {
    content: "\ecf3"
}

.bxs-hourglass:before {
    content: "\ecf4"
}

.bxs-hourglass-bottom:before {
    content: "\ecf5"
}

.bxs-hourglass-top:before {
    content: "\ecf6"
}

.bxs-id-card:before {
    content: "\ecf7"
}

.bxs-image:before {
    content: "\ecf8"
}

.bxs-image-add:before {
    content: "\ecf9"
}

.bxs-image-alt:before {
    content: "\ecfa"
}

.bxs-inbox:before {
    content: "\ecfb"
}

.bxs-info-circle:before {
    content: "\ecfc"
}

.bxs-info-square:before {
    content: "\ecfd"
}

.bxs-institution:before {
    content: "\ecfe"
}

.bxs-joystick:before {
    content: "\ecff"
}

.bxs-joystick-alt:before {
    content: "\ed00"
}

.bxs-joystick-button:before {
    content: "\ed01"
}

.bxs-key:before {
    content: "\ed02"
}

.bxs-keyboard:before {
    content: "\ed03"
}

.bxs-label:before {
    content: "\ed04"
}

.bxs-landmark:before {
    content: "\ed05"
}

.bxs-landscape:before {
    content: "\ed06"
}

.bxs-laugh:before {
    content: "\ed07"
}

.bxs-layer:before {
    content: "\ed08"
}

.bxs-layer-minus:before {
    content: "\ed09"
}

.bxs-layer-plus:before {
    content: "\ed0a"
}

.bxs-layout:before {
    content: "\ed0b"
}

.bxs-left-arrow:before {
    content: "\ed0c"
}

.bxs-left-arrow-circle:before {
    content: "\ed0d"
}

.bxs-left-arrow-square:before {
    content: "\ed0e"
}

.bxs-left-down-arrow-circle:before {
    content: "\ed0f"
}

.bxs-left-top-arrow-circle:before {
    content: "\ed10"
}

.bxs-like:before {
    content: "\ed11"
}

.bxs-location-plus:before {
    content: "\ed12"
}

.bxs-lock:before {
    content: "\ed13"
}

.bxs-lock-alt:before {
    content: "\ed14"
}

.bxs-lock-open:before {
    content: "\ed15"
}

.bxs-lock-open-alt:before {
    content: "\ed16"
}

.bxs-log-in:before {
    content: "\ed17"
}

.bxs-log-in-circle:before {
    content: "\ed18"
}

.bxs-log-out:before {
    content: "\ed19"
}

.bxs-log-out-circle:before {
    content: "\ed1a"
}

.bxs-low-vision:before {
    content: "\ed1b"
}

.bxs-magic-wand:before {
    content: "\ed1c"
}

.bxs-magnet:before {
    content: "\ed1d"
}

.bxs-map:before {
    content: "\ed1e"
}

.bxs-map-alt:before {
    content: "\ed1f"
}

.bxs-map-pin:before {
    content: "\ed20"
}

.bxs-mask:before {
    content: "\ed21"
}

.bxs-megaphone:before {
    content: "\ed22"
}

.bxs-meh:before {
    content: "\ed23"
}

.bxs-meh-alt:before {
    content: "\ed24"
}

.bxs-meh-blank:before {
    content: "\ed25"
}

.bxs-memory-card:before {
    content: "\ed26"
}

.bxs-message:before {
    content: "\ed27"
}

.bxs-message-alt:before {
    content: "\ed28"
}

.bxs-message-alt-dots:before {
    content: "\ed29"
}

.bxs-message-dots:before {
    content: "\ed2a"
}

.bxs-message-rounded:before {
    content: "\ed2b"
}

.bxs-message-rounded-dots:before {
    content: "\ed2c"
}

.bxs-message-square:before {
    content: "\ed2d"
}

.bxs-message-square-dots:before {
    content: "\ed2e"
}

.bxs-microchip:before {
    content: "\ed2f"
}

.bxs-microphone:before {
    content: "\ed30"
}

.bxs-microphone-alt:before {
    content: "\ed31"
}

.bxs-microphone-off:before {
    content: "\ed32"
}

.bxs-minus-circle:before {
    content: "\ed33"
}

.bxs-minus-square:before {
    content: "\ed34"
}

.bxs-mobile:before {
    content: "\ed35"
}

.bxs-mobile-vibration:before {
    content: "\ed36"
}

.bxs-moon:before {
    content: "\ed37"
}

.bxs-mouse:before {
    content: "\ed38"
}

.bxs-mouse-alt:before {
    content: "\ed39"
}

.bxs-movie:before {
    content: "\ed3a"
}

.bxs-music:before {
    content: "\ed3b"
}

.bxs-navigation:before {
    content: "\ed3c"
}

.bxs-news:before {
    content: "\ed3d"
}

.bxs-no-entry:before {
    content: "\ed3e"
}

.bxs-note:before {
    content: "\ed3f"
}

.bxs-notepad:before {
    content: "\ed40"
}

.bxs-notification:before {
    content: "\ed41"
}

.bxs-notification-off:before {
    content: "\ed42"
}

.bxs-offer:before {
    content: "\ed43"
}

.bxs-package:before {
    content: "\ed44"
}

.bxs-paint:before {
    content: "\ed45"
}

.bxs-paint-roll:before {
    content: "\ed46"
}

.bxs-palette:before {
    content: "\ed47"
}

.bxs-paper-plane:before {
    content: "\ed48"
}

.bxs-parking:before {
    content: "\ed49"
}

.bxs-paste:before {
    content: "\ed4a"
}

.bxs-pen:before {
    content: "\ed4b"
}

.bxs-pencil:before {
    content: "\ed4c"
}

.bxs-phone:before {
    content: "\ed4d"
}

.bxs-phone-call:before {
    content: "\ed4e"
}

.bxs-phone-incoming:before {
    content: "\ed4f"
}

.bxs-phone-outgoing:before {
    content: "\ed50"
}

.bxs-photo-album:before {
    content: "\ed51"
}

.bxs-piano:before {
    content: "\ed52"
}

.bxs-pie-chart:before {
    content: "\ed53"
}

.bxs-pie-chart-alt:before {
    content: "\ed54"
}

.bxs-pie-chart-alt-2:before {
    content: "\ed55"
}

.bxs-pin:before {
    content: "\ed56"
}

.bxs-pizza:before {
    content: "\ed57"
}

.bxs-plane:before {
    content: "\ed58"
}

.bxs-plane-alt:before {
    content: "\ed59"
}

.bxs-plane-land:before {
    content: "\ed5a"
}

.bxs-planet:before {
    content: "\ed5b"
}

.bxs-plane-take-off:before {
    content: "\ed5c"
}

.bxs-playlist:before {
    content: "\ed5d"
}

.bxs-plug:before {
    content: "\ed5e"
}

.bxs-plus-circle:before {
    content: "\ed5f"
}

.bxs-plus-square:before {
    content: "\ed60"
}

.bxs-pointer:before {
    content: "\ed61"
}

.bxs-polygon:before {
    content: "\ed62"
}

.bxs-printer:before {
    content: "\ed63"
}

.bxs-purchase-tag:before {
    content: "\ed64"
}

.bxs-purchase-tag-alt:before {
    content: "\ed65"
}

.bxs-pyramid:before {
    content: "\ed66"
}

.bxs-quote-alt-left:before {
    content: "\ed67"
}

.bxs-quote-alt-right:before {
    content: "\ed68"
}

.bxs-quote-left:before {
    content: "\ed69"
}

.bxs-quote-right:before {
    content: "\ed6a"
}

.bxs-quote-single-left:before {
    content: "\ed6b"
}

.bxs-quote-single-right:before {
    content: "\ed6c"
}

.bxs-radiation:before {
    content: "\ed6d"
}

.bxs-radio:before {
    content: "\ed6e"
}

.bxs-receipt:before {
    content: "\ed6f"
}

.bxs-rectangle:before {
    content: "\ed70"
}

.bxs-rename:before {
    content: "\ed71"
}

.bxs-report:before {
    content: "\ed72"
}

.bxs-rewind-circle:before {
    content: "\ed73"
}

.bxs-right-arrow:before {
    content: "\ed74"
}

.bxs-right-arrow-circle:before {
    content: "\ed75"
}

.bxs-right-arrow-square:before {
    content: "\ed76"
}

.bxs-right-down-arrow-circle:before {
    content: "\ed77"
}

.bxs-right-top-arrow-circle:before {
    content: "\ed78"
}

.bxs-rocket:before {
    content: "\ed79"
}

.bxs-ruler:before {
    content: "\ed7a"
}

.bxs-sad:before {
    content: "\ed7b"
}

.bxs-save:before {
    content: "\ed7c"
}

.bxs-school:before {
    content: "\ed7d"
}

.bxs-search:before {
    content: "\ed7e"
}

.bxs-search-alt-2:before {
    content: "\ed7f"
}

.bxs-select-multiple:before {
    content: "\ed80"
}

.bxs-send:before {
    content: "\ed81"
}

.bxs-server:before {
    content: "\ed82"
}

.bxs-shapes:before {
    content: "\ed83"
}

.bxs-share:before {
    content: "\ed84"
}

.bxs-share-alt:before {
    content: "\ed85"
}

.bxs-shield:before {
    content: "\ed86"
}

.bxs-shield-alt-2:before {
    content: "\ed87"
}

.bxs-ship:before {
    content: "\ed88"
}

.bxs-shocked:before {
    content: "\ed89"
}

.bxs-shopping-bag:before {
    content: "\ed8a"
}

.bxs-shopping-bag-alt:before {
    content: "\ed8b"
}

.bxs-show:before {
    content: "\ed8c"
}

.bxs-skip-next-circle:before {
    content: "\ed8d"
}

.bxs-skip-previous-circle:before {
    content: "\ed8e"
}

.bxs-skull:before {
    content: "\ed8f"
}

.bxs-sleepy:before {
    content: "\ed90"
}

.bxs-slideshow:before {
    content: "\ed91"
}

.bxs-smile:before {
    content: "\ed92"
}

.bxs-sort-alt:before {
    content: "\ed93"
}

.bxs-spa:before {
    content: "\ed94"
}

.bxs-spray-can:before {
    content: "\ed95"
}

.bxs-spreadsheet:before {
    content: "\ed96"
}

.bxs-square:before {
    content: "\ed97"
}

.bxs-square-rounded:before {
    content: "\ed98"
}

.bxs-star:before {
    content: "\ed99"
}

.bxs-star-half:before {
    content: "\ed9a"
}

.bxs-sticker:before {
    content: "\ed9b"
}

.bxs-stopwatch:before {
    content: "\ed9c"
}

.bxs-store:before {
    content: "\ed9d"
}

.bxs-store-alt:before {
    content: "\ed9e"
}

.bxs-sun:before {
    content: "\ed9f"
}

.bxs-tachometer:before {
    content: "\eda0"
}

.bxs-tag:before {
    content: "\eda1"
}

.bxs-tag-x:before {
    content: "\eda2"
}

.bxs-taxi:before {
    content: "\eda3"
}

.bxs-tennis-ball:before {
    content: "\eda4"
}

.bxs-terminal:before {
    content: "\eda5"
}

.bxs-thermometer:before {
    content: "\eda6"
}

.bxs-time:before {
    content: "\eda7"
}

.bxs-time-five:before {
    content: "\eda8"
}

.bxs-timer:before {
    content: "\eda9"
}

.bxs-tired:before {
    content: "\edaa"
}

.bxs-toggle-left:before {
    content: "\edab"
}

.bxs-toggle-right:before {
    content: "\edac"
}

.bxs-tone:before {
    content: "\edad"
}

.bxs-torch:before {
    content: "\edae"
}

.bxs-to-top:before {
    content: "\edaf"
}

.bxs-traffic:before {
    content: "\edb0"
}

.bxs-traffic-barrier:before {
    content: "\edb1"
}

.bxs-traffic-cone:before {
    content: "\edb2"
}

.bxs-train:before {
    content: "\edb3"
}

.bxs-trash:before {
    content: "\edb4"
}

.bxs-trash-alt:before {
    content: "\edb5"
}

.bxs-tree:before {
    content: "\edb6"
}

.bxs-trophy:before {
    content: "\edb7"
}

.bxs-truck:before {
    content: "\edb8"
}

.bxs-t-shirt:before {
    content: "\edb9"
}

.bxs-up-arrow:before {
    content: "\edba"
}

.bxs-up-arrow-circle:before {
    content: "\edbb"
}

.bxs-up-arrow-square:before {
    content: "\edbc"
}

.bxs-upside-down:before {
    content: "\edbd"
}

.bxs-upvote:before {
    content: "\edbe"
}

.bxs-user:before {
    content: "\edbf"
}

.bxs-user-badge:before {
    content: "\edc0"
}

.bxs-user-check:before {
    content: "\edc1"
}

.bxs-user-circle:before {
    content: "\edc2"
}

.bxs-user-detail:before {
    content: "\edc3"
}

.bxs-user-minus:before {
    content: "\edc4"
}

.bxs-user-pin:before {
    content: "\edc5"
}

.bxs-user-plus:before {
    content: "\edc6"
}

.bxs-user-rectangle:before {
    content: "\edc7"
}

.bxs-user-voice:before {
    content: "\edc8"
}

.bxs-user-x:before {
    content: "\edc9"
}

.bxs-vial:before {
    content: "\edca"
}

.bxs-video:before {
    content: "\edcb"
}

.bxs-video-off:before {
    content: "\edcc"
}

.bxs-video-plus:before {
    content: "\edcd"
}

.bxs-video-recording:before {
    content: "\edce"
}

.bxs-videos:before {
    content: "\edcf"
}

.bxs-volume:before {
    content: "\edd0"
}

.bxs-volume-full:before {
    content: "\edd1"
}

.bxs-volume-low:before {
    content: "\edd2"
}

.bxs-volume-mute:before {
    content: "\edd3"
}

.bxs-wallet:before {
    content: "\edd4"
}

.bxs-wallet-alt:before {
    content: "\edd5"
}

.bxs-washer:before {
    content: "\edd6"
}

.bxs-watch:before {
    content: "\edd7"
}

.bxs-watch-alt:before {
    content: "\edd8"
}

.bxs-webcam:before {
    content: "\edd9"
}

.bxs-widget:before {
    content: "\edda"
}

.bxs-wine:before {
    content: "\eddb"
}

.bxs-wink-smile:before {
    content: "\eddc"
}

.bxs-wink-tongue:before {
    content: "\eddd"
}

.bxs-wrench:before {
    content: "\edde"
}

.bxs-x-circle:before {
    content: "\eddf"
}

.bxs-x-square:before {
    content: "\ede0"
}

.bxs-yin-yang:before {
    content: "\ede1"
}

.bxs-zap:before {
    content: "\ede2"
}

.bxs-zoom-in:before {
    content: "\ede3"
}

.bxs-zoom-out:before {
    content: "\ede4"
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    cursor: pointer
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 10px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.lb-loader, .lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: .8;
    display: none
}

.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../../front/lightbox/images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../../front/lightbox/images/prev.png) left 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../../front/lightbox/images/next.png) right 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../../front/lightbox/images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1
}

.jq-stars {
    display: inline-block
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%
}

.jq-star-svg path {
    stroke-linejoin: round
}

.jq-shadow {
    -webkit-filter: drop-shadow(-2px -2px 2px #888);
    filter: drop-shadow(-2px -2px 2px #888)
}

body {
    scroll-behavior: smooth
}

#toctoc {
    width: 100%;
    margin-bottom: 2rem;
    text-align: left
}

#toctoc #toctoc-head {
    padding: .8rem 1rem;
    display: flex;
    justify-content: space-between
}

#toctoc #toctoc-head a:hover {
    opacity: .9
}

#toctoc #toctoc-body {
    padding: .5rem 1rem;
    font-size: 1rem
}

#toctoc #toctoc-body .link {
    margin: .2rem 0
}

#toctoc #toctoc-body a {
    display: flex;
    align-items: center;
    gap: .4rem
}

#toctoc #toctoc-body a:hover::after {
    content: "👈"
}

#toctoc #toctoc-body .link-h3 {
    padding-left: 1rem
}

#toctoc #toctoc-body .link-h4 {
    padding-left: 2rem
}

#toctoc #toctoc-body .link-h5 {
    padding-left: 3rem
}

#toctoc #toctoc-body .link-h6 {
    padding-left: 4rem
}

#toctoc a {
    text-decoration: none
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0;
        background-position: var(--plyr-progress-loading-size, 25px) 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes plyr-fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    line-height: 1.7;
    line-height: var(--plyr-line-height, 1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
    z-index: 0
}

.plyr audio, .plyr iframe, .plyr video {
    display: block;
    height: 100%;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    box-sizing: border-box
}

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
    box-sizing: inherit
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
    touch-action: manipulation
}

.plyr__badge {
    background: #4a5464;
    background: var(--plyr-badge-background, #4a5464);
    border-radius: 2px;
    border-radius: var(--plyr-badge-border-radius, 2px);
    color: #fff;
    color: var(--plyr-badge-text-color, #fff);
    font-size: 9px;
    font-size: var(--plyr-font-size-badge, 9px);
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    display: none;
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    left: 0;
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%
}

.plyr__captions span:empty {
    display: none
}

@media (min-width: 480px) {
    .plyr__captions {
        font-size: 15px;
        font-size: var(--plyr-font-size-base, 15px);
        padding: 20px;
        padding: calc(var(--plyr-control-spacing, 10px) * 2)
    }
}

@media (min-width: 768px) {
    .plyr__captions {
        font-size: 18px;
        font-size: var(--plyr-font-size-large, 18px)
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
    transform: translateY(-40px);
    transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4))
}

.plyr__caption {
    background: rgba(0, 0, 0, .8);
    background: var(--plyr-captions-background, rgba(0, 0, 0, .8));
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
    color: var(--plyr-captions-text-color, #fff);
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__caption div {
    display: inline
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    border-radius: var(--plyr-control-radius, 3px);
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px) * .7);
    position: relative;
    transition: all .3s ease
}

.plyr__control svg {
    fill: currentColor;
    display: block;
    height: 18px;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: 18px;
    width: var(--plyr-control-icon-size, 18px)
}

.plyr__control:focus {
    outline: 0
}

.plyr__control.plyr__tab-focus {
    outline-color: #e000ec;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #e000ec)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

a.plyr__control {
    text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
    display: none
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center
}

.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0
}

.plyr__controls .plyr__controls__item {
    margin-left: 2.5px;
    margin-left: calc(var(--plyr-control-spacing, 10px) / 4)
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px) / 4)
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
    padding: 0 calc(var(--plyr-control-spacing, 10px) / 2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: hsla(0, 0%, 100%, .9);
    background: var(--plyr-menu-background, hsla(0, 0%, 100%, .9));
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container > div {
    overflow: hidden;
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
    border: 4px solid transparent;
    border-top: var(--plyr-menu-arrow-size, 4px) solid hsla(0, 0%, 100%, .9);
    border-width: var(--plyr-menu-arrow-size, 4px);
    content: "";
    height: 0;
    position: absolute;
    right: 14px;
    right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * .7 - var(--plyr-menu-arrow-size, 4px) / 2);
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px) * .7)
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    display: flex;
    font-size: 13px;
    font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
    padding: 4.66667px 10.5px;
    padding: calc(var(--plyr-control-spacing, 10px) * .7 / 1.5) calc(var(--plyr-control-spacing, 10px) * .7 * 1.5);
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control > span {
    align-items: inherit;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control:after {
    border: 4px solid transparent;
    border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
    padding-right: calc(var(--plyr-control-spacing, 10px) * .7 * 4)
}

.plyr__menu__container .plyr__control--forward:after {
    border-left-color: #728197;
    border-left-color: var(--plyr-menu-arrow-color, #728197);
    right: 6.5px;
    right: calc(var(--plyr-control-spacing, 10px) * .7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after, .plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: initial
}

.plyr__menu__container .plyr__control--back {
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    margin: 7px;
    margin: calc(var(--plyr-control-spacing, 10px) * .7);
    margin-bottom: 3.5px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) * .7 / 2);
    padding-left: 28px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * .7 * 4);
    position: relative;
    width: calc(100% - 14px);
    width: calc(100% - var(--plyr-control-spacing, 10px) * .7 * 2)
}

.plyr__menu__container .plyr__control--back:after {
    border-right-color: #728197;
    border-right-color: var(--plyr-menu-arrow-color, #728197);
    left: 6.5px;
    left: calc(var(--plyr-control-spacing, 10px) * .7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back:before {
    background: #dcdfe5;
    background: var(--plyr-menu-back-border-color, #dcdfe5);
    box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    content: "";
    height: 1px;
    left: 0;
    margin-top: 3.5px;
    margin-top: calc(var(--plyr-control-spacing, 10px) * .7 / 2);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after, .plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: initial
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * .7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    background: rgba(0, 0, 0, .1);
    content: "";
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px);
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform .3s ease, opacity .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background: #e000ec;
    background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #e000ec)))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
    opacity: 1;
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
    background: rgba(35, 40, 47, .1)
}

.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: calc(-7px - -2);
    margin-right: calc(var(--plyr-control-spacing, 10px) * .7 * -1 - -2);
    overflow: hidden;
    padding-left: 24.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * .7 * 3.5);
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 26px;
    border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
    color: #e000ec;
    color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #e000ec)));
    display: block;
    height: 19px;
    height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    min-width: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    background-image: linear-gradient(90deg, currentColor 0, transparent 0);
    background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: -4px;
    margin-top: calc(var(--plyr-range-thumb-height, 13px) / 2 * -1 - var(--plyr-range-track-height, 5px) / 2 * -1);
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -moz-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px)
}

.plyr--full-ui input[type=range]::-ms-track {
    color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: 0 0;
    background: currentColor;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: 0;
    position: relative;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    outline-color: #e000ec;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #e000ec)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    outline-color: #e000ec;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #e000ec)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    outline-color: #e000ec;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #e000ec)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

.plyr__poster {
    background-color: #000;
    background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
    display: none
}

.plyr__time {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__time + .plyr__time:before {
    content: "\2044";
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px)
}

@media (max-width: 767px) {
    .plyr__time + .plyr__time {
        display: none
    }
}

.plyr__tooltip {
    background: hsla(0, 0%, 100%, .9);
    background: var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    border-radius: 3px;
    border-radius: var(--plyr-tooltip-radius, 3px);
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    color: #4a5464;
    color: var(--plyr-tooltip-color, #4a5464);
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
    opacity: 0;
    padding: 5px 7.5px;
    padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip:before {
    border-left: 4px solid transparent;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: 4px solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .9);
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
    left: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 0 100%
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
    left: 16px;
    left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * .7)
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 100% 100%
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * .7);
    transform: translateX(50%)
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0) scale(1)
}

.plyr__progress {
    left: 6.5px;
    left: calc(var(--plyr-range-thumb-height, 13px) * .5);
    margin-right: 13px;
    margin-right: var(--plyr-range-thumb-height, 13px);
    position: relative
}

.plyr__progress input[type=range], .plyr__progress__buffer {
    margin-left: -6.5px;
    margin-left: calc(var(--plyr-range-thumb-height, 13px) * -.5);
    margin-right: -6.5px;
    margin-right: calc(var(--plyr-range-thumb-height, 13px) * -.5);
    width: calc(100% + 13px);
    width: calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    left: 0
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin-top: -2.5px;
    margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -moz-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(35, 40, 47, .6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, .6) 0, rgba(35, 40, 47, .6) 75%, transparent 0, transparent);
    background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: hsla(0, 0%, 100%, .25);
    background-color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25))
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(193, 200, 209, .6);
    background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr__volume {
    align-items: center;
    display: flex;
    max-width: 110px;
    min-width: 80px;
    position: relative;
    width: 20%
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
    margin-right: 5px;
    margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
    position: relative;
    z-index: 2
}

.plyr--is-ios .plyr__volume {
    min-width: 0;
    width: auto
}

.plyr--audio {
    display: block
}

.plyr--audio .plyr__controls {
    background: #fff;
    background: var(--plyr-audio-controls-background, #fff);
    border-radius: inherit;
    color: #4a5464;
    color: var(--plyr-audio-control-color, #4a5464);
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px)
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
    background: #e000ec;
    background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #e000ec)));
    color: #fff;
    color: var(--plyr-audio-control-color-hover, #fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(193, 200, 209, .6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: rgba(193, 200, 209, .6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(193, 200, 209, .6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(193, 200, 209, .6);
    color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr--video {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    aspect-ratio: 16/9
}

@supports not (aspect-ratio:16/9) {
    .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
        height: 0;
        padding-bottom: 56.25%;
        position: relative
    }
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
    background: linear-gradient(transparent, rgba(0, 0, 0, .75));
    background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, .75)));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    left: 0;
    padding: 5px;
    padding: calc(var(--plyr-control-spacing, 10px) / 2);
    padding-top: 20px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    z-index: 3
}

@media (min-width: 480px) {
    .plyr--video .plyr__controls {
        padding: 10px;
        padding: var(--plyr-control-spacing, 10px);
        padding-top: 35px;
        padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5)
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #e000ec;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #e000ec)));
    color: #fff;
    color: var(--plyr-video-control-color-hover, #fff)
}

.plyr__control--overlaid {
    background: #e000ec;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #e000ec)));
    border: 0;
    border-radius: 100%;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    display: none;
    left: 50%;
    opacity: .9;
    padding: 15px;
    padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
    opacity: 1
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: hsla(0, 0%, 100%, .25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: hsla(0, 0%, 100%, .25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: hsla(0, 0%, 100%, .25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--video .plyr__progress__buffer {
    color: hsla(0, 0%, 100%, .25);
    color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25))
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }

    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-moz-full-screen video {
    height: 100%
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads > div, .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads:after {
    background: #23282f;
    border-radius: 2px;
    bottom: 10px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3
}

.plyr__ads:after:empty {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin: -var(--plyr-range-track-height, 5px)/2 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: hsla(0, 0%, 100%, .9);
    background-color: var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
    opacity: 0;
    padding: 3px;
    padding: var(--plyr-tooltip-radius, 3px);
    pointer-events: none;
    position: absolute;
    transform: translateY(10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
    border-left: 4px solid transparent;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: 4px solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .9);
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: 2px;
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, .55);
    border-radius: 2px;
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    color: #fff;
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    padding: 3px 6px
}

.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0 !important;
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

.tagsinput, .tagsinput * {
    box-sizing: border-box
}

.tagsinput {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #556270;
    padding: 5px 5px 0;
    border: 1px solid #e6e6e6;
    border-radius: 2px
}

.tagsinput.focus {
    border-color: #ccc
}

.tagsinput .tag {
    position: relative;
    background: #556270;
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    color: #fff;
    padding: 5px 30px 5px 5px;
    border-radius: 2px;
    margin: 0 5px 5px 0
}

.tagsinput .tag .tag-remove {
    position: absolute;
    background: 0 0;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #ff6b6b;
    line-height: 30px;
    padding: 0;
    border: 0
}

.tagsinput .tag .tag-remove:after, .tagsinput .tag .tag-remove:before {
    background: #ff6b6b;
    position: absolute;
    display: block;
    width: 10px;
    height: 2px;
    top: 14px;
    left: 10px;
    content: ''
}

.tagsinput .tag .tag-remove:before {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.tagsinput .tag .tag-remove:after {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

.tagsinput div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tagsinput div input {
    background: 0 0;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
    border: 0;
    margin: 0 5px 5px 0
}

.tagsinput div input.error {
    color: #ff6b6b
}

.tagsinput div input::-ms-clear {
    display: none
}

.tagsinput div input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1
}

.tagsinput div input:-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.tagsinput div input::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.tagsinput div input:-ms-input-placeholder {
    color: #ccc;
    opacity: 1
}

/*!
 * FilePond 4.17.1
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
.filepond--assistant {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap
}

.filepond--browser.filepond--browser {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 1em;
    top: 1.75em;
    width: calc(100% - 2em);
    opacity: 0;
    font-size: 0
}

.filepond--data {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    visibility: hidden;
    pointer-events: none;
    contain: strict
}

.filepond--drip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: .1;
    pointer-events: none;
    border-radius: .5em;
    background: rgba(0, 0, 0, .01)
}

.filepond--drip-blob {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 8em;
    height: 8em;
    margin-left: -4em;
    margin-top: -4em;
    background: #292625;
    border-radius: 50%
}

.filepond--drip-blob, .filepond--drop-label {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform, opacity
}

.filepond--drop-label {
    right: 0;
    margin: 0;
    color: #4f4f4f;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filepond--drop-label.filepond--drop-label label {
    display: block;
    margin: 0;
    padding: .5em
}

.filepond--drop-label label {
    cursor: default;
    font-size: .875em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5
}

.filepond--label-action {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    -webkit-text-decoration-color: #a7a4a4;
    text-decoration-color: #a7a4a4;
    cursor: pointer
}

.filepond--root[data-disabled] .filepond--drop-label label {
    opacity: .5
}

.filepond--file-action-button.filepond--file-action-button {
    font-size: 1em;
    width: 1.625em;
    height: 1.625em;
    font-family: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    will-change: transform, opacity
}

.filepond--file-action-button.filepond--file-action-button span {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap
}

.filepond--file-action-button.filepond--file-action-button svg {
    width: 100%;
    height: 100%
}

.filepond--file-action-button.filepond--file-action-button:after {
    position: absolute;
    left: -.75em;
    right: -.75em;
    top: -.75em;
    bottom: -.75em;
    content: ""
}

.filepond--file-action-button {
    cursor: auto;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    background-image: none;
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    transition: box-shadow .25s ease-in
}

.filepond--file-action-button:focus, .filepond--file-action-button:hover {
    box-shadow: 0 0 0 .125em hsla(0, 0%, 100%, .9)
}

.filepond--file-action-button[disabled] {
    color: hsla(0, 0%, 100%, .5);
    background-color: rgba(0, 0, 0, .25)
}

.filepond--file-info {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    margin: 0 .5em 0 0;
    min-width: 0;
    will-change: transform, opacity;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filepond--file-info * {
    margin: 0
}

.filepond--file-info .filepond--file-info-main {
    font-size: .75em;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%
}

.filepond--file-info .filepond--file-info-sub {
    font-size: .625em;
    opacity: .5;
    transition: opacity .25s ease-in-out;
    white-space: nowrap
}

.filepond--file-info .filepond--file-info-sub:empty {
    display: none
}

.filepond--file-status {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
    min-width: 2.25em;
    text-align: right;
    will-change: transform, opacity;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filepond--file-status * {
    margin: 0;
    white-space: nowrap
}

.filepond--file-status .filepond--file-status-main {
    font-size: .75em;
    line-height: 1.2
}

.filepond--file-status .filepond--file-status-sub {
    font-size: .625em;
    opacity: .5;
    transition: opacity .25s ease-in-out
}

.filepond--file-wrapper.filepond--file-wrapper {
    border: none;
    margin: 0;
    padding: 0;
    min-width: 0;
    height: 100%
}

.filepond--file-wrapper.filepond--file-wrapper > legend {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap
}

.filepond--file {
    position: static;
    display: flex;
    height: 100%;
    align-items: flex-start;
    padding: .5625em;
    color: #fff;
    border-radius: .5em
}

.filepond--file .filepond--file-status {
    margin-left: auto;
    margin-right: 2.25em
}

.filepond--file .filepond--processing-complete-indicator {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 3
}

.filepond--file .filepond--file-action-button, .filepond--file .filepond--processing-complete-indicator, .filepond--file .filepond--progress-indicator {
    position: absolute
}

.filepond--file [data-align*=left] {
    left: .5625em
}

.filepond--file [data-align*=right] {
    right: .5625em
}

.filepond--file [data-align*=center] {
    left: calc(50% - .8125em)
}

.filepond--file [data-align*=bottom] {
    bottom: 1.125em
}

.filepond--file [data-align=center] {
    top: calc(50% - .8125em)
}

.filepond--file .filepond--progress-indicator {
    margin-top: .1875em
}

.filepond--file .filepond--progress-indicator[data-align*=right] {
    margin-right: .1875em
}

.filepond--file .filepond--progress-indicator[data-align*=left] {
    margin-left: .1875em
}

[data-filepond-item-state*=error] .filepond--file-info, [data-filepond-item-state*=invalid] .filepond--file-info, [data-filepond-item-state=cancelled] .filepond--file-info {
    margin-right: 2.25em
}

[data-filepond-item-state~=processing] .filepond--file-status-sub {
    opacity: 0
}

[data-filepond-item-state~=processing] .filepond--action-abort-item-processing ~ .filepond--file-status .filepond--file-status-sub {
    opacity: .5
}

[data-filepond-item-state=processing-error] .filepond--file-status-sub {
    opacity: 0
}

[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing ~ .filepond--file-status .filepond--file-status-sub {
    opacity: .5
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg {
    -webkit-animation: fall .5s linear .125s both;
    animation: fall .5s linear .125s both
}

[data-filepond-item-state=processing-complete] .filepond--file-status-sub {
    opacity: .5
}

[data-filepond-item-state=processing-complete] .filepond--file-info-sub, [data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden]) ~ .filepond--file-status .filepond--file-status-sub {
    opacity: 0
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub {
    opacity: .5
}

[data-filepond-item-state*=error] .filepond--file-wrapper, [data-filepond-item-state*=error] .filepond--panel, [data-filepond-item-state*=invalid] .filepond--file-wrapper, [data-filepond-item-state*=invalid] .filepond--panel {
    -webkit-animation: shake .65s linear both;
    animation: shake .65s linear both
}

[data-filepond-item-state*=busy] .filepond--progress-indicator svg {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes shake {
    10%, 90% {
        -webkit-transform: translateX(-.0625em);
        transform: translateX(-.0625em)
    }
    20%, 80% {
        -webkit-transform: translateX(.125em);
        transform: translateX(.125em)
    }
    30%, 50%, 70% {
        -webkit-transform: translateX(-.25em);
        transform: translateX(-.25em)
    }
    40%, 60% {
        -webkit-transform: translateX(.25em);
        transform: translateX(.25em)
    }
}

@keyframes shake {
    10%, 90% {
        -webkit-transform: translateX(-.0625em);
        transform: translateX(-.0625em)
    }
    20%, 80% {
        -webkit-transform: translateX(.125em);
        transform: translateX(.125em)
    }
    30%, 50%, 70% {
        -webkit-transform: translateX(-.25em);
        transform: translateX(-.25em)
    }
    40%, 60% {
        -webkit-transform: translateX(.25em);
        transform: translateX(.25em)
    }
}

@-webkit-keyframes fall {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes fall {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.filepond--hopper[data-hopper-state=drag-over] > * {
    pointer-events: none
}

.filepond--hopper[data-hopper-state=drag-over]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100
}

.filepond--progress-indicator {
    z-index: 103
}

.filepond--file-action-button {
    z-index: 102
}

.filepond--file-status {
    z-index: 101
}

.filepond--file-info {
    z-index: 100
}

.filepond--item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0;
    margin: .25em;
    will-change: transform, opacity
}

.filepond--item > .filepond--panel {
    z-index: -1
}

.filepond--item > .filepond--panel .filepond--panel-bottom {
    box-shadow: 0 .0625em .125em -.0625em rgba(0, 0, 0, .25)
}

.filepond--item > .filepond--file-wrapper, .filepond--item > .filepond--panel {
    transition: opacity .15s ease-out
}

.filepond--item[data-drag-state] {
    cursor: -webkit-grab;
    cursor: grab
}

.filepond--item[data-drag-state] > .filepond--panel {
    transition: box-shadow .125s ease-in-out;
    box-shadow: 0 0 0 transparent
}

.filepond--item[data-drag-state=drag] {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.filepond--item[data-drag-state=drag] > .filepond--panel {
    box-shadow: 0 .125em .3125em rgba(0, 0, 0, .325)
}

.filepond--item[data-drag-state]:not([data-drag-state=idle]) {
    z-index: 2
}

.filepond--item-panel {
    background-color: #64605e
}

[data-filepond-item-state=processing-complete] .filepond--item-panel {
    background-color: #369763
}

[data-filepond-item-state*=error] .filepond--item-panel, [data-filepond-item-state*=invalid] .filepond--item-panel {
    background-color: #c44e47
}

.filepond--item-panel {
    border-radius: .5em;
    transition: background-color .25s
}

.filepond--list-scroller {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    will-change: transform
}

.filepond--list-scroller[data-state=overflow] {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-mask: linear-gradient(180deg, #000 calc(100% - .5em), transparent);
    mask: linear-gradient(180deg, #000 calc(100% - .5em), transparent)
}

.filepond--list-scroller[data-state=overflow] .filepond--list {
    bottom: 0;
    right: 0
}

.filepond--list-scroller::-webkit-scrollbar {
    background: 0 0
}

.filepond--list-scroller::-webkit-scrollbar:vertical {
    width: 1em
}

.filepond--list-scroller::-webkit-scrollbar:horizontal {
    height: 0
}

.filepond--list-scroller::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 99999px;
    border: .3125em solid transparent;
    background-clip: content-box
}

.filepond--list.filepond--list {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    will-change: transform
}

.filepond--list {
    left: .75em;
    right: .75em
}

.filepond--root[data-style-panel-layout~=integrated] {
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root {
    border-radius: 0
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root > *, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root > * {
    display: none
}

.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
    bottom: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 7
}

.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel, .filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel {
    display: none
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller, .filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller {
    overflow: hidden;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list, .filepond--root[data-style-panel-layout~=integrated] .filepond--list {
    left: 0;
    right: 0;
    height: 100%
}

.filepond--root[data-style-panel-layout~=compact] .filepond--item, .filepond--root[data-style-panel-layout~=integrated] .filepond--item {
    margin: 0
}

.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper, .filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper {
    height: 100%
}

.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
    z-index: 7
}

.filepond--root[data-style-panel-layout~=circle] {
    border-radius: 99999rem;
    overflow: hidden
}

.filepond--root[data-style-panel-layout~=circle] > .filepond--panel {
    border-radius: inherit
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file-info, .filepond--root[data-style-panel-layout~=circle] .filepond--file-status, .filepond--root[data-style-panel-layout~=circle] > .filepond--panel > * {
    display: none
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .filepond--root[data-style-panel-layout~=circle] {
            will-change: transform
        }
    }
}

.filepond--panel-root {
    border-radius: .5em;
    background-color: #f1f0ef
}

.filepond--panel {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
    height: 100% !important;
    pointer-events: none
}

.filepond-panel:not([data-scalable=false]) {
    height: auto !important
}

.filepond--panel[data-scalable=false] > div {
    display: none
}

.filepond--panel[data-scalable=true] {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-color: transparent !important;
    border: none !important
}

.filepond--panel-bottom, .filepond--panel-center, .filepond--panel-top {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.filepond--panel-bottom, .filepond--panel-top {
    height: .5em
}

.filepond--panel-top {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none !important
}

.filepond--panel-top:after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: inherit
}

.filepond--panel-bottom, .filepond--panel-center {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate3d(0, .5em, 0);
    transform: translate3d(0, .5em, 0)
}

.filepond--panel-bottom {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: none !important
}

.filepond--panel-bottom:before {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    top: -1px;
    background-color: inherit
}

.filepond--panel-center {
    height: 100px !important;
    border-top: none !important;
    border-bottom: none !important;
    border-radius: 0 !important
}

.filepond--panel-center:not([style]) {
    visibility: hidden
}

.filepond--progress-indicator {
    position: static;
    width: 1.25em;
    height: 1.25em;
    color: #fff;
    margin: 0;
    pointer-events: none;
    will-change: transform, opacity
}

.filepond--progress-indicator svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transform-box: fill-box
}

.filepond--progress-indicator path {
    fill: none;
    stroke: currentColor
}

.filepond--list-scroller {
    z-index: 6
}

.filepond--drop-label {
    z-index: 5
}

.filepond--drip {
    z-index: 3
}

.filepond--root > .filepond--panel {
    z-index: 2
}

.filepond--browser {
    z-index: 1
}

.filepond--root {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 1em;
    font-size: 1rem;
    line-height: normal;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 450;
    text-align: left;
    text-rendering: optimizeLegibility;
    direction: ltr;
    contain: layout style size
}

.filepond--root * {
    box-sizing: inherit;
    line-height: inherit
}

.filepond--root :not(text) {
    font-size: inherit
}

.filepond--root[data-disabled] {
    pointer-events: none
}

.filepond--root[data-disabled] .filepond--list-scroller {
    pointer-events: all
}

.filepond--root[data-disabled] .filepond--list {
    pointer-events: none
}

.filepond--root .filepond--drop-label {
    min-height: 4.75em
}

.filepond--root .filepond--list-scroller {
    margin-top: 1em;
    margin-bottom: 1em
}

/*!
* FilePondPluginImagePreview 4.6.4
* Licensed under MIT, https://opensource.org/licenses/MIT/
* Please visit https://pqina.nl/filepond/ for details.
*/
.filepond--image-preview-markup {
    position: absolute;
    left: 0;
    top: 0
}

.filepond--image-preview-wrapper {
    z-index: 2
}

.filepond--image-preview-overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 5rem;
    max-height: 7rem;
    margin: 0;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filepond--image-preview-overlay svg {
    width: 100%;
    height: auto;
    color: inherit;
    max-height: inherit
}

.filepond--image-preview-overlay-idle {
    mix-blend-mode: multiply;
    color: rgba(40, 40, 40, .85)
}

.filepond--image-preview-overlay-success {
    mix-blend-mode: normal;
    color: #369763
}

.filepond--image-preview-overlay-failure {
    mix-blend-mode: normal;
    color: #c44e47
}

@supports (-webkit-marquee-repetition:infinite) and ((-o-object-fit:fill) or (object-fit:fill)) {
    .filepond--image-preview-overlay-idle {
        mix-blend-mode: normal
    }
}

.filepond--image-preview-wrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    border-radius: .45em;
    overflow: hidden;
    background: rgba(0, 0, 0, .01)
}

.filepond--image-preview {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background: #222;
    will-change: transform, opacity
}

.filepond--image-clip {
    position: relative;
    overflow: hidden;
    margin: 0 auto
}

.filepond--image-clip[data-transparency-indicator=grid] canvas, .filepond--image-clip[data-transparency-indicator=grid] img {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0h50v50H0M50 50h50v50H50'/%3E%3C/svg%3E");
    background-size: 1.25em 1.25em
}

.filepond--image-bitmap, .filepond--image-vector {
    position: absolute;
    left: 0;
    top: 0;
    will-change: transform
}

.filepond--root[data-style-panel-layout~=integrated] .filepond--image-preview-wrapper {
    border-radius: 0
}

.filepond--root[data-style-panel-layout~=integrated] .filepond--image-preview {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper {
    border-radius: 99999rem
}

.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-overlay {
    top: auto;
    bottom: 0;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file .filepond--file-action-button[data-align*=bottom]:not([data-align*=center]) {
    margin-bottom: .325em
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=left] {
    left: calc(50% - 3em)
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=right] {
    right: calc(50% - 3em)
}

.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=left], .filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=right] {
    margin-bottom: .5125em
}

.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=center] {
    margin-top: 0;
    margin-bottom: .1875em;
    margin-left: .1875em
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

body {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    direction: rtl;
    text-align: right;
    min-height: 100%;
    overflow-x: hidden;
    color: #858585;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    background: #f9f9f9
}

a {
    color: #32325d;
    cursor: pointer !important
}

p {
    color: #383838
}

html {
    overflow-x: hidden;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 100%;
    scroll-behavior: smooth
}

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

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

.btn:hover {
    color: #212529
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

body .blog-body .entry-content article p .btn-primary {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important
}

body .blog-body .entry-content article p .btn-primary:hover {
    color: #fff !important;
    background-color: #0b5ed7 !important;
    border-color: #0a58ca !important
}

.btn-primary:focus, body .blog-body .entry-content article p .btn-check:focus + .btn-primary {
    color: #fff !important;
    background-color: #0b5ed7 !important;
    border-color: #0a58ca !important;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5) !important
}

.btn-check:active + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, body .blog-body .entry-content article p .btn-check:checked + .btn-primary {
    color: #fff !important;
    background-color: #0a58ca !important;
    border-color: #0a53be !important
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5) !important
}

.btn-primary.disabled, body .blog-body .entry-content article p .btn-primary:disabled {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important
}

body .blog-body .entry-content article p .btn-success {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important
}

body .blog-body .entry-content article p .btn-success:hover {
    color: #fff !important;
    background-color: #157347 !important;
    border-color: #146c43 !important
}

.btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff !important;
    background-color: #157347 !important;
    border-color: #146c43 !important;
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5) !important
}

.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
    color: #fff !important;
    background-color: #146c43 !important;
    border-color: #13653f !important
}

.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5) !important
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important
}

body .blog-body .entry-content article p .btn-info {
    color: #000 !important;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important
}

body .blog-body .entry-content article p .btn-info:hover {
    color: #000 !important;
    background-color: #31d2f2 !important;
    border-color: #25cff2 !important
}

.btn-check:focus + .btn-info, .btn-info:focus {
    color: #000 !important;
    background-color: #31d2f2 !important;
    border-color: #25cff2 !important;
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5) !important
}

.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
    color: #000 !important;
    background-color: #3dd5f3 !important;
    border-color: #25cff2 !important
}

.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5) !important
}

.btn-info.disabled, .btn-info:disabled {
    color: #000 !important;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important
}

body .blog-body .entry-content article p .btn-warning {
    color: #000 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important
}

body .blog-body .entry-content article p .btn-warning:hover {
    color: #000 !important;
    background-color: #ffca2c !important;
    border-color: #ffc720 !important
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000 !important;
    background-color: #ffca2c !important;
    border-color: #ffc720 !important;
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5) !important
}

.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
    color: #000 !important;
    background-color: #ffcd39 !important;
    border-color: #ffc720 !important
}

.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5) !important
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #000 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important
}

body .blog-body .entry-content article p .btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important
}

body .blog-body .entry-content article p .btn-danger:hover {
    color: #fff !important;
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff !important;
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5) !important
}

.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
    color: #fff !important;
    background-color: #b02a37 !important;
    border-color: #a52834 !important
}

.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5) !important
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

input:active, input:focus, textarea:active, textarea:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.page-link:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.btn.focus, .btn:focus, button:active, button:focus, select:active, select:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.btn-link:hover, a:hover {
    text-decoration: none !important;
    color: #e000ec
}

ul {
    padding-right: 0
}

.section-white {
    background: #fff !important
}

.section-white .card {
    background: #fafafa !important
}

.z-99 {
    z-index: 99
}

.z-9999 {
    z-index: 9999 !important
}

.form-control {
    width: 100% !important;
    background: #fff !important;
    color: #474747;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    text-align: right;
    direction: rtl;
    height: 45px;
    padding: 10px;
    border-radius: 5px;
    transition: border .3s;
    border: 1px solid #e3e3e3
}

#scroll-top {
    background-color: #0067b4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999
}

#scroll-top i {
    margin-top: -2px
}

#scroll-top:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 .2rem rgba(148, 148, 148, .25) !important
}

.go-to-top {
    font-size: 13px;
    color: #656565;
    font-weight: 500
}

/*!* width *!*//*!* Handle *!*//*!* Handle on hover *!*/
::selection {
    color: #fff;
    background: #008ad1
}

:focus {
    outline: 0
}

.triangle-topleft {
    width: 0;
    height: 0;
    border-top: 300px solid #1e79d52b;
    border-right: 300px solid transparent;
    top: 0;
    left: 0;
    position: absolute
}

.triangle-topright {
    width: 0;
    height: 0;
    border-left: 300px solid transparent;
    border-top: 300px solid #1e79d52b;
    top: 0;
    right: 0;
    position: absolute
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-bottom: 500px solid #211c231f;
    bottom: 0;
    position: absolute;
    right: 18%
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-bottom: 500px solid #211c231f;
    top: 0;
    position: absolute;
    right: 18%;
    transform: rotate(180deg)
}

.top-part-nav {
    background: #f9f9f9
}

.logo-top {
    width: 100%;
    max-width: 100px;
    margin: 0
}

.logo-responsive {
    width: 100%;
    margin: 20px auto;
    border-bottom: 1px solid #e5e5ea;
    padding-bottom: 20px
}

.logo-responsive img {
    width: 100px;
    display: flex;
    margin: 0 auto
}

.nav-item a:hover {
    color: #e000ec
}

.header-container {
    width: 100%;
    margin: 0 auto;
    background: 0 0;
    border: none;
    position: fixed;
    z-index: 9;
    padding: 10px 0;
    display: flex;
    transition: height .3s
}

.navbar-holder {
    background-color: transparent !important;
    padding: 0
}

.navbar-responsive {
    position: fixed !important;
    width: 285px !important;
    height: 100vh !important;
    padding: 0;
    z-index: 99999;
    background-color: #fff;
    -webkit-box-shadow: -2px 0 4px 0 rgba(0, 0, 0, .13);
    box-shadow: -2px 0 4px 0 rgba(0, 0, 0, .13);
    overflow: auto !important;
    top: 0;
    right: 0;
    bottom: 0;
    transition: width .3s
}

.navbar-responsive::-webkit-scrollbar {
    width: 5px
}

.navbar-responsive::-webkit-scrollbar-thumb {
    background: #d0d0d0
}

.navbar-responsive::-webkit-scrollbar-track {
    background: #efefef
}

.header-other-pages {
    position: relative;
    top: 0;
    background: #fff;
    padding: 0 !important;
    box-shadow: 0 0 13px 0 rgb(0 0 0 / 17%);
    display: flex;
    align-items: center;
    height: 70px
}

.header-other-pages .header-border:before {
    content: none
}

.header-other-pages .main-nav > li > a {
    color: #000
}

.overlay-black {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    background: hsla(0, 0%, 40%, .25);
    z-index: 999
}

.top-part-btn-group a.button_link {
    -webkit-transform: skew(40deg);
    transform: skew(40deg);
    padding: 10px 25px
}

.top-part-btn-group a.button_link .name {
    -webkit-transform: skew(-40deg);
    transform: skew(-40deg)
}

.main-nav > li > a {
    font-size: 15px;
    color: #fff;
    transition-duration: .2s;
    padding: 15px !important;
    font-weight: 400;
    line-height: 25px
}

.main-nav > li {
    padding: 10px 0
}

.main-nav > li > a:hover {
    color: #e000ec !important
}

.main-nav .dropdown-menu .menu-sub-title .dropdown-item {
    line-height: 42px !important;
    border-radius: 5px;
    font-weight: 500;
    transition: all .15s ease-in-out;
    color: #000000b8;
    font-size: 13px
}

.main-nav .dropdown-menu .menu-sub-title {
    padding: 0
}

.main-nav .dropdown-menu::before {
    content: '';
    background-image: url(/front/images/mshape.png);
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -22px;
    z-index: -1;
    right: 4px;
    transform: rotateZ(213deg) rotateY(181deg)
}

.main-nav .dropdown-menu {
    display: block !important;
    border: none;
    direction: rtl;
    border-radius: 10px;
    text-align: right;
    overflow: hidden;
    height: 0;
    box-shadow: 0 3px 6px rgba(96, 108, 236, .15), 0 1px 3px rgba(0, 0, 0, .11);
    background: #fff;
    margin-top: -2px
}

.main-nav > .dropdown:hover .dropdown-menu {
    top: 100%;
    height: unset !important;
    overflow: visible
}

@media screen and (min-width: 768px) {
    .main-nav .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        padding: 5px;
        transition: all .2s ease-in-out;
        transform: translateY(20px);
        transition-delay: .3s;
        overflow: visible !important;
        height: auto !important
    }

    .main-nav .nav-item.dropdown:hover .dropdown-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        height: auto !important;
        transition-delay: .1s
    }
}

.main-nav .dropdown-item {
    display: block;
    width: 100%;
    padding: 0 15px;
    clear: both;
    color: #2e2e2e;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    font-weight: 400;
    font-size: 13px;
    transition: padding .3s;
    border-top: 1px solid #f8f8f8;
    line-height: 20px
}

.main-nav .dropdown-item i {
    margin-left: 5px;
    color: #a7a7a7
}

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

.menu-title .dropdown-item {
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 500
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #fff !important
}

.main-nav > .dropdown:hover .dropdown-menu {
    top: 100%;
    height: unset !important;
    overflow: visible
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background: #e000ec
}

.header-container-fixed .main-nav > li > a {
    color: #000
}

.navbar-toggler {
    z-index: 999;
    box-shadow: none !important;
    margin: 0;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important
}

.navbar-toggler i {
    height: 40px;
    padding: 0;
    width: 40px;
    border-radius: 5px;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    background: #e000ec;
    color: #fff;
    will-change: background;
    box-shadow: 0 3px 6px rgb(224 0 236 / 12%), 0 1px 3px rgb(224 0 236 / 11%)
}

.navbar-toggler i:hover {
    background: #c000cb
}

.navbar-toggler span {
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
    color: #123274
}

.btn-signin {
    background: #e000ec;
    padding: 5px 20px;
    border: none;
    display: inline-block;
    color: #fff !important;
    will-change: background;
    transition: background .3s;
    font-size: 13px;
    font-weight: 500;
    min-height: 40px;
    line-height: 35px
}

.btn-signin:hover {
    background: #c200ce
}

.btn-signin i {
    font-size: 27px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px
}

.btn-login {
    font-size: 14px;
    color: #123274;
    padding: 0
}

.drop-menu-cart {
    border: none;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    border-radius: 10px;
    direction: rtl;
    text-align: right;
    padding: 10px 0 15px 0;
    overflow: hidden
}

.drop-menu-cart .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 15px;
    clear: both;
    color: #737373;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    font-weight: 300;
    font-size: 13px
}

.navbar-responsive .main-nav .dropdown-menu {
    border: none;
    border-radius: 0;
    direction: rtl;
    text-align: right;
    overflow: hidden;
    padding: 0;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, .06), inset 0 -5px 4px -4px rgba(0, 0, 0, .06);
    box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, .06), inset 0 -5px 4px -4px rgba(0, 0, 0, .06);
    margin: 0
}

.navbar-responsive .main-nav > li > a {
    padding: 10px 20px !important
}

.btn-shortcuts {
    color: #123274;
    font-size: 20px;
    line-height: 0;
    padding: 10px;
    position: relative
}

.btn-shortcuts .badge {
    position: absolute;
    top: 3px;
    right: -3px;
    font-size: 11px;
    padding: 0 !important;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    border-radius: 50%;
    font-weight: 500
}

.btn-backup {
    background: #3c6ef3;
    line-height: 28px;
    margin-left: 20px;
    border: none;
    display: flex;
    color: #fff !important;
    will-change: background;
    box-shadow: 0 3px 6px rgba(96, 108, 236, .15), 0 1px 3px rgba(0, 0, 0, .11);
    transition: background .3s;
    font-size: 25px;
    font-weight: 500;
    height: 38px;
    width: 38px;
    align-items: center;
    justify-content: center
}

.btn-backup:hover {
    background: #3d6ffa;
    box-shadow: 0 1px 3px rgba(96, 108, 236, .15), 0 1px 1px rgba(0, 0, 0, .11)
}

.btn-search {
    color: #123274;
    font-size: 20px;
    padding: 0;
    margin: 0;
    line-height: 0
}

.navbar-quit {
    background: 0 0;
    border: none;
    font-size: 15px;
    color: #123274;
    position: absolute;
    top: 20px;
    right: 20px;
    display: none
}

.dropdown-item {
    font-weight: 300;
    color: #5d5d5d;
    text-align: right;
    font-size: 14px;
    padding: 10px 15px
}

.dropdown-item i {
    margin-left: 5px;
    color: #00b6fe
}

.ls-bottom-nav-wrapper {
    visibility: hidden !important;
    display: none !important
}

.btn-test {
    color: #fff !important;
    background-color: #19ca79;
    background-image: linear-gradient(315deg, #19ca79 0, #0bab64 74%);
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 15px;
    margin-top: 15px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border: none
}

.btn-test:hover {
    box-shadow: none !important
}

.overlay-ls {
    background: #0000008c;
    width: 150%;
    height: 800px !important
}

.shoar-section {
    background: linear-gradient(90deg, #00aeef 0, #0067b4 22%, #a6238e 70%, #ec028c 100%)
}

.shoar-wrapper h3 {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500
}

.shoar-wrapper img {
    max-width: 50px !important;
    display: flex;
    margin: 10px auto
}

.like.active i, .like:hover i {
    background: #ffe9fd;
    color: #fd27eb
}

.cm.active i, .cm:hover i {
    background: #ebf4ff;
    color: #3d94fb
}

.bookmark.active i, .bookmark:hover i {
    background: #e8f9f8;
    color: #19ca79
}

.card-slider {
    padding: 20px 10px;
    background-color: #fff;
    margin: 0 0 10px;
    border-radius: 5px !important;
    position: relative;
    border: 1px solid #eaeaea
}

.card-slider img {
    max-width: 100%
}

.event-detail {
    padding: 0;
    list-style: none
}

.card-slider .event-detail li {
    font-size: 15px;
    font-weight: 300;
    color: #666;
    line-height: 30px;
    display: flex;
    margin-bottom: 10px
}

.card-slider .event-detail li i {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eaeaea;
    color: #b4b4b4;
    border-radius: 50%;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    margin-left: 5px
}

.card-slider video {
    width: 100%;
    border-radius: 5px
}

.card-slider-description p {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    color: #525252;
    text-align: justify;
    margin: 0
}

.btn-view-course {
    background: linear-gradient(90deg, #00aeef 0, #007fc8 22%, #813ba8 70%, #ca1595 100%);
    color: #fff !important;
    font-size: 12px;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    font-weight: 500
}

.detail-square {
    text-align: center;
    margin: 5px 10px
}

.detail-square i {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eaeaea;
    color: #b4b4b4;
    border-radius: 50%;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    margin: 5px auto;
    font-size: 30px
}

.detail-square img {
    width: 90px !important;
    height: 90px;
    border-radius: 50%;
    display: flex !important;
    margin: 5px auto;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.detail-square p {
    font-size: 15px;
    color: #707172;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 5px
}

.detail-square span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #9a9a9a
}

.huzuri .item {
    background: #fff;
    border-radius: 10px !important;
    position: relative;
    overflow: visible;
    border: none;
    box-shadow: 0 0 13px 0 rgba(226, 226, 226, .48);
    padding: 30px 10px 20px 10px
}

.huzuri .item h1 {
    font-size: 18px
}

.huzuri .current .item {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.course-logo img {
    max-width: 100%;
    padding: 10px
}

.date-holder {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fafafa;
    box-shadow: 0 0 13px 0 rgba(226, 226, 226, .48);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #6d6d6d;
    font-weight: 500;
    background: #efefef;
    position: absolute;
    top: -15px;
    right: -30px;
    padding-top: 5px
}

.huzuri .item h3 {
    font-size: 14px;
    color: #56585a;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0
}

.huzuri .item .badge-month {
    position: absolute;
    top: -10px;
    width: 100px;
    left: calc(50% - 50px);
    background: #e6e6e6;
    padding: 7px;
    font-weight: 300;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: 0 0 13px 0 #e6e6e6;
    color: #6d6d6d
}

.huzuri .current .item .date-holder {
    background: #00aeef;
    color: #fff
}

.card-slider img {
    max-width: 100%
}

.section-title i {
    margin-left: 5px;
    font-size: 15px;
    color: #00aeef;
    display: inline;
    vertical-align: middle
}

.section-title h5 {
    margin-bottom: 0;
    font-size: 18px;
    color: #6d6d6d;
    display: inline;
    font-weight: 500
}

.section-title p {
    width: 100%;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 0;
    color: #8e8e8e;
    font-weight: 500
}

.card-course-home {
    background: #fff;
    border-radius: 10px !important;
    position: relative;
    overflow: hidden;
    border: none;
    margin: 0 5px;
    box-shadow: 0 0 13px 0 #dcdcdc
}

.card-course-home .card-body {
    padding: 10px;
    background-color: transparent
}

.card-course-home .card-title {
    margin-top: 0;
    text-align: center;
    line-height: 30px;
    word-spacing: -1px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #6d6d6d;
    font-weight: 500
}

.card-course-home .card-img {
    border-radius: 0 !important
}

a.button_link-straight.green:hover {
    color: #fff;
    background: #1d78d4
}

.card-course-home .card-details {
    margin: 20px 0
}

.card-course-home .card-details p {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #565656;
    font-weight: 300
}

.card-course-home .card-details i {
    font-size: 15px;
    color: #ccc;
    margin-left: 5px
}

span.price {
    font-weight: 500
}

.master-title {
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    color: #696969;
    word-spacing: -1px;
    margin-bottom: 0
}

.master-name {
    font-size: 13px;
    color: #5f6061;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 2px;
    margin-top: 0
}

.detail-square-tiny {
    text-align: center !important;
    margin: 5px 10px
}

.detail-square-tiny i {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eaeaea;
    color: #b4b4b4;
    border-radius: 50%;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    margin: 5px auto;
    font-size: 20px
}

.detail-square-tiny img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    display: flex !important;
    margin: 5px auto;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.detail-square-tiny p {
    font-size: 12px;
    color: #707172;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center
}

.detail-square-tiny span {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    font-weight: 300
}

.card-book-home {
    background: 0 0;
    border-radius: 0 !important;
    position: relative;
    overflow: hidden;
    border: none
}

.card-book-home .card-body {
    padding: 10px
}

.card-book-home .card-title {
    margin-top: 0;
    text-align: center;
    line-height: 20px;
    margin-bottom: 0;
    font-size: 12px;
    color: #6d6d6d;
    font-weight: 500
}

.card-book-home .card-img {
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 10px !important;
    box-shadow: 0 8px 6px -6px #868686;
    transition-duration: .3s;
    width: 100%
}

.card-book-home:hover .card-img {
    box-shadow: none !important
}

.card-book-home:hover a.button_link-straight.green {
    color: #fff;
    background: #1d78d4
}

.card-book-home .card-details p {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #908e8e;
    font-weight: 500;
    text-align: center
}

.card-book-home .card-details i {
    font-size: 15px;
    color: #ccc;
    margin-left: 5px
}

.card-podcast-home {
    background: #fff;
    border-radius: 50px !important;
    position: relative;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    margin: 10px 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.card-podcast-home:hover {
    box-shadow: none !important;
    cursor: pointer;
    border-color: #e4e4e4
}

.card-podcast-home .card-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border: none;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.card-podcast-home .card-img .overlay {
    background: linear-gradient(90deg, rgba(0, 174, 239, .4) 0, rgba(0, 103, 180, .4) 22%, rgba(166, 35, 142, .4) 70%, rgba(236, 2, 140, .4) 100%);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #fff
}

.card-podcast-home .card-img .overlay i.fa-play {
    margin-right: -3px
}

.card-podcast-home .card-title {
    margin-bottom: 5px;
    margin-top: 0;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #6d6d6d;
    font-weight: 500
}

.card-podcast-home .card-details p {
    font-size: 11px;
    margin-bottom: 0;
    color: #908e8e;
    font-weight: 500
}

.card-podcast-home .card-details span {
    position: absolute;
    left: 30px;
    bottom: 5px;
    color: #8a8a8a;
    font-size: 14px
}

.card-video-home {
    width: 100%;
    border-radius: 10px !important;
    position: relative;
    overflow: hidden;
    border: none;
    box-shadow: 0 0 13px 0 #dcdcdc
}

.card-video-home .card-img {
    border-radius: 0 !important;
    position: relative;
    overflow: hidden;
    border: none;
    width: 100%;
    height: 150px;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition-duration: .3s;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.card-video-home .card-img .overlay {
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 15px
}

.card-video-home .card-img .overlay .fa-play {
    font-size: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    opacity: 0;
    transition-duration: .1s
}

.card-video-home:hover .overlay .fa-play {
    opacity: 1
}

.card-video-home .card-img .overlay i.fa-play {
    margin-right: -3px
}

.card-details {
    padding: 0 10px 15px 10px
}

.card-video-home .card-title {
    line-height: 20px;
    font-size: 15px;
    color: #6d6d6d !important;
    font-weight: 500;
    margin: 15px 0;
    text-align: center
}

.card-video-home .card-details a.category {
    margin: 0;
    line-height: 20px;
    font-size: 11px;
    color: #908e8e;
    font-weight: 500
}

.card-video-home .card-img .overlay p.duration {
    font-size: 12px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    background: #000000a8;
    padding: 2px 10px;
    border-radius: 10px;
    margin: 0;
    font-weight: 200
}

.no-search-result {
    width: 100%
}

.no-search-result p {
    text-align: center;
    font-size: 17px;
    color: #525252
}

.no-search-result img {
    width: 400px;
    display: flex;
    max-width: 100%;
    margin: auto
}

.no-search-result .btn {
    margin: 20px auto;
    display: flex;
    background: #00b6fe;
    max-width: fit-content;
    color: #fff;
    font-size: 14px;
    align-items: center;
    border: none;
    padding: 7px 15px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    transition: all .3s
}

.no-search-result .btn:hover {
    background: #009bd9
}

.search-home-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    background: #000000cf;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20% 0;
    z-index: 99999
}

.search-home {
    direction: rtl !important;
    width: 80%;
    position: fixed;
    z-index: 999999;
    margin: 20% auto;
    left: 10%;
    right: 10%
}

.search-home h1 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px
}

.search-home p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #033056
}

.search-form-home {
    position: relative
}

.form-control:focus {
    border-color: #dadada !important
}

.search-form-home input {
    width: 100% !important;
    background: #fff !important;
    color: #474747;
    font-weight: 400;
    font-size: 17px;
    position: relative;
    text-align: right;
    direction: rtl;
    border: 0;
    height: 56px;
    padding: 0 20px;
    border-radius: 5px;
    transition: border .3s;
    padding-right: 73px;
    box-shadow: 0 0 3px 3px #852df303
}

.search-form-home button {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 31px;
    background: #e000ec;
    color: #fff !important;
    will-change: background;
    box-shadow: 0 3px 6px rgb(224 0 236 / 12%), 0 1px 3px rgb(224 0 236 / 11%);
    transition: background .3s;
    height: 45px;
    width: 45px;
    margin-left: 5px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.search-form-home button:hover {
    background: #c200ce
}

.img-info {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.txt-offer {
    color: #fff;
    background-color: #1f5b8f
}

.txt-offer p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    padding: 10px 5px;
    color: #f3f3f3;
    font-weight: 200;
    margin: 0 !important;
    z-index: 999
}

.txt-offer h3 {
    font-size: 20px;
    color: #f8f8f8;
    font-weight: 300
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #1f5b8f;
    position: absolute;
    top: calc(50% - 30px);
    right: -29px;
    z-index: 999
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #1f5b8f;
    position: absolute;
    top: calc(50% - 30px);
    left: -29px;
    z-index: 999
}

.best-offer-section .button_link {
    -webkit-transform: skew(0);
    transform: skew(0)
}

.best-offer-section .button_link .name {
    -webkit-transform: skew(0);
    transform: skew(0)
}

.subscribe-me {
    background: #eceff1;
    text-align: center
}

.subscribe-me {
    position: relative
}

.subscribe-me input {
    width: 100% !important;
    background: #d7dee0 !important;
    border-radius: 10px !important;
    border: 1px solid #d7dee0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    font-size: 15px;
    font-weight: 200
}

.subscribe-me button {
    position: absolute;
    left: 9px;
    font-size: 15px;
    color: #eceff1 !important;
    padding: 7px 10px;
    top: 0;
    font-weight: 200;
    background: #1f5b8f;
    border-radius: 10px 0 0 20px
}

.subscribe-me h3 {
    color: #929292;
    font-size: 17px;
    font-weight: 500
}

.subscribe-me p {
    font-size: 13px;
    font-weight: 300;
    margin: 10px 0;
    color: #6b6b6b
}

.subscribe-me input::placeholder {
    color: #292929
}

.partners-section {
    background: #fff;
    border-top: 1px solid #f3f3f3;
    box-shadow: 0 0 13px 0 rgba(152, 152, 152, .05);
    margin-top: 40px
}

.partners-section .owl-stage-outer {
    overflow: hidden
}

.card-partner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 20px;
    border: none;
    background: 0 0
}

.card-partner img {
    filter: grayscale(1);
    opacity: .5
}

.breadcrumb-section {
    padding: 10px 0;
    width: 100%
}

.breadcrumb-customized {
    padding: .5rem 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    position: relative;
    display: flex;
    z-index: 1
}

.breadcrumb-customized .breadcrumb-item a {
    color: #32325db3
}

.breadcrumb-customized .breadcrumb-item {
    font-weight: 500;
    font-size: 13px;
    display: flex;
    line-height: 30px;
    align-items: baseline;
}

.breadcrumb-item h2 {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    color: #e000ec !important
}

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

.breadcrumb-customized .breadcrumb-item + .breadcrumb-item {
    padding-left: unset !important
}

.bg-other-pages-top {
    min-height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.head-other-page {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 10px;
    margin: 0 auto;
    font-family: koodak
}

.info-text p {
    width: 100%;
    font-size: 15px !important;
    color: #3a3a3a !important;
    font-weight: 200 !important;
    text-align: justify !important;
    line-height: 30px !important;
    margin: 20px 0
}

.parralex-container {
    background-color: #00b6fe;
    min-height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative
}

.info-text {
    z-index: 9
}

.main-scene {
    width: 100%;
    top: 0;
    bottom: 0;
    min-height: 400px;
    left: 0;
    position: absolute;
    right: 0
}

.main-scene div {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.main-scene--level-bottom {
    background-image: url(../images/cloud.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 2;
    opacity: 1 !important;
    margin-bottom: -5px !important;
    max-width: 100%
}

.main-scene--level-middle {
    background-image: url(../images/stars.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 1;
    opacity: 1 !important;
    max-width: 100%
}

.btn-gerad-small {
    background: linear-gradient(90deg, #00aeef 0, #007fc8 22%, #813ba8 70%, #ca1595 100%);
    color: #fff !important;
    font-size: 12px;
    padding: 5px 10px;
    border: none;
    border-radius: 50px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1) !important;
    font-weight: 500;
    transition-duration: .2s
}

.btn-gerad-small:hover {
    box-shadow: none !important
}

.contact-col h3 {
    width: 100%;
    text-align: right;
    line-height: 25px;
    margin-bottom: 10px;
    color: #32325d;
    font-weight: 500;
    font-size: 17px;
    overflow: hidden;
    transition: color .3s
}

.contact-col p {
    letter-spacing: -.1px;
    text-decoration: none;
    width: 100%;
    font-size: 14px !important;
    color: #3a3a3a !important;
    font-weight: 300 !important;
    text-align: right;
    line-height: 30px !important;
    height: 90px
}

.contact-col {
    display: flex;
    justify-content: center
}

.circle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: 80px;
    height: 80px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .04), 0 -1px 4px rgba(19, 51, 116, .09);
    margin: 0 auto
}

.contact-col:nth-child(1) .circle-container {
    background: #ad2
}

.contact-col:nth-child(2) .circle-container {
    background: #91a
}

.contact-col:nth-child(3) .circle-container {
    background: #f03
}

.contact-col:nth-child(4) .circle-container {
    background: #f70
}

.contact-col:nth-child(5) .circle-container {
    background: #fa0
}

.contact-col:nth-child(6) .circle-container {
    background: #08f
}

.circle-container i {
    font-size: 30px;
    color: #fff
}

.border-bet {
    width: 100%;
    border-bottom: 5px solid #ececec;
    position: absolute;
    top: 40px
}

.contact-form {
    width: 100% !important;
    background: 0 0 !important;
    color: #474747;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    text-align: right;
    direction: rtl;
    border: 1px solid #e3e3e3;
    height: 45px;
    padding: 10px 20px;
    border-radius: 5px;
    transition: border .3s
}

.form-group label {
    letter-spacing: -.1px;
    text-decoration: none;
    font-size: 13px;
    line-height: 30px;
    color: #828282;
    font-weight: 300;
    margin-bottom: 0
}

.contact-head {
    width: 100%;
    text-align: right;
    line-height: 25px;
    margin-bottom: 10px;
    color: #32325d;
    font-weight: 500;
    font-size: 17px;
    overflow: hidden;
    transition: color .3s
}

.z-999 {
    z-index: 999
}

.map-contact {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    background: 0 0;
    opacity: .6
}

.btn-submit-pm {
    background: #00b6fe !important;
    color: #fff !important;
    will-change: background;
    box-shadow: 0 3px 6px rgba(0, 182, 254, .1), 0 1px 3px rgba(0, 182, 254, .12);
    transition: background .3s;
    min-width: 130px;
    height: 40px;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400
}

.btn-submit-pm:hover {
    background: #0099d6 !important
}

.card-faq {
    box-shadow: 0 0 15px 0 #dadada;
    border: none;
    border-radius: 10px;
    overflow: visible;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100% !important;
    background-color: #fff
}

.card-faq:hover {
    box-shadow: 0 0 15px 0 #a9c5ef
}

.card-faq.active {
    background: #00aeef
}

.card-faq.active h2 {
    color: #fff
}

.card-faq.active p {
    color: #fff
}

.img-serv {
    height: 80px;
    width: 80px;
    margin-top: 15px;
    border-radius: 10px;
    transition-duration: .2s;
    display: flex;
    margin-right: auto;
    margin-left: auto
}

.card-faq:hover .img-serv {
    transform: scale(1.05)
}

.card-faq h2 {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #747474;
    margin: 10px auto 20px auto;
    font-weight: 500;
    position: relative;
    z-index: 1
}

.card-faq p {
    font-size: 12px;
    padding: 0 20px;
    font-weight: 300;
    color: #4c4c4c;
    line-height: 25px;
    text-align: center
}

.faq-section .card-header {
    padding: 0 15px 10px !important;
    background: #f3f3f3;
    border: none !important;
    border-radius: 10px !important;
    margin: 10px 0
}

.faq-section .card-header h2 {
    margin: 0
}

.btn-faq {
    padding: 0 !important;
    margin: 15px 0 0 0 !important;
    font-size: 14px;
    text-align: right;
    direction: rtl;
    font-weight: 500;
    color: #747474;
    line-height: 30px
}

.faq-section .accordion > .card {
    border: 0
}

.faq-section .card-body {
    padding: 20px 15px !important;
    font-weight: 400;
    color: #767676;
    line-height: 30px;
    font-size: 14px
}

.card-player-podcast {
    background: #fff;
    border-radius: 10px !important;
    position: relative;
    overflow: hidden;
    border: 1px solid #ececec;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.card-player-podcast .card-body {
    direction: ltr !important;
    display: flex;
    justify-content: center;
    padding: 0
}

.card-player-podcast .card-img-podcats {
    height: 250px;
    width: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    margin: 10px auto;
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.card-player-podcast .card-title {
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0;
    color: #0067b4;
    margin-bottom: 10px
}

.card-player-podcast .card-text {
    font-size: 12px;
    margin: 5px 0;
    font-weight: 300
}

.card-podcast-home .playing {
    position: absolute;
    left: 14px;
    top: 10px;
    font-size: 11px;
    width: 70px;
    color: var(--gray);
    text-align: center
}

.card-podcast-home .playing p {
    font-size: 9px;
    margin-top: -2px
}

.card-podcast-home .playing i {
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: var(--teal)
}

.podcast-list {
    max-height: 370px;
    overflow-x: hidden;
    overflow-y: auto
}

.podcast-list::-webkit-scrollbar {
    width: 10px
}

.podcast-list::-webkit-scrollbar-track {
    background: #f9f9f9;
    margin: 10px
}

.podcast-list::-webkit-scrollbar-thumb {
    background: #e4e4e4 !important;
    border-radius: 10px
}

.podcast-list::-webkit-scrollbar-thumb:hover {
    background: #d7dee0 !important
}

.podcast-search input {
    width: 100% !important;
    background: #fff;
    border-radius: 10px !important;
    border: 1px solid #f3f3f3;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    font-size: 13px;
    font-weight: 400
}

.podcast-search .btn {
    position: absolute;
    left: 15px;
    font-size: 15px;
    color: #fff !important;
    padding: 7px 10px;
    top: 0;
    font-weight: 200;
    background: #20c997;
    border-radius: 10px 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px
}

.podcast-section audio {
    width: 90%;
    display: flex;
    margin: 10px auto
}

.pagination-customized {
    display: flex;
    justify-content: center;
    margin: 20px 0
}

.pagination-customized .page-link {
    border: none;
    color: var(--gray);
    background: #eceff1 !important;
    margin: 0 2px;
    border-radius: 5px
}

.pagination-customized .page-item.active .page-link {
    background: #6b6299 !important
}

.video-search input {
    width: 100% !important;
    background: 0 0;
    border-radius: 10px !important;
    border: 1px solid #d7dee0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 20px
}

.video-search .btn {
    position: absolute;
    left: 10px;
    font-size: 15px;
    color: #eceff1 !important;
    padding: 7px 10px;
    top: 0;
    font-weight: 200;
    background: #6b6299;
    border-radius: 10px 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}

.video-select {
    width: 100% !important;
    border-radius: 10px !important;
    border: 1px solid #d7dee0 !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 20px
}

.video-tags {
    display: flex;
    flex-wrap: wrap
}

.video-tags a {
    border-radius: 10px !important;
    border: 1px solid #d7dee0 !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    font-size: 15px;
    font-weight: 200;
    margin: 10px 2px;
    display: inline-block;
    padding: 5px 15px;
    margin-top: 0
}

.video-tags a:hover {
    background: #eceff1;
    border-color: #b4bfd0 !important;
    box-shadow: none !important
}

.list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 0 15px
}

.btn-view-all-videos {
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    color: #737373;
    display: flex;
    align-items: center
}

.btn-view-all-videos i {
    margin-right: 5px
}

.btn-view-all-videos:hover {
    color: #e000ec
}

.list-header .list-title a {
    font-size: 14px;
    color: #404040;
    font-weight: 400
}

.card-master {
    background: #f7f7f7;
    border-radius: 5px;
    position: relative;
    padding-top: 50px;
    margin: 30px 0;
    border: 1px solid #e3e3e3
}

.card-master .card-title {
    color: #868686;
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0 10px 0;
    text-align: center
}

.card-master .card-text {
    font-size: 12px;
    text-align: justify;
    color: #4a4a4a;
    line-height: 25px;
    font-weight: 400;
    margin: 0
}

.img-card-circle {
    position: absolute;
    background: #f8f9fa;
    width: 110px;
    height: 110px;
    right: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #efefef;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    top: -50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.img-card-circle img {
    max-width: 100%
}

.btn-more {
    border-radius: 5px;
    color: #fff !important;
    background-color: #3d94fb;
    padding: 5px 15px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    font-size: 10px;
    font-weight: 500
}

.profile-banner {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 0 0 100% 100%
}

.profile-name {
    padding-top: 240px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    color: #0067b4;
    font-weight: 500;
    margin-bottom: 10px
}

.profile-avatar {
    width: 150px;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    position: absolute;
    top: 70px;
    right: calc(50% - 75px)
}

.profile-nav {
    background: 0 0;
    padding: 0;
    border-bottom: 1px solid #f3f3f3
}

.profile-nav a {
    font-size: 13px;
    border-radius: 0 !important;
    padding: 10px 5px !important;
    margin-right: 10px;
    line-height: 30px;
    color: #6d6d6d;
    font-weight: 500
}

.profile-nav a:hover {
    opacity: .6
}

.profile-nav-btn {
    color: #d2d2d2
}

.profile-sections-head {
    padding-top: 30px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #0067b4
}

.profile-sections .card-course-home .card-img {
    height: 150px
}

.profile-section #sidebar .nav-pills .nav-link {
    position: relative
}

.profile-section #sidebar .nav-pills .nav-link::before {
    content: '';
    position: absolute;
    right: -10px;
    width: 6px;
    height: 70%;
    top: 15%;
    border-radius: 50px 3px 3px 50px;
}

.profile-section #sidebar .nav-pills .nav-link {
    font-weight: 500;
    background: transparent;
    transition: all 0.2s ease-in-out;
    margin: 0 10px;
    border-radius: 10px !important;
}

.profile-section #sidebar .nav-pills {
    padding: 15px 0;
}

.profile-section #sidebar .nav-pills .nav-link:hover {
    background: #efefef;
    color: #707070 !important;
}

.profile-section #sidebar .nav-pills .nav-link.active i,
.profile-section #sidebar .nav-pills .nav-link.active {
    color: #ed7886 !important;
    font-weight: 500;
}

.profile-section #sidebar .nav-pills .nav-link.active::before {
    background: #ed7a84;
}

.nav-pills .show > .nav-link, .profile-section .nav-pills .nav-link.active {
    /*color: #fff !important;*/
    background-color: unset;
}

.filepond--drop-label label span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.filepond--drop-label label {
    font-size: 14px;
    color: #202020
}

.filepond--drop-label label i {
    font-size: 20px;
    color: #979797;
    margin-bottom: 10px
}

.course-single h1 {
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0
}

.course-single h3 {
    color: #5277a1;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin: 15px 0
}

.course-single .video-js {
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    max-width: 100%
}

.course-single .vjs-poster {
    background-color: #eceff1;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.course-single .video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 50px;
    width: 50px;
    border-radius: 50% !important;
    display: block;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    padding: 0 !important;
    cursor: pointer !important;
    opacity: 1 !important;
    border: .06666em solid #3b6289 !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    background-color: #3a6188 !important
}

.course-single .accordion > .card .card-header {
    padding: 0 !important;
    background: #eceff1;
    border: none !important;
    border-radius: 5px !important;
    margin: 0 0 15px 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    position: relative
}

.btn-course-part {
    color: #727272;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 400;
    text-align: justify
}

.btn-course-part span {
    color: #0067b4;
    font-size: 14px;
    font-weight: 500
}

.course-single .accordion > .card {
    border: 0
}

.course-single .accordion > .card .card-body {
    line-height: 25px;
    text-align: justify;
    font-size: 14px;
    color: #6d6d6d;
    font-weight: 300;
    padding: 5px 5px 30px
}

.course-banner-panel {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0
}

.course-avatar-holder img {
    border-radius: 5px;
    border: none;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.course-single-detail h1 {
    font-size: 20px;
    color: #464646;
    font-weight: 300
}

.course-single-detail p {
    font-size: 13px;
    line-height: 25px;
    text-align: justify;
    padding: 3px 0;
    color: #4c4c4c;
    font-weight: 400;
    margin: 0 !important;
    display: flex;
    align-items: center
}

.course-single-detail p:last-child {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px !important
}

.course-single-detail p i {
    margin-left: 5px;
    font-size: 15px;
    color: #e000ec;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.course-single-scroll-spy .navbar {
    width: 100%;
    padding: 0;
    background: 0 0;
    margin: 15px 0;
    border-bottom: 1px solid #d6d6d6
}

.course-single-scroll-spy .navbar ul {
    padding: 0
}

.course-single-scroll-spy .navbar a {
    border-radius: 0 !important;
    padding: 5px 5px 5px 20px;
    font-size: 13px;
    font-weight: 400;
    color: #0067b4 !important;
    margin-bottom: -1px;
    border: 1px solid transparent
}

.course-single-scroll-spy .navbar a:hover {
    background: #eceff1
}

.masterLetter {
    position: absolute;
    left: -13px;
    bottom: -80px;
    color: #f9f9f9;
    font-size: 120px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg)
}

.card-master-course {
    background: #eceff1;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #eceff1;
    margin: 10px 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.card-master-course h2 {
    color: #909698;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    margin: 10px
}

.card-master-course p {
    color: #292929;
    font-size: 15px;
    margin: 10px;
    line-height: 30px;
    font-weight: 200
}

.card-master-course .card-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 10px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border: 3px solid #f3f3f3;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.course-description {
    padding: 20px 0 0 0;
    line-height: 30px;
    text-align: justify;
    font-weight: 400;
    color: #4a4a4a
}

.course-description .text-desc {
    text-align: justify;
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    color: #575757;
    font-weight: 300
}

.btn-view-more {
    font-size: 13px;
    padding: 5px 10px;
    float: left;
    font-weight: 500;
    color: #fff;
    background: #00aeef;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.btn-view-more i {
    margin-left: 5px;
    color: #fff !important;
    vertical-align: middle
}

.course-avatar-holder .badge {
    position: absolute;
    top: -6px;
    right: -10px;
    font-size: 17px;
    height: 30px;
    width: 60px;
    font-weight: 500;
    display: flex;
    padding-top: 7px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    z-index: 999
}

.course-avatar-holder {
    display: flex;
    justify-content: center
}

.course-avatar-holder .off-badge {
    background-color: #00b6fe;
    color: #fff
}

.course-avatar-holder .full-badge {
    width: auto !important;
    border-radius: 5px !important;
    background: #dc3545;
    padding: 0 10px;
    color: #fff;
    font-weight: 500
}

.btn-download {
    border-radius: 5px;
    color: #fff !important;
    background-color: #3d94fb;
    padding: 5px 15px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    font-size: 14px
}

.btn-download:hover {
    box-shadow: none !important
}

.btn-download-lock {
    border-radius: 5px;
    color: #fff !important;
    background-color: #999;
    border: none !important;
    padding: 5px 15px;
    box-shadow: none !important;
    cursor: not-allowed;
    font-size: 14px;
    width: 85px
}

.btn-reg {
    border-radius: 5px;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
    background: #19ca79;
    color: #fff !important;
    will-change: background;
    box-shadow: 0 3px 6px rgba(119, 221, 119, .17), 0 1px 3px rgba(119, 221, 119, .28);
    transition: background .3s;
    min-width: 130px;
    height: 40px
}

.btn-reg:hover {
    background: #15aa66
}

.course-price p {
    font-size: 15px;
    font-weight: 500;
    color: #696969;
    text-align: right;
    margin-top: 10px
}

.course-price p span {
    float: left;
    font-size: 17px;
    margin-top: 0;
    font-weight: 500;
    color: #6d6d6d
}

.course-price p del {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #fe8400;
    font-weight: 400
}

.product-code P {
    color: #6a6a6a;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0 20px 0;
    line-height: 30px
}

.btn-share {
    color: #fff !important;
    background-color: #b3b3b3;
    border: none !important;
    padding: 5px 0;
    width: 100%;
    margin: 10px 0;
    font-size: 11px;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    height: 35px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-blue {
    color: #fff !important;
    background-color: #00aeef;
    border: none !important;
    padding: 5px 0;
    width: 100%;
    margin: 10px 0;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    height: 35px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-share i {
    margin-left: 5px
}

.btn-fav:active, .btn-fav:focus, .btn-fav:visited {
    background: #fe8400
}

.btn-was-fav {
    color: #fff !important;
    background: #e35183;
    background: linear-gradient(to right, #e35183, #ad1457);
    border: none !important;
    padding: 5px 15px;
    width: 100%;
    margin: 10px 0;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    height: 35px;
    font-weight: 500
}

.course-single-tags h4 {
    font-size: 12px;
    line-height: 30px;
    text-align: justify;
    padding: 3px 0;
    color: #717171;
    font-weight: 500;
    margin: 0 !important;
    display: flex;
    align-items: center;
    margin-right: 5px !important
}

.course-single-tags span {
    border-radius: 10px !important;
    border: 1px solid #d7dee0 !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    font-size: 12px;
    font-weight: 400;
    margin: 10px 2px;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 0;
    color: #7b7b7b
}

.course-single-tags span:hover {
    background: #eceff1;
    border-color: #b4bfd0 !important;
    box-shadow: none !important;
    cursor: default
}

.course-demo video {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    background: #272727
}

.logo-login {
    display: flex;
    max-width: 120px;
    margin: 10px auto 20px auto
}

.login-container {
    margin: 100px auto;
    background: #ffffff;
    padding: 20px 10px;
    border-radius: 35px;
    box-shadow: 0 5px 8px 4px #5656560d;
    width: calc(100% - 20px) !important;
}

.edit-phone {
    border-bottom: 1px dashed #3c6ef3;
    color: #3c6ef3;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 5px
}

.verify-box {
    direction: ltr
}

.verify-input-field {
    height: 60px;
    width: 50px;
    text-align: center;
    transition: all .1s ease-out;
    font-size: 25px !important;
    border-radius: 11px !important;
    margin: 0 5px
}

.send-again {
    color: #888 !important;
    font-weight: 500 !important
}

.verify-input-field:focus {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.verified {
    color: #66bb6a
}

.btn-link {
    color: grey;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -.1px;
    text-decoration: none;
    font-weight: 500;
    text-align: justify
}

.forgot-pass {
    border-bottom: 1px dashed #d3d3d3;
    float: left;
    color: #262626;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 5px;
    font-weight: 300
}

.login-container small {
    margin-right: 5px;
    font-size: 11px;
    font-weight: 500;
    color: #e91e63
}

.login-links a {
    margin-bottom: 0;
    font-size: 13px;
    color: #888;
    font-weight: 300;
    margin: 5px 15px
}

.btn-sign-in {
    width: 100%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 15px;
    transition-duration: .3s;
    background: #e000ec;
    padding: 5px 20px !important;
    border: none;
    color: #fff !important;
    will-change: background;
    box-shadow: 0 3px 6px rgb(224 0 236 / 15%), 0 1px 3px rgb(224 0 236 / 18%);
    transition: background .3s;
    font-weight: 500;
    min-width: 130px;
    height: 45px;
    line-height: 35px
}

.btn-sign-in:hover {
    background: #cc00d7
}

.btn-none-active {
    box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, .06), inset 0 -5px 4px -4px rgba(0, 0, 0, .06);
    width: 100%;
    margin-top: -4px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border-radius: 0;
    font-size: 15px;
    color: #572d83;
    font-weight: 500
}

.btn-active {
    width: 100%;
    margin-top: -4px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    font-size: 15px;
    color: #572d83;
    font-weight: 500
}

.login-container form {
    padding: 20px
}

.cart-container {
    background: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.table-custom table {
    overflow-x: auto;
    margin: 0 !important;
    width: 100%
}

.table-custom {
    overflow-x: auto;
    margin: 0 !important
}

.table-cover {
    width: 60px;
    height: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.table-custom td, .table-custom th {
    vertical-align: middle !important
}

.table-price {
    font-size: 15px;
    font-weight: 500;
    color: #4c4c4c
}

.table-discount {
    font-size: 13px;
    font-weight: 500;
    color: var(--red)
}

.table-delete {
    background: 0 0;
    border: none;
    color: #592c84 !important;
    font-size: 20px !important
}

.table-custom thead th {
    color: #5277a1;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin: 15px 0
}

.table td, .table th {
    border-top: 0
}

.table-custom a {
    font-size: 15px;
    color: #464646;
    font-weight: 200;
    text-align: justify
}

.table-custom::-webkit-scrollbar {
    width: 5px !important
}

.table-custom::-webkit-scrollbar-track {
    background: #f9f9f9;
    margin: 10px
}

.table-custom::-webkit-scrollbar-thumb {
    background: #d7dee0 !important;
    border-radius: 10px
}

.table-custom::-webkit-scrollbar-thumb:hover {
    background: #d7dee0 !important
}

.receipt-box {
    background: #f0f0f0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    height: 100%;
    padding: 15px
}

.receipt-box ul {
    list-style: none;
    padding-right: 0;
    width: 100%
}

.receipt-box ul li {
    padding: 5px 0;
    border-bottom: dashed 1px #ccc;
    margin: 5px 0;
    font-size: 15px;
    color: #464646;
    font-weight: 200
}

.receipt-box ul li span {
    float: left;
    font-weight: 500;
    color: #464646
}

.receipt-box ul li span.all {
    font-size: 18px;
    color: #ef394e;
    font-weight: 500
}

.form-discount input {
    padding-left: 60px
}

.form-discount {
    position: relative
}

.form-discount .btn {
    position: absolute;
    left: 4px;
    font-size: 12px;
    color: #fff !important;
    padding: 9px 10px;
    top: 4px;
    font-weight: 200;
    background: #fe8400;
    border-radius: 5px
}

.bank-container {
    background: #f0f0f0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    height: 100%;
    padding: 15px
}

.bank-container h4 {
    color: #5277a1;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px
}

.bank-group {
    display: flex;
    flex-wrap: wrap
}

.bank-group .form-group {
    margin: 0;
    margin-left: 10px !important
}

input[type=checkbox].css-checkbox {
    display: none
}

.css-label {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
    background-color: #fff;
    border: 3px solid transparent;
    padding-left: 20px;
    display: flex
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    border: 3px solid #bdbdbd
}

.btn-next-step {
    background: #e000ec12;
    color: #e000ec !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    height: 40px;
    display: inline-block;
    line-height: 25px;
    padding: 8px 15px;
    text-align: center;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    transition: background .3s
}

.btn-next-step:hover {
    background: #e000ec;
    color: #fff !important
}

.btn-prev-step {
    background: 0 0;
    color: #2e2e2e !important;
    font-size: 12px;
    font-weight: 300;
    border-radius: 10px;
    height: 40px;
    display: flex;
    line-height: 25px;
    padding: 0 20px;
    text-align: center;
    margin: 10px 0;
    border: 1px solid #d0d0d0;
    align-items: center;
    max-width: max-content
}

.btn-next-step:hover, .btn-prev-step:hover {
    box-shadow: none !important
}

.pay-result {
    text-align: center
}

.pay-result i.fa-check-circle {
    font-size: 100px;
    color: #19ca79;
    margin: 20px 0
}

.pay-result i.fa-times-circle {
    font-size: 100px;
    color: #dc3545;
    margin: 20px 0
}

.pay-result p {
    color: #292929;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.1px;
    text-decoration: none;
    font-weight: 200;
    text-align: justify
}

.alert {
    position: relative;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    margin: 5px
}

.card-testimonial {
    border-color: #f3f3f3;
    border-radius: 40px 20px 20px 40px;
    position: relative;
    padding-top: 30px;
    margin: 30px 0;
    background: #fff;
    border: none;
    box-shadow: 0 0 13px 0 #dcdcdc
}

.card-testimonial .card-title {
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px
}

.card-testimonial .card-text {
    font-size: 12px;
    text-align: justify;
    color: #757575;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 20px;
    max-height: 115px;
    overflow: hidden;
    text-overflow: ellipsis
}

.img-card-circle {
    position: absolute;
    background-color: #f8f9fa;
    width: 90px;
    height: 90px;
    right: calc(50% - 50px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    top: -40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.img-card-circle img {
    max-width: 100%
}

.testimonial .owl-item {
    transform: scale(.8) !important;
    opacity: .7 !important
}

.testimonial .owl-item.active {
    transform: scale(1) !important;
    opacity: 1 !important
}

.testimonial .owl-nav button {
    font-size: 25px !important;
    color: #d0d0d0 !important
}

.grid-item {
    width: 100%;
    display: inline-block;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #888 !important
}

.grid-item img {
    background-color: #cecece !important;
    border-radius: 10px;
    margin: 10px;
    box-shadow: 0 0 10px 0 #dcdcdc
}

.blog-card-widget {
    background: #fff !important;
    position: relative;
    border: none !important;
    overflow: hidden !important;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .04), 0 -1px 4px rgba(19, 51, 116, .09);
    height: calc(50% - 20px);
    margin: 20px 0;
    width: 100%;
    min-height: 200px
}

.blog-card-widget:before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 130px;
    height: 130px;
    background: #fee659;
    border-radius: 100%;
    box-shadow: 0 0 0 30px rgba(254, 217, 0, .09);
    transition: .3s
}

.blog-card-widget:hover:before {
    width: 140px;
    height: 140px;
    box-shadow: 0 0 0 40px rgba(254, 217, 0, .09)
}

.blog-card-widget:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 100px;
    height: 100px;
    border: 20px solid #fee659;
    border-radius: 100%;
    box-shadow: 0 0 0 40px rgba(254, 217, 0, .09);
    transition: .3s;
    box-sizing: content-box
}

.blog-card-widget:hover:after {
    width: 110px;
    height: 110px;
    box-shadow: 0 0 0 50px rgba(254, 217, 0, .09)
}

.blog-card-widget-2 {
    background: #00b6fe;
    position: relative;
    border: none !important;
    overflow: hidden !important;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .04), 0 -1px 4px rgba(19, 51, 116, .09);
    height: calc(50% - 20px);
    margin: 20px 0;
    width: 100%;
    min-height: 200px
}

.blog-card-widget-2:before {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 0 30px hsla(0, 0%, 100%, .25);
    transition: .3s
}

.blog-card-widget-2:hover:before {
    top: -45px;
    right: -45px
}

.blog-card-widget-2:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    box-shadow: 0 0 0 40px hsla(0, 0%, 100%, .25);
    transition: .3s
}

.blog-card-widget-2:hover:after {
    bottom: -45px;
    left: -45px
}

.blog-actions-w-text i {
    width: 35px !important;
    height: 35px !important;
    margin-left: 5px
}

.blog-actions-w-text a {
    display: flex;
    align-items: center;
    font-size: 13px
}

.card-widget-body {
    z-index: 99
}

.card-widget-body h4 {
    margin-top: 0;
    line-height: 25px;
    margin-bottom: 15px;
    color: #32325d;
    font-weight: 500;
    font-size: 18px;
    overflow: hidden;
    transition: color .3s
}

.blog-card-widget-2 .card-widget-body h4 {
    color: #fff
}

.card-widget-body p {
    font-size: 13px;
    color: #6b7c93;
    display: block;
    font-weight: 400;
    margin-bottom: 25px
}

.blog-card-widget-2 .card-widget-body p {
    color: #fff
}

.card-widget-body .btn {
    background: #00b6fe;
    color: #fff;
    will-change: background;
    box-shadow: 0 3px 6px rgba(0, 182, 254, .1), 0 1px 3px rgba(0, 182, 254, .12);
    transition: background .3s;
    min-width: 130px;
    height: 40px;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400
}

.blog-card-widget-2 .card-widget-body .btn {
    background: #fff !important;
    color: #00b6fe
}

.card-widget-body .btn:hover {
    background: #00a5e6
}

.blog-card-cat {
    background: #fff;
    position: relative;
    border: none !important;
    overflow: hidden !important;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .04), 0 -1px 4px rgba(19, 51, 116, .09);
    height: 95px;
    margin: 20px 0;
    width: 100%
}

.blog-card-cat h5 {
    font-size: 60px;
    font-weight: 400;
    margin: 0
}

.cat-age .owl-item:nth-of-type(1) h5, .cat-age .owl-item:nth-of-type(7) h5 {
    color: #ad2
}

.cat-age .owl-item:nth-of-type(2) h5, .cat-age .owl-item:nth-of-type(8) h5 {
    color: #91a
}

.cat-age .owl-item:nth-of-type(3) h5, .cat-age .owl-item:nth-of-type(9) h5 {
    color: #f03
}

.cat-age .owl-item:nth-of-type(10) h5, .cat-age .owl-item:nth-of-type(4) h5 {
    color: #f70
}

.cat-age .owl-item:nth-of-type(11) h5, .cat-age .owl-item:nth-of-type(5) h5 {
    color: #fa0
}

.cat-age .owl-item:nth-of-type(12) h5, .cat-age .owl-item:nth-of-type(6) h5 {
    color: #08f
}

.title-cat-age {
    font-size: 15px;
    color: #697d99;
    display: block;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    padding-right: 15px
}

.title-cat-age:before {
    content: "";
    background: #00b6fe;
    border-radius: 10px;
    width: 3px;
    height: 16px;
    display: block;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-card-cat span {
    font-size: 13px;
    color: #6b7c93
}

.card-blog-home {
    width: 100%;
    background: #fff !important;
    position: relative;
    border: none !important;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 6px rgb(0 0 0 / 13%)
}

.card-blog-home:hover {
    cursor: pointer
}

.card-blog-home .card-title {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    transition: color .3s;
    font-size: 14px !important;
    line-height: 25px !important;
    height: 50px !important;
    color: #626262 !important;
    font-weight: 500 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.card-blog-home:hover .card-title {
    color: #009be7
}

.blog-img-holder {
    height: 200px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    position: relative
}

.card-blog-home .card-body {
    padding: 15px 20px
}

.card-blog-home .date-published p {
    font-size: 11px;
    color: #6b7c93;
    display: block;
    font-weight: 500;
    width: max-content;
    display: flex;
    align-items: center
}

.card-blog-home p {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #626262;
    font-weight: 300;
    text-align: justify;
    line-height: 30px
}

.card-blog-home img {
    height: 200px;
    object-fit: cover;
    transition: all .3s;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.card-blog-home:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.card-blog-home-bigger {
    margin: 20px 0
}

.card-blog-home-bigger img {
    height: 400px
}

.card-blog-home-bigger .blog-img-holder {
    height: 400px
}

.card-blog-home-bigger .card-title {
    height: unset !important
}

.card-blog-home-bigger img, .card-blog-home-bigger:hover img {
    -webkit-transform: none !important;
    transform: none !important;
    top: 0 !important
}

.blog-teaser .owl-nav button {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog-teaser .owl-nav button i {
    line-height: 40px;
    font-size: 30px;
    color: #e000ec !important
}

.blog-teaser .owl-nav button.owl-prev {
    right: 20px
}

.blog-teaser .owl-nav button.owl-next {
    left: 20px
}

.blog-header {
    background: #f8f8f8;
    width: 100%;
    padding: 20px;
    min-height: 180px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.blog-header:before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 130px;
    height: 130px;
    background: #fee659;
    border-radius: 100%;
    box-shadow: 0 0 0 30px rgba(254, 217, 0, .09);
    transition: .3s
}

.blog-header:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 100px;
    height: 100px;
    border: 20px solid #fee659;
    border-radius: 100%;
    box-shadow: 0 0 0 40px rgba(254, 217, 0, .09);
    transition: .3s;
    box-sizing: content-box
}

.blog-header h1 {
    line-height: 40px;
    margin: 0 auto 1rem;
    color: #32325d;
    font-weight: 500;
    font-size: 25px;
    overflow: hidden;
    max-width: 700px
}

.blog-header p {
    margin-bottom: 0;
    font-size: 13px;
    color: #6b7c93;
    font-weight: 400
}

.blog-body img.coverArticle {
    height: 400px !important;
    width: 100%;
    object-fit: revert;
    box-shadow: 0 5px 9px #0000007d;
    margin-bottom: 2rem;
    margin-top: -10rem;
    border-radius: 20px !important;
    border: 1px solid #0000002e
}

@media (max-width: 1200px) {
    .blog-body img.coverArticle {
        height: 360px !important
    }
}

@media (max-width: 991px) {
    .blog-body img.coverArticle {
        height: 315px !important
    }
}

@media (max-width: 768px) {
    .blog-body img.coverArticle {
        height: 270px !important
    }
}

@media (max-width: 576px) {
    .blog-body img.coverArticle {
        height: 240px !important
    }
}

.blog-section .blog-body {
    margin-top: 11rem
}

.blog-body {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    color: #3a3a3a;
    font-weight: 300;
    text-align: justify;
    line-height: 30px;
    background: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 13%);
    border-radius: 10px;
    margin-top: 30px
}

.blog-body p {
    width: 100%;
    font-size: 14px !important;
    color: #6a6a6a !important;
    font-weight: 400 !important;
    text-align: justify;
    line-height: 35px !important;
    margin: 20px 0 !important
}

.blog-body h2, .blog-body h3, .blog-body h4 {
    font-weight: 500;
    color: #32325d !important;
    position: relative;
    padding-right: 15px;
    margin-bottom: 15px;
    text-align: right;
    line-height: 40px
}

.blog-body h3, .blog-body h3 * {
    font-size: 18px !important
}

.blog-body h2, .blog-body h2 * {
    font-size: 20px !important
}

.blog-body h4, .blog-body h4 * {
    font-size: 16px !important
}

.blog-body h2:before, .blog-body h3:before, .blog-body h4:before {
    content: "";
    background: #e000ec;
    border-radius: 10px;
    width: 3px;
    height: 16px;
    display: block;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-body img {
    object-fit: contain;
    height: auto !important;
    width: auto;
    display: flex;
    margin: auto;
    max-width: 100% !important;
    border-radius: 10px !important
}

.blog-body input[type=image] {
    height: unset !important;
    width: 100% !important
}

.blog-body video {
    width: 100%;
    height: unset !important;
    object-fit: contain;
    object-position: center
}

.blog-card-related {
    border: none;
    background: 0 0
}

.blog-card-related .card-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90px;
    border-radius: 5px
}

.blog-card-related .card-body {
    padding: 5px
}

.blog-card-related .card-title {
    margin-top: 0;
    text-align: right;
    line-height: 25px;
    margin-bottom: 10px;
    color: #32325d;
    font-weight: 400;
    font-size: 13px;
    height: 45px;
    overflow: hidden;
    transition: color .3s
}

.blog-card-related .date-published p {
    font-size: 12px;
    color: #6b7c93;
    display: block;
    font-weight: 500
}

.blog-sidebar-widget {
    width: 100%;
    margin-bottom: 0;
    background: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 13%);
    border-radius: 10px;
    padding: 15px
}

.sticky-it-top {
    position: fixed !important;
    top: 60px
}

.sticky-it-top .width-determine:first-child {
    margin-top: 60px
}

.blog-footer {
    margin-bottom: 60px;
    padding: 10px;
    background: #fff;
    margin-top: 10px;
    box-shadow: 0 0 6px rgb(0 0 0 / 13%);
    border-radius: 10px
}

.blog-tags span {
    font-size: 13px;
    color: #697d99;
    font-weight: 500;
    margin: 5px
}

.blog-tags a {
    font-size: 12px;
    color: #484051;
    display: block;
    font-weight: 400;
    margin: 5px
}

.blog-tags a:hover {
    color: #00b6fe
}

.blog-body-widget {
    background: #f8f8f8;
    width: 100%;
    min-height: 150px;
    position: relative;
    overflow: hidden;
    padding: 20px 0
}

.blog-body-widget .container {
    z-index: 99;
    position: relative
}

.blog-body-widget:before {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 0 30px #f2f2f2;
    transition: .3s
}

.blog-body-widget:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    box-shadow: 0 0 0 40px #f2f2f2;
    transition: .3s
}

.blog-body-widget h4 {
    font-size: 14px;
    color: #464646;
    display: block;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    padding-right: 15px
}

.blog-body-widget h4:before {
    content: "";
    background: #fed900;
    border-radius: 10px;
    width: 3px;
    height: 16px;
    display: block;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-body-widget span {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #7b7b7b !important;
    margin-left: 5px !important
}

.blog-body-widget a {
    border-bottom: 1px dashed #00b6fe;
    padding-bottom: 5px;
    color: #00b6fe;
    font-weight: 500;
    font-size: 13px
}

.blog-body-widget ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0
}

.blog-category {
    margin: 20px 0 15px 0;
    text-align: center
}

.blog-category p {
    position: relative;
    display: inline
}

.blog-category a {
    padding-bottom: 5px;
    color: #00b6fe;
    font-weight: 500
}

.sidebar-vendor {
    display: block;
    position: relative;
    padding-right: 0;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    color: #6a6a6a;
    font-weight: 300
}

.parent ul li {
    padding-right: 30px
}

.parent ul li > div::after {
    content: "";
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    position: absolute;
    width: 1px;
    height: 18px;
    background: #cecece;
    right: 15px;
    top: 0
}

.hasSubMenu ul {
    display: none
}

.parent ul li > div::before {
    content: "";
    width: 10px;
    height: 1px;
    background: #cecece;
    top: 18px;
    position: absolute;
    right: 15px
}

.pe-none {
    pointer-events: none !important
}

.parent ul li {
    position: relative;
    font-size: 14px
}

.parent ul {
    list-style: none
}

.sidebar-widget-inner .sidebar-vendor.active {
    color: #e000ec;
    font-weight: 500
}

.checkbox-label {
    display: block;
    position: relative;
    padding-right: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 13px;
    color: #6a6a6a;
    font-weight: 300
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox-label .checkmark {
    position: absolute;
    top: 5px;
    left: auto;
    right: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 3px
}

.checkbox-label .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-label:hover input ~ .checkmark {
    background-color: #ccc
}

.checkbox-label input:checked ~ .checkmark {
    background-color: #e000ec
}

.checkbox-label input:checked ~ .checkmark:after {
    display: block
}

.checkbox-label .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sidebar-widget-inner .form-group {
    margin-bottom: 5px
}

.sidebar-widget-inner {
    max-height: 300px;
    overflow: auto
}

.sidebar-widget-inner::-webkit-scrollbar {
    width: 10px
}

.sidebar-widget-inner::-webkit-scrollbar-thumb {
    background: #c7c7c7
}

.sidebar-widget-inner::-webkit-scrollbar-track {
    background: #e9e9e9
}

.sidebar-widget-inner .checkbox-label i {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 15px;
    color: #cecece
}

.sidebar-widget-inner .checkbox-label.active {
    color: #e000ec;
    font-weight: 500
}

.digi-search {
    position: relative
}

.digi-search input {
    width: calc(100% - 55px) !important;
    background: #e3e3e375 !important;
    color: #474747;
    font-weight: 300;
    font-size: 13px;
    position: relative;
    text-align: right;
    direction: rtl;
    height: 45px;
    padding-left: 10px;
    border-radius: 15px;
    transition: border .3s;
    margin: 0.5rem 0;
}

.digi-search form {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}


.digi-search {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}


.digi-search button {
    font-size: 23px;
    background: #faaf35;
    color: #ffffff !important;
    will-change: background;
    transition: background .3s;
    height: 45px;
    margin-right: 5px;
    padding: 0;
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 45px;
    border-radius: 15px;
}

.sidebar-brands-search {
    box-shadow: none !important
}

.sidebar-widget {
    margin: 0;
    padding: 10px;
    border-radius: 0 0 10px 10px !important;
    position: relative;
    border: none;
    background: #fff;
    border-top: none
}

.test-sidecard-wrapper {
    box-shadow: 0 0 6px rgb(0 0 0 / 13%);
    background: #ffffff;
    border-radius: 10px;
    padding: 5px;
}

.sidebar-heading {
    border: none;
    width: 94%;
    padding: 10px !important;
    border-radius: 10px !important;
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    margin: 3%;
    background: #f7f7f7;
}

.sidebar-heading-vendor {
    border: none;
    background: #e8e8e8;
    width: 100%;
    padding: 10px !important;
    border-radius: 10px 10px 0 0 !important;
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    color: #898888
}

.sidebar-heading-vendor h2 {
    direction: rtl;
    margin-bottom: 0;
    position: relative;
    text-align: right;
    padding: 5px 0;
    display: inline;
    float: right;
    font-weight: 500;
    font-size: 15px;
    color: #504b55;
}

.sidebar-heading.collapsed {
    border-radius: 15px !important
}

.sidebar-heading h2 {
    direction: rtl;
    margin-bottom: 0;
    position: relative;
    text-align: right;
    padding: 5px 0;
    display: inline;
    float: right;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -.5px;
    color: #635a6b;
}

.sidebar-heading i {
    color: #de06c8;
    font-size: 25px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: -5px;
}

.sidebar-widget-inner .input-group {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #ddd
}

.sidebar-widget-inner .input-group .input-group-prepend span {
    background-color: transparent;
    border: 0
}

.sidebar-widget-inner .input-group .input-group-prepend span i {
    color: #ccc
}

.sidebar-widget-inner .input-group input {
    border: 0;
    color: #999
}

.sidebar-widget-inner .input-group input::placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1
}

.sidebar-widget-inner .input-group input:-ms-input-placeholder {
    color: #999;
    font-size: 13px
}

.sidebar-widget-inner .input-group input::-ms-input-placeholder {
    color: #999;
    font-size: 13px
}

.area-search-group input::placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1
}

.area-search-group input:-ms-input-placeholder {
    color: #999;
    font-size: 13px
}

.area-search-group input::-ms-input-placeholder {
    color: #999;
    font-size: 13px
}

.area-top-box {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    position: relative;
    background: #fff;
    font-weight: 400
}

.area-top-stat {
    font-size: 13px;
    color: #999;
    direction: rtl;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0
}

.area-top-stat strong {
    font-weight: 500 !important
}

.area-books {
    padding: 20px 10px;
    background-color: #fff;
    margin: 0 0 10px;
    border-radius: 5px !important;
    position: relative;
    border: 1px solid #eaeaea;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05)
}

.area-books-wrapper {
    background-color: transparent;
    width: 100%;
    position: relative
}

.area-books-wrapper:hover .area-book-img img {
    box-shadow: none
}

.area-books-wrapper:hover .area-book-title a {
    color: #2a56ab;
    font-size: 10px;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: unset;
    font-weight: 500
}

.area-book-badge {
    width: 45px;
    height: 50px;
    position: absolute;
    top: -1px;
    right: auto;
    left: 10px;
    background-color: #fe8400 !important;
    text-align: center;
    line-height: 50px;
    direction: rtl;
    border-radius: 0 0 50px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9
}

.area-book-badge span {
    font-size: 18px;
    color: #fff;
    line-height: 0;
    margin-top: 3px;
    font-weight: 400
}

.area-book-img {
    width: 100%;
    display: inline-block
}

.area-book-img img {
    width: 100%;
    margin: 0 auto;
    display: block;
    width: 100%;
    border-radius: 1px;
    box-shadow: 0 5px 8px -3px rgba(0, 0, 0, .5);
    background-image: linear-gradient(to right, #e6e7e8 0, #e6e7e8 72%, #584c4d 73%, #584c4d 100%);
    transition: box-shadow .3s linear
}

.area-book-title {
    width: 100%;
    display: inline-block;
    text-align: center
}

.area-book-title a {
    font-size: 13px;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    color: #6d6d6d;
    letter-spacing: -.1px;
    font-weight: 500
}

.area-book-title span {
    font-size: 12px;
    letter-spacing: -.1px;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    color: #6d6d6d;
    font-weight: 500
}

.area-book-price {
    width: 100%;
    display: inline-block;
    direction: rtl;
    text-align: center;
    margin-top: 5px;
    height: 38px;
    overflow: hidden
}

.area-book-price span {
    color: #3c3c3c;
    font-size: 15px;
    FONT-WEIGHT: 500
}

.area-book-price del {
    font-size: 12px;
    color: #dc3545;
    margin: 0 5px;
    display: block;
    font-weight: 400
}

.my-pagination {
    padding: 0;
    margin: 20px auto
}

.my-pagination .page-link, .next-page, .prev-page {
    position: relative;
    display: flex;
    padding: 5px 10px;
    line-height: 1.25;
    color: #32325d !important;
    border: 1px solid #efefef !important;
    font-size: 15px;
    min-width: 32px;
    height: 32px;
    background: #f4f4f4 !important;
    border-radius: 5px;
    margin: 0 5px;
    transition: .3s;
    justify-content: center;
    align-items: center
}

.my-pagination .active .page-link {
    z-index: 1;
    border-color: #e000ec !important;
    background: #e000ec !important;
    color: #fff !important
}

.my-pagination .page-item.disabled .page-link, .next-page.disabled, .prev-page.disabled {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #b9b9b9 !important;
    cursor: not-allowed !important
}

.my-pagination .page-item:first-child .page-link {
    margin-left: 5px !important;
    margin-right: 0 !important
}

.pagination-holder {
    border-radius: 10px;
    position: relative;
    background: #fff;
    font-weight: 400;
    margin-bottom: 25px;
    box-shadow: 0 0 6px rgb(0 0 0 / 13%);
    border: none;
    padding: 0
}

@media (max-width: 768px) {
    ul.my-pagination {
        padding: 0;
        margin: 20px auto;
        width: max-content
    }

    nav.my-pagination {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100%
    }

    .pagination-holder {
        padding: 30px 0 !important
    }

    .pagination-holder .prev-page {
        position: absolute;
        top: 10px;
        left: calc(50% - 100px);
        right: calc(50% - 100px);
        width: 200px !important;
        margin: 0
    }

    .pagination-holder .next-page {
        position: absolute;
        bottom: 10px;
        left: calc(50% - 100px);
        right: calc(50% - 100px);
        width: 200px !important;
        max-width: unset;
        margin: 0
    }
}

.book-not-found {
    width: 100%;
    display: inline-block
}

.book-not-found span {
    font-size: 15px;
    color: #acacac;
    font-weight: 400
}

.book-not-found-img {
    width: 100%;
    display: inline-block;
    margin: 40px 0
}

.book-not-found-img img {
    max-width: 150px;
    margin: 0 auto;
    display: block
}

.btn-filter-order {
    min-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 1px solid #ebebeb;
    height: 40px;
    border-radius: 5px;
    padding: 6px 4px 6px 6px;
    margin: 0 2px
}

.btn-filter-order i {
    margin-left: 5px;
    font-size: 15px;
    color: #f99312
}

.item-gallery {
    display: inline-block;
    width: 100% !important;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.img-gallery-overlay {
    background: linear-gradient(90deg, rgba(0, 174, 239, .15) 0, rgba(0, 103, 180, .15) 22%, rgba(166, 35, 142, .15) 70%, rgba(236, 2, 140, .15) 100%);
    width: 100%;
    height: 250px;
    height: 100%;
    transition-duration: .3s;
    cursor: pointer
}

.img-gallery-overlay p {
    width: 100%;
    text-align: center;
    margin-top: 350px;
    font-size: 15px;
    color: #fff;
    font-weight: 500
}

.img-gallery-overlay i.fa-play, .img-gallery-overlay i.fa-search-plus {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #ffffffbd;
    opacity: 0;
    padding-bottom: 10px
}

.img-gallery-overlay i.fa-video {
    position: absolute;
    color: #fff;
    font-size: 30px;
    right: 20px;
    top: 20px
}

.img-gallery-overlay:hover {
    background: linear-gradient(90deg, rgba(0, 174, 239, .3) 0, rgba(0, 103, 180, .3) 22%, rgba(166, 35, 142, .3) 70%, rgba(236, 2, 140, .3) 100%)
}

.img-gallery-overlay:hover i.fa-play, .img-gallery-overlay:hover i.fa-search-plus {
    transition-duration: .4s;
    margin-top: 110px;
    opacity: .9
}

.img-gallery-overlay:hover p {
    margin-top: unset !important
}

.area-select {
    border-color: #dadada !important;
    font-size: 12px !important;
    line-height: 1.833 !important;
    border-radius: 0 !important;
    color: #999 !important;
    font-weight: 500;
    background: #fff;
    padding: 4px 10px;
    width: 100% !important;
    display: inline-block;
    text-align: right
}

.select-box .dropdown-item {
    text-align: right !important;
    direction: rtl !important;
    font-size: 12px !important;
    line-height: 1.833 !important;
    font-weight: 500;
    padding: 4px 10px;
    color: #999 !important
}

.select-box .dropdown-item:hover {
    background: #f5f5f5
}

.select-box .dropdown-menu {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important
}

.area-select::after {
    display: block !important;
    width: 7px;
    position: absolute;
    top: 15px;
    left: 5px;
    height: 10px
}

.area-select i, .select-box .dropdown-item i {
    margin-left: 5px
}

.nav-profile {
    width: 100%
}

.nav-profile a {
    font-size: 14px;
    color: #707070 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #f5f5f5;
    font-weight: 300;
    padding: 15px;
}

.nav-profile a span {
    font-size: 11px;
    color: #888;
    font-weight: 400
}

.nav-profile a:hover {
    color: #1f5b8f !important
}

.nav-profile a i {
    font-size: 20px;
    padding-left: 5px;
    color: #818181;
    vertical-align: bottom;
}


.avatar-box {
    width: 100%;
    height: 100%;
}


.user-name {
    width: 100%;
    padding: 0 0 15px 0;
    margin-top: -5px;
    border-bottom: 1px solid #f5f5f5
}

.user-name p > a {
    color: #5c5c5c;
}

.user-name p {
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
    color: #303030;
    font-size: 14px;
    line-height: 27px;
    word-spacing: -2px;
    font-weight: 500;
}

.user-name ol {
    padding: 20px 20px 20px 10px;
    font-size: 15px;
    font-weight: 300;
    color: #0a0a0a;
    line-height: 30px
}

.user-name p.result {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    border: 2px dashed #4be6af;
    border-radius: 5px;
    background: #4de6b312;
    padding: 15px 10px
}

.user-name span {
    width: 100%;
    display: inline-block;
    text-align: right;
    margin-bottom: 10px;
    font-size: 13px;
    color: #888;
    font-weight: 300
}

.user-name button {
    font-size: 11px;
    box-shadow: none !important;
    font-weight: 400;
    color: #535353;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    display: flex;
    margin: 0 auto 10px auto;
    align-items: center
}

.user-dir {
    padding: 10px
}

.user-dir p {
    margin-bottom: 10px;
    font-size: 13px;
    color: #888;
    font-weight: 500
}

.user-dir span.not-valid {
    color: #e91e63
}

.user-dir span.valid {
    color: #009688
}

.user-dir span.unknown {
    color: #8c8c8c
}

.user-dir span {
    float: left;
    color: #393939;
    display: inline-block;
    height: 100%;
    margin-top: 3px;
    font-weight: 500
}

.product-thumb {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-size: 15px;
    color: #438b77
}

.table td, .table th {
    font-size: 14px
}

.btn-delete {
    position: relative;
    padding: 10px;
    text-decoration: none;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border-radius: 10px;
    background-color: #ee683d;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border: none
}

.btn-view {
    position: relative;
    padding: 10px;
    text-decoration: none;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    overflow: hidden;
    border-radius: 10px;
    background-color: #438b77;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border: none
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-size: 15px;
    color: #438b77
}

.table td, .table th {
    font-size: 14px
}

.table {
    min-width: 700px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f8f8
}

.custom-list li {
    position: relative;
    display: block;
    padding: 0;
    border: none;
    font-size: 15px;
    background-color: transparent;
    color: #343a40;
    border-bottom: 1px dashed #d7dee0 !important;
    margin: 10px 0;
    font-weight: 300
}

.custom-list {
    padding: 0;
    margin: 15px
}

.custom-list li span {
    float: left
}

.custom-list > li i {
    margin-left: 5px;
    color: #d7dee0;
    font-size: 15px
}

.profile-section h2 {
    font-size: 16px;
    padding: 10px;
    color: #572d83;
    font-weight: 500;
    border-bottom: 2px dashed #e000ec;
    text-align: center;
    width: max-content;
    margin: auto
}

.btn-course {
    display: inline-block;
    width: 100%;
    color: #fff !important;
    background: #00aeef;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500
}

.btn-course:hover {
    background: #0098d1
}

.detail-square-xs {
    text-align: center !important
}

.detail-square-xs i {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 5px auto;
    font-size: 14px;
    background: #19ca7921;
    color: #19ca79
}

.detail-square-xs img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    display: flex !important;
    margin: 5px auto;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.detail-square-xs p {
    font-size: 13px;
    color: #858585;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center
}

.detail-square-tiny span {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    font-weight: 300
}

.deadline p {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    border-radius: 10px;
    background: #ebf4ff;
    color: #3d94fb
}

.card-call-to-action {
    width: 100%;
    border-radius: 10px !important;
    position: relative;
    overflow: hidden;
    border: none;
    box-shadow: 0 0 13px 0 #f3f3f3
}

.card-call-to-action .card-img {
    position: relative;
    overflow: hidden;
    border: none;
    width: 100%;
    height: 130px;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition-duration: .3s;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 0 !important
}

.card-call-to-action .card-title {
    line-height: 20px;
    font-size: 13px;
    color: #fff !important;
    font-weight: 500;
    margin: 10px 0 5px 0;
    text-align: center
}

.card-call-to-action .btn-course {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500
}

.card-call-to-action .btn-course.blue {
    background: #ebf4ff;
    color: #3d94fb !important
}

.card-call-to-action .btn-course.green {
    background: #e8f9f8;
    color: #19ca79 !important
}

.card-call-to-action .btn-course.pink {
    background: #ffe9fd;
    color: #fd27eb !important
}

.card-call-to-action p {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    color: #eee;
    margin-bottom: 0;
    text-align: center;
    line-height: 20px
}

.bg-blue {
    background-color: #3d94fb !important;
    background-image: linear-gradient(315deg, #1677cd 0, #3d94fb 74%)
}

.bg-green {
    background-color: #19ca79 !important;
    background-image: linear-gradient(315deg, #19ca79 0, #0bab64 74%)
}

.bg-pink {
    background-color: #fd27eb !important;
    background-image: linear-gradient(315deg, #a6238e 0, #ec028c 74%)
}

.area-select {
    border-color: #dadada !important;
    line-height: 1.833 !important;
    color: #7f8b97 !important;
    font-weight: 500;
    padding: 4px 10px;
    width: 100% !important;
    display: inline-block;
    text-align: right;
    border-radius: 5px !important;
    background: #fff !important;
    font-size: 12px !important;
    border: 1px solid #dfdfdf;
    box-shadow: none !important;
    min-height: 35px
}

.select-box .dropdown-item {
    text-align: right !important;
    direction: rtl !important;
    font-size: 12px !important;
    line-height: 1.833 !important;
    font-weight: 500;
    padding: 4px 10px;
    color: #999 !important
}

.select-box .dropdown-item:hover {
    background: #f5f5f5
}

.select-box .dropdown-menu {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important
}

.area-select::after {
    display: block !important;
    width: 7px;
    position: absolute;
    top: 15px;
    left: 5px;
    height: 10px
}

.area-select i, .select-box .dropdown-item i {
    margin-left: 5px
}

.custom-select {
    position: relative;
    font-family: Arial
}

.custom-select select {
    display: none
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 20px;
    left: 10px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: #7f8b97 transparent transparent transparent
}

.select-items div, .select-selected {
    padding: 8px 10px;
    cursor: pointer
}

.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    line-height: 1.833 !important;
    color: #7f8b97 !important;
    font-weight: 500;
    width: 100% !important;
    display: inline-block;
    text-align: right;
    border-radius: 5px !important;
    background: #fff !important;
    font-size: 12px !important;
    border: 1px solid #d5d5d5;
    box-shadow: none !important;
    max-height: 200px;
    overflow: auto
}

.select-hide {
    display: none
}

.same-as-selected, .select-items div:hover {
    background-color: rgba(0, 0, 0, .1)
}

.custom-select {
    padding: 0;
    height: 45px;
    vertical-align: middle;
    width: 100% !important;
    display: inline-block;
    border-radius: 5px !important;
    box-shadow: none !important;
    background: #fff !important;
    color: #7d7777 !important;
    font-weight: 400 !important;
    font-size: 13px;
    text-align: right;
    direction: rtl;
    border: 1px solid #e3e3e3;
    transition: border .3s;
    line-height: 26px
}

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

.price-holder {
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid #d6d6d6
}

.price-holder del {
    width: 100%;
    font-size: 13px;
    color: #fe8400;
    font-weight: 400
}

.price-holder span {
    font-size: 17px;
    font-weight: 500;
    color: #6d6d6d
}

.order-by {
    color: #7d7d7d;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0
}

.order-by-item {
    font-size: 13px;
    padding: 5px 10px;
    margin: 3px;
    display: inline-block;
    color: #606060;
    border-radius: 5px;
    transition-duration: .3s
}

.order-by-item.active, .order-by-item:hover {
    color: #606060 !important;
    background: #e8e8e8
}

.icon-vendor-cat img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: flex;
    margin: auto
}

.description-vendor-cat {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    color: #3a3a3a;
    font-weight: 300;
    text-align: justify;
    line-height: 30px;
    background: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 13%);
    border-radius: 10px;
    margin-top: 30px
}

.description-vendor-cat p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 300;
    text-align: justify;
    line-height: 30px;
    color: #0a0a0a
}

.description-vendor-cat img {
    margin: 20px auto;
    display: flex;
    width: 70%;
    border-radius: 15px;
    max-height: 30rem;
    max-width: 100%;
    object-fit: cover;
    box-shadow: 0 3px 9px #00000085
}

@media screen and (max-width: 768px) {
    .description-vendor-cat img {
        width: 100%;
        max-height: 15rem
    }
}

.description-vendor-cat ul {
    list-style: circle;
    padding-right: 15px
}

.description-vendor-cat li {
    line-height: 30px;
    font-weight: 500;
    color: #4c4c4c;
    font-size: 13px;
    margin-bottom: 10px
}

.description-vendor-cat h1 {
    line-height: 30px;
    font-weight: 500;
    color: #4c4c4c;
    font-size: 22px
}

.description-vendor-cat h2 {
    line-height: 30px;
    font-weight: 500;
    color: #4c4c4c;
    font-size: 20px
}

.description-vendor-cat h3 {
    line-height: 30px;
    font-weight: 500;
    color: #4c4c4c;
    font-size: 18px
}

.description-vendor-cat h4 {
    line-height: 30px;
    font-weight: 500;
    color: #4c4c4c;
    font-size: 19px
}

.description-vendor-cat h5 {
    line-height: 30px;
    font-weight: 500;
    color: #4c4c4c;
    font-size: 17px
}

.other-page-header-img .description-vendor-cat p {
    max-width: 600px;
    color: #fff;
    text-align-last: center;
    width: 90%
}

.filter-top-vendor {
    border-radius: 10px !important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 6px rgb(0 0 0 / 13%);
    background: #fff
}

.card-feedback-wrapper {
    padding: 20px 10px;
    background: #fff;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 5%)
}

.feature-list {
    list-style: none;
    columns: 2;
    column-gap: 30px;
    page-break-inside: avoid;
    break-inside: avoid-column
}

.feature-list li {
    border-radius: 6px;
    padding: 4px 15px;
    min-height: 40px;
    border-bottom: 2px solid #0000000f;
    margin-bottom: 10px;
    font-size: 14px;
    color: #404040;
    break-inside: avoid-column;
    background: #fff
}

.feature-list li strong {
    font-weight: 500
}

.feature-list li span {
    float: unset
}

.countdown-wrapper {
    display: flex;
    direction: ltr
}

.countdown-wrapper p {
    font-size: 10px;
    margin: 0;
    font-weight: 400;
    color: #7f7f7f
}

.time-sect {
    padding: 10px;
    text-align: center;
    font-size: 15px;
    color: #535353
}

.copon-wrapper {
    padding: 5px;
    border-radius: 10px;
    border: 1px dashed #fe8400
}

.time-remain {
    display: flex;
    padding: 10px 0;
    align-items: center
}

.time-remain span {
    font-size: 12px;
    display: inline-block;
    color: #8e8e8e;
    font-weight: 300
}

.time-remain i {
    font-size: 18px;
    display: inline-block;
    margin-left: 5px;
    color: #aaa7a7
}

.starrate span.ctrl {
    position: absolute;
    z-index: 2
}

.starrate {
    color: #fed900;
    cursor: pointer;
    direction: ltr
}

.starrate.saved {
    color: #00b6fe
}

.starrate:hover {
    color: #fe8400
}

.starrate.saved:hover {
    color: #00b6fe
}

.pre-submited i {
    color: #fed900
}

#sync1 .item {
    border-radius: 5px;
    text-align: center;
    overflow: hidden
}

#sync2 .item {
    margin: 4px 2px;
    cursor: pointer;
    overflow: hidden
}

#sync2 .item img, #sync2 .item video {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
    object-position: center
}

.vendor-carousel img, .vendor-carousel video {
    width: 250px !important;
    height: 250px !important;
    object-fit: cover;
    object-position: center
}

.vendor-carousel .owl-nav {
    display: block !important
}

.vendor-carousel .owl-nav button {
    width: 40px;
    height: 50px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 30%;
    z-index: 999;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    fill: #848484 !important;
    background: #fff !important;
    transition: all .15s;
    box-shadow: 0 1px 3px #888 !important;
    outline: 0;
    border: none;
    display: flex !important;
    justify-content: center;
    align-items: center
}

.vendor-carousel .owl-nav .owl-next {
    border-radius: 0 10px 10px 0 !important;
    margin-left: -20px;
    left: 0
}

.vendor-carousel .owl-nav .owl-prev {
    border-radius: 10px 0 0 10px !important;
    margin-right: -20px;
    right: 0
}

.vendor-carousel .owl-nav button i {
    font-size: 34px;
    color: #e000ec !important
}

.vendor-carousel .owl-nav .disabled {
    opacity: .3;
    cursor: default
}

.owl-theme .owl-nav [class*=owl-] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: #d6d6d6
}

#sync1.owl-theme {
    position: relative
}

#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    margin-top: -20px;
    position: absolute;
    top: 50%
}

#sync1 .owl-next, #sync1 .owl-prev {
    line-height: 40px;
    font-size: 30px;
    color: #e000ec !important
}

#sync1 .owl-nav button {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center
}

#sync1.owl-theme .owl-prev {
    left: 10px
}

#sync1.owl-theme .owl-next {
    right: 10px
}

#sync1 .owl-nav {
    margin-top: 0
}

.address-holder {
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    border-radius: 0
}

.address-holder p {
    margin-bottom: 0;
    font-size: 11px;
    text-align: right;
    color: #3c3c3c;
    line-height: 25px;
    font-weight: 400
}

.address-holder i {
    margin-left: 5px;
    font-size: 16px;
    color: #b6b6b6
}

.address-holder span {
    float: left;
    direction: ltr
}

.btn-loc {
    background: #00b6fe;
    color: #fff !important;
    will-change: background;
    box-shadow: 0 3px 6px rgba(0, 182, 254, .1), 0 1px 3px rgba(0, 182, 254, .12);
    transition: background .3s;
    min-width: 130px;
    height: 40px;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400
}

.btn-loc:hover {
    background: #00a2e1
}

.map-holder {
    width: 100%;
    margin: 0;
    border: none !important;
    height: 200px !important
}

.course-description h4 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #707070;
    line-height: 30px;
    border-bottom: dashed 1px #dcdcdc;
    padding: 10px 0
}

.course-description h2 {
    font-size: 19px;
    margin: 30px 0 15px 0
}

.text-desc ul {
    list-style: none
}

.text-desc ul li {
    font-weight: 400;
    font-size: 14px
}

.test-widget {
    border-radius: 10px;
    position: relative;
    background: #fff;
    font-weight: 400;
    padding: 15px 10px;
    margin-bottom: 25px;
    box-shadow: 0 0 6px rgb(0 0 0 / 13%);
    border: none
}

.test-widget-home .widget-title h2 {
    font-size: 13px !important;
    line-height: 25px !important;
    height: 50px !important;
    margin: 10px;
    color: #626262 !important;
    font-weight: 500 !important
}

.btn-green {
    color: #fff !important;
    background-color: #19ca79;
    border: none !important;
    padding: 10px 5px;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center
}

.num-q .nums {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    margin: 5px;
    font-size: 13px;
    color: #191919;
    font-weight: 500
}

.map-q {
    margin: 15px 10px
}

.map-q .map-qr {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px
}

.map-q p {
    margin-bottom: 0;
    font-size: 11px;
    color: #6e6e6e;
    font-weight: 400
}

.map-q .red, .num-q .red {
    background: #e91e63;
    color: #fff
}

.map-q .green, .num-q .green {
    background: #19ca79;
    color: #fff
}

.map-q .no {
    border: 1px solid #dadada
}

.test-img img {
    max-width: 100%;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    display: flex;
    margin: auto
}

.big-text {
    font-size: 18px !important;
    margin-bottom: 10px !important
}

.test-txt h3 {
    color: #e000ec;
    font-size: 20px;
    font-weight: 500;
    margin: 0
}

.test-txt p {
    margin-bottom: 0;
    font-size: 12px;
    color: #888;
    font-weight: 300
}

.num-q .now {
    font-size: 25px;
    font-weight: 500;
    margin: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .2s;
    background: #ffc1072e !important;
    color: #ffc107 !important;
    border-radius: 50%
}

.dashed {
    border-bottom: 1px dashed #a7a7a7;
    width: 40px;
    margin: 0 2px
}

.question-box {
    margin: 20px auto
}

.question-box p {
    width: 100%;
    margin: 10px auto 20px auto;
    color: #212121;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    max-width: 700px;
    display: flex;
    text-align: justify;
    text-align-last: center;
    justify-content: center;
    align-items: center;
    word-break: auto-phrase;
}

.question-box strong {
    font-weight: 500;
    font-size: 15px;
    color: #282828
}

.answer-box .default {
    background: 0 0;
    border: 1px solid #e2e2e2 !important;
    font-size: 14px;
    font-weight: 300;
    color: #555;
    padding: 10px 0
}

.answer-box .default:hover {
    background: #f0f9f8
}

.result p {
    width: 100%;
    text-align-last: center;
    display: flex;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    color: #8c8c8c;
    font-weight: 300;
    margin: 15px auto;
    max-width: 700px
}

.test-widget .widget-title h2 {
    font-size: 16px;
    color: #2b2b2b;
    transition-duration: .2s;
    font-weight: 400;
    line-height: 25px;
    text-align: right;
    overflow: hidden
}

.h-test-choose a {
    font-size: 18px !important;
    color: #e000ec !important;
    font-weight: 500 !important
}

.test-widget .course-single-detail p {
    border: 0 !important;
    padding-top: 10px !important
}

.test-widget .widget-title p {
    position: relative;
    font-size: 13px;
    line-height: 30px;
    font-weight: 300;
    color: #757575;
    text-align: justify;
    height: 120px;
    overflow: hidden
}

.test-widget .widget-title p.trimmed {
    font-size: 12px;
    line-height: 22px;
    height: 63px;
    word-spacing: -2px
}

.test-widget-home .btn-next-step {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9d3f8d4 !important;
    font-size: 16px !important;
    opacity: 0;
    transition: opacity .4s;
    color: #bb0ad5 !important;
    border-radius: 0 !important
}

.test-widget-home:hover .btn-next-step {
    opacity: 1
}

.test-rate-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #feb400;
    padding: 8px 5px 5px 5px;
    border-radius: 5px;
    margin-bottom: 20px
}

.course-single-nav ul {
    width: 100%;
    display: flex;
    justify-content: center
}

.course-stars {
    padding: 20px
}

.course-stars .form-control {
    font-size: 13px;
    font-weight: 300;
    color: #5e5e5e;
    min-height: 40px;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    border: 1px solid #b0b0b069;
    border-radius: 5px;
    display: flex
}

.course-single-nav .nav-pills .nav-link {
    color: #3d3d3d;
    font-size: 13px;
    font-weight: 300;
    min-width: 130px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    border-radius: 5px
}

.course-single-nav .nav-pills .nav-link i {
    margin-left: 5px;
    font-size: 13px
}

.course-single-nav .nav-pills .nav-link.active, course-single-nav .nav-pills .show > .nav-link {
    background: #19ca79;
    color: #fff;
    box-shadow: 0 3px 6px rgba(119, 221, 119, .17), 0 1px 3px rgba(119, 221, 119, .28)
}

.comments-wrapper {
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .04), 0 -1px 4px rgba(19, 51, 116, .09);
    background-color: #fff;
    padding: 25px
}

.comments-wrapper p.desc {
    font-size: 15px;
    color: #3e3e3e;
    margin: 15px 0 10px
}

.comment {
    border: 1px solid #dfdfdf;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px
}

.comment .img-wrapper {
    background-color: #fff;
    width: 50px;
    height: 50px;
    background-image: url(../images/user.png);
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.comment h4 {
    margin-top: 0;
    text-align: right;
    line-height: 25px;
    margin-bottom: 5px;
    color: #686868;
    font-size: 14px;
    font-weight: 500
}

.comment p {
    line-height: 30px;
    color: #5c5c5c;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    margin: 0
}

.comment .date-published {
    font-size: 11px;
    color: #898989;
    display: block;
    font-weight: 400;
    float: left
}

.test-brief-detail {
    color: #535353;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    line-height: 30px;
    border: 2px dashed #00b6fe;
    font-size: 14px;
    font-weight: 300
}

.test-brief-detail .yellow_custom {
    color: #fe8400;
    font-size: 16px
}

.test-brief-detail .test-brief-detail-items {
    width: 100%
}

.btn-share-result {
    width: 100%;
    border: 1px solid #00b6fe !important;
    color: #00b6fe !important;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    padding-right: 30px
}

.btn-share-test {
    position: relative;
    padding-right: 30px;
    width: 100%;
    background: #00b6fe !important;
    color: #fff !important;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 10px
}

.btn-share-result i, .btn-share-test i {
    position: absolute;
    font-size: 17px;
    right: 8px;
    top: 11px
}

.card-result-offer {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    position: relative;
    background: #fff;
    font-weight: 400;
    margin-bottom: 10px
}

.card-result-offer .card-header {
    background: 0 0;
    border: none;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    padding: 10px;
    color: #666;
    font-weight: 300;
    margin: 0 !important;
    display: flex;
    align-items: center
}

.card-result-offer .card-header i {
    font-size: 18px;
    margin-left: 10px;
    color: #e000ec
}

.card-result-offer .card-img-top {
    border-radius: 5px;
    border: none;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.hold-it-10 {
    padding: 0 10px
}

.card-result-offer .card-body {
    padding: 10px
}

.test-result-pic i {
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00b6fe;
    height: 100px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    width: 100px;
    position: absolute;
    background: #fff;
    z-index: 9;
    top: -50px
}

.btn-blue {
    background-color: #00b6fe;
    font-size: 12px;
    color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: 15px;
    border: none;
    min-width: 100px;
    margin-top: 15px
}

.btn-blue:hover {
    color: #fff;
    box-shadow: none !important
}

.section-title {
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
    max-width: fit-content;
    margin: 0 auto;
    color: #572d83;
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    word-spacing: -3px;
    background-image: linear-gradient(316deg, #4b2572 0, #753aa7 74%)
}

.section-title-wrapper p {
    margin-bottom: 30px;
    font-size: 14px
}

.service-section {
    padding: 70px 0
}

.card-services {
    box-shadow: 0 0 15px 0 rgba(40, 61, 88, .1);
    border: none;
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden
}

.card-services i {
    font-size: 40px;
    margin: 20px 0;
    width: 100%;
    text-align: center;
    color: #e000ec
}

.card-services h2 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #1f1f1f;
    margin: 20px 0 0 0
}

.card-services p {
    font-size: 13px;
    text-align: justify;
    padding: 0 20px;
    font-weight: 300;
    color: #4c4c4c;
    line-height: 25px
}

.btn-who-up-this {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px
}

.btn-who-up-this a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0 0 10px;
    border-radius: 5PX;
    font-size: 13px
}

.btn-who-up-this i {
    display: flex;
    font-size: 19px;
    margin-left: 5px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fb9b0d;
    width: unset
}

.about-section-home {
    padding: 40px 0
}

.about-img-cont {
    position: relative;
    padding: 20px;
    padding-right: 0
}

.about-img-cont .img-1 {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
    border-radius: 10px
}

.about-img-cont .img-2 {
    position: absolute;
    left: -20px;
    bottom: 50px;
    width: 250px;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
    border: 10px solid #fff;
    border-radius: 10px
}

.about-section-home p {
    text-align: justify;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 300;
    color: #4c4c4c;
    line-height: 25px
}

.about-section-home a {
    margin: 0 10px;
    float: left;
    border-radius: 10px !important;
    overflow: hidden
}

.video-full {
    width: 100%;
    padding: 40px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    height: 300px
}

.video-section .video-js .vjs-big-play-button {
    line-height: 1.5em;
    border-radius: 50% !important;
    height: 1.5em;
    width: 1.5em;
    top: calc(50% - .75em);
    left: calc(50% - .75em);
    background-color: transparent !important
}

.btn-play-video {
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(50% - 70px);
    left: calc(50% - 50px);
    font-size: 60px;
    color: #e000ec !important
}

.video-full h3 {
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 60%
}

.service-detail-section {
    padding: 70px 0;
    background-color: #f9f9f9
}

.card-sd {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin: 5px;
    box-shadow: 0 0 6px rgb(0 0 0 / 13%);
    border: none
}

.card-sd:hover {
    box-shadow: none !important;
    cursor: pointer;
    border-color: #e4e4e4
}

.card-sd .card-img {
    width: 100%;
    height: 190px;
    margin: auto;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 !important
}

.card-sd .card-img .overlay {
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 15px;
    transition: background .3s
}

.card-sd .card-title {
    font-size: 14px;
    font-weight: 500;
    color: #353535;
    line-height: 20px;
    margin: 10px 0;
    max-height: 40px;
    overflow: hidden
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #dcdcdc
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #e000ec
}

.thumb-channel {
    font-size: 12px;
    font-weight: 500;
    color: #656565;
    margin-bottom: 5px
}

.thumb-view-date span {
    font-size: 11px;
    font-weight: 500
}

.thumb-view-date .dot {
    height: 2px;
    width: 3px;
    margin: 0 5px;
    background: #a7a7a7;
    display: flex
}

.thumb-view-date {
    display: flex;
    align-items: center
}

.contact-home-section {
    padding: 40px 0
}

.contact-home-section .img-cont {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.contact-text {
    padding: 0 !important;
    font-size: 15px !important
}

.gallery-section {
    padding: 40px 0
}

.btn-gallery {
    display: inline-block;
    padding: 5px 20px;
    background: 0 0;
    border-radius: 10px;
    color: #534471;
    font-size: 15px;
    text-shadow: 0 1px #fff;
    border: 1px solid #e000ec5c;
    margin: 0 5px;
    font-weight: 200 !important;
    margin-bottom: 10px
}

.btn-gallery:hover {
    background-color: #e000ec12
}

.btn-gallery.is-checked, .btn-gallery:active {
    background-color: #e000ec
}

.btn-gallery.is-checked {
    color: #fff
}

.btn-gallery:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, .8)
}

.button-group {
    margin: 20px 0;
    display: flex;
    justify-content: center
}

.result-box-item button {
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative
}

.result-box-item button h6 {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 30px
}

.result-box-item-img-holder {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center
}

.result-box-item .card-body {
    padding: 13px;
    display: flex;
    align-items: center
}

.result-box-item button.selected-item {
    background: #19ca79
}

.result-box-item button.selected-item h6 {
    color: #fff
}

.result-box-item form {
    height: 100%
}

.btn-orange {
    background: #fc8301;
    padding: 5px 20px !important;
    margin-right: 10px;
    border: none;
    display: inline-block;
    color: #fff !important;
    will-change: background;
    box-shadow: 0 3px 6px rgb(254 132 0 / 25%), 0 1px 3px rgb(254 132 0 / 28%);
    transition: background .3s;
    font-size: 13px;
    font-weight: 500;
    min-width: 130px;
    height: 45px;
    line-height: 35px
}

.btn-orange:hover {
    background: #ff8501
}

.social-icon i {
    color: #c1c1c1;
    font-size: 21px;
    padding: 5px 5px 5px 6px;
    background: #efefef;
    border-radius: 50%;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .2s
}

.modal-content .social-icon a {
    min-width: 35px;
    margin: 0 5px
}

.info-section .social-icon a {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden !important;
    margin: 5px
}

.social-icon i.bxl-instagram {
    background: #ffe9fd;
    color: #fd27eb
}

.social-icon i.bxl-facebook {
    background: #ebf4ff;
    color: #3d94fb
}

.social-icon i.bxl-linkedin {
    background: #ebf4ff;
    color: #3d94fb
}

.social-icon i.bxl-telegram {
    background: #ebf4ff;
    color: #3d94fb
}

.social-icon i.bxl-twitter {
    background: #ebf4ff;
    color: #3d94fb
}

.social-icon i.bxl-whatsapp {
    background: #e8f9f8;
    color: #19ca79
}

.social-icon i.fa-shopping-cart {
    background: #e8f9f8;
    color: #19ca79;
    padding-right: 10px
}

.social-icon i.fa-shopping-cart .badge {
    position: absolute;
    top: -7px;
    right: 0;
    background: #19ca79;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center
}

.social-icon a:hover i {
    box-shadow: none
}

.test-record-holder {
    display: flex;
    align-items: center
}

.test-record-holder p {
    margin: 0;
    font-size: 15px
}

.test-record-holder span {
    font-size: 20px;
    color: #fe8400;
    font-weight: 500
}

.course-avatar-holder-single {
    min-height: 350px;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 10px
}

.user-name h1 {
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
    color: #454545;
    font-weight: 400;
    line-height: 30px
}

.sect-title {
    font-size: 15px;
    margin: 20px 0;
    color: #32325d;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3
}

.blog-cats {
    padding: 10px
}

.blog-cat-card {
    width: 100%;
    background: #fff !important;
    position: relative;
    border: none !important;
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .04), 0 -1px 4px rgba(19, 51, 116, .09);
    height: 60px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 0 10px 0
}

.blog-cat-card p {
    line-height: 25px;
    color: #575757;
    font-weight: 500;
    font-size: 15px;
    overflow: hidden;
    transition: color .3s;
    margin-bottom: 0;
    z-index: 1 !important
}

.blog-cat-card p span {
    font-size: 13px;
    color: #6b7c93;
    font-weight: 600;
    margin-right: 5px;
    font-family: sans-serif
}

.blog-cat-card i {
    position: absolute;
    bottom: -10px;
    left: 0;
    font-size: 70px;
    color: #f3f3f3;
    transform: rotate(25deg);
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.blog-cat-card:hover i {
    transform: rotate(0)
}

.blog-cat-card.active {
    background: #fbb11a !important
}

.blog-cat-card.active p {
    color: #fff !important
}

.blog-cat-card.active p span {
    color: #fff !important
}

.blog-cat-card.active i {
    color: #ffffff59 !important
}

.quiz-head {
    position: relative;
    min-height: 130px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #62248c;
    background-image: url(../images/quantum-gradient.svg);
    background-size: cover;
    padding: 1rem;
    text-align: center;
}

.quiz-head h1 {
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 20px;
}

.quiz-head p {
    font-weight: 200;
    margin-bottom: 0;
    color: #fff;
    margin-top: 10px;
    padding: 0 10px;
    text-align-last: center;
    text-align: center
}

.img-border {
    width: 300px;
    height: 300px;
    margin-top: 30px;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center
}

.img-head-quiz {
    display: flex;
    min-width: 250px;
    height: 250px;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%
}

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

.comments-list {
    list-style: none !important
}

.comment-main-level {
    padding: 10px;
    margin: 20px 0;
    border: none;
    border-radius: 15px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 15px 0 rgb(40 61 88 / 10%)
}

.comment-main-level .comment-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none !important
}

.comment-main-level .comment-head .comment-name a {
    font-size: 15px
}

.comment-main-level .comment-head span {
    font-size: 13px
}

.comment-main-level .comment-box {
    font-size: 14px;
    font-weight: 400;
    color: #595959;
    padding: 0 3px !important
}

.comments-list.reply-list {
    padding-right: 20px
}

.comment-second-level {
    padding: 10px;
    margin: 20px 0;
    border: none;
    border-radius: 15px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 15px 0 rgb(40 61 88 / 10%)
}

.comment-second-level .comment-avatar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none !important
}

.comment-content {
    font-size: 14px;
    font-weight: 400;
    color: #595959;
    padding: 0 3px !important
}

.comment-content span {
    font-size: 13px;
    margin-bottom: 5px !important;
    display: inline-block
}

.comment-content p, .replied_to {
    margin-bottom: 5px !important;
    font-size: 14px;
    font-weight: 400;
    color: #595959
}

.comment-second-level .comment-head .comment-name a {
    font-size: 14px
}

.comment-second-level .comment-head span {
    font-size: 12px
}

.comment-second-level .comment-box {
    padding: 0 3px !important
}

.replyComment {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #d5d5d5;
    color: #565656;
    font-size: 13px;
    background: #f6f6f6
}

h5.comment-sec-subtitle {
    font-size: 17px;
    color: #2e2e2e;
    font-weight: 400;
    line-height: 30px
}

p.comment-sec-subtitle {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    line-height: 27px
}

.add-comment-button {
    background: #882ff6;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    border-radius: 5px;
    height: 42px;
    display: inline-block;
    line-height: 25px;
    padding: 7px 15px 7px 21px;
    text-align: center;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    transition: background .3s
}

.icon-box-05, .icon-box-05 .line-center, .icon-box-05 h3, .icon-box-05 h4 {
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.icon-box-05 {
    background-color: #fff;
    box-shadow: 0 0 3px 3px #5656560d;
    border: none;
    margin: 10px 0;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.icon-box-05 .livicon-evo {
    margin: 0 auto
}

.icon-box-05 .line-center {
    width: 150px;
    height: 3px;
    margin: 0 auto 15px;
    background-color: #e000ec
}

.icon-box-05 h3 {
    margin-top: 15px;
    font-size: 13px !important;
    line-height: 25px !important;
    color: #626262;
    font-weight: 500 !important
}

.icon-box-05 h4 {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: -moz-translateY(20px);
    -ms-transform: -ms-translateY(20px);
    transform: translateY(20px);
    font-size: 13px;
    text-align: justify;
    padding: 0 15px;
    font-weight: 400;
    color: #4c4c4c;
    line-height: 20px
}

.icon-box-05.first {
    border-bottom: 1px solid #ddd
}

.icon-box-05.second {
    border-bottom: 1px solid #ddd
}

.icon-box-05.third {
    border-bottom: 1px solid #ddd
}

.icon-box-05.fourth {
    border-bottom: 1px solid #ddd
}

.icon-box-05.fifth {
    border-bottom: 1px solid #ddd
}

.icon-box-05:hover {
    background-color: #e000ec
}

.icon-box-05:hover .line-center {
    background-color: #fff;
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px)
}

.icon-box-05:hover h3 {
    color: #fff
}

.icon-box-05:hover h4 {
    color: #fff;
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.service-section .nav-link {
    padding: 0;
    margin: 0
}

.nav-pills .show > .nav-link, .service-section .nav-pills .nav-link.active {
    background: 0 0;
    color: unset
}

.nav-pills .show > .nav-link .icon-box-05, .service-section .nav-pills .nav-link.active .icon-box-05 {
    box-shadow: 0 0 15px 0 rgb(224 0 236 / 43%)
}

.quiz-img-home {
    height: 180px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.blog-home-section {
    padding: 70px 0;
    background: #fff
}

.blog-home-section .date-published {
    position: absolute;
    top: 10px;
    background: #0000008f;
    padding: 10px;
    border-radius: 10px;
    right: 10px
}

.blog-home-section .date-published p {
    margin: 0;
    font-size: 10px;
    line-height: 10px;
    color: #fff
}

.blog-home-section .card-blog-home {
    margin-bottom: 10px;
    border-radius: 10px
}

.time-cont span {
    margin-left: 5px;
    font-size: 16px;
    color: #ffffff87;
}

.time-cont {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 12px;
    background: #00000087;
    padding: 1px 10px;
    border-radius: 25px;
    line-height: 2;
    font-weight: 300;
    display: flex;
    align-items: center;
}

/*.card-sd .card-img .overlay:hover {*/
/*    background: linear-gradient(0deg, rgb(141 26 172 / 43%) 0, rgb(255 255 255 / 0) 100%)*/
/*}*/

#alert-comment-reply p {
    font-weight: 500 !important;
    margin: 10px 0 !important;
    font-size: 15px;
    color: #000
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #383838 !important;
    text-align: center;
    text-transform: none;
    word-wrap: break-word
}

#swal2-content {
    font-size: 14px !important;
    margin-top: 5px !important;
    font-weight: 400 !important
}

.swal2-styled.swal2-confirm {
    background: #00b6fe !important;
    color: #fff !important;
    font-size: 13px !important;
    padding: 8px 20px !important;
    font-weight: 400 !important
}

.swal2-styled.swal2-cancel {
    background: #f27474 !important;
    color: #fff !important;
    font-size: 13px !important;
    padding: 8px 20px !important;
    font-weight: 400 !important
}

#toctoc #toctoc-head {
    display: flex;
    justify-content: space-between;
    background: #ea9d00 !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 15px !important;
    align-items: center
}

#toctoc #toctoc-body {
    padding: .5rem 1rem;
    font-size: 13px;
    border: none !important;
    background: 0 0 !important
}

#toctoc {
    width: 100% !important;
    margin-bottom: 2rem !important;
    background: #fbb11a54 !important;
    text-align: left !important;
    box-shadow: 0 3px 9px #00000042 !important
}

#toctoc #toctoc-head {
    position: relative
}

#toctoc #toctoc-head a {
    color: #fff !important;
    font-size: 13px !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    padding-left: 15px;
    padding-top: 0;
    display: flex;
    justify-content: left;
    align-items: center
}

#toctoc a {
    color: #343434 !important;
    font-size: 13px !important
}

.feedback-q {
    display: flex;
    align-items: center;
    color: #5e5e5e;
    margin: 0
}

.feedback-q i {
    margin-left: 5px;
    color: #c4c4c4
}

.feedback-q-list .starrate-txt {
    font-size: 13px !important
}

.starrate-txt {
    margin-left: 10px !important
}

.course-info-top {
    padding: 20px !important
}

.rate-counter, .views-counter {
    font-size: 12px !important
}

.vendor-rating .jq-star {
    display: flex;
    align-items: center
}

#toctoc #toctoc-body a:hover::after {
    content: none !important
}

#toctoc #toctoc-body .link:hover {
    color: #382600 !important
}

#toctoc #toctoc-body .link.link-h2 {
    margin-right: 5px !important;
    padding: 0 !important
}

#toctoc #toctoc-body .link.link-h3 {
    margin-right: 35px !important;
    padding: 0 !important;
    font-size: 13px !important
}

#toctoc #toctoc-body .link.link-h4 {
    margin-right: 50px !important;
    padding: 0 !important;
    font-size: 11px !important
}

#toctoc #toctoc-body .link.link-h5 {
    margin-right: 65px !important;
    padding: 0 !important;
    font-size: 9px !important
}

#toctoc #toctoc-body .link.link-h6 {
    margin-right: 35px !important;
    padding: 0 !important
}

#toctoc #toctoc-body .link {
    padding-right: 5px;
    color: #7c5300 !important;
    margin: 0 !important;
    font-weight: 500 !important
}

.video-upload .fileuploader-input {
    display: flex;
    align-items: center
}

.video-upload video {
    width: 100%;
    object-fit: contain;
    max-height: 400px
}

.video-upload button {
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    border-radius: 5px;
    height: 40px;
    line-height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    background: #00b6fe;
    box-shadow: 0 0 5px #00b6fea3;
    border: none;
    transition: .7s cubic-bezier(.17, .67, 0, 1.01)
}

.video-upload button:hover {
    background: #00a9ec
}

.video-upload button:active {
    background-position: right;
    box-shadow: 0 4px 25px rgb(0 0 0 / 15%);
    transform: translateY(2px)
}

.video-upload button i {
    opacity: .9;
    margin-left: 10px !important;
    font-size: 20px
}

.shoot-output {
    top: 4px;
    position: relative;
    padding: 0;
    width: 100%;
    display: flex !important;
    overflow: auto
}

.shoot-output img {
    height: 60px;
    width: 100px;
    object-fit: cover;
    object-position: center;
    border: 2px dashed #92a6b9;
    border-radius: 10px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    pointer-events: all
}

.tags-input {
    margin: 0;
    list-style: none;
    display: inline-block;
    overflow: hidden;
    width: 100% !important;
    background: #fdfdfd !important;
    color: #919191;
    font-weight: 400;
    font-size: 13px;
    position: relative;
    text-align: right;
    direction: rtl;
    border: 1px solid #e3e3e3;
    min-height: 45px;
    padding: 8px 15px;
    border-radius: 5px;
    transition: border .3s
}

.tagsinput {
    min-height: 45px !important;
    border-radius: 5px !important
}

.tagsinput .tag {
    background: #e000ec !important;
    border-radius: 5px !important;
    margin: 5px 5px 10px 5px !important
}

.tagsinput .tag .tag-remove:after, .tagsinput .tag .tag-remove:before {
    background: #fff !important
}

.tags-input li {
    float: right
}

.tags {
    background: #e000ec;
    padding: 5px 20px 5px 8px;
    border-radius: 5px;
    position: relative;
    color: #fff;
    margin: 3px
}

.tags i {
    position: absolute;
    right: 6px;
    top: 3px;
    width: 8px;
    height: 8px;
    content: '';
    cursor: pointer;
    opacity: .7;
    font-size: 12px
}

.tags i:hover {
    opacity: 1
}

.tags-new input[type=text] {
    border: 0;
    margin: 0;
    padding: 0 0 0 3px;
    font-size: 14px;
    margin-top: 5px;
    background: 0 0
}

.tags-new input[type=text]:focus {
    outline: 0
}

.tags-new {
    margin-right: 5px
}

.btn-pick-cover {
    margin: 0;
    display: flex;
    max-width: max-content;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    color: #666 !important;
    font-weight: 500 !important;
    height: 38px;
    padding: 4px 5px
}

.btn-pick-cover i {
    font-size: 27px;
    color: #a1a1a1;
    background: 0 0;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-bottom: -4px
}

.shoot-output-selected img {
    margin: 0 auto 5px auto;
    display: flex;
    border-radius: 15px;
    height: 200px;
    object-fit: cover;
    object-position: center
}

.shoot-output img[src="data:,"] {
    display: none !important
}

.btn-up-it {
    background: #00b6fe;
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    border-radius: 10px;
    height: 40px;
    display: inline-block;
    line-height: 25px;
    padding: 0 20px;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin: 10px 0;
    display: flex;
    align-items: center
}

.btn-up-it i {
    margin-left: 10px
}

.btn-up-it:hover {
    box-shadow: none !important
}

.main-box {
    padding-bottom: 60px;
    max-width: 100%;
    width: 100%;
    position: relative
}

.dp-container {
    margin-bottom: 3rem
}

.profile-cover {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center
}

.dp {
    height: 132px;
    width: 132px;
    border-radius: 50%;
    left: 4px;
    position: relative;
    top: 5px;
    background-color: #fff;
    padding: 5px;
    margin-top: -50px;
    margin-bottom: -4px;
    object-fit: cover;
    object-position: center
}

.name-cont-profile {
    position: relative;
    width: calc(100% - 132px)
}

.name-cont-profile h1 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #6c6c6c
}

.btn-filter-channel {
    background: #fb990e;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #fff !important;
    margin: 3px;
    min-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 40px;
    transition: opacity .1s;
    box-shadow: 0 0 6px rgb(251 155 136 / 38%)
}

.btn-filter-channel:hover {
    opacity: .9
}

.btn-subscribe {
    display: flex;
    max-width: max-content;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background: #e000ec;
    color: #fff !important;
    font-weight: 500;
    margin-right: 20px;
    border-radius: 10px;
    transition: .3s background
}

.btn-subscribe i {
    margin-left: 5px
}

.btn-subscribe:hover {
    background: #cd00d8
}

.channel-title {
    font-size: 16px;
    font-weight: 400;
    color: #3d3d3d;
    margin: 20px 0
}

.channel-videolist {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.channel-filters {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto
}

.channel-filters::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.channel-filters::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 10px
}

.channel-filters::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 2px grey
}

.name-cont-profile ul {
    display: flex;
    list-style: none;
    margin: 0
}

.name-cont-profile li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px 0 0;
    font-size: 15px;
    padding: 5px 10px 5px 0;
    color: #3f3f3fcf;
    border-radius: 5px
}

.name-cont-profile li strong {
    font-weight: 600;
    margin-left: 8px
}

.name-cont-profile li .icon {
    position: relative;
    height: 35px;
    display: grid;
    place-items: center;
    width: 35px
}

.name-cont-profile li .icon::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fbb11a70;
    border-radius: 20px;
    filter: blur(5px)
}

.name-cont-profile li .icon svg {
    width: 25px;
    height: 25px;
    fill: #ff9c00
}

.card-podcast-cat {
    box-shadow: 0 0 15px 0 rgb(40 61 88 / 10%);
    border: none;
    height: 100%;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s all;
    cursor: pointer
}

.card-podcast-cat:hover {
    box-shadow: 0 0 15px 0 rgb(221 0 233 / 40%)
}

.card-podcast-cat img {
    width: 75px;
    height: 75px;
    margin: 15px auto;
    object-fit: contain;
    object-position: center
}

.card-podcast-cat i {
    font-size: 40px;
    margin: 20px 0;
    width: 100%;
    text-align: center;
    transition: .3s all
}

.card-podcast-cat:hover i {
    transform: rotate(20deg)
}

.card-podcast-cat p {
    font-size: 14px;
    text-align: center;
    padding: 0 5px;
    font-weight: 400;
    color: #2e2e2e;
    line-height: 25px
}

.grid.are-images-unloaded {
    opacity: 0
}

.grid.are-images-unloaded .image-grid__item {
    opacity: 0
}

.grid__item {
    margin-bottom: 20px;
    float: right;
    overflow: hidden
}

.grid__item--height1 {
    height: 140px;
    background: #ea0
}

.grid__item--height2 {
    height: 220px;
    background: #c25
}

.grid__item--height3 {
    height: 300px;
    background: #19f
}

.grid__item--width2 {
    width: 66%
}

.grid__item img {
    display: block;
    max-width: 100%
}

.img-gallery-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin: 5px;
    box-shadow: 0 0 6px rgb(0 0 0 / 13%)
}

.img-gallery-wrap .overlay-gallery-items {
    position: absolute;
    background: rgba(0, 0, 0, .39);
    top: 0;
    left: 0;
    right: 0;
    bottom: 80px;
    color: #f9f9f9;
    padding: 15px;
    border-radius-bottomleft: 0;
    border-radius-bottomright: 0;
    opacity: 0;
    transition: all .3s;
    background: linear-gradient(180deg, rgb(0 0 0 / 18%) 0, rgba(0, 0, 0, 0) 100%)
}

.grid__item:hover .img-gallery-wrap .overlay-gallery-items {
    opacity: 1
}

.img-gallery-wrap .overlay-gallery-items i {
    background: #00000059;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border: none !important;
    transition: all .3s;
    cursor: pointer !important
}

.image-caption {
    height: 80px;
    padding: 10px;
    width: 100%
}

.img-gallery-wrap .overlay-gallery-items span {
    background: #00000059;
    padding: 10px 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer !important;
    transition: all .3s
}

.img-gallery-wrap .overlay-gallery-items i.fa-heart:hover, .img-gallery-wrap .overlay-gallery-items i.liked, .img-gallery-wrap .overlay-gallery-items span:hover {
    color: #fb9b0d
}

.page-load-status {
    display: none;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #777
}

.caption-gallery {
    overflow: hidden;
    font-size: 13px !important;
    line-height: 18px !important;
    height: 40px !important;
    color: #343434 !important;
    font-weight: 500 !important
}

.grid__col-sizer, .grid__item {
    width: 100%
}

.image-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.image-detail a, .image-detail span {
    font-size: 12px;
    font-weight: 500;
    color: #686868;
    align-items: center;
    display: flex
}

.image-detail i {
    font-size: 17px;
    color: #d37908;
    margin-left: 3px
}

.grid__gutter-sizer {
    width: 0
}

.img-detail-gallery img {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
    object-position: center;
    background: #f1f1f1
}

.gallery-details h1 {
    font-size: 18px;
    font-weight: 500;
    color: #606060;
    line-height: 30px;
    margin: 0
}

.gallery-details p {
    font-size: 13px;
    line-height: 28px;
    padding: 0;
    margin-bottom: 40px
}

.btn-gallery-links {
    padding: 0
}

.btn-gallery-links i {
    width: 40px;
    height: 40px;
    font-size: 25px;
    margin: 5px;
    color: #868686;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px
}

.btn-gallery-links i.liked, .btn-gallery-links i:hover {
    color: #fb9b0d
}

.more-like-this {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #4c4c4c;
    margin-bottom: 25px
}

.podcast_times {
    cursor: pointer;
    display: none;
    color: #e00ec6;
    top: 15px;
    position: absolute;
    left: 10px
}

.top-slider-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.slider-area {
    position: relative;
    min-height: 570px;
    margin-top: -10px;
    padding-top: 145px;
    border-radius: 0 0 50px 0;
    background-color: #4f2777;
    background-image: linear-gradient(316deg, #4b2572 0, #753aa7 74%)
}

.slider-area:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    background-color: #fff;
    opacity: .1
}

.curve-slider {
    background-image: url(../images/Shape.png);
    bottom: 0;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: initial;
    opacity: .3
}

.slider-area .owl-nav {
    position: absolute;
    top: 44%;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.slider-area .owl-nav button {
    color: #fff !important;
    font-size: 25px !important;
    background: 0 0 !important
}

.header-border:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -110px;
    right: -110px;
    height: 108px;
    box-shadow: 0 21px 56px -48px #00000075;
    pointer-events: none
}

.navbar-brand {
    font-size: inherit;
    line-height: 1;
    padding: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.navbar-brand span {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.app-downloading-content h1 {
    font-size: 29px;
    color: #fff;
    margin-bottom: 35px;
    text-align: center;
    font-weight: 500
}

.app-downloading-content p {
    color: #ffffffc7;
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: justify;
    text-align-last: center;
    direction: rtl;
    line-height: 35px
}

.service-section .app-downloading-content h2 {
    color: #000
}

.service-section .app-downloading-content p {
    color: #000
}

.app-downloading-content .app-btn {
    margin-top: 45px
}

.app-downloading-content .app-btn .default-btn {
    position: relative;
    text-align: left;
    line-height: 1.4;
    padding: 15px 20px
}

.app-downloading-content .app-btn .default-btn span {
    display: block;
    font-size: 20px;
    font-weight: 600
}

.app-downloading-content .app-btn .default-btn i {
    font-size: 50px;
    position: absolute;
    left: 8px;
    top: 11px
}

.app-downloading-content .app-btn .default-btn.active {
    margin-left: 30px;
    background-color: #fff;
    color: #572d83
}

.app-downloading-content .app-btn .default-btn.active:hover {
    background-color: #1a936f !important;
    color: #fff !important
}

.single-pricing-box {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 10px 0 30px 0;
    margin-bottom: 30px
}

.app-btn .btn:first-child {
    background: #e000ec;
    padding: 5px 20px;
    border: none;
    display: inline-block;
    color: #fff !important;
    will-change: background;
    box-shadow: 0 3px 6px rgb(224 0 236 / 12%), 0 1px 3px rgb(224 0 236 / 11%);
    transition: background .3s;
    font-size: 13px;
    font-weight: 500;
    min-height: 40px;
    line-height: 35px
}

.app-btn .btn:nth-child(2) {
    background: #fff;
    padding: 5px 20px;
    border: none;
    display: inline-block;
    color: #572d83 !important;
    will-change: background;
    box-shadow: 0 3px 6px rgb(224 0 236 / 12%), 0 1px 3px rgb(224 0 236 / 11%);
    transition: background .3s;
    font-size: 13px;
    font-weight: 500;
    min-height: 40px;
    line-height: 35px
}

.video-playlist {
    background: #565656;
    border-radius: 10px;
    position: relative
}

.video-list {
    padding-bottom: 10px
}

.video-item {
    border-bottom: 1px solid #7c7c7c;
    display: flex;
    width: 100%;
    padding: 10px 20px;
    align-items: center;
    border-radius: 0;
    box-sizing: border-box
}

.video-item.active {
    background: #878787;
    border-left: 3px solid #fed900
}

.video-img img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
    margin-left: 15px
}

.video-info {
    text-align: right
}

.video-info h3 {
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    font-weight: 500;
    height: 30px;
    overflow: hidden
}

.video-caption span {
    font-size: 11px;
    color: #ffffff87;
    font-weight: 300;
    margin-left: 10px
}

.video-in-playlist {
    border-bottom-left-radius: 10px;
    overflow: hidden
}

.video-in-playlist video {
    height: 469px
}

.video-section-header {
    display: flex;
    align-items: center
}

.video-section-header i {
    margin-left: 10px;
    font-size: 25px;
    color: #fed900
}

.video-section-header h2 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 400
}

.video-playlist-header {
    padding: 12px 20px;
    background: #464646;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.video-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 30px
}

.video-playlist:before {
    position: absolute;
    background-image: url(../images/antent.png);
    background-size: cover;
    background-position: center;
    height: 150px;
    width: 150px;
    top: -150px;
    left: calc(2%);
    content: ""
}

.video-playlist-header a {
    color: #fff;
    font-size: 14px;
    border: 1px solid #e000ec;
    padding: 5px 10px;
    border-radius: 50px;
    transition: background .3s;
    min-width: 80px
}

.video-playlist-header a:hover {
    background: #e000ec
}

.video-playlist-section {
    background-image: url(../images/bgpat.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: none;
    padding: 90px 0
}

.py-90 {
    padding: 90px 0 !important
}

footer {
    position: relative
}

.boy-footer {
    position: absolute;
    bottom: 0;
    left: 0
}

.footer-social {
    padding-bottom: 15px
}

.footer-container {
    background: #53297c;
    padding: 10px !important;
    padding-bottom: 0 !important
}

.footer-container ul {
    padding-right: 0
}

.footer-container span {
    font-weight: 500;
    color: #fff
}

.footer-container-bottom {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background: #53297c;
    padding: 10px
}

.footer-container-bottom h1, .footer-container-bottom h4 {
    font-size: 16px;
    color: #fccb56;
    font-weight: 600;
    margin-bottom: 15px
}

.footer-info ul, .footer-links ul {
    list-style: none
}

.footer-trust ul {
    list-style: none;
    display: flex
}

.footer-trust li {
    margin-left: 8px;
    width: 150px;
    border-radius: 5px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.footer-trust ul img {
    max-width: 80px;
    margin: 15px auto;
    background: 0 0;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #eee
}

.footer-container h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 15px 0
}

.footer-links a {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0;
    text-decoration: none;
    color: #ffffffad;
    padding-bottom: 15px;
    display: inline-block;
    font-weight: 500
}

.footer-links a:hover {
    color: #fcce5e
}

.footer-info li {
    text-align: right;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: -.1px;
    text-decoration: none;
    color: #ffffffd1;
    padding-bottom: 15px;
    display: inline-block;
    font-weight: 300
}

.footer-info li i {
    margin-left: 5px;
    font-size: 15px;
    color: #a8afb1
}

.footer-about p {
    line-height: 30px;
    text-align: justify;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: -.1px;
    text-decoration: none;
    color: #fff;
    padding-bottom: 15px;
    display: inline-block
}

.footer-logo img {
    width: 100%;
    max-width: 120px;
    margin: 20px auto;
    display: flex
}


.footer-info li.ads-c a {
    color: white;
    font-size: 17px;
}

.footer-info li.ads-c::before {
    content: "\ed22";
    font-family: boxicons !important;
    font-size: 3rem;
    position: absolute;
    left: 10px;
    opacity: 30%;
    transform: rotateZ(-25deg);
    top: 20px;
}

.footer-info li.ads-c {
    background: #ffffff1a;
    padding: 5px 10px;
    position: relative;
    border-radius: 5px;
}

.copy-right {
    font-size: 12px;
    font-weight: 200;
    color: #c5c5c5
}

.copy-right p {
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    text-align: right
}

.copy-right a {
    color: inherit
}

.footer-contacts__title {
    margin-bottom: 25px
}

.footer-contacts__text {
    font-size: 15px;
    line-height: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 20px
}

.footer-contacts__text a {
    color: inherit
}

.footer-contacts__contacts {
    font-size: 15px;
    line-height: 20px;
    list-style: none;
    padding: 0;
    margin: 16px 0 0
}

.footer-contacts__contacts a {
    color: inherit
}

.footer-contacts__contacts li {
    padding: 4px 0;
    position: relative
}

.footer-contacts__icon {
    display: inline-block;
    text-align: center;
    width: 22px;
    margin-left: 2px
}

.footer-links__title {
    margin-bottom: 22px
}

.footer-links__list {
    font-size: 15px;
    line-height: 28px;
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-links__list a {
    color: inherit;
    transition: .15s
}

.footer-links__list a:hover {
    color: #1a66ff
}

.footer-newsletter__title {
    margin-bottom: 25px
}

.footer-newsletter__text {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 14px
}

.footer-newsletter__text--social {
    margin-top: 20px;
    margin-bottom: 0
}

.footer-newsletter__social-links {
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0 0;
    padding: 0;
    list-style: none
}

.footer-newsletter__social-link + .footer-newsletter__social-link {
    margin-right: 7px
}

.footer-newsletter__social-link a {
    font-size: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all .2s;
    background: #572d83 !important;
    border: none
}

.footer-newsletter__social-link a:hover {
    opacity: .8
}

.footer-newsletter__social-link a {
    color: #fff
}

.footer-newsletter__social-link--facebook a {
    background: #3c5a99
}

.footer-newsletter__social-link--twitter a {
    background: #00a2e8
}

.footer-newsletter__social-link--youtube a {
    background: #e52e2e
}

.footer-newsletter__social-link--instagram a {
    background: #815dc7
}

.footer-newsletter__social-link--rss a {
    background: #ffc338
}

.footer-newsletter__form {
    display: -ms-flexbox;
    display: flex;
    max-width: 380px
}

.footer-newsletter__form-button {
    margin-right: 6px
}

.site-footer {
    margin-top: 16px;
    background: 0 0;
    border-top: 1px solid #ebebeb
}

.site-footer__widgets {
    padding: 48px 0 54px
}

.site-footer__bottom {
    height: 54px;
    border-top: 1px solid #ebebeb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.site-footer__copyright {
    font-size: 14px
}

.site-footer__copyright a:hover {
    text-decoration: underline
}

.site-footer__payments img {
    max-width: 100%
}

.site-footer__widget + .site-footer__widget {
    margin-top: 24px
}

.subscribe-area {
    background: #53297c;
    position: relative;
    z-index: 1
}

.subscribe-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #f9f9f9;
    z-index: -1
}

.subscribe-area .subscribe-bg {
    background-color: #572d83;
    padding: 50px 100px;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    border-radius: 10px;
    position: relative;
    max-height: 150px
}

.subscribe-area .subscribe-bg:before {
    background-image: url(../images/Shape.png);
    background-size: 400px;
    background-position: center;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    content: "";
    opacity: .2
}

.subscribe-area .subscribe-content h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500
}

.subscribe-area .newsletter-form {
    position: relative
}

.subscribe-area .newsletter-form .form-control {
    height: 45px;
    background-color: #fff;
    color: #454545
}

.subscribe-area .newsletter-form .form-control::-webkit-input-placeholder {
    color: #454545
}

.subscribe-area .newsletter-form .form-control:-ms-input-placeholder {
    color: #454545
}

.subscribe-area .newsletter-form .form-control::-ms-input-placeholder {
    color: #454545
}

.subscribe-area .newsletter-form .form-control::placeholder {
    color: #454545
}

.subscribe-area .newsletter-form .default-btn {
    position: absolute;
    top: 3px;
    left: 3px;
    height: 40px;
    border-radius: 5px;
    border: none;
    background: #fbb11a;
    color: #fff;
    padding: 0 10px
}

.subscribe-area .newsletter-form #validator-newsletter {
    color: #dc3545;
    font-size: 14px;
    position: absolute;
    bottom: -30px;
    left: 0
}

.subscribe-area .newsletter-form p {
    margin-top: 5px
}

.subscribe-area.subscribe-area-two::before {
    background-color: #fff
}

.subscribe-area.subscribe-area-two::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #1a1a1a;
    z-index: -1
}

.subscribe-area.subscribe-area-three {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff2f0), to(#f0faf9));
    background-image: linear-gradient(to bottom, #dff2f0, #f0faf9)
}

.subscribe-area.subscribe-area-three::before {
    display: none
}

.subscribe-area.subscribe-area-three .subscribe-bg {
    background-color: #e5e2f7
}

.subscribe-area.subscribe-area-about-page::before {
    display: none
}

.card-sd .card-img .media_story {
    width: 100%;
    height: 150px
}

@media (max-width: 576px) {
    .searchBox.input .inputBox {
        width: 290px !important
    }

    .card-sd {
        flex-direction: column !important;
        border-radius: 5px !important;
        margin: 0 !important;
        box-shadow: none !important;
        border: none !important
    }

    .card-sd .card-img {
        height: 190px !important;
        background-size: cover;
        width: 100%
    }

    .time-cont {
        top: 20px !important;
        right: 20px !important;
        left: unset !important;
    }

    .blog-img-holder, .card-blog-home img {
        height: 130px !important
    }

    .card-blog-home .card-title {
        font-size: 11px !important;
        line-height: 19px !important;
        height: 45px !important
    }

    .search-form-home input {
        font-size: 13px
    }

    .card-blog-home .card-body {
        padding: 3px
    }

    .section-title {
        font-size: 20px;
        padding: 5px 0
    }

    .section-title-wrapper p {
        display: none
    }

    .video-playlist:before {
        content: none
    }

    .icon-box-05 h3 {
        font-size: 13px;
        margin-top: 15px;
        line-height: 25px
    }

    .next-page, .prev-page {
        width: 100% !important;
        margin: 15px 0
    }

    .card-podcast-home .playing p {
        display: none
    }

    .card-podcast-home .playing i {
        margin-top: 20px
    }

    .top-part-nav .btn-signin {
        font-size: 20px;
        background: #e000ec !important;
        color: #fff !important;
        will-change: background;
        box-shadow: 0 3px 6px rgb(224 0 236 / 12%), 0 1px 3px rgb(224 0 236 / 11%);
        transition: background .3s;
        height: 40px;
        padding: 0 !important;
        min-width: 35px;
        justify-content: center;
        align-items: center;
        width: 40px;
        line-height: 45px;
        text-align: center;
        margin: 0
    }

    .top-part-nav .btn-signin i {
        opacity: 1 !important;
        margin-left: 0 !important
    }

    .top-part-nav .btn-login {
        font-size: 20px;
        color: #123274;
        padding: 0;
        line-height: 45px;
        width: 40px;
        height: 40px;
        text-align: center
    }

    .top-part-nav .searchbox-wrapper {
        height: 0;
        overflow: hidden;
        padding: 0 !important;
        transition: .3s height
    }

    .top-part-nav .show-search-resp {
        height: 73px !important;
        overflow: visible;
        padding: 10px 0 !important
    }

    .top-part-nav .search-home {
        margin-bottom: 0 !important
    }

    .top-part-nav .logo-top {
        width: 70px;
        margin: 0;
        position: absolute;
        z-index: 99;
        left: calc(50% - 35px);
        top: 3px
    }

    .top-part-nav {
        background: #fff;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0 8px 6px -6px #86868626
    }

    .search-form-home input {
        border: 1px solid #c2c2c2 !important
    }

    .subscribe-area .subscribe-bg {
        padding: 15px !important
    }

    .subscribe-area .subscribe-content h2 {
        margin-bottom: 15px !important;
        font-size: 15px !important
    }

    .blog-home-section, .service-detail-section, .service-section, .vendor-section, .video-playlist-section {
        padding: 20px 0 !important
    }

    .video-playlist-header a {
        font-size: 10px
    }

    .video-section-header i {
        margin-left: 5px
    }

    .video-section-header h2 {
        font-size: 13px
    }

    .gallery-details h1 {
        font-size: 17px !important
    }

    .address-holder span {
        float: unset
    }
}

@media (min-width: 576px) {
    .pagination-holder nav {
        display: flex !important
    }

    .grid__col-sizer, .grid__item {
        width: 47.5%
    }

    .grid__gutter-sizer {
        width: 5%
    }
}

@media (max-width: 635px) {
    .quiz-head h1 {
        top: 36%
    }

    .quiz-head p {
        font-size: 13px
    }
}

@media (max-width: 768px) {
    .blog-header:before {
        display: none
    }

    .profile-avatar {
        width: 130px;
        height: 130px;
        margin-right: 10px
    }

    .profile-general-info h1 {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        margin: 0 10px;
        margin-bottom: 20px;
        width: 200px
    }

    .img-border {
        display: none
    }

    .video-in-playlist video {
        height: unset !important;
        min-height: 290px !important
    }

    .feature-list {
        columns: 1;
        column-gap: 0
    }

    .app-downloading-content h2 {
        font-size: 22px !important;
        margin-bottom: 15px
    }

    .app-downloading-content p {
        font-size: 13px !important
    }

    .app-btn .btn:first-child {
        padding: 5px 10px !important
    }

    .slider-area {
        min-height: unset !important
    }

    .navbar-expand-md .navbar-nav .nav-link {
        color: #000
    }

    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 13px !important;
        padding: 15px 10px !important
    }

    .main-nav {
        padding: 0
    }

    .logo-holder {
        display: none !important
    }

    .top-part-btn-group {
        margin-right: 0;
        position: absolute;
        left: 15px;
        top: 55px;
        z-index: 999
    }

    .top-part-btn-group a.button_link, .top-part-btn-group a.button_link .name {
        -webkit-transform: skew(0);
        transform: skew(0);
        font-size: 10px;
        padding: 5px
    }

    a.button_link:before {
        display: none
    }

    .main-nav .dropdown-menu {
        width: 100% !important;
        margin: 0 !important
    }

    .footer-newsletter {
        text-align: center;
        margin-right: auto;
        margin-left: auto
    }

    .footer-newsletter__title {
        font-size: 28px
    }

    .footer-newsletter__form {
        margin: 0 auto
    }

    .footer-newsletter__social-links {
        margin-top: 16px;
        -ms-flex-pack: center;
        justify-content: center
    }

    .course-description, .course-stars {
        padding: 0 !important
    }

    .course-info-top {
        padding: 10px !important
    }

    .dp {
        height: 90px;
        width: 90px;
        top: 20px
    }

    .name-cont-profile {
        width: calc(100% - 90px)
    }

    .name-cont-profile li {
        margin: 0 10px 0 0
    }

    .name-cont-profile h1 {
        font-size: 15px;
        margin-top: 10px
    }

    .footer-contacts {
        text-align: center
    }

    .footer-contacts__title {
        font-size: 28px;
        margin-bottom: 16px
    }

    .footer-contacts__text {
        padding: 0
    }

    .footer-links__title {
        margin-bottom: 12px
    }

    .site-footer__widgets {
        padding-bottom: 48px
    }

    .site-footer__bottom {
        padding: 20px 0 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }

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

    .site-footer__copyright + .site-footer__payments {
        margin-bottom: 24px
    }

    .site-footer__copyright, .site-footer__payments {
        width: 100%;
        text-align: center
    }
}

.header-container-fixed {
    position: fixed;
    top: 0;
    padding: 0 !important;
    box-shadow: 0 0 13px 0 rgb(0 0 0 / 17%);
    background: #fff;
    z-index: 999;
    -webkit-animation: .7s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .7s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (min-width: 768px) {
    .grid__col-sizer, .grid__item {
        width: 31.666%
    }

    .grid__gutter-sizer {
        width: 2.5%
    }

    .address-holder p {
        font-size: 14px
    }

    .icon-box-05.first {
        border-right: 1px solid #ddd
    }

    .icon-box-05.third {
        border-right: 1px solid #ddd
    }

    .icon-box-05.fifth {
        border-bottom: none;
        border-right: 1px solid #ddd
    }
}

@media (max-width: 991px) {
    .footer-newsletter {
        margin-top: 42px;
        max-width: 420px
    }

    .footer-newsletter__title {
        margin-bottom: 16px
    }

    .top-slider-wrapper {
        position: relative !important
    }

    .app-downloading-content {
        margin-bottom: 20px !important
    }

    .slider-area {
        padding-top: 95px !important
    }

    .header-container {
        width: 100%;
        height: unset;
        background: #fff;
        padding: 0
    }

    #navbarResponsive {
        width: 0;
        height: 0;
        overflow: hidden
    }

    .navbar-holder {
        width: 0
    }

    .navbar-responsive .main-nav > li > a {
        color: #3e3e3e;
        font-size: 15px !important;
        font-weight: 300
    }
}

@media (min-width: 991px) {
    .login-section {
        position: relative
    }

    .icon-box-05.first {
        border-right: 1px solid #ddd
    }

    .icon-box-05.second {
        border-right: 1px solid #ddd
    }

    .icon-box-05.third {
        border-right: none
    }

    .icon-box-05.fourth {
        border-bottom: none;
        border-right: 1px solid #ddd
    }

    .icon-box-05.fifth {
        border-bottom: none;
        border-right: 1px solid #ddd
    }

    .navbar-holder {
        width: 100%
    }
}

@media (max-width: 1200px) {
    .table-custom table {
        min-width: 900px
    }

    .main-nav > li > a {
        font-size: 13px !important;
        padding: 0 10px !important
    }
}

@media (min-width: 1200px) {
    .grid__col-sizer, .grid__item {
        width: 23.75%
    }

    .grid__gutter-sizer {
        width: 1.25%
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px
    }
}

@media (min-width: 1600px) {
    .grid__col-sizer, .grid__item {
        width: 15.83333%
    }

    .grid__gutter-sizer {
        width: 1%
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .slider-area {
        min-height: 500px !important
    }
}

.vendor-section {
    padding: 70px 0;
    background: #fff
}

.vendor-widget {
    width: 100%;
    height: 140px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 3px 3px #5656560d;
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 40px 135px 40px 10px;
    background: #fff;
    display: flex;
    align-items: center
}

.vendor-widget__body {
    z-index: 9
}

.vendor-widget:hover h2 {
    color: #e000ec !important
}

.vendor-widget h2 {
    width: 100%;
    text-align: right;
    margin-top: 15px;
    line-height: 22px;
    margin-bottom: 0;
    color: #572d83;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
    max-height: 44px
}

.vendor-widget p {
    margin: 20px 0 0;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    font-weight: 400;
    display: flex;
    align-items: baseline;
    max-height: 25px;
    overflow: hidden
}

.vendor-widget p i {
    font-size: 13px;
    margin-left: 6px;
    color: #e000ec
}

.vendor-widget .cat-image {
    width: 140px;
    height: 140px;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0
}

.vendor-main-info i {
    color: #ffc107
}

.vendor-main-info span {
    margin-right: 10px;
    font-size: 12px;
    color: #8d8d8d;
    font-weight: 300;
    margin-top: 2px;
    position: absolute;
    top: 2px;
    left: 5px;
}

.vendor-widget__body p a {
    color: #383838
}

.shoot-output img.selected {
    border: 2px solid #19ca79 !important
}

.shoot-output img:hover {
    cursor: pointer !important;
    transition: border .3s;
    border: 2px solid #00b6fe
}

.area-book-badge-vip {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: auto;
    right: 8px;
    text-align: center;
    direction: rtl;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9
}

.area-book-badge-vip img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.stories-profile {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #d5d5d5
}

.stories-profile img {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.stories-profile .card-sd {
    box-shadow: none
}

.action-buttons {
    margin-top: 15px;
    display: flex;
    justify-content: space-between
}

.action-buttons .btn {
    font-size: 12px;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #404040;
    border-radius: 10px;
    height: 28px;
    transition: background .3s
}

.action-buttons .btn:hover {
    background: #ececec
}

.action-buttons .btn i {
    margin-left: 5px;
    color: #b3b3b3
}

.card-pic-single {
    max-width: 1016px;
    margin: auto
}

.modal-share-ingallery .social-icon a i {
    width: 40px;
    height: 40px;
    font-size: 25px;
    border-radius: 5px;
    margin: 10px 5px !important
}

.emoji-slider {
    direction: ltr !important;
    border: 1px solid #e5e5e5;
    padding: 10px 15px 10px;
    border-radius: 10px;
    background: #f9f9f9
}

.emoji-slider p {
    text-align: right;
    margin-bottom: 25px;
    font-size: 12px;
    direction: rtl;
    display: flex;
    align-items: center
}

.emoji-slider p:first-child {
    margin-bottom: 5px
}

.emoji-slider p .emj {
    font-size: 20px
}

.emoji-slider p span {
    margin-left: 5px
}

#btn--yp {
    box-sizing: content-box;
    position: fixed;
    z-index: 9;
    bottom: 1em;
    right: 1em;
    border: solid 1em transparent;
    width: 4.625em;
    height: 3.25em;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/2017/icon-yp.svg) 50%/cover content-box;
    font: 16px/1.25 trebuchet ms, sans-serif;
    text-indent: 200vw;
    text-shadow: none;
    filter: grayscale(1) drop-shadow(0 0 1px #e8e0e0);
    transition: .5s;
    white-space: nowrap
}

#btn--yp:before {
    box-sizing: inherit;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin: 1em -.5em;
    padding: .5em;
    width: 100%;
    border-radius: 5px;
    background: #e8e0e0;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    white-space: normal;
    animation: float 1s ease-in-out infinite alternate;
    content: attr(data-txt)
}

#btn--yp:focus, #btn--yp:hover {
    outline: 0;
    filter: grayscale(0) drop-shadow(0 0 1px #dc143c)
}

@keyframes float {
    to {
        transform: translateY(.75em)
    }
}

* {
    margin: 0;
    padding: 0;
    color: inherit;
    font: inherit
}

.emoji-slider form {
    --x: calc(var(--val) / 100 * (100% - 1em));
    position: relative;
    max-width: 600px;
    color: #19ca79;
    font: 2em/2 nunito, sans-serif
}

.emoji-slider label[for=mood] {
    display: block;
    margin-bottom: .75em;
    font-size: .625em;
    counter-reset: val var(--val)
}

.emoji-slider input[id=mood] {
    display: block;
    width: 100%;
    height: .4em;
    background: 0 0;
    cursor: pointer
}

.emoji-slider input[id=mood], .emoji-slider input[id=mood]::-webkit-slider-runnable-track, .emoji-slider input[id=mood]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.emoji-slider input[id=mood]::-webkit-slider-runnable-track {
    border: none;
    width: 100%;
    height: .4em;
    border-radius: .25em;
    background: #c5c9cc;
    background-image: linear-gradient(90deg, #eee000, currentcolor var(--x), transparent 0)
}

.emoji-slider input[id=mood]::-moz-range-track {
    border: none;
    width: 100%;
    height: .4em;
    border-radius: .25em;
    background: #c5c9cc;
    background-image: linear-gradient(90deg, #eee000, currentcolor var(--x), transparent 0)
}

.emoji-slider input[id=mood]::-ms-track {
    border: none;
    width: 100%;
    height: .5em;
    border-radius: .25em;
    background: #ffc83d;
    background-image: linear-gradient(90deg, #eee000, currentcolor var(--x), transparent 0);
    color: transparent
}

.emoji-slider input[id=mood]::-ms-fill-lower {
    border-radius: .25em 0 0 .25em;
    background-image: linear-gradient(90deg, #eee000, #a2ff00);
    background-image: linear-gradient(90deg, #eee000, var(--c, currentcolor))
}

.emoji-slider input[id=mood]::-webkit-slider-thumb {
    border: none;
    width: .85em;
    height: .85em;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #eee;
    background: #a1a1a1;
    margin-top: -.25em
}

.emoji-slider input[id=mood]::-moz-range-thumb {
    border: none;
    width: .85em;
    height: .85em;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #eee;
    background: #222
}

.emoji-slider input[id=mood]::-ms-thumb {
    border: none;
    width: .85em;
    height: .85em;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #eee;
    background: #222;
    margin-top: 0
}

.emoji-slider input[id=mood]:focus {
    outline: dashed 1px #eee000
}

.emoji-slider output[for=mood] {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -.25em;
    left: var(--x);
    width: .85em;
    height: .85em;
    pointer-events: none
}

.emojidone {
    -ms-transform: scale(5);
    -webkit-transform: scale(5);
    transform: scale(5);
    transition: all .5s;
    opacity: 0
}

@supports (margin:var(--m,1em)) {
    .emoji-slider label[for=mood]:after {
        content: ": " counter(val) "%"
    }

    .emoji-slider output[for=mood] {
        display: flex
    }
}

.tab-gallery-list .nav-link {
    padding: 7px 10px;
    border-radius: 10px;
    margin: 20px 15px 0 15px;
    border-bottom: 2px solid transparent;
    background: 0 0 !important;
    color: #424242 !important;
    position: relative
}

.tab-gallery-list .nav-link:hover {
    background: #e9e9e9 !important
}

.tab-gallery-list .nav-link.active:before {
    content: "";
    border: 1px solid #e000ec;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0
}

.tab-gallery-list .nav-link.active:hover {
    background: 0 0 !important
}

.head-des-abs {
    background-image: url(../images/Shape.png);
    bottom: 0;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: initial;
    opacity: .3
}

.link-h2 {
    padding-right: 15px !important
}

.link-h2, .link-h3, .link-h4 {
    position: relative
}

.link-h2:before, .link-h3:before, .link-h4:before, .link-h5:before, .link-h6:before {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 20px;
    background: #bc9b5b;
    display: inline-block;
    margin-left: 5px
}

.link-h4 {
    margin: 0 20px 0 0 !important;
    padding: 0 10px 0 0 !important
}

.blog-body ul {
    padding-right: 15px
}

.vendor-rating {
    margin-top: -5px
}

.overlay-gallery-items .btn {
    top: 5px;
    position: absolute;
    right: 5px
}

.navbar-quit i {
    font-size: 25px
}

.blog-cat-link {
    font-size: 12px;
    font-weight: 400;
    color: #8d8d8d
}

.card-blog-home .date-published p i {
    font-size: 15px;
    color: #cbcbcb;
    margin-left: 5px;
    line-height: 40px
}

.select2-container--default .select2-selection--multiple {
    border-radius: 5px !important;
    border: 1px solid #bbc3ce !important;
    height: 45px !important;
    padding: 5px 10px !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 5px !important;
    background-color: #e4e4e46b !important;
    border: 1px solid #aaaaaa8a !important
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    direction: rtl !important
}

.select2-search.select2-search--inline {
    margin-bottom: 7px !important;
    display: inline-block !important
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    direction: ltr !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    display: inline-block !important;
    margin: 0 5px !important
}

.custom-control.custom-checkbox {
    padding-right: 10px;
    padding-left: 0
}

.custom-control-label::after, .custom-control-label::before {
    right: -20px;
    left: unset;
    background-color: transparent !important;
    outline: 0 !important;
    box-shadow: none !important
}

.custom-control-input {
    position: absolute;
    z-index: 1;
    opacity: 0;
    right: -5px;
    width: 16px;
    height: 16px;
    top: 2px
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #e000ec !important;
    background-color: #e000ec !important;
    outline: 0 !important
}

.cover-story-cust .fileuploader-input-caption {
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 400
}

.search-gall {
    margin: 15px 0
}

.search-gall.digi-search button {
    top: 5px;
    font-size: 21px;
    color: #fff !important;
    height: 30px;
    width: 30px;
    background: #f99312;
    box-shadow: 0 0 6px rgb(251 155 136 / 38%)
}

.search-gall.digi-search input {
    padding-right: 45px
}

.login-container .login-header h4 {
    text-align: center;
    font-size: 16px;
    color: #706c71;
    font-weight: 400;
    margin: 1rem 0 0;
}

.login-container .login-policy p {
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    font-weight: 400;
    color: #6a6161;
    align-items: center;
    justify-content: center;
    line-height: 25px;
}

.login-container .login-policy p a {
    color: #b53cbc;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
}

.login-container .login-header .authTitle strong {
    font-weight: 600;
    color: #bb13c3;
}

.login-container .login-header .authTitle {
    position: relative;
    width: fit-content;
    margin: auto;
    line-height: 35px;
}

.login-container .login-header .authTitle::before {
    content: '';
    position: absolute;
    width: 35%;
    background: #de20e7;
    height: 2px;
    bottom: 0;
}

.login-container .login-policy p button {
    padding: 0;
    font-size: 11px;
    color: #e000ec;
    margin: 0 3px
}

.login-container .btn-login {
    background: #e000ec;
    box-shadow: 0 2px 5px 0 rgb(224 0 236 / 36%);
    color: #fff !important;
    padding: 12px 40px;
    position: relative;
    outline: 0;
    border-radius: 50px;
    line-height: 1.5;
    cursor: pointer;
    transition: all .3s;
    overflow: hidden;
    font-weight: 500;
    width: auto;
    font-size: 16px;
    height: 50px;
    margin: auto;
    display: block;
    min-width: 50%;
}

.login-container .login-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-container .btn-login:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, .2);
    transition: all .3s;
    transform: translate(100%, 0);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    border-radius: 4px
}

.login-container .btn-login:hover::before {
    transform: translate(0, 0)
}

.login-container .form-control {
    width: 100% !important;
    background: #f6f6f6 !important;
    color: #6a6a6a;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    text-align: right;
    direction: rtl;
    height: 50px;
    padding: 10px;
    border-radius: 1rem;
    transition: border .3s;
    border: 2px solid #c1c1c11c;
}

.login-container .form-control:focus {
    border-color: #9767c8 !important;
}

.gallery-home-section {
    padding: 70px 0
}

.img-home-hold {
    position: relative;
    cursor: pointer
}

.img-home-hold img {
    width: 100%;
    height: 160px;
    border-radius: 10px;
    box-shadow: 0 0 6px rgb(0 0 0 / 13%);
    object-fit: cover;
    object-position: center
}

.img-home-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #53297cab;
    border-radius: 10px;
    transition: .3s cubic-bezier(.17, .67, 0, 1.01);
    opacity: 0
}

.img-home-hold:hover .img-home-overlay {
    opacity: 1
}

.img-home-overlay i {
    color: #ffff;
    font-size: 35px
}

.course-description p {
    text-align: justify !important
}

.bean-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #f9f9f9b8;
    display: flex;
    justify-content: center;
    align-items: center
}

.bean-loader img {
    width: 80px;
    height: 80px
}

.description-vendor-cat h2 {
    width: fit-content;
    margin: auto;
    border-bottom: 3px solid #fbb11a;
    padding-bottom: 10px
}

.description-vendor-cat h3, .description-vendor-cat h4 {
    padding-right: 15px;
    position: relative
}

.description-vendor-cat h3:before, .description-vendor-cat h4:before {
    content: "";
    background: #e000ec;
    border-radius: 10px;
    width: 3px;
    height: 16px;
    display: block;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#toast-container > div {
    opacity: 1 !important
}

.activation-code-input {
    display: none
}

.activation-code {
    direction: ltr;
    position: relative
}

.activation-code .activation-code-inputs {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 30px;
    justify-content: center;
}

.activation-code .activation-code-inputs input {
    display: flex;
    flex-flow: column nowrap;
    padding: 0;
    outline: 0;
    min-width: 0;
    line-height: 36px;
    text-align: center;
    align-items: center;
    transition: all .3s ease;
    margin-right: 8px;
    background: 0 0 !important;
    font-size: 20px;
    font-weight: 300;
    color: #4a4a4a;
    width: 50px;
    height: 55px;
    border: 1px solid #adadad !important;
    border-radius: 15px;
}

.activation-code .activation-code-inputs input:last-child {
    margin-right: 0
}

.activation-code .activation-code-inputs input:focus {
    border-color: #e000ec !important
}

.btn-upload-top {
    background: #fbb11a
}

.btn-upload-top:hover {
    background: #fbb11a !important
}

.reply-list li::marker {
    content: none !important
}

.searchBox {
    position: absolute;
    top: 0;
    left: 0
}

.searchBox.input {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.searchBox .inputBox {
    height: 40px;
    width: 40px;
    border-radius: 6px;
    position: relative;
    background: #fff;
    transition: all .5s ease-in-out;
    overflow: hidden
}

.searchBox.input .inputBox {
    width: 350px;
    border-radius: 5px;
    background: #fff;
    transition: all .5s cubic-bezier(0, .105, .035, 1.57);
    border: 1px solid #68339638;
    box-sizing: content-box
}

.searchBox .inputBox input {
    width: 100%;
    height: 20px;
    top: 0;
    left: 0;
    padding: 0 50px 0 20px;
    background: 0 0;
    position: absolute;
    transform: translate(0, 60px);
    box-sizing: border-box;
    opacity: 0;
    line-height: 20px;
    border: none;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    transition: all .3s cubic-bezier(0, .105, .035, 1.57);
    transition-delay: .3s
}

.searchBox.input .inputBox input {
    opacity: 1;
    transform: translate(0, 10px)
}

.searchBox .inputBox input::-webkit-input-placeholder {
    color: #181818
}

.searchBox .inputBox button {
    height: 40px;
    width: 40px;
    position: relative;
    float: right;
    cursor: pointer;
    outline: 0;
    border-radius: 6px;
    z-index: 2;
    background: #e000ec;
    padding: 5px 20px;
    border: none;
    display: inline-block;
    color: #fff !important;
    will-change: background;
    box-shadow: 0 3px 6px rgb(224 0 236 / 12%), 0 1px 3px rgb(224 0 236 / 11%);
    transition: background .3s;
    font-size: 13px;
    font-weight: 500
}

.searchBox .inputBox button i {
    font-size: 27px;
    display: flex;
    justify-content: center;
    align-items: center
}

.searchBox.input .inputBox button {
    width: 35px;
    max-width: 35px;
    height: 35px;
    margin-right: 3px;
    margin-top: 3px
}

.searchBox .inputBox button span {
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(45deg);
    transition: all .4s cubic-bezier(.65, -.6, .24, 1.65)
}

.searchBox .inputBox button span:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 11px;
    border-radius: 2px;
    background: #f60;
    top: 18px;
    left: 9px
}

.searchBox .inputBox button span:after {
    position: absolute;
    content: '';
    border: 4px solid #f60;
    height: 14px;
    width: 14px;
    border-radius: 16px;
    left: 0;
    top: 0
}

.searchBox.input .inputBox button span {
    transform: rotate(-45deg)
}

.searchBox .closeBtn {
    height: 40px;
    width: 40px;
    position: absolute;
    border-radius: 8px;
    z-index: 1;
    top: 0;
    left: 0;
    transform: rotate(-180deg);
    cursor: pointer;
    transition-delay: .3s;
    transition: all .3s cubic-bezier(.285, -.45, .935, .11)
}

.searchBox .closeBtn:after, .searchBox .closeBtn:before {
    content: '';
    position: absolute;
    background-color: #fbb11a
}

.searchBox .closeBtn:before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0
}

.searchBox .closeBtn:after {
    width: 25px;
    height: 5px;
    left: 0;
    top: 10px
}

.searchBox.input .closeBtn {
    transform: rotate(45deg);
    transition: all .3s cubic-bezier(0, .105, .035, 1.57);
    transition-delay: .3s;
    top: 10px
}

.btn-start-quiz {
    color: #fff !important;
    background: #e000ec !important;
    animation: glowing 1.5s infinite;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    height: 40px;
    display: inline-block;
    line-height: 25px;
    padding: 8px 15px;
    text-align: center
}

@keyframes glowing {
    0% {
        background-color: #e000ec;
        box-shadow: 0 0 2px #e000ec
    }
    50% {
        background-color: #e000ec;
        box-shadow: 0 0 10px #e000ec
    }
    100% {
        background-color: #e000ec;
        box-shadow: 0 0 2px #e000ec
    }
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

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
}

.user-channel-top-bg {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1000%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(79%2c 39%2c 119%2c 1)'%3e%3c/rect%3e%3cpath d='M756.87 119.57 a39.32 39.32 0 1 0 78.64 0 a39.32 39.32 0 1 0 -78.64 0z' stroke='rgba(163%2c 8%2c 171%2c 1)'%3e%3c/path%3e%3cpath d='M515.59 389.52L539.33 389.52L539.33 418.68L515.59 418.68z' fill='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3cpath d='M608.81 82.66L631.29 82.66L631.29 93.41L608.81 93.41z' stroke='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3cpath d='M1222.19 47.11 a0.39 0.39 0 1 0 0.78 0 a0.39 0.39 0 1 0 -0.78 0z' fill='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3cpath d='M146.56 314.16a18.15 18.15 0 1 0-17.9 31.58z' fill='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3cpath d='M1197.02 304.78a14.09 14.09 0 1 0 0.28-28.18z' stroke='rgba(163%2c 8%2c 171%2c 1)'%3e%3c/path%3e%3cpath d='M415.66 453.3a31.96 31.96 0 1 0 9.89-63.15z' stroke='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3cpath d='M599.7 309.26 a18.66 18.66 0 1 0 37.32 0 a18.66 18.66 0 1 0 -37.32 0z' stroke='rgba(163%2c 8%2c 171%2c 1)'%3e%3c/path%3e%3cpath d='M833.98 171.94 a51.26 51.26 0 1 0 102.52 0 a51.26 51.26 0 1 0 -102.52 0z' stroke='rgba(251%2c 177%2c 26%2c 1)'%3e%3c/path%3e%3cpath d='M1043.68 24.35L1059.89 24.35L1059.89 40.56L1043.68 40.56z' stroke='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3cpath d='M1088.77 44.9L1106.05 44.9L1106.05 88.03L1088.77 88.03z' fill='rgba(163%2c 8%2c 171%2c 1)'%3e%3c/path%3e%3cpath d='M126.27 285.29a45.7 45.7 0 1 0 87.04-27.88z' fill='rgba(251%2c 177%2c 26%2c 1)'%3e%3c/path%3e%3cpath d='M497.05 281.57 a17.05 17.05 0 1 0 34.1 0 a17.05 17.05 0 1 0 -34.1 0z' fill='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3cpath d='M813.24-21.74a54.83 54.83 0 1 0 48.57 98.32z' fill='rgba(251%2c 177%2c 26%2c 1)'%3e%3c/path%3e%3cpath d='M283.89 393.18 a40.08 40.08 0 1 0 80.16 0 a40.08 40.08 0 1 0 -80.16 0z' fill='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3cpath d='M501.01 76.73L545.85 76.73L545.85 121.57L501.01 121.57z' fill='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3cpath d='M1049.74 203.14 a34.16 34.16 0 1 0 68.32 0 a34.16 34.16 0 1 0 -68.32 0z' stroke='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3cpath d='M711.86 306.82L725.04 306.82L725.04 320L711.86 320z' fill='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3cpath d='M63.47 10 a27.91 27.91 0 1 0 55.82 0 a27.91 27.91 0 1 0 -55.82 0z' fill='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3cpath d='M1247.81 123.12 a43.14 43.14 0 1 0 86.28 0 a43.14 43.14 0 1 0 -86.28 0z' stroke='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3cpath d='M7.14 191L33.66 191L33.66 217.52L7.14 217.52z' stroke='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3cpath d='M321.77 441.09a36.76 36.76 0 1 0-70.18 21.91z' stroke='rgba(251%2c 177%2c 26%2c 1)'%3e%3c/path%3e%3cpath d='M1074.88 242.11L1116.46 242.11L1116.46 294.41L1074.88 294.41z' fill='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3cpath d='M984.6 250.72a16 16 0 1 0-25.97-18.71z' fill='rgba(251%2c 177%2c 26%2c 1)'%3e%3c/path%3e%3cpath d='M1190.06 115.22L1211.12 115.22L1211.12 136.28L1190.06 136.28z' fill='rgba(251%2c 177%2c 26%2c 1)'%3e%3c/path%3e%3cpath d='M516.64 244.44 a16.88 16.88 0 1 0 33.76 0 a16.88 16.88 0 1 0 -33.76 0z' stroke='rgba(163%2c 8%2c 171%2c 1)'%3e%3c/path%3e%3cpath d='M331.99 513.17a43.36 43.36 0 1 0-80.65 31.86z' stroke='rgba(251%2c 177%2c 26%2c 1)'%3e%3c/path%3e%3cpath d='M275.22 408.52L304.67 408.52L304.67 436.15L275.22 436.15z' fill='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3cpath d='M576.74 495.65L618.69 495.65L618.69 537.6L576.74 537.6z' stroke='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3cpath d='M512.87 127.94a40.61 40.61 0 1 0 76.43-27.48z' stroke='rgba(251%2c 177%2c 26%2c 1)'%3e%3c/path%3e%3cpath d='M1232.18 182.5L1264.61 182.5L1264.61 186.01L1232.18 186.01z' fill='rgba(251%2c 177%2c 26%2c 1)'%3e%3c/path%3e%3cpath d='M566.21 483.74a31.16 31.16 0 1 0-16.04-60.22z' stroke='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3cpath d='M1407.49 415.43L1411.62 415.43L1411.62 451.17L1407.49 451.17z' fill='rgba(224%2c 0%2c 236%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1000'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    width: 100%
}

.text-danger {
    color: #dc3545 !important
}

.stage1 .fileuploader-theme-dragdrop .fileuploader-input {
    min-height: 500px;
    align-items: center
}

.stage1 .fileuploader-theme-dragdrop .fileuploader-input p {
    margin-bottom: 20px;
    font-size: 12px
}

.stage1 .fileuploader-theme-dragdrop .fileuploader-input h3 {
    font-size: 20px;
    margin: 15px 0 20px 0
}

.stage1 .fileuploader-icon-main {
    font-size: 70px;
    background: #e000ec1f;
    width: 120px;
    height: 120px
}

.stage1 .fileuploader-input .fileuploader-input-button {
    font-size: 15px;
    height: 40px;
    width: 110px
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove {
    outline: 0;
    border: none
}

.fileuploader-action-retry {
    border: 2px solid #f0f0f0;
    box-shadow: none;
    outline: 0;
    margin-left: 5px
}

.stage2 .fileuploader-theme-dragdrop .fileuploader-input {
    border: none !important
}

.tagsinput div input::placeholder {
    color: #595959
}

.stage2 .fileuploader-icon-main {
    font-size: 25px;
    color: #a1a1a1;
    background: 0 0;
    width: 30px;
    height: 30px
}

.stage2 .fileuploader-theme-dragdrop .fileuploader-input h3 {
    font-size: 12px !important;
    color: #666 !important;
    font-weight: 500 !important
}

.cover-btns > button, .cover-btns > div {
    border: 2px dashed #e2e2e2;
    height: 38px;
    border-radius: 5px;
    margin: 10px 0
}

.stage2 {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 13px 0 rgb(0 0 0 / 9%);
    margin-bottom: 50px
}

@media (max-width: 576px) {
    .btn-pick-cover i, .stage2 .fileuploader-icon-main {
        font-size: 18px;
        display: flex;
        align-items: center
    }

    .stage2 .fileuploader-theme-dragdrop .fileuploader-input h3 {
        font-size: 11px !important
    }

    .btn-pick-cover {
        font-size: 11px !important
    }

    .btn-pick-cover i {
        margin: 0 !important
    }

    .main-nav > li {
        padding: 3px 0
    }
}

.fileuploader-popup .fileuploader-popup-node .reader-node {
    position: static !important
}

.fileuploader-popup .fileuploader-popup-node {
    align-items: center !important;
    justify-content: center !important
}

.fileuploader-popup-zoomer {
    display: none !important
}

#inp, input[name=fileuploader-list-files] {
    opacity: 0 !important
}

.video-card .image-caption {
    height: unset !important
}

.video-card .image-detail {
    display: inline-block !important
}

.video-card .image-detail a, .video-card .image-detail span {
    font-size: 12px
}

.video-card .caption-gallery {
    font-size: 13px !important;
    line-height: 22px !important;
    height: 50px !important;
    color: #5e5e5e !important
}

.name-cont-profile label {
    font-size: 13px;
    font-weight: 500
}

.name-cont-profile span {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: -.2px;
    color: #9b9b9b
}

article figure.table {
    width: 100% !important
}

article table {
    direction: ltr;
    width: 100% !important;
    min-width: 700px
}

article figure.table {
    min-width: auto !important;
    width: 100% !important;
    overflow: auto
}

.blog-body .entry-content article h2 *, .blog-body .entry-content article h3 *, .blog-body .entry-content article h4 * {
    font-weight: 500;
    color: #32325d !important;
    position: relative;
    margin-bottom: 15px;
    text-align: right;
    font-family: iranyekan !important;
    line-height: 40px
}

.blog-body .entry-content article p span, .blog-body .entry-content article > span {
    font-family: iranyekan !important;
    font-size: 15px !important;
    color: #3a3a3a !important;
    /*font-weight: 300 !important;*/
    text-align: justify !important;
    line-height: 30px !important;
    margin: 20px 0;
    word-spacing: -1px
}

.blog-body .entry-content article p a {
    font-weight: 500;
    color: #e000ec !important;
    background: #e74eec17;
    padding: 2px 3px;
    border-radius: 3px
}

.blog-body table p {
    direction: ltr !important;
    text-align: center !important
}

article {
    overflow-x: auto
}

.badge-status-story {
    font-size: 11px;
    position: absolute;
    left: -30px;
    padding: 5px;
    min-width: 115px;
    top: 13px;
    transform: rotateZ(-45deg);
    color: #fff
}

.in_review_color {
    background: #fbb11a
}

.rejected_color {
    background: #f34545
}

.drafted_color {
    background: #727272
}

#number_rating {
    font-weight: 300;
    margin-top: .8rem;
    font-size: 12px;
    display: inline-block
}

.font-weight-600 {
    font-weight: 600 !important
}

.base-spinner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    display: grid;
    place-items: center
}

.spinner {
    animation: rotator 1.4s linear infinite
}

@keyframes rotator {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(270deg)
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 1.4s ease-in-out infinite
}

@keyframes colors {
    0% {
        stroke: #4285f4
    }
    25% {
        stroke: #de3e35
    }
    50% {
        stroke: #f7c223
    }
    75% {
        stroke: #1b9a59
    }
    100% {
        stroke: #4285f4
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187
    }
    50% {
        stroke-dashoffset: 46;
        transform: rotate(135deg)
    }
    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg)
    }
}

.pe-none {
    pointer-events: none !important
}

.blog-body article blockquote p a {
    background: 0 0 !important
}

.blog-body article blockquote p strong {
    font-weight: 600 !important
}

.blog-body article blockquote p {
    direction: rtl;
    text-align: center;
    background: #f2f2f2;
    width: fit-content;
    padding: 10px 16px;
    border-radius: 10px;
    box-shadow: 0 3px 9px #00000030;
    margin: 0 auto !important;
    border-right: 10px solid #e000ec
}

article blockquote {
    position: relative;
    border-radius: 10px 0 0 10px;
    width: 100%;
    text-align: center
}

.cursor-pointer {
    cursor: pointer !important
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 13px;
    text-align: right;
    direction: rtl;
    display: flex;
    justify-content: start;
    font-weight: 500
}

.toast-message a, .toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    left: -245px;
    top: -.5em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    line-height: 1
}

.toast-close-button:focus, .toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 35px 15px 15px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 260px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8
}

#toast-container > div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

#toast-container > div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    cursor: pointer
}

#toast-container > .toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
}

#toast-container > .toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
}

#toast-container > .toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
}

#toast-container > .toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #19ca79
}

.toast-error {
    background-color: #ff5179
}

.toast-info {
    background-color: #0b92bb
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4
}

@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container > div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container > div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }

    #toast-container > div.rtl {
        padding: 15px 50px 15px 15px
    }
}

.fileuploader-input .fileuploader-input-button, .fileuploader-input .fileuploader-input-caption, .fileuploader-items .fileuploader-item .fileuploader-action, .fileuploader-items .fileuploader-item .fileuploader-progressbar .bar, .fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar, .fileuploader-items .fileuploader-item span.fileuploader-action-popup, .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action], .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action], .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
    -webkit-transition: .7s cubic-bezier(.17, .67, 0, 1.01);
    -o-transition: .7s cubic-bezier(.17, .67, 0, 1.01);
    transition: .7s cubic-bezier(.17, .67, 0, 1.01)
}

.fileuploader-items .fileuploader-item, .fileuploader-items .fileuploader-item .fileuploader-action, .fileuploader-items .fileuploader-item .fileuploader-item-icon, .fileuploader-items .fileuploader-item .fileuploader-item-image canvas, .fileuploader-items .fileuploader-item .fileuploader-item-image img, .fileuploader-popup, .fileuploader-popup .fileuploader-popup-node {
    -webkit-animation: fileuploaderFadeIn .2s ease;
    animation: fileuploaderFadeIn .2s ease
}

.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
    display: inline-block;
    margin: 0;
    padding: 14px 22px;
    border: none;
    border-radius: 10px;
    outline: 0;
    font-weight: 700;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button {
    background: #e6ebf4;
    color: #90a0bc
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button:hover {
    background: #edf1f7;
    transform: translateY(-1px)
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button:active {
    background: #dfe5f1;
    transform: translateY(1px)
}

.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    border-radius: 5px;
    height: 35px;
    line-height: 25px;
    text-align: center;
    width: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #e000ec;
    box-shadow: 0 0 5px #e000ec7a
}

.fileuploader-input .fileuploader-input-button:hover, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success:hover {
    background: #c301ce
}

.fileuploader-input .fileuploader-input-button:active, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success:active {
    background-position: right;
    box-shadow: 0 4px 25px rgba(0, 0, 0, .15);
    transform: translateY(2px)
}

.fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader, .fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after, .fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after, .fileuploader-popup.loading:after {
    content: "";
    position: absolute;
    min-width: 24px;
    min-height: 24px;
    max-width: 48px;
    max-height: 48px;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZGRlNGY2IiBkPSJNNDMuOTM1LDI1LjE0NWMwLTEwLjMxOC04LjM2NC0xOC42ODMtMTguNjgzLTE4LjY4M2MtMTAuMzE4LDAtMTguNjgzLDguMzY1LTE4LjY4MywxOC42ODNoNC4wNjhjMC04LjA3MSw2LjU0My0xNC42MTUsMTQuNjE1LTE0LjYxNWM4LjA3MiwwLDE0LjYxNSw2LjU0MywxNC42MTUsMTQuNjE1SDQzLjkzNXoiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMjUgMjUiIHRvPSIzNjAgMjUgMjUiIGR1cj0iMC42cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4gPC9wYXRoPiA8L3N2Zz4=) no-repeat center;
    background-size: contain
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon i, .fileuploader-items .fileuploader-item .fileuploader-item-image canvas, .fileuploader-items .fileuploader-item .fileuploader-item-image img, .fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after, .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after, .fileuploader-popup .fileuploader-popup-move:after, .fileuploader-popup.loading:after {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.fileuploader-items .fileuploader-item .fileuploader-action, .fileuploader-items .fileuploader-item .progress-bar2 span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fileuploader-input .fileuploader-input-button, .fileuploader-items .fileuploader-item .fileuploader-item-icon, .fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar, .fileuploader-popup .fileuploader-cropper, .fileuploader-popup .fileuploader-cropper *, .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action], .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success, .fileuploader-popup .fileuploader-popup-move, .fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fileuploader, .fileuploader *, .fileuploader :after, .fileuploader :before, .fileuploader-popup, .fileuploader-popup *, .fileuploader-popup :after, .fileuploader-popup :before {
    box-sizing: border-box
}

.fileuploader button, .fileuploader-popup button {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    font: inherit;
    background: 0 0;
    box-shadow: none
}

.fileuploader button:focus, .fileuploader-popup button:focus {
    outline: 0
}

.fileuploader {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px
}

.fileuploader-icon-main {
    display: inline-block;
    font-size: 18px;
    color: #789bec
}

.fileuploader-input-inner {
    display: flex;
    flex-direction: column
}

.fileuploader-icon-main {
    font-size: 30px;
    color: #e000ec;
    background: #e000ec1f;
    width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%
}

.fileuploader-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer
}

.fileuploader-focused .fileuploader-input .fileuploader-input-caption {
    border-color: #789bec
}

.fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-height: 22px;
    margin-right: 6px
}

.fileuploader-input.fileuploader-dragging {
    background: #fff;
    border: 1px solid #ebeef1;
    border-style: dashed
}

.fileuploader-input.fileuploader-dragging .fileuploader-input-caption {
    border-color: transparent
}

.fileuploader-input.fileuploader-dragging .fileuploader-input-button {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
}

.fileuploader-disabled .fileuploader-input {
    opacity: .7;
    cursor: default;
    pointer-events: none !important
}

.fileuploader-items .fileuploader-items-list {
    display: block;
    padding: 0;
    list-style: none
}

.fileuploader-items .fileuploader-item {
    position: relative;
    margin: 10px 0;
    padding: 10px 15px;
    animation-duration: .6s;
    background: #fff;
    border: 1px solid #1d466e1a;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after {
    position: absolute;
    left: -8px;
    top: -8px;
    width: 36px;
    height: 36px
}

.fileuploader-items .fileuploader-item .columns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2
}

.fileuploader-items .fileuploader-item .column-thumbnail {
    position: relative;
    width: 36px;
    height: 36px
}

.fileuploader-items .fileuploader-item .column-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
    color: #74809d;
    overflow: hidden
}

.fileuploader-items .fileuploader-item .column-title a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #74809d;
    text-decoration: none
}

.fileuploader-items .fileuploader-item .column-title div {
    width: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #6d6d6d;
    font-size: 14px
}

.fileuploader-items .fileuploader-item .column-title span {
    font-size: 11px;
    color: #9e9e9e;
    margin-top: 10px;
    display: flex
}

.fileuploader-items .fileuploader-item .fileuploader-item-image {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: #fff;
    overflow: hidden
}

.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after {
    content: "";
    width: 50%;
    height: 50%
}

.fileuploader-items .fileuploader-item .fileuploader-item-image canvas, .fileuploader-items .fileuploader-item .fileuploader-item-image img {
    position: absolute;
    max-width: none;
    max-height: 100%
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 11px;
    background: #ddd;
    border-radius: 4px;
    cursor: default
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon.is-bright-color {
    color: #888
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon i {
    position: absolute;
    display: block;
    width: 90%;
    font-style: normal;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 56, 71, .2);
    border-radius: 6px;
    cursor: pointer;
    opacity: 0
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup:hover {
    opacity: 1
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup:active {
    background: rgba(43, 56, 71, .4)
}

.fileuploader-items .fileuploader-item .fileuploader-action {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px
}

.fileuploader-items .fileuploader-item .fileuploader-action:hover {
    color: #789bec
}

.fileuploader-items .fileuploader-item .fileuploader-action:active {
    color: #668ee9
}

.fileuploader-items .fileuploader-item .fileuploader-action i {
    width: 100%;
    height: 100%;
    font-size: 20px;
    align-items: center;
    display: flex;
    justify-content: center
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove {
    color: #fff;
    background: #fe8400;
    box-shadow: 0 0 5px #fe840082
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i {
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove:hover {
    background-color: #ffb05b
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove:active {
    background-color: #fe6262
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success {
    color: #fff;
    background: #43d084;
    border-radius: 50%;
    box-shadow: -1px 1px 6px rgba(67, 208, 132, .8)
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success i {
    font-size: 14px;
    text-shadow: none
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success:hover {
    background-color: #53d48f
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success:active {
    background-color: #33cc79
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success i:before {
    content: ""
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active, .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:hover {
    background: #fe7676;
    box-shadow: -1px 1px 6px rgba(254, 118, 118, .8)
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active i:before, .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:hover i:before {
    content: ""
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active {
    background-color: #fe6262
}

.fileuploader-items .fileuploader-item.file-has-popup span.fileuploader-action-popup {
    display: block
}

.fileuploader-items .fileuploader-item .fileuploader-progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-radius: 6px
}

.fileuploader-items .fileuploader-item .fileuploader-progressbar .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 6px;
    background: #789bec;
    box-shadow: 0 4px 8px -1px rgba(120, 155, 236, .6)
}

.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1
}

.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 0;
    background: rgba(104, 125, 219, .08);
    box-shadow: none
}

.fileuploader-items .fileuploader-item .progress-bar2 span {
    position: absolute;
    right: 16px;
    color: rgba(151, 159, 184, .16);
    font-size: 48px
}

.fileuploader-items .fileuploader-item.sorting {
    background: #fafbfd;
    border-radius: 6px;
    opacity: .8;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    z-index: 799
}

.fileuploader-items .fileuploader-item.sorting, .fileuploader-items .fileuploader-item.sorting .fileuploader-action, .fileuploader-items .fileuploader-item.sorting .fileuploader-item-icon, .fileuploader-items .fileuploader-item.sorting .fileuploader-item-image canvas, .fileuploader-items .fileuploader-item.sorting .fileuploader-item-image img {
    -webkit-animation: none;
    animation: none
}

.fileuploader-items .fileuploader-sorter-placeholder {
    background: rgba(0, 0, 0, .03);
    margin: 0;
    padding: 0;
    -webkit-animation: none;
    animation: none
}

.fileuploader-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #191d1e;
    z-index: 1090;
    animation-duration: .4s
}

.fileuploader-popup.loading:after {
    width: 48px;
    height: 48px;
    z-index: 8
}

.fileuploader-popup .fileuploader-popup-preview {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 2
}

.fileuploader-popup .fileuploader-popup-node {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
    height: 100%;
    min-width: 20px;
    min-height: 20px;
    padding: 80px 56px 64px;
    overflow: hidden
}

.fileuploader-popup .fileuploader-popup-node.is-zoomed {
    display: block
}

.fileuploader-popup .fileuploader-popup-node .reader-node {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fileuploader-popup .fileuploader-popup-node .reader-node.is-movable {
    cursor: grab
}

.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover, .fileuploader-popup .fileuploader-popup-node .reader-node.is-moving {
    cursor: grabbing
}

.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover .area-move, .fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover .point, .fileuploader-popup .fileuploader-popup-node .reader-node.is-moving .area-move, .fileuploader-popup .fileuploader-popup-node .reader-node.is-moving .point {
    cursor: grabbing !important
}

.fileuploader-popup .fileuploader-popup-node.astext .reader-node > div, .fileuploader-popup .fileuploader-popup-node.audio .reader-node > audio, .fileuploader-popup .fileuploader-popup-node.image .reader-node > img, .fileuploader-popup .fileuploader-popup-node.video .reader-node > video {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    color: #47525d;
    background: #fafafa;
    box-shadow: 0 0 18px rgba(0, 0, 0, .4);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 0
}

.fileuploader-popup .fileuploader-popup-node.audio .reader-node audio {
    width: 450px
}

.fileuploader-popup .fileuploader-popup-node.application .reader-node iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 3px
}

.fileuploader-popup .fileuploader-popup-node.astext .reader-node div {
    max-width: 992px;
    padding: 20px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    overflow-y: auto;
    white-space: pre-wrap
}

.fileuploader-popup .fileuploader-popup-node.has-node-centered {
    display: block
}

.fileuploader-popup .fileuploader-popup-node.has-node-centered .reader-node {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPiA8Zz4gIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4gIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjYmJjYWNmIiBpZD0ic3ZnXzIiIGQ9Im00OSwxNi44NDJsMCw0Mi4xMDVjMCwyLjc5MSAtMi4yNyw1LjA1MyAtNS4wNjksNS4wNTNsLTM4Ljg2MiwwYy0yLjgsMCAtNS4wNjksLTIuMjYyIC01LjA2OSwtNS4wNTNsMCwtNTMuODk0YzAsLTIuNzkxIDIuMjY5LC01LjA1MyA1LjA2OSwtNS4wNTNsMjcuMDM0LDBsMTYuODk3LDE2Ljg0MnoiIGNsYXNzPSJjbHMtMSIvPiAgPHBhdGggZmlsbD0iI2RmZWFlZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0ic3ZnXzQiIGQ9Im00OSwxNS44OTlsMCwyLjA5NmwtMTMuODEzLDBjLTIuODYsMCAtNC4xNzksLTIuMzIgLTQuMTc5LC01LjE4MWwwLC0xMi44MTRsMi4wOTIsMGwxNS45LDE1Ljg5OXoiIGNsYXNzPSJjbHMtMyIvPiA8L2c+PC9zdmc+) no-repeat center;
    background-size: contain
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div {
    position: absolute;
    bottom: 14px;
    left: 0;
    padding: 4px 6px;
    border-radius: 4px;
    color: #fff;
    max-width: 100%;
    word-wrap: break-word
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div.is-bright-color {
    color: #888
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div i {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap
}

.fileuploader-popup .fileuploader-popup-content {
    color: #fdfdfd;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4)
}

.fileuploader-popup .fileuploader-popup-content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.fileuploader-popup .fileuploader-popup-content ul li {
    display: inline-block;
    padding: 0;
    margin: 0
}

.fileuploader-popup .fileuploader-popup-content ul li + li {
    margin-left: 16px
}

.fileuploader-popup .fileuploader-popup-header {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 16px;
    background: rgba(0, 0, 0, .8);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    z-index: 2
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta {
    display: flex;
    flex: 1;
    white-space: nowrap;
    overflow: hidden
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta li:first-child {
    overflow: hidden
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta span {
    display: block;
    color: #80868b;
    font-size: 14px
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta h5 {
    max-width: 100%;
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-info:not(:empty) {
    flex: 1;
    margin-left: 16px
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-buttons {
    margin-left: 16px
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button {
    padding: 14px 24px;
    text-shadow: none
}

.fileuploader-popup .fileuploader-popup-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .8);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    z-index: 2
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action] {
    display: inline-block;
    padding: 16px;
    padding-bottom: 13px;
    cursor: pointer;
    text-decoration: none;
    color: #fdfdfd;
    border-bottom: 3px solid transparent
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action] i {
    display: inline-block;
    font-size: 18px;
    margin-top: -4px;
    margin-right: 6px;
    vertical-align: middle
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action]:hover {
    border-bottom-color: #789bec;
    color: #fff
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer {
    font-size: 14px
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action] {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    border: none;
    border-radius: 50%;
    padding: 0;
    vertical-align: middle;
    color: #fdfdfd;
    background: rgba(255, 255, 255, .1);
    text-shadow: none
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action]:hover {
    background: rgba(255, 255, 255, .3)
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input {
    display: inline-block;
    -webkit-appearance: none;
    width: 130px;
    padding: 0;
    margin: 0 16px;
    vertical-align: middle;
    background: 0 0
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input:focus {
    outline: 0
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: .2s;
    box-shadow: none;
    background: #789bec;
    border-radius: 6px
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-webkit-slider-thumb {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .8)
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: .2s;
    box-shadow: none;
    background: #789bec;
    border-radius: 6px
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-moz-range-thumb {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .8)
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer span {
    display: inline-block;
    min-width: 40px;
    text-align: center;
    margin-left: 6px;
    color: #fff;
    vertical-align: middle
}

.fileuploader-popup .fileuploader-popup-move {
    position: absolute;
    display: none;
    width: 56px;
    height: 100%;
    font-size: 24px;
    bottom: 0;
    left: 0;
    color: #fff;
    opacity: .4;
    cursor: pointer;
    z-index: 1
}

.fileuploader-popup .fileuploader-popup-move:hover {
    opacity: 1
}

.fileuploader-popup .fileuploader-popup-move:after {
    position: absolute
}

.fileuploader-popup .fileuploader-popup-move[data-action=next] {
    left: auto;
    right: 0
}

.fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-move {
    display: inline-block
}

.fileuploader-popup .fileuploader-cropper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 20, 27, .65);
    z-index: 9
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:after, .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:before {
    content: "";
    position: absolute;
    border: 1px solid rgba(250, 250, 250, .8);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:before {
    top: 0;
    left: 50%;
    height: 100%;
    width: 34%;
    border-top: 0;
    border-bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:after {
    top: 50%;
    left: 0;
    height: 34%;
    width: 100%;
    border-left: 0;
    border-right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid.moving:after, .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid.moving:before {
    opacity: 1
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point {
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 3
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    border-radius: 50%
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-a {
    top: -12px;
    left: -12px;
    cursor: nw-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-b {
    top: -12px;
    left: 50%;
    margin-left: -12px;
    cursor: n-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-c {
    top: -12px;
    right: -12px;
    cursor: ne-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-d {
    top: 50%;
    right: -12px;
    margin-top: -12px;
    cursor: w-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-e {
    bottom: -12px;
    right: -12px;
    cursor: nw-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-f {
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    cursor: s-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-g {
    bottom: -12px;
    left: -12px;
    cursor: sw-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-h {
    left: -12px;
    top: 50%;
    margin-top: -12px;
    cursor: w-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-move {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: move
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-move:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .8)
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-image img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-info {
    position: absolute;
    bottom: -12px;
    left: 50%;
    color: #fff;
    font-family: sans-serif;
    line-height: 1;
    font-size: 12px;
    text-align: center;
    padding: 4px 8px;
    background: rgba(0, 0, 0, .6);
    border-radius: 14px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 2
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.show-info .area-info {
    opacity: 0
}

@media all and (max-width: 768px) {
    .fileuploader-popup .fileuploader-popup-header {
        display: block;
        padding: 0
    }

    .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta {
        padding: 16px
    }

    .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-buttons {
        position: fixed;
        left: 0;
        bottom: 16px;
        width: 100%;
        margin: 0;
        text-align: center
    }

    .fileuploader-popup .fileuploader-popup-node {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 117px
    }

    .fileuploader-popup .fileuploader-popup-footer {
        bottom: 61px;
        background: 0 0
    }

    .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer {
        display: none
    }

    .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li a:hover {
        border-color: transparent
    }

    .fileuploader-popup .fileuploader-popup-move {
        width: 30px
    }

    .fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-node {
        padding-left: 30px;
        padding-right: 30px
    }
}

@-webkit-keyframes fileuploaderFadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fileuploaderFadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fileuploader-theme-dragdrop .fileuploader-input {
    width: 100%;
    display: flex;
    padding: 20px 5px;
    justify-content: center;
    background: #fff;
    border: 2px dashed #92a6b9;
    border-radius: 15px;
    text-align: center
}

.fileuploader-theme-dragdrop .fileuploader-input h3 {
    padding: 0;
    background: 0 0;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #5b5b7b;
    white-space: normal;
    box-shadow: none;
    width: 100%;
    text-align: center;
    margin: 10px 0 15px 0
}

.fileuploader-theme-dragdrop .fileuploader-input p {
    margin: 0;
    padding: 0;
    color: #5c5c5c;
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: 300
}

.fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging .fileuploader-input-inner > * {
    transform: translateY(18px);
    opacity: 0
}

.fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging .fileuploader-icon-main {
    transform: translateY(30px) scale(1.2);
    opacity: .6
}

.fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging .fileuploader-input-caption {
    transform: translateY(30px);
    opacity: .6
}

.fileuploader-action-download {
    background: #03a9f4;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    border-radius: 5px;
    height: 37px;
    line-height: 25px;
    text-align: center;
    box-shadow: 0 0 5px #03a9f473;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 15px;
    margin-right: 20px;
    outline: 0 !important;
    border: none !important;
    transition: background .3s
}

.fileuploader-action-download:hover {
    background: #30bfff
}

.disable_div {
    filter: grayscale(100%) !important;
    pointer-events: none !important;
    opacity: 45% !important;
}

.base-messages {
    padding: 0 15px;
}

/*.base-messages .message-item .link {
    position: absolute;
    left: 12px;
    bottom: 8px;
    display: inline-flex;
    width: 95px;
    height: 42px;
    border-radius: 0 0 0 20px;
    align-items: center;
    justify-content: flex-end;
    padding-left: 8px;
    padding-top: 10px;
    font-size: 25px;
    color: #fff;
    z-index: 1;
}*/

.base-messages .message-item .link {
    position: absolute;
    left: 12px;
    bottom: 8px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: flex-end;
    font-size: 25px;
    color: #fff;
    z-index: 1;
    background: #d9d8d8;
    padding: 6px;
    transition: background .3s ease-in-out;
}

.base-messages .message-item .link:hover {
    background: #bdbdbd;
}

.base-messages .message-item::after {
    position: absolute;
    content: '';
    left: 12px;
    background: #faaf35;
    bottom: 8px;
    z-index: 0;
    display: inline-flex;
    width: 95px;
    height: 42px;
    border-radius: 0 0 0 20px;
    align-items: center;
    justify-content: flex-end;
    padding-left: 8px;
    padding-top: 10px;
    font-size: 25px;
    color: #fff;
}

.base-messages .message-item {
    position: relative;
    margin-bottom: 10px;
}

.base-messages .message-item .message-content {
    padding: 5px 25px;
    background: #f1f1f1;
    border-radius: 0;
    z-index: 1;
    position: relative;
    box-shadow: 0 1px 2px 1px #0000001c;
}

.base-messages .message-item .bottom-content p {
    font-size: 13px;
    width: 90%;
    border-right: 2px solid #b7b7b7;
    border-radius: 10px 0 0 10px;
    font-weight: 300;
    color: #606060;
    background: #ffffff4f;
    padding: 10px;
}

.base-messages .message-item .bottom-content {
    margin-top: 15px;
}

.base-messages .message-item .bottom-content .time-area {
    font-size: 13px;
}

.base-messages .message-item .bottom-content .time-area span {
}

.base-messages .message-item .top-content .info {
    display: flex;
    align-items: center;
}

.base-messages .message-item .top-content .info h3 {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.base-messages .message-item .top-content .info img {
    width: 3rem;
    height: 3rem;
    border: 2px solid #dddddd;
    border-radius: 20px;
    object-fit: cover;
    background: white;
}

.base-messages .message-item .top-content .status-badge {
    font-size: 12px;
    font-weight: 500;
    color: #8f8f8f;
    background: #ffffff;
    padding: 4px 7px;
    border-radius: 10px;
    margin-top: 10px;
}

.base-messages .message-item .top-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .profile-section > #sidebar,
    .profile-section > .container {
        padding: 0 !important;
    }

    .profile-section {

    }
}

.list-message-content .grid-message p {
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
    white-space: pre-line;
}

.list-message-content .grid-message.reciver {
    margin-right: auto;
    background: #e9e9e9;
    padding: 15px 20px;
    border-radius: 25px 25px 25px 0;
}

.list-message-content .grid-message.sender * {
    color: #ffffff;
}

.list-message-content .grid-message.sender {
    background: linear-gradient(45deg, #db0f9b, #fb952c);
    padding: 15px 20px;
    border-radius: 25px 25px 0 25px;
    color: white;
}

.list-message-content .grid-message .time-area {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
}

.list-message-content .grid-message {
    width: fit-content;
    margin-bottom: 10px;
    max-width: 70%;
}

.list-message-content .row {
    margin: 0 !important;
}

.list-message-content::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
    background: #e8e8e8;
}

.list-message-content::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}

.list-message-content {
    height: calc(100% - 141px);
    overflow: auto;
    padding: 10px;
}

.formArea {
    border-top: 1px solid #dfdfdf;
    padding-top: 1rem;
}

.formArea .submitBtn i {
    transform: rotateZ(180deg);
    font-size: 19px;
}

.formArea .submitBtn {
    width: 130px;
    margin-right: auto;
    background: #da0f9b;
    height: fit-content;
    padding: 12px 0;
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.formArea .base-input #messageCounter {
    position: absolute;
    bottom: -9px;
    left: 10px;
    font-size: 12px;
    background: white;
    padding: 0 5px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.formArea .base-input textarea::placeholder {
    font-size: 14px;
}

.formArea .base-input textarea::-webkit-scrollbar-thumb {
    background: #b4b4b4;
    border-radius: 10px;
}

.formArea .base-input textarea::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
    background: #f1f1f1;

}

.formArea .base-input textarea {
    background: transparent !important;
    transition: all 0.3s ease-in-out;
    position: absolute;
    resize: none;
    inset: 0;
    padding: 10px;
    border: 0;
    font-size: 16px;
    min-height: 50px;
}

.formArea .base-input #base-message-text {
    overflow-wrap: anywhere;
    font-size: 16px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    color: transparent;
    padding: 10px;
    letter-spacing: 0.05px;
}

.formArea .base-input {
    width: calc(100% - 160px);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    min-height: 50px;
    /*background: #e5e5e5 !important;*/
    position: relative;
    max-height: 200px;
}

@media screen and (max-width: 576px) {
    .list-message-content .grid-message {
        max-width: 90%;
    }
}

.mainUserInfoArea {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.actionsProfile::before {
    content: '';
    width: 1px;
    background: #c3c3c3;
    height: 100%;
    position: absolute;
    right: 17px;
    top: -12px;
}

.actionsProfile {
    flex-direction: column;
    display: flex;
    margin: 0 30px 0 0;
    position: relative;
}

.actionsProfile .actionItem i {
    font-size: 18px;
    width: 35px;
    height: 35px;
    position: relative;
    background: #efefef;
    display: inline-grid;
    place-items: center;
    border-radius: 50px;
    margin-left: 5px;
}

.actionsProfile a.actionItem.sign-out-it i {
    background: white;
    height: 35px;
}

.actionsProfile a.actionItem.sign-out-it {
    /*margin-top: 10px;*/
}

.actionsProfile a.actionItem {
    font-size: 13px;
    font-weight: 300;
    color: #838383;
    margin: 6px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.actionsProfile .actionItem {

}

.base-top-profile::before {
    content: '';
    background: linear-gradient(45deg, #de20e7, #faaf35) !important;
    display: inline-block;
    width: 100%;
    height: 70px;
}

.base-top-profile .user-name {
}

.base-top-profile .profileImg {
    width: 70px;
    height: 70px;
    margin: -35px 15px 0 0;
    display: inline-block;
    float: right;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    border: 5px solid #ffffff;
}

.base-top-profile .profileImg img {
    object-fit: cover;
    background: #ffffff;
}

#v-pills-home {

}

.base-messages .message-item .top-content .showList span {
    vertical-align: middle;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    margin-left: -20px;
}


.base-messages .message-item .top-content .showList:hover span {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}


.base-messages .message-item .top-content .showList {
    margin-left: 3rem;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    color: #5a5a5a;
}

/*.formArea .base-input textarea:focus {*/
/*    border-color: #eb5b65 !important;*/
/*}*/

#v-pills-tabContent .mainUserInfoArea .base-backImage::after {
    content: '';
    background: linear-gradient(45deg, #de20e7, #faaf35) !important;
    display: inline-block;
    width: 100%;
    position: absolute;
    opacity: 80%;
    inset: 0;
}

#v-pills-tabContent .mainUserInfoArea .base-backImage img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#v-pills-tabContent .mainUserInfoArea {
}

#v-pills-tabContent .mainUserInfoArea .base-top-profile {
}

#v-pills-tabContent .mainUserInfoArea .base-top-profile .user-name p {
    text-align: center;
    font-size: 17px;
    margin-top: 15px;
}

#v-pills-tabContent .mainUserInfoArea .base-top-profile::before {
    content: none;
}

#v-pills-tabContent .mainUserInfoArea .base-top-profile .profileImg {
    float: unset;
    margin: -5rem auto 0;
    display: block;
    width: 9rem;
    height: 9rem;
    border-radius: 3rem;
}

.tab-content#v-pills-tabContent .custom-list {
    padding: 0;
    margin: 0 15px !important;
}

#v-pills-tabContent .mainUserInfoArea .base-backImage {
    position: relative;
    height: 10rem;
}

.box-alarm-item.purple {
}

.box-alarm-item.purple::before {
    content: ''
}

.box-alarm-item.red span.bx {
    color: #ed3c3c;
    background: #ff000030;
}

.box-alarm-item.purple span.bx {
    background: #e47cae36;
    color: #b831b1;
}

.box-alarm-item.blue span.bx {
    background: #00bee91f;
    color: #00bee9;
}

.box-alarm-item.green span.bx {
    background: #00f10a24;
    color: #00c708;
}

.box-alarm-item.yellow::before {
    content: ''
}

.box-alarm-item span.bx {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    font-size: 25px;
    border-radius: 10px;
}

.box-alarm-item.yellow span.bx {
    background: #f7a64e40;
    color: #f9a94b;
}

.box-alarm-item.purple span.bx {
    background: #df3dd026;
    color: #df37d9;
}

.box-alarm-item h4 {
    font-size: 15px;
    margin: 15px 0 5px;
    font-weight: 300;
    color: #838383;
}

.box-alarm-item .counter {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 25px;
    color: #8d8d8d;
}

.box-alarm-item {
    position: relative;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 6px #0000002b;
    margin: 0 0 8px;
}

.event_box > .row > div {
    padding: 0 5px;
}

.base-message-box {
    padding: 10px;
}

.base-message-box .base-messages::-webkit-scrollbar {
    width: 1px;
}

.base-message-box .base-messages {
    height: 269px;
    overflow: auto;
    padding: 10px 10px 0 5px;
}

.base-message-box .base-messages ul {
    list-style: none
}

.base-message-box .base-messages ul li {
    transition: all 0.15s ease-in;
}

.base-message-box .base-messages ul li:hover {
    transform: translateY(-2px) scale(1.02);
}

.base-message-box .base-messages ul a::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 5px;
    background: #ed7887;
    right: 0;
}

.base-message-box .base-messages ul li.read a .message-item::before {

}

.base-message-box .base-messages ul li.read a::before {
    background: #cfcfcf !important;
}

.base-message-box .base-messages ul a .message-item::after {
    content: none;
}

.base-message-box .base-messages ul a .message-item::before {
    content: "\ea56";
    font-family: boxicons !important;
    position: absolute;
    right: 9px;
    top: 7px;
    font-size: 20px;
    color: #c1c1c1;
}

.base-message-box .base-messages ul a .message-item {
    border: 1px solid #dbdbdb;
    padding: 11px 40px 11px 10px;
    margin: 5px 0;
    display: flex;
    align-items: center;
}


.base-message-box .base-messages ul li:last-child a .message-item {

}

.base-message-box .base-messages ul a .message-item img {
    width: 35px;
    height: 35px;
    border: 2px solid #bfbfbf;
    border-radius: 50px;
}

.base-message-box .base-messages ul a {
    position: relative;
}

.base-message-box .base-messages ul a .message-item i {
    margin-right: auto;
    font-size: 12px;
    font-weight: 500;
    color: #959595;
    font-style: italic;
    word-spacing: -1px;
}

.base-message-box .base-messages ul a .message-item span {
    font-size: 15px;
    font-weight: 500;
    color: #5c5c5c;
}

.base-message-box .head-box {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    align-items: center;
    border-radius: 5px;
}

.base-message-box .head-box a {

}

.base-message-box .head-box a.seeAll i {
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    top: 5px;
}

.base-message-box .head-box a.seeAll {
    font-size: 13px;
    font-weight: 300;
    background: white;
    color: #747474;
    border-radius: 5px;
    padding: 7px 6px 6px 20px;
    position: relative;
}

.base-message-box .head-box h4 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .event_box {
        margin-top: 1rem;
    }

    .base-messages {
        padding: 0 15px;
    }

    .base-messages .message-item .message-content {
        background: linear-gradient(215deg, #f1f1f1 90%, #ffffff00 90%);
    }

    .base-messages .message-item::after {
        content: none;
    }

    .base-messages .message-item .link {
        width: 70px;
        height: 40px;
        border-radius: 0 50px 0 20px;
        padding-left: 15px;
        padding-top: 0;
        background: #faaf35;
        left: 0;
        bottom: 0;
    }

    .base-messages .message-item .message-content {
        background: #f1f1f1;
    }

    .base-messages .message-item .message-content {
        border-radius: 0;
    }

    .base-messages .message-item .bottom-content .time-area {
        font-size: 12px;
        font-weight: 300;
        color: dimgrey;
    }

    .sticky-message {
        top: 55px !important;
    }
}

.select2-results__option {
    direction: rtl !important;
}

.profile-section .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.profile-section .form-group .text-danger {
    font-weight: 300;
    font-size: 12px;
    color: #cd3481 !important;
    margin-top: 2px;
    display: inline-block;
    text-shadow: 0 0 1px #ff0099;
}

.profile-section .select2-container .select2-selection--single {
    height: 45px;
    display: flex;
    align-items: center;
    direction: rtl;
}

select#subcategoryParent option {
    all: unset;
    height: 35px;
    background: #e3e3e3;
    margin: 5px;
    padding: 10px 15px;
    display: inline-grid;
    place-items: center;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

select#subcategoryParent {
    overflow: auto;
}

select#subcategoryParent option:first-child {
    display: block;
    background: transparent;
}

select#subcategoryParent option:checked,
select#subcategoryParent option:focus {
    background: #eb7d65;
    color: #ffffff;
}


.provider-page-uploader .fileuploader-items .fileuploader-item .column-title div {
    font-size: 13px;
    font-weight: 300;
}

.provider-page-uploader .fileuploader-items .fileuploader-item .column-thumbnail {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.provider-page-uploader .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove {
    margin-right: 5px;
}

.provider-page-uploader .fileuploader-items .fileuploader-item .fileuploader-action {
    transform: none;
    top: unset !important;
    width: 30px;
    height: 30px;
}

.provider-page-uploader .fileuploader-items .fileuploader-item .columns {
    align-items: center;
}

.provider-page-uploader .fileuploader-items .fileuploader-item:last-child {
    margin-bottom: 5px !important;
}

.provider-page-uploader .fileuploader-items .fileuploader-item .column-actions {
    margin: 0 5px 0 0;
}

.provider-page-uploader .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-sort {
    position: absolute;
    right: -35px;
    z-index: 1;
}

.provider-page-uploader .fileuploader-items .fileuploader-item {
    position: relative;
    padding: 20px 40px 20px 0;
    border-bottom: 1px solid #ebeef1;
    animation-duration: .6s;
    width: 100%;
    margin: 5px;
}

.provider-page-uploader .fileuploader-items .fileuploader-items-list {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}

.provider-page-uploader .fileuploader-input .fileuploader-input-caption {
    color: #de36d9;
    letter-spacing: 0.2px;
    box-shadow: 0 4px 18px rgb(0 0 0 / 1%);
    font-weight: 500;
    font-size: 14px;
    margin: 0 !important;
}

.provider-page-uploader .fileuploader-input .fileuploader-input-button {
    background: linear-gradient(45deg, #de20e7, #faaf35) !important;
    padding: 0;
    width: 120px;
    height: 45px;
    margin-right: 10px;
    font-weight: 500;
}

.custom-head {
    font-size: 17px;
    border-right: 3px solid #ea6b97;
    padding-right: 10px;
}


.base-form-supplier {

}

.base-form-supplier .custom-textarea-repeater {

}


.base-form-supplier .custom-text-input > label,
.base-form-supplier .custom-group-checbox > label,
.base-form-supplier .custom-radio > label,
.base-form-supplier .file-input-custom > label,
.base-form-supplier .custom-group-select-list > label,
.base-form-supplier .custom-textarea-repeater > label,
.base-form-supplier .custom-checkbox > label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}


.base-form-supplier .custom-radio .form-check,
.base-form-supplier .custom-group-checbox .list-checkboxes {
    padding: 1rem 0;
    flex-wrap: wrap;
}

.base-form-supplier .custom-text-input,
.base-form-supplier .custom-group-checbox,
.base-form-supplier .custom-radio,
.base-form-supplier .file-input-custom,
.base-form-supplier .custom-group-select-list,
.base-form-supplier .custom-textarea-repeater,
.base-form-supplier .custom-checkbox {
    border: 1px solid #e3e3e3;
    padding: 1rem 10px;
    border-radius: 10px;
    border-right: 5px solid #d1d1d1;
    margin: 10px 0;
}

.base-form-supplier .custom-radio .form-check .base-radio-item,
.base-form-supplier .custom-checkbox > .form-check,
.base-form-supplier .custom-group-checbox .list-checkboxes > .form-check {
    padding-left: 7px;
    width: fit-content;
    padding-bottom: 7px;
}

.base-form-supplier .custom-radio .form-check .base-radio-item input,
.base-form-supplier .custom-checkbox .form-check input,
.base-form-supplier .custom-group-checbox .list-checkboxes > .form-check input {
    display: none;
}


.base-form-supplier .custom-radio .form-check .base-radio-item label,
.base-form-supplier .custom-checkbox .form-check label,
.base-form-supplier .custom-group-checbox .list-checkboxes > .form-check label {
    position: relative;
    display: flex;
    align-items: center;
    background: #ebebeb;
    padding: 4px 10px;
    cursor: pointer;
    border-radius: 50px;
    border: 2px solid transparent;
    color: #545454;
    font-weight: 500;
    white-space: nowrap;
}

.base-form-supplier .custom-checkbox .form-check label::after,
.base-form-supplier .custom-group-checbox .list-checkboxes > .form-check label::after {
    content: "\e9f0";
    font-family: boxicons !important;
    position: absolute;
    right: 10px;
    transform: scale(2);
    font-size: 20px;
    top: 3px;
    opacity: 0;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
}

.base-form-supplier .custom-checkbox .form-check input:checked + label::after,
.base-form-supplier .custom-group-checbox .list-checkboxes > .form-check input:checked + label::after {
    transform: scale(1);
    opacity: 1;
}

.base-form-supplier .custom-radio .form-check .base-radio-item label::before {
    content: '';
    display: inline-block;
    background: #ffffff;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    border: 2px solid #adadad;
    transition: all 0.2s ease-in-out;
    margin-left: 5px;
}

.base-form-supplier .custom-checkbox .form-check label::before,
.base-form-supplier .custom-group-checbox .list-checkboxes > .form-check label::before {
    content: '';
    display: inline-block;
    background: #ffffff;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 2px solid #adadad;
    transition: all 0.2s ease-in-out;
    margin-left: 5px;
}

.base-form-supplier .custom-checkbox .form-check input:checked + label,
.base-form-supplier .custom-group-checbox .list-checkboxes > .form-check input:checked + label,
.base-form-supplier .custom-radio .form-check .base-radio-item input:checked + label {
    color: #c800d3;
    background: #e000ec1f;
}

.base-form-supplier .custom-checkbox .form-check input:checked + label::before,
.base-form-supplier .custom-group-checbox .list-checkboxes > .form-check input:checked + label::before {
    background: #e000ec;
    border-color: #e000ec;
}

.base-form-supplier .fileuploader {
    border: 2px solid #0000000d;
}

.base-form-supplier .custom-radio .form-check .base-radio-item input:checked + label::before {
    border: 5px solid #e000ec;
}


.
select.customMultiSelect option {
    all: unset;
    height: 35px;
    background: #e3e3e3;
    margin: 5px;
    padding: 10px 15px;
    display: inline-grid;
    place-items: center;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

select.customMultiSelect {
    overflow: auto;
}

select.customMultiSelect option {
    background: #e9e9e9;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
    margin: 5px;
    border-radius: 10px;
}


select.customMultiSelect option:checked,
select.customMultiSelect option:focus {
    background: #eb7d65;
    color: #ffffff;
}

.vendor-message-modal .modal-header .modal-title {
    font-size: 15px;
    margin-bottom: 0;
}

.vendor-message-modal .modal-header {
    display: flex;
    align-items: center;
}

.vendor-message-modal .base-input textarea {
    height: 180px;
    background: #e9e9e9 !important;
    border: 0;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    resize: unset;
}

.vendor-message-modal .close {
    padding: 0;
    float: unset;
    margin: 0;
    width: 35px;
    height: 35px;
    background: #c7c7c7;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 25px;
}

.btn-signin.text:hover {
    background: #de20e729;
}

.btn-signin.text {
    background: transparent;
    color: #ce08d7 !important;
}

.messanger-area form .formArea {
    border: 1px solid #dfdfdf;
    margin: 0;
    height: 100%;
    background: #ffffff;
    padding: 0 10px;
}

.messanger-area form {
    /*height: 65px;*/
}


.base-detail-messages.base-messages::before {
    content: '';
    background-image: url(../images/testimonials_bg.png);
    position: absolute;
    inset: 0;
    filter: invert(1);
    background-size: contain;
    opacity: 50%;
}

.base-detail-messages.base-messages {
    position: relative;
}

.message-item.sticky-message .message-content {
    height: 70px;
}


.message-item.sticky-message .message-content .action-content a:first-child span {
    font-size: 14px;
    height: 35px;
    background: #ed9300;
    display: grid;
    font-weight: 300;
    place-items: center;
    border-radius: 10px;
    margin-left: 10px;
    color: white;
}

.message-item.sticky-message .message-content .action-content a:last-child span {
    font-size: 25px;
    width: 35px;
    height: 35px;
    background: white;
    display: grid;
    place-items: center;
    border-radius: 50px;
}

.message-item.sticky-message .message-content .action-content {
    display: flex;
    align-items: center;
    margin-right: auto;
}

@media screen and (max-width: 991px) {
    .messanger-area .message-item {
        top: 0 !important;
        margin-bottom: 0 !important;
    }

    .base-detail-messages.base-messages {
        position: fixed;
        inset: 0;
        z-index: 999;
        background: white;
        height: 100% !important;
    }

    .formArea .submitBtn span {
        display: none !important;
    }

    .formArea .submitBtn {
        height: 50px;
        width: 50px;
        border-radius: 50px;
    }

    .formArea .base-input {
        width: calc(100% - 60px);
    }

    .messanger-area form .formArea {
        width: 96%;
        left: 2%;
        right: 2%;
        padding: 5px;
        border-radius: 30px;
    }
}

.entry-content-channel * {
    line-height: 35px;
    margin: 2rem 0;
    text-align: justify;
    font-weight: 400;
}

@keyframes changeColor {
    from {
        background: #e000ec;
    }
    to {
        /*background: #fbb11a;*/
        background: #ffffff;
    }
}

.testSidebarInfo {
}

.testSidebarInfo p.label::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    animation: changeColor ease-in-out infinite alternate .5s;
    border-radius: 15px;
    margin-left: 5px;
}

.testSidebarInfo p.questItem i {
    background: #faaf35;
    padding: 2px;
    font-size: 16px;
    border-radius: 10px;
    color: white;
}

.testSidebarInfo p.questItem {
    font-size: 13px;
    margin-top: 1rem;
    font-weight: 300;
    color: #6c6c6c;
}

.testSidebarInfo p.label {
    font-size: 14px;
    display: flex;
    color: #8e8e8e;
    align-items: center;
    font-weight: 400;
}

.testSidebarInfo .user-name h2 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

.hasHaloBg::before {
    transform: rotateZ(3deg);
}

.hasHaloBg::after {
    transform: rotateZ(6deg);
}

.hasHaloBg::before,
.hasHaloBg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #00000012;
    border-radius: 5px;
}

.hasHaloBg img {
    position: relative;
    z-index: 1;
}

.hasHaloBg {
    position: relative;
    height: 160px;
    transform: rotateZ(-3deg);
}


.mobileTestSidebarInfo .num-q::-webkit-scrollbar {
    display: none;
}

.mobileTestSidebarInfo .num-q {
    overflow: auto;
    justify-content: unset !important;
    padding: 5px 0 8px !important;
}

.mobileTestSidebarInfo .hasHaloBg {
    height: 60px;
    width: 90px;
}

.mobileTestSidebarInfo .user-name {
    width: calc(100% - 90px);
    padding: 0 10px 0 5px;
    border: none;
}

.mobileTestSidebarInfo > .row {
    padding: 10px 5px;
    margin: 0;
    align-items: center;
}

.mobileTestSidebarInfo.testSidebarInfo .user-name h2 {
    font-size: 13px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 0;
}

.mobileTestSidebarInfo > i::before {
    border-radius: 50%;
    background: #de20e7;
}

.mobileTestSidebarInfo > i {
    transition: all 0.2s ease-in-out;
    background: #ffffff;
    position: absolute;
    left: 30px;
    width: 33px;
    height: 33px;
    top: -15px;
    display: grid;
    color: #ffffff;
    place-items: center;
    padding: 0;
    border-radius: 50px;
    font-size: 25px;
}

.mobileTestSidebarInfo {
    position: fixed;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    padding: 10px 0 0 0;
    margin: 0;
    border-radius: 10px 10px 0 0;
    border-top: 2px solid #d2d2d2a6;
}

.spinnerReverse {
    transform: rotateZ(180deg);
}


.hasArrow img {
    position: absolute;
    left: 45%;
    width: 40px !important;
    transform: rotateX(0deg) rotateZ(80deg);
    top: -100%;
    opacity: 75%;
}

.hasArrow {
    position: relative;
}

.app-downloading-content .highlight::before,
.app-downloading-content .highlight::after {
    content: '';
}

.app-downloading-content .highlight::before {
    position: absolute;
    border-radius: 50px;
    width: 105%;
    height: 120%;
    left: -2.5%;
    top: -10%;
    border: 5px solid #faaf35;
    filter: blur(20px);
}

/*.app-downloading-content .highlight::after {*/
/*    position: absolute;*/
/*    background: #ffffff21;*/
/*    border-radius: 50px;*/
/*    width: 110%;*/
/*    height: 140%;*/
/*    left: -5%;*/
/*    top: -20%;*/
/*}*/

@keyframes toggleShadow {
    from {
        text-shadow: 0 0 0 #faaf35;
    }
    to {
        text-shadow: 0 0 25px #faaf35;
    }
}

@keyframes toggleScale {
    from {
        transform: scale(1.05) rotateZ(5deg);
    }
    to {
        transform: scale(0.95) rotateZ(5deg)
    }
}

.app-downloading-content h1 {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    animation: toggleShadow infinite alternate 0.5s;
}

.app-downloading-content .description {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}

.app-downloading-content h2 {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}

.app-downloading-content .highlight {
    width: fit-content;
    margin: auto;
    color: #ffffff;
    font-weight: 500;
    transform: rotateZ(5deg);
    padding: 5px 20px;
    border-radius: 50px;
    position: relative;
    animation: toggleScale alternate infinite 1s cubic-bezier(0, 3, 1, 0);
}

.loginHeadWrapper {
    border: 1px solid white !important;
    box-shadow: none !important;
    background: transparent !important;
}

.loginHeadWrapper:hover {
    border-color: #e000ec !important;
    background: #e000ec !important;
}

.alarmUpload .description a {
    background: #f9def9;
    padding: 2px 5px;
    border-radius: 6px;
    color: #c800cf;
}

@keyframes changeColorText {
    from {
        color: #ffffff;
    }
    to {
        color: #dc2fe2;
    }
}

@keyframes changeTransText {
    from {
        /*transform: scale(0.8);*/
        /*opacity: 0;*/
        transform: rotateZ(20deg);
    }
    to {
        /*transform: scale(1.1);*/
        /*opacity: 1;*/
        transform: rotateZ(-20deg);
    }
}

.alarmUpload .description h4::before {
    content: "\e9ce";
    font-family: boxicons !important;
    color: #ffffff;
    width: 30px;
    position: absolute;
    border: 2px solid #dc2fe2;
    height: 30px;
    background: #dc2fe2;
    top: -5px;
    display: inline-grid;
    place-items: center;
    border-radius: 50px;
    font-size: 21px;
    right: 0;
    animation: changeTransText 0.5s alternate infinite;
}

.alarmUpload .description h4 {
    font-size: 20px;
    padding-right: 35px;
    position: relative;
}

.alarmUpload .description {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
    color: #686868;
}

.alarmUpload {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 10px;
    border-right: 5px solid #de20e7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 370px) {
    .landBtns.app-btn > a.btn:first-child,
    .landBtns.app-btn > a.btn {
        padding: 0 5px !important;
        height: fit-content !important;
        line-height: 3 !important;
        min-height: fit-content !important;
    }
}

.__uv_sec.vendor-section .vendor-widget .address {
    margin: 5px 0;
    font-size: 12px;
    line-height: 24px;
    position: relative;
    font-weight: 300;
    display: flex;
    align-items: baseline;
    max-height: 25px;
    color: #787878;
}

.__uv_sec.vendor-section .vendor-widget h2 {
    margin-top: 5px;
}

.__uv_sec.vendor-section .vendor-widget .tag {
    max-height: unset !important;
}

.__uv_sec.vendor-section .vendor-widget .tag a {
    color: #de20e7;
    background: #de20e71a;
    padding: 1px 5px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
}

.__uv_sec.vendor-section .vendor-widget {
    padding: 0;
}

.__uv_sec.vendor-section .vendor-widget .vendor-widget__body {
    padding-right: 1rem;
}

.__uv_sec.vendor-section .vendor-widget .cat-image::before {
    content: '';
    background-image: url(/front/images/multi-cloud.svg);
    position: absolute;
    left: -90%;
    top: 0;
    bottom: 0;
    width: 200%;
    transform: rotateZ(-90deg);
    height: 30px;
}

.__uv_sec.vendor-section .vendor-widget .cat-image {
    position: relative;
}

.vendor-widget:hover .cat-image {
    transition-duration: .3s;
    /*width: 140px;*/
    /*height: 140px*/
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#video_holder .card-sd a {
    overflow: hidden;
    border-radius: 10px;
    line-height: 30px;
}

#video_holder .card-sd {
    padding: 10px;
}


.baseVideos .list-title::before {
    content: "\ecd4";
    font-family: boxicons !important;
    line-height: 0;
    vertical-align: middle;
    font-size: 18px;
    color: #fe9727;
}

.baseVideos .list-header::after {
    content: '';
    position: absolute;
    bottom: 18px;
    background: linear-gradient(90deg, transparent, #0000001c, transparent);
    width: 100%;
    height: 2px;
    border-radius: 50px;
    right: 0;
}

.baseVideos .list-header .list-header-title {
    position: relative;
    z-index: 1;
}

.baseVideos .list-header > a {
    position: relative;
    z-index: 1;
    padding-right: 1rem;
    background: #f9f9f9;
}

.baseVideos .list-header {
    position: relative;
}

.baseVideos .list-title {
    background: #f9f9f9;
    padding-left: 1rem;
    position: relative;
}

.baseVideos .list-title a {
    font-size: 17px;
    color: #404040;
    letter-spacing: .2px;
    font-weight: 400;
}

.viewCard i {
    font-size: 17px;
    color: #8f8f8f;
    margin-left: 3px;
}

.viewCard {
    position: absolute;
    left: 15px;
    bottom: 5px;
    font-size: 11px !important;
    color: #797979;
    font-weight: 300 !important;
    background: #ffffff;
    padding: 1px 4px;
    border-radius: 8px;
}

@media screen and (max-width: 576px) {
    .px-m-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.ads-contact {
    background: white;
    padding: 14px;
    align-items: center;
    border: 1px solid #dddddd;
    border-right: 5px solid #de019e;

    border-radius: 5px;
    margin: 1rem 0;
    width: 100%;
}

.ads-contact .phone {
    font-size: 17px;
    font-weight: 500;
    color: #3e3c3a;
    margin-right: auto;
}

.ads-contact h3 {
    margin: 0 !important;
    font-size: 14px;
    font-weight: 500;
    word-spacing: -1px;
}

.ads-contact i {
    font-size: 25px;
    width: 45px;
    height: 45px;
    background: #de019e21;
    color: #de019e;
    display: grid;
    place-items: center;
    border-radius: 15px;
    margin-left: 10px;
}

.websiteIcon {
    background: #00c9ff4d !important;
    color: #00a5d2 !important;
    position: relative;
}
