body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid rgba(99, 99, 99, 0.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1)
}

.fancybox-thumbs>ul>li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs>ul>li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #047bf8;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e65252;
    --orange: #f95e24;
    --yellow: #fbe4a0;
    --green: #24b314;
    --teal: #20c997;
    --cyan: #5bc0de;
    --white: #fff;
    --gray: #636c72;
    --gray-dark: #343a40;
    --primary: #047bf8;
    --secondary: #292b2c;
    --success: #24b314;
    --info: #5bc0de;
    --warning: #fbe4a0;
    --orange: #f95e24;
    --danger: #e65252;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1250px;
    --breakpoint-xxl: 1450px;
    --breakpoint-xxxl: 1550px;
    --breakpoint-xxxxl: 1650px;
    --font-family-sans-serif: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

@-ms-viewport {
    width: device-width
}

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

body {
    margin: 0;
    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3E4B5B;
    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[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

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

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

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

dt {
    font-weight: 500
}

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

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

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: #047bf8;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0356ad;
    text-decoration: underline
}

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

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

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

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

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

figure {
    margin: 0 0 1rem
}

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

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #636c72;
    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
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -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-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #334152
}

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.125rem;
    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, 0.1)
}

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

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

.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.125rem
}

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

.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: 4px;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

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

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

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: #292b2c;
    border-radius: 4px
}

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

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

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

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

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    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: 1250px) {
    .container {
        max-width: 1190px
    }
}

@media (min-width: 1450px) {
    .container {
        max-width: 1380px
    }
}

@media (min-width: 1550px) {
    .container {
        max-width: 1580px
    }
}

@media (min-width: 1650px) {
    .container {
        max-width: 1680px
    }
}

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

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

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

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

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

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1250px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1450px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1550px) {
    .col-xxxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xxxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xxxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xxxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-xxxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-xxxl-first {
        order: -1
    }

    .order-xxxl-last {
        order: 13
    }

    .order-xxxl-0 {
        order: 0
    }

    .order-xxxl-1 {
        order: 1
    }

    .order-xxxl-2 {
        order: 2
    }

    .order-xxxl-3 {
        order: 3
    }

    .order-xxxl-4 {
        order: 4
    }

    .order-xxxl-5 {
        order: 5
    }

    .order-xxxl-6 {
        order: 6
    }

    .order-xxxl-7 {
        order: 7
    }

    .order-xxxl-8 {
        order: 8
    }

    .order-xxxl-9 {
        order: 9
    }

    .order-xxxl-10 {
        order: 10
    }

    .order-xxxl-11 {
        order: 11
    }

    .order-xxxl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1650px) {
    .col-xxxxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxxxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xxxxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxxxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xxxxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxxxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xxxxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxxxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-xxxxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxxxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-xxxxl-first {
        order: -1
    }

    .order-xxxxl-last {
        order: 13
    }

    .order-xxxxl-0 {
        order: 0
    }

    .order-xxxxl-1 {
        order: 1
    }

    .order-xxxxl-2 {
        order: 2
    }

    .order-xxxxl-3 {
        order: 3
    }

    .order-xxxxl-4 {
        order: 4
    }

    .order-xxxxl-5 {
        order: 5
    }

    .order-xxxxl-6 {
        order: 6
    }

    .order-xxxxl-7 {
        order: 7
    }

    .order-xxxxl-8 {
        order: 8
    }

    .order-xxxxl-9 {
        order: 9
    }

    .order-xxxxl-10 {
        order: 10
    }

    .order-xxxxl-11 {
        order: 11
    }

    .order-xxxxl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid rgba(83, 101, 140, 0.33)
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(83, 101, 140, 0.33)
}

.table tbody+tbody {
    border-top: 2px solid rgba(83, 101, 140, 0.33)
}

.table .table {
    background-color: #fff
}

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

.table-bordered {
    border: 1px solid rgba(83, 101, 140, 0.33)
}

.table-bordered th,
.table-bordered td {
    border: 1px solid rgba(83, 101, 140, 0.33)
}

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

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(94, 130, 152, 0.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(18, 95, 142, 0.075)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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>th,
.table-dark>td {
    background-color: #c6c8ca
}

.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>th,
.table-active>td {
    background-color: rgba(18, 95, 142, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(15, 80, 119, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(15, 80, 119, 0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #292b2c;
    border-color: #3b3e40
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: rgba(83, 101, 140, 0.33)
}

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

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

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

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

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

@media (max-width: 1249.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

@media (max-width: 1449.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

@media (max-width: 1549.98px) {
    .table-responsive-xxxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

@media (max-width: 1649.98px) {
    .table-responsive-xxxxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

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

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

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #dde2ec;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #047bf8;
    outline: 0;
    box-shadow: none
}

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

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

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

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

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

select.form-control:not([size]):not([multiple]) {
    height: calc(2.1rem + 4px)
}

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 + 2px);
    padding-bottom: calc(.375rem + 2px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 2px 0
}

.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.all-wrapper .input-group-sm>.input-group-prepend>.form-control-plaintext.fc-button,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.all-wrapper .input-group-sm>.input-group-append>.form-control-plaintext.fc-button,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.all-wrapper .input-group-lg>.input-group-prepend>.form-control-plaintext.fc-button,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.all-wrapper .input-group-lg>.input-group-append>.form-control-plaintext.fc-button {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.all-wrapper .input-group-sm>.input-group-prepend>.fc-button,
.input-group-sm>.input-group-append>.btn,
.all-wrapper .input-group-sm>.input-group-append>.fc-button {
    padding: .25rem .5rem;
    font-size: .8rem;
    line-height: 1.5;
    border-radius: 4px
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.all-wrapper .input-group-sm>.input-group-prepend>select.fc-button:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.all-wrapper .input-group-sm>.input-group-append>select.fc-button:not([size]):not([multiple]) {
    height: calc(1.7rem + 4px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.all-wrapper .input-group-lg>.input-group-prepend>.fc-button,
.input-group-lg>.input-group-append>.btn,
.all-wrapper .input-group-lg>.input-group-append>.fc-button {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 6px
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.all-wrapper .input-group-lg>.input-group-prepend>select.fc-button:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.all-wrapper .input-group-lg>.input-group-append>select.fc-button:not([size]):not([multiple]) {
    height: calc(2.875rem + 4px)
}

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

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

.form-row {
    display: flex;
    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: #636c72
}

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

.form-check-inline {
    display: inline-flex;
    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: #24b314
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(36, 179, 20, 0.8);
    border-radius: .2rem
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #24b314
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #24b314;
    box-shadow: 0 0 0 .2rem rgba(36, 179, 20, 0.25)
}

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

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

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

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

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    background-color: #69ed5a
}

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

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    background-color: #2de119
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(36, 179, 20, 0.25)
}

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

.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
    border-color: inherit
}

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

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(36, 179, 20, 0.25)
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(230, 82, 82, 0.8);
    border-radius: .2rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #e65252
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #e65252;
    box-shadow: 0 0 0 .2rem rgba(230, 82, 82, 0.25)
}

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(230, 82, 82, 0.25)
}

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

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

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

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(230, 82, 82, 0.25)
}

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

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

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

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        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 .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

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

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

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

.btn,
.all-wrapper .fc-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.5;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.btn:hover,
.all-wrapper .fc-button:hover,
.btn:focus,
.all-wrapper .fc-button:focus {
    text-decoration: none
}

.btn:focus,
.all-wrapper .fc-button:focus,
.btn.focus,
.all-wrapper .focus.fc-button {
    outline: 0;
    box-shadow: none
}

.btn.disabled,
.all-wrapper .disabled.fc-button,
.btn:disabled,
.all-wrapper .fc-button:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled),
.all-wrapper .fc-button:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled):active,
.all-wrapper .fc-button:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.all-wrapper .fc-button:not(:disabled):not(.disabled).active {
    background-image: none
}

a.btn.disabled,
.all-wrapper a.disabled.fc-button,
fieldset:disabled a.btn,
fieldset:disabled .all-wrapper a.fc-button,
.all-wrapper fieldset:disabled a.fc-button {
    pointer-events: none
}

.btn-primary,
.all-wrapper .fc-button.fc-state-active {
    color: #fff;
    background-color: #047bf8;
    border-color: #047bf8
}

.btn-primary:hover,
.all-wrapper .fc-button.fc-state-active:hover {
    color: #fff;
    background-color: #0368d2;
    border-color: #0362c6
}

.btn-primary:focus,
.all-wrapper .fc-button.fc-state-active:focus,
.btn-primary.focus,
.all-wrapper .focus.fc-button.fc-state-active {
    box-shadow: 0 0 0 .2rem rgba(4, 123, 248, 0.5)
}

.btn-primary.disabled,
.all-wrapper .disabled.fc-button.fc-state-active,
.btn-primary:disabled,
.all-wrapper .fc-button.fc-state-active:disabled {
    color: #fff;
    background-color: #047bf8;
    border-color: #047bf8
}

.btn-primary:not(:disabled):not(.disabled):active,
.all-wrapper .fc-button.fc-state-active:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.all-wrapper .fc-button.fc-state-active:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.all-wrapper .show>.dropdown-toggle.fc-button.fc-state-active {
    color: #fff;
    background-color: #0362c6;
    border-color: #035cb9
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.all-wrapper .fc-button.fc-state-active:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.all-wrapper .fc-button.fc-state-active:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.all-wrapper .show>.dropdown-toggle.fc-button.fc-state-active:focus {
    box-shadow: 0 0 0 .2rem rgba(4, 123, 248, 0.5)
}

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

.btn-secondary:hover {
    color: #fff;
    background-color: #171818;
    border-color: #101112
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(41, 43, 44, 0.5)
}

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

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

.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(41, 43, 44, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #24b314;
    border-color: #24b314
}

.btn-success:hover {
    color: #fff;
    background-color: #1d9110;
    border-color: #1b850f
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 .2rem rgba(36, 179, 20, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #24b314;
    border-color: #24b314
}

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

.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(36, 179, 20, 0.5)
}

.btn-info {
    color: #292b2c;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:hover {
    color: #fff;
    background-color: #3bb4d8;
    border-color: #31b0d5
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 .2rem rgba(91, 192, 222, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #292b2c;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aaacf
}

.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(91, 192, 222, 0.5)
}

.btn-warning {
    color: #292b2c;
    background-color: #fbe4a0;
    border-color: #fbe4a0
}

.btn-warning:hover {
    color: #292b2c;
    background-color: #f9da7b;
    border-color: #f9d66f
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(251, 228, 160, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #292b2c;
    background-color: #fbe4a0;
    border-color: #fbe4a0
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #292b2c;
    background-color: #f9d66f;
    border-color: #f8d363
}

.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(251, 228, 160, 0.5)
}

.btn-orange {
    color: #fff;
    background-color: #f95e24;
    border-color: #f95e24
}

.btn-orange:hover {
    color: #fff;
    background-color: #f04607;
    border-color: #e44306
}

.btn-orange:focus,
.btn-orange.focus {
    box-shadow: 0 0 0 .2rem rgba(249, 94, 36, 0.5)
}

.btn-orange.disabled,
.btn-orange:disabled {
    color: #fff;
    background-color: #f95e24;
    border-color: #f95e24
}

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

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(249, 94, 36, 0.5)
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #e13131;
    border-color: #e02525
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(230, 82, 82, 0.5)
}

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

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

.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(230, 82, 82, 0.5)
}

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

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

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

.btn-light.disabled,
.btn-light:disabled {
    color: #292b2c;
    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: #292b2c;
    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(248, 249, 250, 0.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(52, 58, 64, 0.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(52, 58, 64, 0.5)
}

.btn-outline-primary {
    color: #047bf8;
    background-color: transparent;
    background-image: none;
    border-color: #047bf8
}

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

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(4, 123, 248, 0.5)
}

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

.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(4, 123, 248, 0.5)
}

.btn-outline-secondary {
    color: #292b2c;
    background-color: transparent;
    background-image: none;
    border-color: #292b2c
}

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

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(41, 43, 44, 0.5)
}

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

.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(41, 43, 44, 0.5)
}

.btn-outline-success {
    color: #24b314;
    background-color: transparent;
    background-image: none;
    border-color: #24b314
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #24b314;
    border-color: #24b314
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(36, 179, 20, 0.5)
}

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

.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(36, 179, 20, 0.5)
}

.btn-outline-info {
    color: #5bc0de;
    background-color: transparent;
    background-image: none;
    border-color: #5bc0de
}

.btn-outline-info:hover {
    color: #292b2c;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(91, 192, 222, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #5bc0de;
    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: #292b2c;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.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(91, 192, 222, 0.5)
}

.btn-outline-warning {
    color: #fbe4a0;
    background-color: transparent;
    background-image: none;
    border-color: #fbe4a0
}

.btn-outline-warning:hover {
    color: #292b2c;
    background-color: #fbe4a0;
    border-color: #fbe4a0
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(251, 228, 160, 0.5)
}

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

.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(251, 228, 160, 0.5)
}

.btn-outline-orange {
    color: #f95e24;
    background-color: transparent;
    background-image: none;
    border-color: #f95e24
}

.btn-outline-orange:hover {
    color: #fff;
    background-color: #f95e24;
    border-color: #f95e24
}

.btn-outline-orange:focus,
.btn-outline-orange.focus {
    box-shadow: 0 0 0 .2rem rgba(249, 94, 36, 0.5)
}

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

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

.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(249, 94, 36, 0.5)
}

.btn-outline-danger {
    color: #e65252;
    background-color: transparent;
    background-image: none;
    border-color: #e65252
}

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(230, 82, 82, 0.5)
}

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

.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(230, 82, 82, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

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

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.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: #292b2c;
    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, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    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, 0.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, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #047bf8;
    background-color: transparent
}

.btn-link:hover {
    color: #0356ad;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

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

.btn-link:disabled,
.btn-link.disabled {
    color: #636c72
}

.btn-lg,
.btn-group-lg>.btn,
.all-wrapper .btn-group-lg>.fc-button {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn,
.all-wrapper .btn-group-sm>.fc-button {
    padding: .25rem .5rem;
    font-size: .8rem;
    line-height: 1.5;
    border-radius: 4px
}

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

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

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

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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: .9rem;
    color: #3E4B5B;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px
}

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

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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 {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    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 {
    margin-top: 0;
    margin-right: .125rem
}

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

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

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    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-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: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f8f9fa
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #636c72;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

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

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

.btn-group>.btn,
.all-wrapper .btn-group>.fc-button,
.btn-group-vertical>.btn,
.all-wrapper .btn-group-vertical>.fc-button {
    position: relative;
    flex: 0 1 auto
}

.btn-group>.btn:hover,
.all-wrapper .btn-group>.fc-button:hover,
.btn-group-vertical>.btn:hover,
.all-wrapper .btn-group-vertical>.fc-button:hover {
    z-index: 1
}

.btn-group>.btn:focus,
.all-wrapper .btn-group>.fc-button:focus,
.btn-group>.btn:active,
.all-wrapper .btn-group>.fc-button:active,
.btn-group>.btn.active,
.all-wrapper .btn-group>.active.fc-button,
.btn-group-vertical>.btn:focus,
.all-wrapper .btn-group-vertical>.fc-button:focus,
.btn-group-vertical>.btn:active,
.all-wrapper .btn-group-vertical>.fc-button:active,
.btn-group-vertical>.btn.active,
.all-wrapper .btn-group-vertical>.active.fc-button {
    z-index: 1
}

.btn-group .btn+.btn,
.btn-group .all-wrapper .fc-button+.btn,
.all-wrapper .btn-group .fc-button+.btn,
.btn-group .all-wrapper .btn+.fc-button,
.all-wrapper .btn-group .btn+.fc-button,
.btn-group .all-wrapper .fc-button+.fc-button,
.all-wrapper .btn-group .fc-button+.fc-button,
.btn-group .btn+.btn-group,
.btn-group .all-wrapper .fc-button+.btn-group,
.all-wrapper .btn-group .fc-button+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .all-wrapper .btn-group+.fc-button,
.all-wrapper .btn-group .btn-group+.fc-button,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .all-wrapper .fc-button+.btn,
.all-wrapper .btn-group-vertical .fc-button+.btn,
.btn-group-vertical .all-wrapper .btn+.fc-button,
.all-wrapper .btn-group-vertical .btn+.fc-button,
.btn-group-vertical .all-wrapper .fc-button+.fc-button,
.all-wrapper .btn-group-vertical .fc-button+.fc-button,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .all-wrapper .fc-button+.btn-group,
.all-wrapper .btn-group-vertical .fc-button+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .all-wrapper .btn-group+.fc-button,
.all-wrapper .btn-group-vertical .btn-group+.fc-button,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -2px
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

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

.btn-group>.btn:first-child,
.all-wrapper .btn-group>.fc-button:first-child {
    margin-left: 0
}

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

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

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

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

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

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

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .all-wrapper .fc-button,
.all-wrapper .btn-group-vertical .fc-button,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.all-wrapper .btn-group-vertical>.fc-button+.btn,
.all-wrapper .btn-group-vertical>.btn+.fc-button,
.all-wrapper .btn-group-vertical>.fc-button+.fc-button,
.btn-group-vertical>.btn+.btn-group,
.all-wrapper .btn-group-vertical>.fc-button+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.all-wrapper .btn-group-vertical>.btn-group+.fc-button,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -2px;
    margin-left: 0
}

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

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

.btn-group-toggle>.btn,
.all-wrapper .btn-group-toggle>.fc-button,
.btn-group-toggle>.btn-group>.btn,
.all-wrapper .btn-group-toggle>.btn-group>.fc-button {
    margin-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

.input-group-prepend,
.input-group-append {
    display: flex
}

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

.input-group-prepend .btn+.btn,
.input-group-prepend .all-wrapper .fc-button+.btn,
.all-wrapper .input-group-prepend .fc-button+.btn,
.input-group-prepend .all-wrapper .btn+.fc-button,
.all-wrapper .input-group-prepend .btn+.fc-button,
.input-group-prepend .all-wrapper .fc-button+.fc-button,
.all-wrapper .input-group-prepend .fc-button+.fc-button,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .all-wrapper .fc-button+.input-group-text,
.all-wrapper .input-group-prepend .fc-button+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .all-wrapper .input-group-text+.fc-button,
.all-wrapper .input-group-prepend .input-group-text+.fc-button,
.input-group-append .btn+.btn,
.input-group-append .all-wrapper .fc-button+.btn,
.all-wrapper .input-group-append .fc-button+.btn,
.input-group-append .all-wrapper .btn+.fc-button,
.all-wrapper .input-group-append .btn+.fc-button,
.input-group-append .all-wrapper .fc-button+.fc-button,
.all-wrapper .input-group-append .fc-button+.fc-button,
.input-group-append .btn+.input-group-text,
.input-group-append .all-wrapper .fc-button+.input-group-text,
.all-wrapper .input-group-append .fc-button+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .all-wrapper .input-group-text+.fc-button,
.all-wrapper .input-group-append .input-group-text+.fc-button {
    margin-left: -2px
}

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 2px solid #dde2ec;
    border-radius: 4px
}

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

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

.input-group>.input-group-append>.btn,
.all-wrapper .input-group>.input-group-append>.fc-button,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.all-wrapper .input-group>.input-group-prepend:not(:first-child)>.fc-button,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.all-wrapper .input-group>.input-group-prepend:first-child>.fc-button:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    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: 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;
    background-color: #047bf8
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, none
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b1d6fe
}

.custom-control-input:disabled~.custom-control-label {
    color: #636c72
}

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

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

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

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

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #047bf8
}

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #047bf8
}

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

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(4, 123, 248, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(4, 123, 248, 0.5)
}

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

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #047bf8
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(4, 123, 248, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.1rem + 4px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%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;
    background-size: 8px 10px;
    border: 2px solid #dde2ec;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #047bf8;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(4, 123, 248, 0.5)
}

.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: #636c72;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.7rem + 4px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 4px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

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

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

.custom-file-input:focus~.custom-file-control {
    border-color: #047bf8;
    box-shadow: none
}

.custom-file-input:focus~.custom-file-control::before {
    border-color: #047bf8
}

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

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.1rem + 4px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 2px solid #dde2ec;
    border-radius: 4px
}

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

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

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

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

.nav-link.disabled {
    color: #636c72
}

.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: 4px;
    border-top-right-radius: 4px
}

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

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

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

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

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

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

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

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

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

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

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

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

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

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

.card-body {
    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, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    border-radius: calc(4px - 1px) calc(4px - 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, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(4px - 1px) calc(4px - 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(4px - 1px)
}

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

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

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

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

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

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

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

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

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

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-img-top,
    .card-group>.card:first-child .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-img-bottom,
    .card-group>.card:first-child .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-img-top,
    .card-group>.card:last-child .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-img-bottom,
    .card-group>.card:last-child .card-footer {
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        border-radius: 4px
    }

    .card-group>.card:only-child .card-img-top,
    .card-group>.card:only-child .card-header {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .card-group>.card:only-child .card-img-bottom,
    .card-group>.card:only-child .card-footer {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0
    }
}

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

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

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

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

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

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

.breadcrumb-item.active {
    color: #636c72
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 4px
}

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

.page-link:hover {
    color: #0356ad;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

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

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

.page-item.disabled .page-link {
    color: #636c72;
    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: 6px;
    border-bottom-left-radius: 6px
}

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

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

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

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

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px
}

.badge:empty {
    display: none
}

.btn .badge,
.all-wrapper .fc-button .badge {
    position: relative;
    top: -1px
}

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

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

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0362c6
}

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

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #101112
}

.badge-success {
    color: #fff;
    background-color: #24b314
}

.badge-success[href]:hover,
.badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1b850f
}

.badge-info {
    color: #292b2c;
    background-color: #5bc0de
}

.badge-info[href]:hover,
.badge-info[href]:focus {
    color: #292b2c;
    text-decoration: none;
    background-color: #31b0d5
}

.badge-warning {
    color: #292b2c;
    background-color: #fbe4a0
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
    color: #292b2c;
    text-decoration: none;
    background-color: #f9d66f
}

.badge-orange {
    color: #fff;
    background-color: #f95e24
}

.badge-orange[href]:hover,
.badge-orange[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #e44306
}

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

.badge-danger[href]:hover,
.badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #e02525
}

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

.badge-light[href]:hover,
.badge-light[href]:focus {
    color: #292b2c;
    text-decoration: none;
    background-color: #dae0e5
}

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

.badge-dark[href]:hover,
.badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 500
}

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

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

.alert-primary {
    color: #02366d;
    background-color: #54a5fa;
    border-color: #1886f9
}

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

.alert-primary .alert-link {
    color: #011d3b
}

.alert-secondary {
    color: #121313;
    background-color: #6d6f70;
    border-color: #3a3c3d
}

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

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

.alert-success {
    color: #104f09;
    background-color: #6acb5f;
    border-color: #36b927
}

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

.alert-success .alert-link {
    color: #072104
}

.alert-info {
    color: #285462;
    background-color: #8fd4e9;
    border-color: #68c5e1
}

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

.alert-info .alert-link {
    color: #19353e
}

.alert-warning {
    color: #6e6446;
    background-color: #fcedbe;
    border-color: #fbe6a8
}

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

.alert-warning .alert-link {
    color: #4f4832
}

.alert-orange {
    color: #6e2910;
    background-color: #fb926a;
    border-color: #f96b36
}

.alert-orange hr {
    border-top-color: #f8591d
}

.alert-orange .alert-link {
    color: #41180a
}

.alert-danger {
    color: #652424;
    background-color: #ee8989;
    border-color: #e86060
}

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

.alert-danger .alert-link {
    color: #3f1717
}

.alert-light {
    color: #6d6e6e;
    background-color: #fafbfc;
    border-color: #f9f9fa
}

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

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

.alert-dark {
    color: #171a1c;
    background-color: #75797d;
    border-color: #444a4f
}

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

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

@-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: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .675rem;
    background-color: #e9ecef;
    border-radius: 4px
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #047bf8;
    transition: width 0.6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.close {
    float: right;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #235a94
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .3
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 0px solid #e9ecef;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0px solid #e9ecef
}

.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: 550px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    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: .8rem;
    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-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

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

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

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

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

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

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

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

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

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

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="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: 4px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    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: .8rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 6px
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((.5rem + 0px) * -1)
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: .5rem .5rem 0
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 0px;
    border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((.5rem + 0px) * -1);
    width: .5rem;
    height: 1rem;
    margin: 6px 0
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 0px;
    border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((.5rem + 0px) * -1)
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 0px;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 0px solid #047bf8
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((.5rem + 0px) * -1);
    width: .5rem;
    height: 1rem;
    margin: 6px 0
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 0px;
    border-left-color: #fff
}

.popover-header {
    padding: 12px 15px;
    margin-bottom: 0;
    font-size: .9rem;
    color: #fff;
    background-color: #047bf8;
    border-bottom: 0px solid #046fdf;
    border-top-left-radius: calc(6px - 0px);
    border-top-right-radius: calc(6px - 0px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 15px 20px;
    color: #3E4B5B
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.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: #047bf8 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0362c6 !important
}

.bg-secondary {
    background-color: #292b2c !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #101112 !important
}

.bg-success {
    background-color: #24b314 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1b850f !important
}

.bg-info {
    background-color: #5bc0de !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #31b0d5 !important
}

.bg-warning {
    background-color: #fbe4a0 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #f9d66f !important
}

.bg-orange {
    background-color: #f95e24 !important
}

a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
    background-color: #e44306 !important
}

.bg-danger {
    background-color: #e65252 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #e02525 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid rgba(0, 0, 0, 0.1) !important
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important
}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important
}

.border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !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: #047bf8 !important
}

.border-secondary {
    border-color: #292b2c !important
}

.border-success {
    border-color: #24b314 !important
}

.border-info {
    border-color: #5bc0de !important
}

.border-warning {
    border-color: #fbe4a0 !important
}

.border-orange {
    border-color: #f95e24 !important
}

.border-danger {
    border-color: #e65252 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: 4px !important
}

.rounded-top {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important
}

.rounded-right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

.rounded-bottom {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important
}

.rounded-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important
}

.rounded-circle {
    border-radius: 50% !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: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

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

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

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

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

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

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

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

@media (min-width: 1250px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

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

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1450px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

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

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1550px) {
    .d-xxxl-none {
        display: none !important
    }

    .d-xxxl-inline {
        display: inline !important
    }

    .d-xxxl-inline-block {
        display: inline-block !important
    }

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

    .d-xxxl-table {
        display: table !important
    }

    .d-xxxl-table-row {
        display: table-row !important
    }

    .d-xxxl-table-cell {
        display: table-cell !important
    }

    .d-xxxl-flex {
        display: flex !important
    }

    .d-xxxl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1650px) {
    .d-xxxxl-none {
        display: none !important
    }

    .d-xxxxl-inline {
        display: inline !important
    }

    .d-xxxxl-inline-block {
        display: inline-block !important
    }

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

    .d-xxxxl-table {
        display: table !important
    }

    .d-xxxxl-table-row {
        display: table-row !important
    }

    .d-xxxxl-table-cell {
        display: table-cell !important
    }

    .d-xxxxl-flex {
        display: flex !important
    }

    .d-xxxxl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

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

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1250px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1450px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1550px) {
    .flex-xxxl-row {
        flex-direction: row !important
    }

    .flex-xxxl-column {
        flex-direction: column !important
    }

    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxxl-center {
        justify-content: center !important
    }

    .justify-content-xxxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxxl-around {
        justify-content: space-around !important
    }

    .align-items-xxxl-start {
        align-items: flex-start !important
    }

    .align-items-xxxl-end {
        align-items: flex-end !important
    }

    .align-items-xxxl-center {
        align-items: center !important
    }

    .align-items-xxxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxxl-start {
        align-content: flex-start !important
    }

    .align-content-xxxl-end {
        align-content: flex-end !important
    }

    .align-content-xxxl-center {
        align-content: center !important
    }

    .align-content-xxxl-between {
        align-content: space-between !important
    }

    .align-content-xxxl-around {
        align-content: space-around !important
    }

    .align-content-xxxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxxl-auto {
        align-self: auto !important
    }

    .align-self-xxxl-start {
        align-self: flex-start !important
    }

    .align-self-xxxl-end {
        align-self: flex-end !important
    }

    .align-self-xxxl-center {
        align-self: center !important
    }

    .align-self-xxxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxxl-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1650px) {
    .flex-xxxxl-row {
        flex-direction: row !important
    }

    .flex-xxxxl-column {
        flex-direction: column !important
    }

    .flex-xxxxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxxxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxxxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxxxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxxxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxxxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxxxl-center {
        justify-content: center !important
    }

    .justify-content-xxxxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxxxl-around {
        justify-content: space-around !important
    }

    .align-items-xxxxl-start {
        align-items: flex-start !important
    }

    .align-items-xxxxl-end {
        align-items: flex-end !important
    }

    .align-items-xxxxl-center {
        align-items: center !important
    }

    .align-items-xxxxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxxxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxxxl-start {
        align-content: flex-start !important
    }

    .align-content-xxxxl-end {
        align-content: flex-end !important
    }

    .align-content-xxxxl-center {
        align-content: center !important
    }

    .align-content-xxxxl-between {
        align-content: space-between !important
    }

    .align-content-xxxxl-around {
        align-content: space-around !important
    }

    .align-content-xxxxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxxxl-auto {
        align-self: auto !important
    }

    .align-self-xxxxl-start {
        align-self: flex-start !important
    }

    .align-self-xxxxl-end {
        align-self: flex-end !important
    }

    .align-self-xxxxl-center {
        align-self: center !important
    }

    .align-self-xxxxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxxxl-stretch {
        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: 1250px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width: 1450px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

@media (min-width: 1550px) {
    .float-xxxl-left {
        float: left !important
    }

    .float-xxxl-right {
        float: right !important
    }

    .float-xxxl-none {
        float: none !important
    }
}

@media (min-width: 1650px) {
    .float-xxxxl-left {
        float: left !important
    }

    .float-xxxxl-right {
        float: right !important
    }

    .float-xxxxl-none {
        float: none !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;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

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

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

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

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

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

.m-1 {
    margin: .25rem !important
}

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

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

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

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

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

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

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

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

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

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

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

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

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

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

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

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

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

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

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

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

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

.p-2 {
    padding: .5rem !important
}

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

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.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-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

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

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

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

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

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

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

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

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

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

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

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

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

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

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

    .p-sm-2 {
        padding: .5rem !important
    }

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

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

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

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

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

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

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

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

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

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

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

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

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

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

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

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

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

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

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

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

    .p-md-2 {
        padding: .5rem !important
    }

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

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

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

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

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

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

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

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

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

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

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

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

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

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

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

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

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

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

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

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

    .p-lg-2 {
        padding: .5rem !important
    }

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

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

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

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

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

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

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

@media (min-width: 1250px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

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

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

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

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

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

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

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

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

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

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

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

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

    .p-xl-2 {
        padding: .5rem !important
    }

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

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

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

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

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

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

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

@media (min-width: 1450px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

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

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

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

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

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }

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

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

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

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }

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

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }

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

    .p-xxl-2 {
        padding: .5rem !important
    }

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

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

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

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }

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

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }

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

@media (min-width: 1550px) {
    .m-xxxl-0 {
        margin: 0 !important
    }

    .mt-xxxl-0,
    .my-xxxl-0 {
        margin-top: 0 !important
    }

    .mr-xxxl-0,
    .mx-xxxl-0 {
        margin-right: 0 !important
    }

    .mb-xxxl-0,
    .my-xxxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxxl-0,
    .mx-xxxl-0 {
        margin-left: 0 !important
    }

    .m-xxxl-1 {
        margin: .25rem !important
    }

    .mt-xxxl-1,
    .my-xxxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxxl-1,
    .mx-xxxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxxl-1,
    .my-xxxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxxl-1,
    .mx-xxxl-1 {
        margin-left: .25rem !important
    }

    .m-xxxl-2 {
        margin: .5rem !important
    }

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

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

    .mb-xxxl-2,
    .my-xxxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxxl-2,
    .mx-xxxl-2 {
        margin-left: .5rem !important
    }

    .m-xxxl-3 {
        margin: 1rem !important
    }

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

    .mr-xxxl-3,
    .mx-xxxl-3 {
        margin-right: 1rem !important
    }

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

    .ml-xxxl-3,
    .mx-xxxl-3 {
        margin-left: 1rem !important
    }

    .m-xxxl-4 {
        margin: 1.5rem !important
    }

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

    .mr-xxxl-4,
    .mx-xxxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxxl-4,
    .my-xxxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxxl-4,
    .mx-xxxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxxl-5 {
        margin: 3rem !important
    }

    .mt-xxxl-5,
    .my-xxxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxxl-5,
    .mx-xxxl-5 {
        margin-right: 3rem !important
    }

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

    .ml-xxxl-5,
    .mx-xxxl-5 {
        margin-left: 3rem !important
    }

    .p-xxxl-0 {
        padding: 0 !important
    }

    .pt-xxxl-0,
    .py-xxxl-0 {
        padding-top: 0 !important
    }

    .pr-xxxl-0,
    .px-xxxl-0 {
        padding-right: 0 !important
    }

    .pb-xxxl-0,
    .py-xxxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxxl-0,
    .px-xxxl-0 {
        padding-left: 0 !important
    }

    .p-xxxl-1 {
        padding: .25rem !important
    }

    .pt-xxxl-1,
    .py-xxxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxxl-1,
    .px-xxxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxxl-1,
    .py-xxxl-1 {
        padding-bottom: .25rem !important
    }

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

    .p-xxxl-2 {
        padding: .5rem !important
    }

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

    .pr-xxxl-2,
    .px-xxxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxxl-2,
    .py-xxxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxxl-2,
    .px-xxxl-2 {
        padding-left: .5rem !important
    }

    .p-xxxl-3 {
        padding: 1rem !important
    }

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

    .pr-xxxl-3,
    .px-xxxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxxl-3,
    .py-xxxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxxl-3,
    .px-xxxl-3 {
        padding-left: 1rem !important
    }

    .p-xxxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxxl-4,
    .py-xxxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxxl-4,
    .px-xxxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxxl-4,
    .py-xxxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxxl-4,
    .px-xxxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxxl-5 {
        padding: 3rem !important
    }

    .pt-xxxl-5,
    .py-xxxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxxl-5,
    .px-xxxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxxl-5,
    .py-xxxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxxl-5,
    .px-xxxl-5 {
        padding-left: 3rem !important
    }

    .m-xxxl-auto {
        margin: auto !important
    }

    .mt-xxxl-auto,
    .my-xxxl-auto {
        margin-top: auto !important
    }

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

    .mb-xxxl-auto,
    .my-xxxl-auto {
        margin-bottom: auto !important
    }

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

@media (min-width: 1650px) {
    .m-xxxxl-0 {
        margin: 0 !important
    }

    .mt-xxxxl-0,
    .my-xxxxl-0 {
        margin-top: 0 !important
    }

    .mr-xxxxl-0,
    .mx-xxxxl-0 {
        margin-right: 0 !important
    }

    .mb-xxxxl-0,
    .my-xxxxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxxxl-0,
    .mx-xxxxl-0 {
        margin-left: 0 !important
    }

    .m-xxxxl-1 {
        margin: .25rem !important
    }

    .mt-xxxxl-1,
    .my-xxxxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxxxl-1,
    .mx-xxxxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxxxl-1,
    .my-xxxxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxxxl-1,
    .mx-xxxxl-1 {
        margin-left: .25rem !important
    }

    .m-xxxxl-2 {
        margin: .5rem !important
    }

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

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

    .mb-xxxxl-2,
    .my-xxxxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxxxl-2,
    .mx-xxxxl-2 {
        margin-left: .5rem !important
    }

    .m-xxxxl-3 {
        margin: 1rem !important
    }

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

    .mr-xxxxl-3,
    .mx-xxxxl-3 {
        margin-right: 1rem !important
    }

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

    .ml-xxxxl-3,
    .mx-xxxxl-3 {
        margin-left: 1rem !important
    }

    .m-xxxxl-4 {
        margin: 1.5rem !important
    }

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

    .mr-xxxxl-4,
    .mx-xxxxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxxxl-4,
    .my-xxxxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxxxl-4,
    .mx-xxxxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxxxl-5 {
        margin: 3rem !important
    }

    .mt-xxxxl-5,
    .my-xxxxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxxxl-5,
    .mx-xxxxl-5 {
        margin-right: 3rem !important
    }

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

    .ml-xxxxl-5,
    .mx-xxxxl-5 {
        margin-left: 3rem !important
    }

    .p-xxxxl-0 {
        padding: 0 !important
    }

    .pt-xxxxl-0,
    .py-xxxxl-0 {
        padding-top: 0 !important
    }

    .pr-xxxxl-0,
    .px-xxxxl-0 {
        padding-right: 0 !important
    }

    .pb-xxxxl-0,
    .py-xxxxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxxxl-0,
    .px-xxxxl-0 {
        padding-left: 0 !important
    }

    .p-xxxxl-1 {
        padding: .25rem !important
    }

    .pt-xxxxl-1,
    .py-xxxxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxxxl-1,
    .px-xxxxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxxxl-1,
    .py-xxxxl-1 {
        padding-bottom: .25rem !important
    }

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

    .p-xxxxl-2 {
        padding: .5rem !important
    }

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

    .pr-xxxxl-2,
    .px-xxxxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxxxl-2,
    .py-xxxxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxxxl-2,
    .px-xxxxl-2 {
        padding-left: .5rem !important
    }

    .p-xxxxl-3 {
        padding: 1rem !important
    }

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

    .pr-xxxxl-3,
    .px-xxxxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxxxl-3,
    .py-xxxxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxxxl-3,
    .px-xxxxl-3 {
        padding-left: 1rem !important
    }

    .p-xxxxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxxxl-4,
    .py-xxxxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxxxl-4,
    .px-xxxxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxxxl-4,
    .py-xxxxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxxxl-4,
    .px-xxxxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxxxl-5 {
        padding: 3rem !important
    }

    .pt-xxxxl-5,
    .py-xxxxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxxxl-5,
    .px-xxxxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxxxl-5,
    .py-xxxxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxxxl-5,
    .px-xxxxl-5 {
        padding-left: 3rem !important
    }

    .m-xxxxl-auto {
        margin: auto !important
    }

    .mt-xxxxl-auto,
    .my-xxxxl-auto {
        margin-top: auto !important
    }

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

    .mb-xxxxl-auto,
    .my-xxxxl-auto {
        margin-bottom: auto !important
    }

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

.text-justify {
    text-align: justify !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: 1250px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1450px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1550px) {
    .text-xxxl-left {
        text-align: left !important
    }

    .text-xxxl-right {
        text-align: right !important
    }

    .text-xxxl-center {
        text-align: center !important
    }
}

@media (min-width: 1650px) {
    .text-xxxxl-left {
        text-align: left !important
    }

    .text-xxxxl-right {
        text-align: right !important
    }

    .text-xxxxl-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-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 500 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #047bf8 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0362c6 !important
}

.text-secondary {
    color: #292b2c !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #101112 !important
}

.text-success {
    color: #24b314 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #1b850f !important
}

.text-info {
    color: #5bc0de !important
}

a.text-info:hover,
a.text-info:focus {
    color: #31b0d5 !important
}

.text-warning {
    color: #fbe4a0 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #f9d66f !important
}

.text-orange {
    color: #f95e24 !important
}

a.text-orange:hover,
a.text-orange:focus {
    color: #e44306 !important
}

.text-danger {
    color: #e65252 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #e02525 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #1d2124 !important
}

.text-muted,
.invoice-body .invoice-desc .desc-value {
    color: #636c72 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn):not(.all-wrapper .fc-button) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

.table .user-with-avatar {
    white-space: nowrap
}

.table .user-with-avatar img {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px
}

.table .user-with-avatar span {
    display: inline-block;
    vertical-align: middle
}

.table .user-with-avatar img+span {
    margin-left: 10px
}

.table .icon-separator {
    margin: 0px 4px;
    opacity: 0.6
}

.table th {
    font-weight: 500
}

.table .smaller,
.table.smaller {
    font-size: .72rem
}

.table .lighter {
    color: rgba(90, 99, 126, 0.49)
}

.table.table-v-compact td {
    padding: 0.3rem 0.75rem
}

.table.table-compact td {
    padding: 0.3rem 0.45rem
}

.table.table-editable td:hover {
    background-color: #fff;
    box-shadow: inset 0px 0px 0px 2px #047bf8
}

.table.table-lightborder td {
    border-color: rgba(83, 101, 140, 0.08)
}

.table.table-clean tr:first-child td {
    border-top: none
}

.table.table-clean td {
    padding-left: 0px;
    padding-right: 0px;
    border-top-color: rgba(0, 0, 0, 0.05)
}

.table.table-clean td .value {
    font-size: .9rem;
    line-height: 1.2
}

.table.table-clean td .sub-value {
    font-size: .72rem;
    color: rgba(90, 99, 126, 0.49)
}

.table.table-lightfont td {
    font-weight: 300
}

.table.table-bordered thead th {
    border-top: 1px solid rgba(83, 101, 140, 0.33)
}

.table th,
.table td {
    vertical-align: middle
}

.table th img,
.table td img {
    max-width: 100%
}

.table thead th {
    border-bottom: 1px solid #999
}

.table tfoot th {
    border-top: 1px solid #999
}

.table tfoot th,
.table thead th {
    font-size: .63rem;
    text-transform: uppercase;
    border-top: none
}

.table tbody+tbody {
    border-top: 1px solid rgba(83, 101, 140, 0.33)
}

.table td.nowrap {
    white-space: nowrap
}

.table .row-actions {
    text-align: center
}

.table .row-actions .os-icon {
    font-size: 16px
}

.table .row-actions a {
    margin-right: 0.8rem;
    color: #3E4B5B
}

.table .row-actions a.danger {
    color: #9d1818
}

.table .row-actions a:last-child {
    margin-right: 0px
}

.table .cell-image-list {
    position: relative;
    display: inline-block;
    white-space: nowrap
}

.table .cell-image-list .cell-img {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center center;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.8);
    vertical-align: middle;
    transition: all 0.1s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    cursor: pointer
}

.table .cell-image-list .cell-img:nth-child(1) {
    z-index: 5
}

.table .cell-image-list .cell-img:nth-child(2) {
    z-index: 4
}

.table .cell-image-list .cell-img:nth-child(3) {
    z-index: 3
}

.table .cell-image-list .cell-img:nth-child(4) {
    z-index: 2
}

.table .cell-image-list .cell-img:nth-child(5) {
    z-index: 1
}

.table .cell-image-list .cell-img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.table .cell-image-list .cell-img+.cell-img {
    margin-left: -15px
}

.table .cell-image-list .cell-img+.cell-img:hover {
    -webkit-transform: translateX(5px) scale(1.1);
    transform: translateX(5px) scale(1.1)
}

.table .cell-image-list .cell-img-more {
    font-size: .63rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -70%;
    background-color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    z-index: 7;
    white-space: nowrap
}

@media (min-width: 1100px) {
    .table-responsive {
        overflow: visible
    }
}

.table-lg td {
    padding: 1.2rem 1.5rem
}

.table.table-v2 thead tr th,
.table.table-v2 tfoot tr th {
    text-align: center;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: rgba(0, 0, 0, 0.05)
}

.table.table-v2 thead tr th:first-child,
.table.table-v2 tfoot tr th:first-child {
    border-left: 1px solid #999
}

.table.table-v2 thead tr th:last-child,
.table.table-v2 tfoot tr th:last-child {
    border-right: 1px solid #999
}

.table.table-v2 tbody tr td {
    border-color: #d1d8e6
}

.controls-above-table {
    margin-bottom: 1rem
}

.controls-above-table .btn,
.controls-above-table .all-wrapper .fc-button,
.all-wrapper .controls-above-table .fc-button {
    margin-right: 0.5rem
}

.controls-above-table .btn+.btn,
.controls-above-table .all-wrapper .fc-button+.btn,
.all-wrapper .controls-above-table .fc-button+.btn,
.controls-above-table .all-wrapper .btn+.fc-button,
.all-wrapper .controls-above-table .btn+.fc-button,
.controls-above-table .all-wrapper .fc-button+.fc-button,
.all-wrapper .controls-above-table .fc-button+.fc-button {
    margin-left: 0px !important
}

.controls-above-table .form-control {
    margin-right: 1rem
}

.controls-above-table .form-control:last-child {
    margin-right: 0px
}

.controls-below-table {
    display: flex;
    justify-content: space-between;
    font-size: .81rem
}

.controls-below-table .table-records-info {
    color: rgba(0, 0, 0, 0.5)
}

.controls-below-table .table-records-pages ul {
    list-style: none
}

.controls-below-table .table-records-pages ul li {
    display: inline-block;
    margin: 0px 10px
}

.controls-below-table .table-records-pages ul li a.current {
    color: #3E4B5B
}

.all-wrapper table.dataTable {
    border-collapse: collapse !important
}

.table.table-padded {
    border-collapse: separate;
    border-spacing: 0 5px
}

.table.table-padded thead tr th {
    border: none;
    font-size: .81rem;
    color: rgba(90, 99, 126, 0.49);
    letter-spacing: 1px;
    padding: 0.3rem 1.1rem
}

.table.table-padded tbody tr {
    border-radius: 4px;
    transition: all 0.1s ease
}

.table.table-padded tbody td {
    padding: 0.9rem 1.1rem;
    background-color: #fff;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.03)
}

.table.table-padded tbody td.bolder {
    font-weight: 500;
    font-size: .99rem
}

.table.table-padded tbody td img {
    display: inline-block;
    vertical-align: middle
}

.table.table-padded tbody td img+span {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle
}

.table.table-padded tbody td span+span {
    margin-left: 5px
}

.table.table-padded tbody td .status-pill+span {
    margin-left: 10px
}

.table.table-padded tbody td:first-child {
    border-radius: 4px 0px 0px 4px
}

.table.table-padded tbody td:last-child {
    border-radius: 0px 4px 4px 0px;
    border-right: none
}

.element-box .table:last-child,
.invoice-w .table:last-child,
.big-error-w .table:last-child {
    margin-bottom: 0
}

.toggled-buttons .btn-toggled {
    border: 2px solid #047bf8;
    border: 2px solid transparent;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: .72rem;
    padding: 4px 8px;
    color: rgba(0, 0, 0, 0.3);
    margin: 5px 0px
}

.toggled-buttons .btn-toggled.on,
.toggled-buttons .btn-toggled:hover {
    border-color: #047bf8;
    color: #047bf8
}

.toggled-buttons .btn-toggled+.btn-toggled {
    margin-left: 10px
}

.toggled-buttons.solid .btn-toggled {
    background-color: rgba(0, 0, 0, 0.07);
    color: rgba(0, 0, 0, 0.6);
    font-size: .81rem
}

.toggled-buttons.solid .btn-toggled.on,
.toggled-buttons.solid .btn-toggled:hover {
    background-color: #047bf8;
    color: #fff
}

.btn-sm,
.btn-group-sm>.btn,
.all-wrapper .btn-group-sm>.fc-button {
    padding: .25rem .5rem;
    font-size: .775rem;
    line-height: 1.5;
    border-radius: 4px
}

.btn-white,
.all-wrapper .fc-button {
    color: #292b2c;
    background-color: #fff;
    border-color: #fff
}

.btn-white:hover,
.all-wrapper .fc-button:hover {
    color: #292b2c;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white:focus,
.all-wrapper .fc-button:focus,
.btn-white.focus,
.all-wrapper .focus.fc-button {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-white.disabled,
.all-wrapper .disabled.fc-button,
.btn-white:disabled,
.all-wrapper .fc-button:disabled {
    color: #292b2c;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active,
.all-wrapper .fc-button:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.all-wrapper .fc-button:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle,
.all-wrapper .show>.dropdown-toggle.fc-button {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.all-wrapper .fc-button:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.all-wrapper .fc-button:not(:disabled):not(.disabled).active:focus,
.show>.btn-white.dropdown-toggle:focus,
.all-wrapper .show>.dropdown-toggle.fc-button:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-grey {
    color: #292b2c;
    background-color: #dde2ec;
    border-color: #dde2ec
}

.btn-grey:hover {
    color: #292b2c;
    background-color: #c4cdde;
    border-color: #bcc6da
}

.btn-grey:focus,
.btn-grey.focus {
    box-shadow: 0 0 0 .2rem rgba(221, 226, 236, 0.5)
}

.btn-grey.disabled,
.btn-grey:disabled {
    color: #292b2c;
    background-color: #dde2ec;
    border-color: #dde2ec
}

.btn-grey:not(:disabled):not(.disabled):active,
.btn-grey:not(:disabled):not(.disabled).active,
.show>.btn-grey.dropdown-toggle {
    color: #292b2c;
    background-color: #bcc6da;
    border-color: #b4bfd5
}

.btn-grey:not(:disabled):not(.disabled):active:focus,
.btn-grey:not(:disabled):not(.disabled).active:focus,
.show>.btn-grey.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(221, 226, 236, 0.5)
}

.btn-white-gold {
    color: #292b2c;
    background-color: #fff;
    border-color: #fff;
    color: #CF8D0D
}

.btn-white-gold:hover {
    color: #292b2c;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white-gold:focus,
.btn-white-gold.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-white-gold.disabled,
.btn-white-gold:disabled {
    color: #292b2c;
    background-color: #fff;
    border-color: #fff
}

.btn-white-gold:not(:disabled):not(.disabled):active,
.btn-white-gold:not(:disabled):not(.disabled).active,
.show>.btn-white-gold.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-white-gold:not(:disabled):not(.disabled):active:focus,
.btn-white-gold:not(:disabled):not(.disabled).active:focus,
.show>.btn-white-gold.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-teal {
    color: #292b2c;
    background-color: #fff;
    border-color: #31C37F
}

.btn-teal:hover {
    color: #fff;
    background-color: transparent;
    border-color: #279a64
}

.btn-teal:focus,
.btn-teal.focus {
    box-shadow: 0 0 0 .2rem rgba(49, 195, 127, 0.5)
}

.btn-teal.disabled,
.btn-teal:disabled {
    color: #292b2c;
    background-color: #fff;
    border-color: #31C37F
}

.btn-teal:not(:disabled):not(.disabled):active,
.btn-teal:not(:disabled):not(.disabled).active,
.show>.btn-teal.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #24905e
}

.btn-teal:not(:disabled):not(.disabled):active:focus,
.btn-teal:not(:disabled):not(.disabled).active:focus,
.show>.btn-teal.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(49, 195, 127, 0.5)
}

.btn-link.btn-danger {
    color: #e65252
}

.btn,
.all-wrapper .fc-button {
    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    outline: none;
    line-height: 1
}

.btn.btn-secondary:focus,
.all-wrapper .btn-secondary.fc-button:focus,
.btn.btn-secondary.focus,
.all-wrapper .btn-secondary.focus.fc-button {
    box-shadow: none
}

.btn .os-icon,
.all-wrapper .fc-button .os-icon {
    font-size: .9rem;
    display: inline-block;
    vertical-align: middle
}

.btn .os-icon+span,
.all-wrapper .fc-button .os-icon+span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle
}

.btn span+.os-icon,
.all-wrapper .fc-button span+.os-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.btn.btn-sm .os-icon,
.btn-group-sm>.btn .os-icon,
.all-wrapper .btn-group-sm>.fc-button .os-icon,
.all-wrapper .btn-sm.fc-button .os-icon {
    font-size: 14px
}

.btn.btn-sm .os-icon+span,
.btn-group-sm>.btn .os-icon+span,
.all-wrapper .btn-group-sm>.fc-button .os-icon+span,
.all-wrapper .btn-sm.fc-button .os-icon+span {
    margin-left: .5rem
}

.btn.btn-sm span+.os-icon,
.btn-group-sm>.btn span+.os-icon,
.all-wrapper .btn-group-sm>.fc-button span+.os-icon,
.all-wrapper .btn-sm.fc-button span+.os-icon {
    margin-left: .5rem
}

.btn.btn-rounded,
.all-wrapper .btn-rounded.fc-button {
    border-radius: 40px
}

.btn.btn-upper,
.all-wrapper .btn-upper.fc-button {
    text-transform: uppercase;
    letter-spacing: 1px
}

.btn.btn-underlined,
.all-wrapper .btn-underlined.fc-button {
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none
}

.btn.btn-underlined span,
.all-wrapper .btn-underlined.fc-button span {
    border-bottom: 2px solid #047bf8
}

.btn.btn-underlined i,
.all-wrapper .btn-underlined.fc-button i {
    font-size: .63rem;
    transition: all 0.2s ease
}

.btn.btn-underlined:hover,
.all-wrapper .btn-underlined.fc-button:hover {
    color: #0362c6
}

.btn.btn-underlined:hover span,
.all-wrapper .btn-underlined.fc-button:hover span {
    border-color: #0362c6
}

.btn.btn-underlined:hover i,
.all-wrapper .btn-underlined.fc-button:hover i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.btn.btn-underlined.btn-gold,
.all-wrapper .btn-underlined.btn-gold.fc-button {
    color: #BE8B1C
}

.btn.btn-underlined.btn-gold span,
.all-wrapper .btn-underlined.btn-gold.fc-button span {
    border-color: #BE8B1C
}

.btn.btn-underlined.btn-gold:hover,
.all-wrapper .btn-underlined.btn-gold.fc-button:hover {
    color: #926a15
}

.btn.btn-underlined.btn-gold:hover span,
.all-wrapper .btn-underlined.btn-gold.fc-button:hover span {
    border-color: #926a15
}

.popover {
    font-size: .99rem;
    box-shadow: 0 5px 50px rgba(4, 123, 248, 0.3)
}

.popover-header {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9rem;
    color: #fff
}

body .daterangepicker {
    box-shadow: 3px 25px 50px rgba(77, 76, 132, 0.34);
    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    border: none;
    padding: 15px;
    min-width: 540px
}

body .daterangepicker::after {
    display: block;
    clear: both;
    content: ""
}

body .daterangepicker .calendar {
    float: left;
    max-width: 300px;
    margin: 10px
}

body .daterangepicker .calendar td {
    cursor: pointer
}

body .daterangepicker .calendar td:hover {
    background-color: #1a88fb;
    color: #fff
}

body .daterangepicker .calendar td.in-range {
    background-color: #1a88fb;
    color: #fff;
    border-color: #fff
}

body .daterangepicker .calendar td.active,
body .daterangepicker .calendar td.active:hover {
    background-color: #046fdf;
    color: #fff;
    border-color: #fff
}

body .daterangepicker .ranges {
    clear: left;
    padding: 5px 10px
}

body .daterangepicker .ranges .btn,
body .daterangepicker .ranges .all-wrapper .fc-button,
.all-wrapper body .daterangepicker .ranges .fc-button {
    padding: 5px 10px;
    line-height: 1;
    vertical-align: middle;
    text-transform: none;
    font-size: .81rem
}

body .daterangepicker th {
    font-weight: 500;
    text-align: center;
    padding: 5px 0px;
    font-size: .72rem
}

body .daterangepicker th.prev {
    text-align: left;
    cursor: pointer
}

body .daterangepicker th.next {
    text-align: right;
    cursor: pointer
}

body .daterangepicker:before {
    border-bottom-color: #3E4B5B
}

body .daterangepicker .calendar td {
    font-weight: 300;
    font-size: .81rem;
    text-align: right;
    font-size: .81rem;
    padding: 5px 8px;
    border: 1px solid #eee
}

body .daterangepicker .calendar th.month {
    color: #047bf8
}

body .daterangepicker .calendar-table {
    padding-top: 10px
}

body .daterangepicker thead tr:first-child th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 5px
}

body .daterangepicker thead tr:first-child+tr th {
    padding-top: 10px
}

body .daterangepicker .daterangepicker_input {
    position: relative
}

body .daterangepicker .daterangepicker_input input {
    width: 100%;
    display: block;
    padding-left: 35px
}

body .daterangepicker .daterangepicker_input i {
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    position: absolute
}

body .daterangepicker .fa.fa-calendar.glyphicon.glyphicon-calendar:before {
    font-family: 'osfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e926"
}

body .daterangepicker .fa.fa-chevron-left.glyphicon.glyphicon-chevron-left:before {
    font-family: 'osfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e919";
    font-size: 10px
}

body .daterangepicker .fa.fa-chevron-right.glyphicon.glyphicon-chevron-right:before {
    font-family: 'osfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e910";
    font-size: 10px
}

.fc-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.fc-header td {
    padding: 10px 0px
}

.fc-header h2 {
    text-transform: uppercase;
    font-size: 18px
}

.fc-content {
    color: #fff
}

.fc-event {
    background-color: #3584ff;
    box-shadow: 5px 5px 10px 0px #bdd4ff;
    border: none;
    padding: 6px;
    padding-left: 9px;
    color: #fff;
    border-radius: 4px
}

.fc-day-number {
    color: #6B6862
}

.fc-day-header {
    font-weight: 300;
    color: #6B6862;
    text-transform: uppercase;
    font-size: 12px
}

.fc-other-month {
    background-color: #eee
}

.all-wrapper .fc-button {
    padding: 5px 10px;
    height: auto;
    margin: 0px 5px;
    background-image: none;
    box-shadow: none
}

.all-wrapper .fc-button.fc-state-active {
    outline: none;
    text-shadow: none
}

html {
    height: 100%
}

body {
    min-height: 100%;
    position: relative;
    padding: 50px;
    overflow-x: hidden
}

body:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient(to bottom right, #FBE4A0, #65A8F1);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px
}

body.full-screen {
    padding: 0px
}

body.full-screen .all-wrapper {
    max-width: initial;
    border-radius: 0px
}

body.full-screen .all-wrapper>.top-bar {
    border-radius: 0px
}

body.full-screen .menu-w,
body.full-screen .top-bar {
    border-radius: 0px !important
}

body.full-screen .menu-position-side .logged-user-menu {
    left: 0px;
    right: -1px;
    border-radius: 0px
}

b,
strong {
    font-weight: 500
}

.all-wrapper {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
    min-height: 100%
}

.all-wrapper.with-pattern {
    box-shadow: none;
    border-radius: 0px;
    background-image: url("../img/bg-pattern2.png");
    background-size: contain;
    background-repeat: repeat;
    background-position: 0 0
}

.all-wrapper.no-padding-content .content-box {
    padding: 0px
}

.all-wrapper.white-bg-content .content-w {
    background-color: #fff;
    background-image: none
}

.all-wrapper.solid-bg-all {
    background-color: #f2f4f8
}

.all-wrapper.solid-bg-all .content-w {
    background-image: none
}

.auth-wrapper .all-wrapper {
    padding: 100px
}

.section-heading {
    padding: 5% 10%;
    font-size: 1.26rem;
    color: rgba(0, 0, 0, 0.5)
}

.section-heading.centered {
    text-align: center
}

.section-heading h1 {
    position: relative;
    margin-bottom: 40px
}

.section-heading h1:after {
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    background-color: #047bf8;
    height: 5px;
    width: 40px;
    border-radius: 6px
}

body.menu-position-side .layout-w {
    display: flex
}

body.menu-position-side .content-w {
    border-radius: 0px 6px 6px 0px;
    flex: 1
}

body.menu-position-top .content-w {
    border-radius: 0px 0px 6px 6px
}

body.menu-position-top .top-bar+.layout-w .menu-w {
    border-radius: 0px
}

body.menu-side-right .layout-w {
    flex-direction: row-reverse
}

.content-w {
    background-color: #f2f4f8;
    background-image: url("../img/bg-pattern.png");
    background-repeat: no-repeat;
    background-position: 20px 50px;
    vertical-align: top
}

.content-box {
    vertical-align: top;
    padding: 2rem 2.5rem;
    flex: 1
}

.content-box>.element-wrapper:first-child {
    padding-top: 0px !important
}

.content-panel {
    vertical-align: top;
    flex: 0 0 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 2rem 2.5rem;
    background-color: transparent
}

.content-panel.compact {
    padding: 2rem 1.5rem;
    flex: 0 0 320px
}

.content-panel .content-panel-close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    color: #047bf8;
    z-index: 999;
    cursor: pointer
}

.content-panel.color-scheme-dark {
    background-color: #2d3756
}

.content-panel-toggler {
    background-color: #047bf8;
    padding: 4px 10px;
    border-radius: 6px;
    color: #fff;
    font-size: .72rem;
    text-transform: uppercase;
    display: none;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 4;
    cursor: pointer
}

.content-panel-toggler:hover {
    background-color: #1a88fb
}

.content-panel-toggler i {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px
}

.content-panel-toggler span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px
}

.with-side-panel .content-i {
    display: flex;
    flex: 1
}

.with-side-panel .menu-mobile .mm-logo-buttons-w .content-panel-open {
    display: block
}

.demo-icons-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap
}

.demo-icons-list li {
    width: 80px;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    padding: 20px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.demo-icons-list li a {
    position: relative;
    color: #333
}

.demo-icons-list li a i {
    font-style: normal
}

.demo-icons-list li a span {
    display: inline-block;
    position: absolute;
    background-color: #047bf8;
    color: #fff;
    padding: 4px 7px;
    border-radius: 4px;
    font-size: .81rem;
    white-space: nowrap;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none
}

.demo-icons-list li a:hover {
    text-decoration: none
}

.demo-icons-list li a:hover span {
    display: block
}

.menu-w {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    flex: 0 0 260px;
    border-right: 0px solid rgba(0, 0, 0, 0.05)
}

.menu-w .logo-w {
    text-align: center;
    padding: 14px 1rem 14px 1.7rem
}

.menu-w .logo-w a {
    display: inline-block
}

.menu-w .logo-w .logo {
    display: inline-block
}

.menu-w .logo-w img {
    width: 40px;
    height: auto;
    display: inline-block;
    vertical-align: middle
}

.menu-w .logo-w span {
    vertical-align: middle;
    display: inline-block;
    color: #334152;
    margin-left: 1rem
}

.menu-w ul.main-menu {
    list-style: none;
    padding: 2rem 1rem;
    margin-bottom: 0px
}

.menu-w ul.main-menu>li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.menu-w ul.main-menu>li:last-child {
    border-bottom: none
}

.menu-w ul.main-menu>li>a {
    color: #3E4B5B;
    display: flex;
    align-items: center;
    position: relative;
    font-size: .99rem;
    font-weight: 500
}

.menu-w ul.main-menu>li>a:focus {
    text-decoration: none
}

.menu-w ul.main-menu>li>a:hover {
    text-decoration: none
}

@media (min-width: 1025px) {
    .menu-w ul.main-menu>li>a:hover .icon-w {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    .menu-w ul.main-menu>li>a:hover span {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
}

.menu-w ul.main-menu>li .icon-w {
    color: #0073ff;
    font-size: 27px;
    display: block;
    padding: 1rem 1rem 1rem 0rem;
    width: 70px;
    text-align: center;
    transition: all 0.2s ease
}

.menu-w ul.main-menu>li span {
    padding: 1rem;
    padding-left: 0.8rem;
    display: block;
    flex: 1;
    transition: all 0.2s ease
}

.menu-w ul.main-menu>li .icon-w+span {
    padding-left: 0px
}

.menu-w.color-scheme-light .messages-notifications,
.menu-w.color-scheme-light .top-icon {
    color: #047bf8
}

.menu-w.color-scheme-light .logo-w {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.menu-w.color-scheme-light .logo-w .logo-label {
    color: #3E4B5B
}

.menu-w.color-scheme-light .logo-w .logo-element {
    background-color: #0a7cf8
}

.menu-w.color-scheme-light .logo-w .logo-element:after {
    background-color: #bfd6f9
}

.menu-w.color-scheme-light .logo-w .logo:hover .logo-label {
    color: #047bf8
}

.menu-w.color-scheme-light .logo-w .logo:hover .logo-label:after {
    background-color: #047bf8
}

.menu-w.color-scheme-dark {
    background-color: #293145;
    background-image: none;
    color: rgba(255, 255, 255, 0.9);
    border-right-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1)
}

.menu-w.color-scheme-dark .messages-notifications,
.menu-w.color-scheme-dark .top-icon {
    color: #fff
}

.menu-w.color-scheme-dark.color-style-bright ul.main-menu .icon-w {
    color: #95acff
}

.menu-w.color-scheme-dark ul.main-menu .icon-w {
    color: #babed0
}

.menu-w.color-scheme-dark ul.main-menu>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.menu-w.color-scheme-dark ul.main-menu>li>a {
    color: #fff
}

.menu-w.color-scheme-dark ul.main-menu>li>a:hover>.icon-w {
    color: #fff
}

.menu-w.color-scheme-dark ul.main-menu>li>a:before {
    color: #fff
}

.menu-w.color-scheme-dark .logo-w {
    border-bottom-color: rgba(255, 255, 255, 0.05)
}

.menu-w.color-scheme-dark .logo-w span {
    color: #fff
}

.menu-w.color-style-transparent {
    background: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    border-right-width: 1px
}

.menu-w.color-style-bright {
    background-image: linear-gradient(to bottom, #1c4cc3 0%, #0e369a 100%);
    background-repeat: repeat-x
}

.menu-w.menu-layout-compact {
    flex: 0 0 260px
}

.menu-w.menu-layout-compact ul.main-menu {
    padding: 1rem 1.5rem;
    margin-bottom: 0px
}

.menu-w.menu-layout-compact ul.main-menu>li {
    border-bottom: none
}

.menu-w.menu-layout-compact ul.main-menu>li>a {
    font-size: .9rem
}

.menu-w.menu-layout-compact ul.main-menu>li>a:focus {
    text-decoration: none
}

@media (min-width: 1025px) {
    .menu-w.menu-layout-compact ul.main-menu>li>a:hover .icon-w {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    .menu-w.menu-layout-compact ul.main-menu>li>a:hover span {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
}

.menu-w.menu-layout-compact ul.main-menu>li .icon-w {
    font-size: 150%;
    padding: 7px 10px 7px 0px;
    width: 40px
}

.menu-w.menu-layout-compact ul.main-menu>li span {
    padding: 7px;
    padding-left: 5px
}

.menu-w.menu-layout-compact ul.main-menu>li .icon-w+span {
    font-size: 100%;
    padding-left: 0px
}

.menu-position-top.menu-w {
    flex: 0 0 100%;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.05);
    border-right: none;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.menu-position-top.menu-w ul.main-menu>li>a:hover .icon-w {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.menu-position-top.menu-w .menu-actions {
    order: 3;
    display: flex;
    align-items: center
}

.menu-position-top.menu-w .messages-notifications {
    margin: 0px 1rem;
    position: relative;
    font-size: 24px;
    order: 3
}

.menu-position-top.menu-w .messages-notifications .new-messages-count {
    background-color: #e65252;
    color: #fff;
    border-radius: 6px;
    font-weight: 500;
    position: absolute;
    top: -5px;
    right: -12px;
    padding: 4px 4px;
    vertical-align: middle;
    font-size: .72rem;
    line-height: 1
}

.menu-position-top.menu-w .messages-notifications i {
    vertical-align: middle
}

.menu-position-top.menu-w .top-icon {
    margin: 0px 1rem;
    font-size: 26px;
    order: 2
}

.menu-position-top.menu-w .top-icon i {
    vertical-align: middle
}

.menu-position-top.menu-w ul.main-menu {
    display: flex;
    align-items: flex-start;
    margin-right: auto
}

.menu-position-top.menu-w ul.main-menu>li {
    border-bottom: none
}

.menu-position-top.menu-w .logo-w {
    border-bottom: none
}

.menu-position-top.menu-w.color-scheme-dark .top-icon,
.menu-position-top.menu-w.color-scheme-dark .messages-notifications {
    color: rgba(255, 255, 255, 0.8)
}

.menu-position-top.menu-w.color-style-bright {
    background-image: linear-gradient(to bottom, #1c4cc3 0%, #1c4cc3 100%);
    background-repeat: repeat-x;
    box-shadow: none
}

.menu-position-top.menu-w.color-style-transparent {
    border-bottom-width: 1px
}

.menu-position-top.menu-w.menu-layout-compact .logo-w {
    padding: 10px;
    padding-right: 20px
}

.menu-position-top.menu-w.menu-layout-compact .logo-w .logo {
    white-space: nowrap
}

.menu-position-top.menu-w.menu-layout-compact ul.main-menu {
    padding: 0px 10px
}

.menu-position-top.menu-w.menu-layout-compact ul.main-menu>li {
    border-right: 1px solid rgba(0, 0, 0, 0.05)
}

.menu-position-top.menu-w.menu-layout-compact ul.main-menu>li:last-of-type {
    border-right: 0
}

.menu-position-top.menu-w.menu-layout-compact ul.main-menu>li.has-sub-menu>a {
    padding-right: 25px
}

.menu-position-top.menu-w.menu-layout-compact ul.main-menu>li.has-sub-menu>a:before {
    right: 15px
}

.menu-position-top.menu-w.menu-layout-compact ul.main-menu>li .sub-menu-w .sub-menu-header {
    display: none
}

.menu-position-top.menu-w.menu-layout-compact ul.main-menu>li>a {
    padding: 8px 12px
}

.menu-position-top.menu-w.menu-layout-compact ul.main-menu>li>a:hover .icon-w {
    -webkit-transform: none;
    transform: none
}

.menu-position-top.menu-w.menu-layout-compact ul.main-menu>li>a:hover span {
    -webkit-transform: none;
    transform: none
}

.menu-position-top.menu-w.menu-layout-compact ul.main-menu>li>a:hover:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu-position-top.menu-w.menu-layout-compact ul.main-menu>li.active a:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu-position-top.menu-w.menu-layout-compact ul.main-menu>li .icon-w {
    width: auto
}

.menu-position-top.menu-w.menu-layout-compact ul.main-menu>li span {
    white-space: nowrap
}

.menu-position-top.menu-w.menu-layout-compact.color-scheme-dark ul.main-menu>li,
.menu-position-top.menu-w.menu-layout-compact.color-scheme-bright ul.main-menu>li {
    border-right-color: rgba(255, 255, 255, 0.1)
}

.menu-position-top.menu-w ul.main-menu>li.selected {
    position: static;
    background-color: #fff
}

.menu-position-top.menu-w ul.main-menu>li.selected .icon-w {
    color: #047bf8
}

.menu-position-top.menu-w.selected-menu-color-light ul.main-menu>li.selected {
    border-right-color: rgba(0, 0, 0, 0.05) !important;
    background-color: transparent !important
}

.menu-position-top.menu-w.selected-menu-color-light ul.main-menu>li.selected>a {
    background-color: #fff
}

.menu-position-top.menu-w.selected-menu-color-light ul.main-menu>li.selected>a:before {
    color: #3E4B5B
}

.menu-position-top.menu-w.selected-menu-color-light ul.main-menu>li.selected>a .icon-w {
    color: #047bf8 !important
}

.menu-position-top.menu-w.selected-menu-color-light ul.main-menu>li.selected>a span {
    color: #3E4B5B
}

.menu-position-top.menu-w.selected-menu-color-dark ul.main-menu>li.selected {
    border-right-color: #323c58
}

.menu-position-top.menu-w.selected-menu-color-dark ul.main-menu>li.selected>a {
    background-color: #323c58
}

.menu-position-top.menu-w.selected-menu-color-dark ul.main-menu>li.selected>a .icon-w {
    color: #fff !important
}

.menu-position-top.menu-w.selected-menu-color-dark ul.main-menu>li.selected>a span {
    color: #fff
}

.menu-position-top.menu-w.selected-menu-color-dark ul.main-menu>li.selected>a:before {
    color: #fff
}

.menu-position-top.menu-w.selected-menu-color-bright ul.main-menu>li.selected {
    border-right-color: #1b55e2
}

.menu-position-top.menu-w.selected-menu-color-bright ul.main-menu>li.selected>a {
    background-color: #1b55e2
}

.menu-position-top.menu-w.selected-menu-color-bright ul.main-menu>li.selected>a .icon-w {
    color: #fff !important
}

.menu-position-top.menu-w.selected-menu-color-bright ul.main-menu>li.selected>a span {
    color: #fff
}

.menu-position-top.menu-w.selected-menu-color-bright ul.main-menu>li.selected>a:before {
    color: #fff
}

.menu-position-top.menu-w.menu-with-image {
    background-image: linear-gradient(to bottom, rgba(21, 32, 70, 0.1) 0%, rgba(16, 20, 41, 0.2) 75%, rgba(14, 21, 53, 0.65) 100%);
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    flex-wrap: wrap;
    padding-top: 5px;
    border-bottom: none;
    box-shadow: none
}

.menu-position-top.menu-w.menu-with-image .top-icon>[class^=icon-],
.menu-position-top.menu-w.menu-with-image .messages-notifications>[class^=icon-] {
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1)
}

.menu-position-top.menu-w.menu-with-image .logo-w {
    padding-left: 20px
}

.menu-position-top.menu-w.menu-with-image ul.main-menu {
    order: 6;
    margin-top: 20px;
    flex: 0 0 100%
}

.menu-position-top.menu-w.menu-with-image ul.main-menu .icon-w {
    color: #fff
}

.menu-position-top.menu-w.menu-with-image .menu-page-header {
    display: block;
    flex: 0 0 100%;
    padding: 30px 20px;
    margin-bottom: 0px;
    order: 5;
    margin-top: 30px;
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2)
}

.menu-position-top.menu-w.menu-with-image h1.menu-page-header {
    font-size: 3.25rem
}

.menu-position-top.menu-w.menu-with-image.color-scheme-light {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.85) 100%)
}

.menu-position-top.menu-w.menu-with-image.color-scheme-light .top-icon>[class^=icon-],
.menu-position-top.menu-w.menu-with-image.color-scheme-light .messages-notifications>[class^=icon-] {
    color: #047bf8;
    text-shadow: none
}

.menu-position-top.menu-w.menu-with-image.color-scheme-light .logo-w .logo-label {
    color: #fff
}

.menu-position-top.menu-w.menu-with-image.color-scheme-light ul.main-menu .icon-w {
    color: #047bf8
}

.menu-mobile {
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    position: relative;
    display: none
}

.menu-mobile .mm-logo-buttons-w {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem
}

.menu-mobile .mm-logo-buttons-w .mm-logo {
    vertical-align: middle;
    text-align: left;
    text-decoration: none
}

.menu-mobile .mm-logo-buttons-w .mm-logo img {
    width: 40px;
    display: inline-block
}

.menu-mobile .mm-logo-buttons-w .mm-logo span {
    display: inline-block;
    color: #3E4B5B;
    margin-left: 1rem;
    font-size: 2rem;
    font-weight: 500
}

.menu-mobile .mm-logo-buttons-w .mm-logo:hover {
    text-decoration: none
}

.menu-mobile .mm-logo-buttons-w .mm-buttons {
    display: flex
}

.menu-mobile .mm-logo-buttons-w .content-panel-open {
    display: none;
    font-size: 18px;
    cursor: pointer;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #047bf8
}

.menu-mobile .mm-logo-buttons-w .mobile-menu-trigger {
    vertical-align: middle;
    text-align: right;
    font-size: 2rem;
    cursor: pointer;
    color: #047bf8
}

.menu-mobile .menu-and-user {
    display: none;
    padding-bottom: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.menu-mobile ul.main-menu {
    list-style: none;
    padding: 10px 1rem;
    margin-bottom: 0px
}

.menu-mobile ul.main-menu>li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.menu-mobile ul.main-menu>li:last-child {
    border-bottom: none
}

.menu-mobile ul.main-menu>li>a {
    color: #3E4B5B;
    display: flex;
    align-items: center;
    position: relative
}

.menu-mobile ul.main-menu>li>a:focus {
    text-decoration: none
}

.menu-mobile ul.main-menu>li>a:hover {
    text-decoration: none
}

@media (min-width: 1025px) {
    .menu-mobile ul.main-menu>li>a:hover .icon-w {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    .menu-mobile ul.main-menu>li>a:hover span {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
}

.menu-mobile ul.main-menu>li .icon-w {
    color: #0073ff;
    font-size: 4vh;
    display: block;
    padding: 1rem;
    width: 80px;
    text-align: center;
    transition: all 0.2s ease
}

.menu-mobile ul.main-menu>li span {
    padding: 1rem;
    display: block;
    flex: 1;
    transition: all 0.2s ease
}

.menu-mobile ul.main-menu>li .icon-w+span {
    padding-left: 3vw;
    font-size: 4vw
}

.menu-mobile.color-scheme-dark {
    background-image: linear-gradient(to bottom, #3D4D75 0%, #31395B 100%);
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #1c4cc3 0%, #1c2e7b 100%);
    background-repeat: repeat-x;
    color: rgba(255, 255, 255, 0.9)
}

.menu-mobile.color-scheme-dark ul.main-menu .icon-w {
    color: #babed0
}

.menu-mobile.color-scheme-dark ul.main-menu>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.menu-mobile.color-scheme-dark ul.main-menu>li>a {
    color: #fff
}

.menu-mobile.color-scheme-dark ul.main-menu>li>a:before {
    color: #fff
}

.menu-mobile.color-scheme-dark .mm-logo-buttons-w {
    border-bottom-color: rgba(255, 255, 255, 0.05)
}

.menu-mobile.color-scheme-dark .mm-logo-buttons-w span {
    color: #fff
}

.menu-mobile.color-scheme-dark .mm-logo-buttons-w .content-panel-open {
    border-right-color: rgba(255, 255, 255, 0.1)
}

.menu-mobile.color-scheme-dark .mm-logo-buttons-w .content-panel-open,
.menu-mobile.color-scheme-dark .mm-logo-buttons-w .mobile-menu-trigger {
    color: #fff
}

@supports ((position: -webkit-sticky) or (position: sticky)) or (position: -webkit-sticky) {
    .sticky_header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 500;
        border-radius: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 12px rgba(126, 142, 177, 0.2)
    }
}

.element-wrapper {
    padding-bottom: 3rem
}

.element-wrapper .btn+.btn,
.element-wrapper .all-wrapper .fc-button+.btn,
.all-wrapper .element-wrapper .fc-button+.btn,
.element-wrapper .all-wrapper .btn+.fc-button,
.all-wrapper .element-wrapper .btn+.fc-button,
.element-wrapper .all-wrapper .fc-button+.fc-button,
.all-wrapper .element-wrapper .fc-button+.fc-button {
    margin-left: 1rem
}

.element-wrapper.compact {
    padding-bottom: 2rem
}

.element-wrapper.folded {
    padding-bottom: 2rem
}

.element-wrapper.folded .element-header {
    margin-bottom: 0px
}

.element-wrapper .element-info {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.element-wrapper .element-info .element-info-with-icon {
    margin-bottom: 0px
}

.element-wrapper .element-info-with-icon {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

.element-wrapper .element-info-with-icon .element-info-icon {
    flex: 0 0 70px;
    color: #047bf8;
    font-size: 30px
}

.element-wrapper .element-info-with-icon.smaller .element-info-icon {
    flex: 0 0 50px;
    font-size: 20px
}

.element-wrapper .element-info-with-icon.smaller .element-info-text .element-inner-header {
    margin-bottom: 0px
}

.element-wrapper .element-actions {
    float: right;
    position: relative;
    z-index: 2;
    margin-top: -0.2rem
}

.element-wrapper .element-actions select.form-control-sm,
.element-wrapper .element-actions .input-group-sm>select.form-control,
.element-wrapper .element-actions .input-group-sm>.input-group-prepend>select.input-group-text,
.element-wrapper .element-actions .input-group-sm>.input-group-append>select.input-group-text,
.element-wrapper .element-actions .input-group-sm>.input-group-prepend>select.btn,
.element-wrapper .element-actions .all-wrapper .input-group-sm>.input-group-prepend>select.fc-button,
.all-wrapper .element-wrapper .element-actions .input-group-sm>.input-group-prepend>select.fc-button,
.element-wrapper .element-actions .input-group-sm>.input-group-append>select.btn,
.element-wrapper .element-actions .all-wrapper .input-group-sm>.input-group-append>select.fc-button,
.all-wrapper .element-wrapper .element-actions .input-group-sm>.input-group-append>select.fc-button,
.element-wrapper .element-actions input.form-control-sm,
.element-wrapper .element-actions .input-group-sm>input.form-control,
.element-wrapper .element-actions .input-group-sm>.input-group-prepend>input.input-group-text,
.element-wrapper .element-actions .input-group-sm>.input-group-append>input.input-group-text,
.element-wrapper .element-actions .input-group-sm>.input-group-prepend>input.btn,
.element-wrapper .element-actions .all-wrapper .input-group-sm>.input-group-prepend>input.fc-button,
.all-wrapper .element-wrapper .element-actions .input-group-sm>.input-group-prepend>input.fc-button,
.element-wrapper .element-actions .input-group-sm>.input-group-append>input.btn,
.element-wrapper .element-actions .all-wrapper .input-group-sm>.input-group-append>input.fc-button,
.all-wrapper .element-wrapper .element-actions .input-group-sm>.input-group-append>input.fc-button {
    height: 1.75rem
}

.element-wrapper .element-actions .form-control+.form-control {
    margin-left: 10px
}

.element-wrapper .element-actions .btn+.btn,
.element-wrapper .element-actions .all-wrapper .fc-button+.btn,
.all-wrapper .element-wrapper .element-actions .fc-button+.btn,
.element-wrapper .element-actions .all-wrapper .btn+.fc-button,
.all-wrapper .element-wrapper .element-actions .btn+.fc-button,
.element-wrapper .element-actions .all-wrapper .fc-button+.fc-button,
.all-wrapper .element-wrapper .element-actions .fc-button+.fc-button {
    margin-left: 10px
}

.element-wrapper .element-actions label {
    margin-right: 7px;
    color: rgba(90, 99, 126, 0.49)
}

.element-wrapper .element-actions.actions-only {
    margin-top: 0px
}

.element-wrapper .element-actions .element-action {
    text-decoration: none;
    color: rgba(90, 99, 126, 0.49)
}

.element-wrapper .element-actions .element-action:hover {
    color: #3E4B5B
}

.element-wrapper .element-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1
}

.element-wrapper .element-header:after {
    content: "";
    background-color: #047bf8;
    width: 25px;
    height: 4px;
    border-radius: 0px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px
}

.element-wrapper .element-inner-header {
    margin-bottom: 0.5rem;
    margin-top: 0px;
    display: block
}

.element-wrapper .element-inner-desc {
    color: #999;
    font-weight: 300;
    font-size: .81rem;
    display: block
}

.element-wrapper .element-search {
    position: relative
}

.element-wrapper .element-search:before {
    font-family: 'osfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 15px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    content: "\e92c";
    color: rgba(0, 0, 0, 0.2)
}

.element-wrapper .element-search input {
    border: none;
    box-shadow: none;
    background-color: #f1f1f1;
    border-radius: 30px;
    padding: 10px 15px 10px 50px;
    display: block;
    width: 100%;
    outline: none
}

.element-wrapper .element-search input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3)
}

.element-wrapper .element-search input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3)
}

.element-wrapper .element-search input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3)
}

.element-wrapper .element-search input::placeholder {
    color: rgba(0, 0, 0, 0.3)
}

.box-style,
.element-box,
.invoice-w,
.big-error-w,
.activity-boxes-w .activity-box,
.post-box {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12)
}

.element-box,
.invoice-w,
.big-error-w {
    padding: 1.5rem 2rem;
    margin-bottom: 1rem
}

.element-box.less-padding,
.less-padding.invoice-w,
.less-padding.big-error-w {
    padding: 1rem
}

.element-box .os-tabs-controls,
.invoice-w .os-tabs-controls,
.big-error-w .os-tabs-controls {
    margin-left: -2rem;
    margin-right: -2rem
}

.element-box .os-tabs-controls .nav,
.invoice-w .os-tabs-controls .nav,
.big-error-w .os-tabs-controls .nav {
    padding-left: 2rem;
    padding-right: 2rem
}

.element-box .centered-header,
.invoice-w .centered-header,
.big-error-w .centered-header {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 1rem
}

.element-box .element-box-header,
.invoice-w .element-box-header,
.big-error-w .element-box-header {
    color: #046fdf;
    margin-bottom: 1rem
}

.element-box-content+.form-header {
    margin-top: 2rem
}

.element-box+.element-box,
.invoice-w+.element-box,
.big-error-w+.element-box,
.element-box+.invoice-w,
.invoice-w+.invoice-w,
.big-error-w+.invoice-w,
.element-box+.big-error-w,
.invoice-w+.big-error-w,
.big-error-w+.big-error-w {
    margin-top: 2rem
}

.element-box-tp .input-search-w,
.element-box .input-search-w,
.invoice-w .input-search-w,
.big-error-w .input-search-w {
    margin-bottom: 1rem
}

.el-tablo {
    display: block
}

.el-tablo:not(.centered) {
    padding-right: 5px
}

.el-tablo .label {
    display: block;
    font-size: .63rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: 1px
}

.el-tablo .value {
    font-size: 2.43rem;
    font-weight: 500;
    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle
}

.el-tablo .trending {
    padding: 3px 10px;
    border-radius: 30px;
    display: inline-block;
    font-size: .81rem;
    vertical-align: middle;
    margin-left: 10px
}

.el-tablo .trending .os-icon {
    margin-left: 2px;
    vertical-align: middle;
    font-size: 14px
}

.el-tablo .trending span {
    display: inline-block;
    vertical-align: middle
}

.el-tablo .trending-up {
    color: #fff;
    background-color: #24b314
}

.el-tablo .trending-down {
    color: #fff;
    background-color: #e65252
}

.el-tablo .trending-up-basic {
    color: #24b314;
    padding: 0px
}

.el-tablo .trending-down-basic {
    color: #e65252;
    padding: 0px
}

.el-tablo.trend-in-corner {
    position: relative
}

.el-tablo.trend-in-corner .trending {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 4px;
    border-radius: 4px;
    line-height: 1.2;
    font-size: .63rem
}

.el-tablo.trend-in-corner .trending i {
    font-size: 12px
}

.el-tablo.centered {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px
}

.el-tablo.centered.padded {
    padding-left: 10px;
    padding-right: 10px
}

.el-tablo.padded {
    padding: 2rem
}

.el-tablo.bigger .value {
    font-size: 3.33rem
}

.el-tablo.bigger .label {
    font-size: .9rem
}

.el-tablo.smaller .value {
    font-size: 1.71rem
}

.el-tablo.smaller .label {
    font-size: .63rem;
    letter-spacing: 2px
}

.el-tablo.smaller.trend-in-corner .trending {
    top: 3px;
    right: 3px
}

.el-tablo.highlight .value {
    color: #047bf8
}

.el-tablo.bold-label .label {
    text-transform: none;
    font-size: .99rem;
    letter-spacing: 0px
}

a.el-tablo {
    text-decoration: none;
    display: block;
    color: #3E4B5B;
    transition: all 0.25s ease
}

a.el-tablo .value {
    transition: all 0.25s ease
}

a.el-tablo .label {
    transition: all 0.25s ease
}

a.el-tablo:hover {
    -webkit-transform: translateY(-5px) scale(1.02);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0px 5px 12px rgba(126, 142, 177, 0.2)
}

a.el-tablo:hover .value {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #047bf8
}

a.el-tablo:hover .label {
    color: #3395fc
}

a.el-tablo:hover.centered .value {
    -webkit-transform: scale(1.1) translateY(-3px);
    transform: scale(1.1) translateY(-3px)
}

a.el-tablo:hover .label {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.el-buttons-list .btn,
.el-buttons-list .all-wrapper .fc-button,
.all-wrapper .el-buttons-list .fc-button {
    margin: 0px;
    margin-bottom: 0.5rem
}

.el-buttons-list .btn+.btn,
.el-buttons-list .all-wrapper .fc-button+.btn,
.all-wrapper .el-buttons-list .fc-button+.btn,
.el-buttons-list .all-wrapper .btn+.fc-button,
.all-wrapper .el-buttons-list .btn+.fc-button,
.el-buttons-list .all-wrapper .fc-button+.fc-button,
.all-wrapper .el-buttons-list .fc-button+.fc-button {
    margin-left: 0px
}

.el-buttons-list.full-width .btn,
.el-buttons-list.full-width .all-wrapper .fc-button,
.all-wrapper .el-buttons-list.full-width .fc-button {
    display: block
}

.el-tablo+.el-chart-w {
    margin-top: 1rem
}

.el-chart-w {
    position: relative;
    text-align: center
}

.el-chart-w .inside-donut-chart-label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: .63rem;
    text-transform: uppercase;
    z-index: 1
}

.el-chart-w .inside-donut-chart-label strong {
    display: block;
    font-size: 1.98rem;
    line-height: 1.1
}

.el-chart-w .inside-donut-chart-label span {
    display: block;
    color: rgba(0, 0, 0, 0.4)
}

.el-chart-w canvas {
    position: relative;
    z-index: 2;
    max-width: 100%
}

.el-chart-w+.el-legend {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.5rem;
    margin-top: 2rem
}

.el-legend .legend-value-w {
    margin-bottom: 0.5rem
}

.el-legend.condensed {
    margin-top: 15px
}

.el-legend.condensed .legend-value-w {
    white-space: nowrap
}

.el-legend.condensed .legend-value-w .legend-pin {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 2px
}

.el-legend .legend-pin {
    width: 10px;
    height: 10px;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.7rem
}

.el-legend .legend-pin.legend-pin-squared {
    border-radius: 0px;
    width: 7px;
    height: 7px
}

.el-legend .legend-value {
    display: inline-block;
    vertical-align: middle
}

.el-legend .legend-value span {
    display: block;
    line-height: 1
}

.el-legend .legend-value .legend-sub-value {
    color: rgba(90, 99, 126, 0.49);
    font-size: .63rem
}

.profile-tile {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.profile-tile .profile-tile-box {
    width: 110px;
    text-align: center;
    border-radius: 6px;
    padding: 1.2rem 0.5rem 0.5rem;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    text-decoration: none;
    color: #3E4B5B;
    transition: all 0.25s ease;
    display: block
}

.profile-tile .profile-tile-box:hover {
    -webkit-transform: translateY(-5px) scale(1.02);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0px 5px 12px rgba(126, 142, 177, 0.2)
}

.profile-tile .profile-tile-box.faded {
    background-color: #E9ECF3;
    border: 1px dashed #ACBEDA;
    box-shadow: none
}

.profile-tile .pt-avatar-w {
    display: inline-block;
    border-radius: 50px;
    overflow: hidden
}

.profile-tile .pt-avatar-w img {
    width: 60px;
    height: auto
}

.profile-tile .pt-user-name {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    font-size: .63rem;
    text-transform: uppercase
}

.profile-tile .pt-new-icon {
    background-color: #047bf8;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    line-height: 1;
    height: 35px;
    width: 35px;
    margin-bottom: 10px
}

.profile-tile .pt-new-icon i {
    line-height: 35px;
    display: inline-block;
    vertical-align: middle
}

.profile-tile .profile-tile-meta {
    flex: 1;
    padding-left: 30px
}

.profile-tile .profile-tile-meta ul {
    list-style: none;
    font-size: .63rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    margin: 0px;
    padding: 0px
}

.profile-tile .profile-tile-meta ul li {
    margin-bottom: 3px
}

.profile-tile .profile-tile-meta ul strong {
    color: #3E4B5B;
    margin-left: 5px
}

.profile-tile .profile-tile-meta ul strong a {
    color: #3E4B5B;
    text-decoration: none;
    border-bottom: 1px solid #3E4B5B
}

.profile-tile .pt-btn {
    margin-top: 10px
}

.inline-profile-tiles .profile-tile {
    flex: 0 1 130px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom: none;
    padding: 0px
}

.inline-profile-tiles .profile-tile .pt-avatar-w img {
    width: 40px;
    height: auto
}

.inline-profile-tiles .profile-tile .profile-tile-box {
    display: block;
    width: 100%;
    padding: 15px;
    padding-bottom: 10px
}

.inline-profile-tiles .profile-tile .pt-user-name {
    border-top: none;
    padding-top: 0px;
    text-transform: none;
    font-size: .9rem;
    line-height: 1.2;
    margin-top: 5px
}

.status-pill {
    width: 12px;
    height: 12px;
    border-radius: 30px;
    background-color: #eee;
    display: inline-block;
    vertical-align: middle
}

.status-pill.yellow {
    background-color: #f8bc34
}

.status-pill.red {
    background-color: #c21a1a
}

.status-pill.green {
    background-color: #71c21a
}

.status-pill.smaller {
    width: 8px;
    height: 8px
}

.status-pill+span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle
}

.users-list-w .user-w {
    display: flex;
    padding: 12px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    align-items: center;
    justify-content: space-between
}

.users-list-w .user-w .user-avatar-w {
    width: 50px
}

.users-list-w .user-w .user-avatar-w .user-avatar {
    border-radius: 40px;
    overflow: hidden
}

.users-list-w .user-w .user-avatar-w .user-avatar img {
    max-width: 100%;
    height: auto
}

.users-list-w .user-w.with-status .user-avatar-w {
    position: relative
}

.users-list-w .user-w.with-status .user-avatar-w:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 3px #fff
}

.users-list-w .user-w.with-status.status-green .user-avatar-w:before {
    background-color: #24b314
}

.users-list-w .user-w.with-status.status-red .user-avatar-w:before {
    background-color: #e65252
}

.users-list-w .user-w .user-name {
    padding-left: 20px;
    flex: 1
}

.users-list-w .user-w .user-title {
    margin-bottom: 4px
}

.users-list-w .user-w .user-role {
    font-size: .63rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4)
}

.users-list-w .user-w .user-action {
    width: 50px;
    color: #047bf8;
    font-size: 18px
}

.os-tabs-controls {
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between
}

.os-tabs-controls .nav-pills {
    align-items: center;
    border-bottom: 1px solid #dee2e6
}

.os-tabs-controls .nav-tabs {
    flex: 1
}

.os-tabs-controls.os-tabs-complex .nav-tabs {
    align-items: stretch
}

.os-tabs-controls.os-tabs-complex .nav-item {
    white-space: nowrap;
    margin-right: 0px
}

.os-tabs-controls.os-tabs-complex .nav-item.nav-actions {
    margin-left: auto
}

.os-tabs-controls.os-tabs-complex .nav-item .btn,
.os-tabs-controls.os-tabs-complex .nav-item .all-wrapper .fc-button,
.all-wrapper .os-tabs-controls.os-tabs-complex .nav-item .fc-button {
    margin-left: 10px
}

.os-tabs-controls.os-tabs-complex .nav-item .nav-link {
    color: #3E4B5B;
    opacity: 0.6;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0px;
    padding: 8px 20px;
    margin-right: 0px
}

.os-tabs-controls.os-tabs-complex .nav-item .nav-link span {
    display: inline-block;
    vertical-align: middle;
    font-size: .9rem
}

.os-tabs-controls.os-tabs-complex .nav-item .nav-link span.badge {
    font-size: .72rem;
    padding: 3px 5px
}

.os-tabs-controls.os-tabs-complex .nav-item .nav-link span.badge span {
    font-size: .72rem
}

.os-tabs-controls.os-tabs-complex .nav-item .nav-link.active {
    opacity: 1
}

.os-tabs-controls.os-tabs-complex .nav-item .nav-link.active .tab-label {
    font-size: 1.26rem;
    line-height: 1.25
}

.os-tabs-controls.os-tabs-complex .nav-item .nav-link .tab-label {
    display: inline-block;
    margin-right: 10px;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.08rem;
    vertical-align: middle;
    transition: all 0.2s ease
}

.os-tabs-controls.os-tabs-complex .nav-item .nav-link .tab-value {
    display: inline-block;
    color: #047bf8;
    margin-right: 10px;
    text-transform: none;
    letter-spacing: normal;
    vertical-align: middle
}

.os-tabs-controls.os-tabs-complex .nav-item .nav-link .badge {
    display: inline-block;
    vertical-align: middle;
    font-size: .72rem;
    letter-spacing: normal
}

.os-tabs-controls.os-tabs-complex .nav-item .nav-link .badge i[class^=icon-] {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-right: 3px
}

.os-tabs-controls.os-tabs-complex .nav-item .nav-link .badge span {
    display: inline-block;
    vertical-align: middle;
    font-size: .72rem
}

.activity-boxes-w .activity-box-w {
    display: flex;
    align-items: center;
    padding: 0.8rem 0px;
    position: relative
}

.activity-boxes-w .activity-box-w:before {
    content: "";
    display: block;
    width: 3px;
    background-color: #c0cadd;
    top: 0px;
    bottom: 0px;
    left: 75px;
    position: absolute
}

.activity-boxes-w .activity-box-w:after {
    content: "";
    display: block;
    width: 20px;
    background-color: #c0cadd;
    top: 50%;
    height: 1px;
    left: 80px;
    position: absolute;
    z-index: 1
}

.activity-boxes-w .activity-box-w:first-child:before {
    top: 50%
}

.activity-boxes-w .activity-box-w:last-child:before {
    bottom: 50%
}

.activity-boxes-w .activity-time {
    flex: 0 0 100px;
    font-size: .63rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    text-align: right;
    padding-right: 40px
}

.activity-boxes-w .activity-box {
    padding: 0.8rem;
    display: flex;
    flex: 1;
    position: relative;
    align-items: center
}

.activity-boxes-w .activity-box:before {
    position: absolute;
    top: 50%;
    left: -30px;
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #60769f;
    background-color: #f2f4f8;
    border-radius: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.activity-boxes-w .activity-avatar {
    width: 50px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 1.1rem
}

.activity-boxes-w .activity-avatar img {
    max-width: 100%;
    height: auto
}

.activity-boxes-w .activity-info {
    flex: 1
}

.activity-boxes-w .activity-role {
    font-size: .63rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 0.2rem
}

.activity-boxes-w .activity-title {
    font-size: .63rem;
    text-transform: uppercase;
    display: block
}

.note-box {
    padding: 15%;
    background-color: #F8ECC7;
    margin-bottom: 2rem
}

.note-box .note-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
    margin-bottom: 1rem
}

.note-box .note-content {
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6);
    font-size: .81rem
}

.step-contents .step-content {
    padding: 0px 5%;
    display: none
}

.step-contents .step-content.active {
    display: block
}

.step-triggers {
    display: flex;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.step-triggers .step-trigger {
    padding-bottom: 1rem;
    flex: 1;
    text-align: center;
    font-size: 1.08rem;
    color: rgba(0, 0, 0, 0.3);
    position: relative;
    transition: all 0.4s ease
}

.step-triggers .step-trigger:focus {
    text-decoration: none
}

.step-triggers .step-trigger:hover {
    text-decoration: none;
    color: #3E4B5B;
    cursor: pointer
}

.step-triggers .step-trigger:before {
    position: absolute;
    content: "";
    height: 4px;
    background-color: #047bf8;
    left: 0px;
    right: 100%;
    bottom: -2px;
    transition: all 0.4s ease
}

.step-triggers .step-trigger.complete:before {
    right: 0px
}

.step-triggers .step-trigger.active {
    color: #3E4B5B
}

.step-triggers .step-trigger.active:before {
    right: 0px
}

.invoice-w {
    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    max-width: 800px;
    position: relative;
    overflow: hidden;
    padding: 100px;
    padding-bottom: 20px
}

.invoice-w:before {
    width: 140%;
    height: 450px;
    background-color: #faf9f3;
    position: absolute;
    top: -15%;
    left: -24%;
    -webkit-transform: rotate(-27deg);
    transform: rotate(-27deg);
    content: "";
    z-index: 1
}

.invoice-w .infos {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between
}

.invoice-w .infos .info-1 {
    font-size: 1.08rem
}

.invoice-w .infos .info-1 .company-name {
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
    margin-top: 10px
}

.invoice-w .infos .info-1 .company-extra {
    font-size: .81rem;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 1rem
}

.invoice-w .infos .info-2 {
    padding-top: 140px;
    text-align: right
}

.invoice-w .infos .info-2 .company-name {
    margin-bottom: 1rem;
    font-size: 1.26rem
}

.invoice-w .infos .info-2 .company-address {
    color: rgba(0, 0, 0, 0.6)
}

.invoice-w .terms {
    font-size: .81rem;
    margin-top: 2.5rem
}

.invoice-w .terms .terms-header {
    font-size: .9rem;
    margin-bottom: 10px
}

.invoice-w .terms .terms-content {
    color: rgba(0, 0, 0, 0.4)
}

.invoice-table thead th {
    border-bottom: 2px solid #333
}

.invoice-table tbody tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.invoice-table tbody tr:last-child td {
    padding-bottom: 40px
}

.invoice-table tfoot tr td {
    border-top: 3px solid #333;
    font-size: 1.26rem
}

.invoice-heading {
    margin-bottom: 4rem;
    margin-top: 7rem;
    position: relative;
    z-index: 2
}

.invoice-heading h3 {
    margin-bottom: 0px
}

.invoice-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    margin-top: 6rem
}

.invoice-footer .invoice-logo img {
    vertical-align: middle;
    height: 20px;
    width: auto;
    display: inline-block
}

.invoice-footer .invoice-logo span {
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block
}

.invoice-footer .invoice-info span {
    display: inline-block
}

.invoice-footer .invoice-info span+span {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1)
}

.invoice-body {
    display: flex
}

.invoice-body .invoice-desc {
    flex: 0 1 250px;
    font-size: 1.17rem
}

.big-error-w {
    width: 450px;
    text-align: center;
    padding: 50px;
    margin: 0px auto;
    margin-top: 100px
}

.big-error-w h1 {
    font-size: 4.75rem;
    margin-bottom: 0px
}

.big-error-w h5 {
    color: #047bf8;
    margin-bottom: 3rem
}

.big-error-w h4 {
    margin-bottom: 0px
}

.big-error-w form {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.5rem;
    margin-top: 1.5rem
}

.auth-box-w {
    max-width: 450px;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1)
}

.auth-box-w.wider {
    max-width: 500px
}

.auth-box-w .logged-user-w {
    padding-top: 0px;
    padding-bottom: 10px
}

.auth-box-w .logo-w {
    text-align: center;
    padding: 20%
}

.auth-box-w .auth-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
    padding-left: 80px
}

.auth-box-w .auth-header:after {
    content: "";
    background-color: #047bf8;
    width: 32px;
    height: 7px;
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: -4px;
    left: 80px
}

.auth-box-w form {
    padding: 20px 80px;
    padding-bottom: 60px
}

.auth-box-w form .form-check-inline {
    margin-left: 1rem
}

.auth-box-w form .form-group {
    position: relative
}

.auth-box-w form .form-group .pre-icon {
    position: absolute;
    bottom: 5px;
    font-size: 24px;
    color: #047bf8;
    left: -38px
}

.auth-box-w .buttons-w {
    padding-top: 1rem;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05)
}

.auth-box-w.centered {
    text-align: center
}

.auth-box-w.centered .auth-header {
    padding-left: 0px
}

.auth-box-w.centered .auth-header:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
}

.timed-activities {
    margin-bottom: 1rem
}

.timed-activity {
    display: flex;
    margin-bottom: 2rem;
    font-size: 1.08rem
}

.timed-activity .ta-date {
    flex: 0 0 130px;
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    text-align: center
}

.timed-activity .ta-date span {
    position: relative;
    display: inline-block
}

.timed-activity .ta-date span:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -30px;
    width: 16px;
    height: 16px;
    border: 3px solid #C76DC8;
    border-radius: 8px;
    background-color: #fff
}

.timed-activity .ta-date:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
    width: 1px;
    top: 70px;
    background-color: rgba(0, 0, 0, 0.1)
}

.timed-activity .ta-record-w {
    padding-left: 40px
}

.timed-activity .ta-record {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start
}

.timed-activity .ta-timestamp {
    position: relative;
    padding-right: 40px;
    color: rgba(0, 0, 0, 0.4);
    width: 110px;
    white-space: nowrap
}

.timed-activity .ta-timestamp strong {
    color: #3E4B5B
}

.timed-activity .ta-timestamp:after {
    content: '\e910';
    font-family: 'osfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0, 0, 0, 0.3);
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    display: block
}

.timed-activity .ta-activity a {
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px solid #047bf8
}

.timed-activity .ta-activity a:hover {
    text-decoration: none;
    color: #024994;
    border-bottom-color: #024994
}

.timed-activities.compact .timed-activity {
    display: block;
    padding-left: 30px;
    position: relative
}

.timed-activities.compact .timed-activity:before {
    position: absolute;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0px;
    top: 45px;
    content: "";
    left: 8px
}

.timed-activities.compact .timed-activity .ta-date {
    flex: 0;
    text-align: left;
    margin-bottom: 1.5rem
}

.timed-activities.compact .timed-activity .ta-date:before {
    display: none
}

.timed-activities.compact .timed-activity .ta-date span:after {
    left: -30px;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.timed-activities.compact .timed-activity .ta-record-w {
    padding-left: 20px
}

.timed-activities.compact .timed-activity .ta-record {
    display: block
}

.timed-activities.compact .timed-activity .ta-timestamp {
    font-size: .81rem;
    margin-bottom: 5px
}

.timed-activities.compact .timed-activity .ta-timestamp:after {
    right: auto;
    left: -20px;
    font-size: 8px
}

.timed-activities.compact .timed-activity .ta-activity {
    font-size: .9rem;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.os-progress-bar {
    margin-bottom: 1rem
}

.os-progress-bar .bar-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px
}

.os-progress-bar .bar-labels span {
    font-size: .72rem
}

.os-progress-bar .bar-labels span.bigger {
    font-size: .99rem
}

.os-progress-bar .bar-label-left span {
    margin-right: 5px
}

.os-progress-bar .bar-label-left span.positive {
    color: #619B2E
}

.os-progress-bar .bar-label-left span.negative {
    color: #D83536
}

.os-progress-bar .bar-label-right span {
    margin-left: 5px
}

.os-progress-bar .bar-label-right span.info {
    color: #456CF9
}

.os-progress-bar .bar-level-1,
.os-progress-bar .bar-level-2,
.os-progress-bar .bar-level-3 {
    border-radius: 12px;
    height: 6px
}

.os-progress-bar.blue .bar-level-1,
.os-progress-bar.primary .bar-level-1 {
    background-color: #F2F2F2
}

.os-progress-bar.blue .bar-level-2,
.os-progress-bar.primary .bar-level-2 {
    background-color: #65affd
}

.os-progress-bar.blue .bar-level-3,
.os-progress-bar.primary .bar-level-3 {
    background-color: #0362c6
}

.os-progress-bar.warning .bar-level-1 {
    background-color: #F2F2F2
}

.os-progress-bar.warning .bar-level-2 {
    background-color: #fcebb8
}

.os-progress-bar.warning .bar-level-3 {
    background-color: #f9d66f
}

.os-progress-bar.danger .bar-level-1 {
    background-color: #F2F2F2
}

.os-progress-bar.danger .bar-level-2 {
    background-color: #f7acac
}

.os-progress-bar.danger .bar-level-3 {
    background-color: #f16666
}

.os-progress-bar.success .bar-level-1 {
    background-color: #F2F2F2
}

.os-progress-bar.success .bar-level-2 {
    background-color: #c2f2ae
}

.os-progress-bar.success .bar-level-3 {
    background-color: #90e86c
}

.os-progress-bar.info .bar-level-1 {
    background-color: #F2F2F2
}

.os-progress-bar.info .bar-level-2 {
    background-color: #9fd9f7
}

.os-progress-bar.info .bar-level-3 {
    background-color: #58bef1
}

.os-progress-bar.floated {
    float: right;
    width: 220px
}

.element-balances {
    display: flex;
    padding: 20px 0px;
    justify-content: space-around
}

.element-balances .balance {
    padding: 10px 20px
}

.element-balances .balance+.balance {
    border-left: 1px solid rgba(0, 0, 0, 0.03)
}

.element-balances .balance-title {
    color: rgba(90, 99, 126, 0.49);
    font-size: 1.08rem
}

.element-balances .balance-value {
    font-size: 2.07rem;
    font-weight: 500;
    color: #303a46;
    white-space: nowrap
}

.element-balances .balance-value.danger {
    color: #b71b1b
}

.element-balances .balance-value span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1
}

.element-balances .balance-value i {
    line-height: 1.1
}

.element-balances .balance-value .balance-value-success {
    color: #24b314
}

.element-balances span.trending {
    padding: 3px 10px;
    border-radius: 30px;
    display: inline-block;
    font-size: .99rem;
    vertical-align: middle;
    margin-left: 10px
}

.element-balances span.trending .os-icon {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 14px
}

.element-balances span.trending span {
    display: inline-block;
    vertical-align: middle
}

.element-balances span.trending-up {
    color: #fff;
    background-color: #24b314
}

.element-balances span.trending-down {
    color: #fff;
    background-color: #e65252
}

.element-balances span.trending-up-basic {
    color: #24b314;
    padding: 0px
}

.element-balances span.trending-down-basic {
    color: #e65252;
    padding: 0px
}

.element-balances .balance.balance-v2 {
    padding-top: 0px
}

.element-balances .balance.balance-v2:first-child {
    padding-left: 0px
}

.element-balances .balance.balance-v2 .balance-title {
    color: #047bf8
}

.element-balances .balance.balance-v2 .balance-value {
    font-size: 2.88rem;
    line-height: 1
}

.cta-w {
    border-radius: 6px;
    position: relative
}

.cta-w.purple {
    background-image: url("../img/cta-pattern-light.png"), linear-gradient(-180deg, #4B72FA 0%, #934BFA 100%);
    background-size: cover;
    color: #fff
}

.cta-w.orange {
    background-image: url("../img/cta-pattern-light.png"), linear-gradient(-180deg, #FF218E 0%, #E36C0F 100%);
    background-size: cover;
    color: #fff
}

.cta-w.orange .highlight-header {
    background-color: #2283FF
}

.cta-w .highlight-header {
    background-color: #a42cef;
    color: #fff;
    padding: 2px 5px;
    line-height: 1.2;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: inline-block
}

.cta-w .cta-header {
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem
}

.cta-w .cta-content {
    padding: 12% 8%
}

.cta-w .cta-content.extra-padded {
    padding: 24% 9%
}

.cta-w .cta-content .store-google-btn img {
    max-width: 150px;
    height: auto
}

.cta-w.cta-with-media .cta-content {
    padding-right: 0px;
    width: 65%
}

.cta-w.cta-with-media .cta-media {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 25%
}

.cta-w.cta-with-media .cta-media img {
    max-width: 100%;
    height: auto
}

.cta-w .newsletter-field-w {
    position: relative
}

.cta-w .newsletter-field-w input {
    background-color: #fff;
    border: none;
    display: block;
    width: 100%;
    border-radius: 6px;
    padding: 7px 15px
}

.cta-w .newsletter-field-w .btn,
.cta-w .newsletter-field-w .all-wrapper .fc-button,
.all-wrapper .cta-w .newsletter-field-w .fc-button {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.post-box {
    margin-bottom: 15px;
    padding: 10px;
    display: flex;
    align-items: stretch;
    transition: all 0.2s ease
}

.post-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0px 5px 12px rgba(126, 142, 177, 0.2)
}

.post-box .post-media {
    flex: 0 0 30%;
    background-size: cover;
    background-position: center center
}

.post-box .post-content {
    flex: 1;
    padding: 10px;
    padding-left: 20px
}

.post-box .post-text {
    color: rgba(90, 99, 126, 0.49);
    margin-bottom: 10px;
    font-size: .81rem
}

.post-box .post-foot {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.post-box .post-foot .post-link {
    font-size: .81rem
}

.post-box .post-foot .post-link i {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle
}

.post-box .post-foot .post-link span {
    display: inline-block;
    vertical-align: middle
}

.todo-list .todo-item {
    text-decoration: none;
    display: flex;
    border: 1px solid #047bf8;
    align-items: center;
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 0.5rem
}

.todo-list .todo-item .ti-header {
    font-weight: 500;
    color: #047bf8
}

.todo-list .todo-item .ti-sub-header {
    font-size: .8rem;
    color: rgba(90, 99, 126, 0.49);
    line-height: 1.2
}

.todo-list .todo-item .ti-icon {
    margin-left: auto;
    font-size: 20px;
    color: #047bf8
}

.todo-list .todo-item.complete {
    opacity: 0.7;
    border-color: #24b314
}

.todo-list .todo-item.complete .ti-icon {
    color: #24b314
}

.todo-list .todo-item.complete .ti-header {
    color: #1b850f
}

.fancy-progress-with-label {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

.fancy-progress-with-label .fpl-label {
    font-size: 1.35rem;
    font-weight: 500;
    padding-right: 20px
}

.fancy-progress-with-label .fpl-progress-w {
    flex: 1;
    border-radius: 20px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.05)
}

.fancy-progress-with-label .fpl-progress-w .fpl-progress-i {
    height: 20px;
    background-color: #28EF58;
    background-image: linear-gradient(-270deg, #28EF58 0%, #3386EF 98%);
    border-radius: 20px
}

.relative {
    position: relative
}

.padded-v {
    padding: 1rem 10px
}

.padded-v-big {
    padding: 2rem 10px
}

.padded {
    padding: 1rem 2rem
}

.b-l {
    border-left: 1px solid rgba(0, 0, 0, 0.1)
}

.b-r {
    border-right: 1px solid rgba(0, 0, 0, 0.1)
}

.b-t {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.b-b {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.m-t {
    margin-top: 1rem
}

.m-b {
    margin-bottom: 1rem
}

@media (min-width: 992px) {
    .padded-lg {
        padding: 1rem 2rem
    }

    .b-l-lg {
        border-left: 1px solid rgba(0, 0, 0, 0.1)
    }

    .b-r-lg {
        border-right: 1px solid rgba(0, 0, 0, 0.1)
    }

    .b-t-lg {
        border-top: 1px solid rgba(0, 0, 0, 0.1)
    }

    .b-b-lg {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
}

@media (min-width: 1200px) {
    .padded-xl {
        padding: 1rem 2rem
    }

    .b-l-xl {
        border-left: 1px solid rgba(0, 0, 0, 0.1)
    }

    .b-r-xl {
        border-right: 1px solid rgba(0, 0, 0, 0.1)
    }

    .b-t-xl {
        border-top: 1px solid rgba(0, 0, 0, 0.1)
    }

    .b-b-xl {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
}

.example-column {
    padding: 12px 15px;
    background: #EEF5FF;
    border: 1px solid #AEC8FF;
    margin-bottom: 15px;
    text-align: center
}

.example-column+.example-column {
    border-left: none
}

.example-content .progress+.progress {
    margin-top: 1rem
}

.with-avatar {
    margin-right: 5px
}

.with-avatar img {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    width: 30px;
    height: auto;
    margin-right: 10px
}

.with-avatar span {
    display: inline-block;
    vertical-align: middle
}

a.with-avatar span {
    border-bottom: 1px solid #047bf8
}

.add-agent-btn i {
    margin-right: 15px;
    padding-left: 5px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle
}

.add-agent-btn span {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #047bf8
}

.centered-load-more-link {
    display: block;
    padding: 10px;
    padding-bottom: 15px;
    text-align: center;
    cursor: pointer
}

.centered-load-more-link i {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-right: 5px
}

.centered-load-more-link span {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #047bf8
}

.centered-load-more-link:hover span {
    border-bottom-color: #0362c6
}

.centered-load-more-link.smaller {
    font-size: .8rem
}

.text-faded {
    color: rgba(90, 99, 126, 0.49)
}

.text-bright {
    color: #1D1F28
}

.property-single {
    background-color: #fff
}

.property-single .property-media {
    height: 50vh;
    max-height: 750px;
    position: relative;
    background-size: cover;
    background-position: center center
}

.property-single .property-media .media-buttons {
    position: absolute;
    left: 40px;
    bottom: 40px
}

.property-single .property-media .media-buttons a {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    color: #111
}

.property-single .property-media .media-buttons a:hover {
    background-color: #fff
}

.property-single .property-media .media-buttons a i[class^=icon-] {
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.property-single .property-media .media-buttons a span {
    display: inline-block;
    vertical-align: middle
}

.property-single .property-media .media-buttons a+a {
    margin-left: 20px
}

.property-single .property-info-w {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 40px;
    display: flex
}

.property-single .property-info-w .property-info-main {
    flex: 1;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 60px 60px;
    position: relative
}

.property-single .property-info-w .property-info-main .property-price {
    text-align: center;
    padding: 30px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 400px;
    background-color: #fff;
    top: 0px;
    right: 0px;
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%)
}

.property-single .property-info-w .property-info-main .property-price strong {
    color: #047bf8;
    font-size: 2.5rem;
    display: block;
    line-height: 1
}

.property-single .property-info-w .property-info-main .property-price span {
    display: inline-block;
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.4);
    font-size: .81rem;
    letter-spacing: 1px
}

.property-single .property-info-w .property-info-main h1 {
    font-size: 3rem
}

.property-single .property-info-w .property-info-main .property-features-highlight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0px;
    margin-top: 30px
}

.property-single .property-info-w .property-info-main .property-features-highlight .feature {
    flex: 0 0 25%;
    text-align: center
}

.property-single .property-info-w .property-info-main .property-features-highlight .feature i {
    display: inline-block;
    font-size: 30px;
    color: #047bf8
}

.property-single .property-info-w .property-info-main .property-features-highlight .feature span {
    display: block;
    margin-top: 10px;
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px
}

.property-single .property-info-w .property-info-main .property-description {
    font-size: .99rem;
    font-weight: 300;
    margin: 30px 0px
}

.property-single .property-info-w .property-info-main .badge {
    border-radius: 0px;
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px 10px
}

.property-single .property-info-w .property-info-main .badge.badge-red {
    background-color: #F70E2D;
    color: #fff
}

.property-single .property-info-w .property-info-main .item-reviews {
    display: flex;
    margin-top: 15px;
    align-items: center
}

.property-single .property-info-w .property-info-main .item-reviews .reviews-count {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.4)
}

.property-single .property-info-w .property-info-main .item-features {
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #777;
    margin: 10px 0px;
    font-size: .99rem;
    position: relative
}

.property-single .property-info-w .property-info-main .item-features:before {
    content: "";
    background-color: #047bf8;
    width: 7px;
    height: 7px;
    left: -63px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.property-single .property-info-w .property-info-main .item-features .feature {
    margin-right: 17px;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.property-single .property-info-w .property-info-main .item-features .feature+.feature:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.property-single .property-info-w .property-info-side {
    flex: 0 0 400px;
    max-width: 400px;
    background-color: #fff;
    padding: 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1)
}

.property-single .property-info-w .property-info-side .side-action-form {
    padding: 30px 40px
}

.property-single .property-info-w .property-info-side .side-action-form .input-group {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px
}

.property-single .property-info-w .property-info-side .side-action-form .input-group .input-group-prepend .input-group-text {
    border: none;
    background-color: #fff;
    color: #111
}

.property-single .property-info-w .property-info-side .side-action-form .input-group .form-control {
    border: none;
    font-weight: 500
}

.property-single .property-info-w .property-info-side .side-action-form .form-buttons {
    text-align: center
}

.property-single .property-info-w .property-info-side .side-action-form .btn,
.property-single .property-info-w .property-info-side .side-action-form .all-wrapper .fc-button,
.all-wrapper .property-single .property-info-w .property-info-side .side-action-form .fc-button {
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 12px 20px
}

.property-single .property-info-w .property-info-side .side-action-form .btn span,
.property-single .property-info-w .property-info-side .side-action-form .all-wrapper .fc-button span,
.all-wrapper .property-single .property-info-w .property-info-side .side-action-form .fc-button span {
    margin-right: 10px
}

.property-single .property-info-w .property-info-side .side-action-form .btn i[class^=icon-],
.property-single .property-info-w .property-info-side .side-action-form .all-wrapper .fc-button i[class^=icon-],
.all-wrapper .property-single .property-info-w .property-info-side .side-action-form .fc-button i[class^=icon-] {
    font-size: 10px;
    margin-right: 0px
}

.property-single .property-info-w .property-info-side .side-section .side-section-header {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    color: #111;
    text-align: center;
    font-size: .99rem
}

.property-single .property-info-w .property-info-side .side-section .side-section-header:before {
    content: "";
    background-color: #047bf8;
    width: 7px;
    height: 7px;
    left: 50%;
    top: -4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute
}

.property-single .property-info-w .property-info-side .side-section .side-section-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0px
}

.property-single .property-info-w .property-info-side .property-side-features .feature {
    padding: 15px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px
}

.property-single .property-info-w .property-info-side .property-side-features .feature i,
.property-single .property-info-w .property-info-side .property-side-features .feature span,
.property-single .property-info-w .property-info-side .property-side-features .feature strong {
    display: inline-block;
    vertical-align: middle
}

.property-single .property-info-w .property-info-side .property-side-features .feature span {
    color: rgba(0, 0, 0, 0.6)
}

.property-single .property-info-w .property-info-side .property-side-features .feature strong {
    margin-right: 3px;
    color: #111
}

.property-single .property-info-w .property-info-side .property-side-features .feature i {
    color: #047bf8;
    font-size: 30px;
    margin-right: 20px
}

.property-single .property-info-w .property-info-side .property-side-features .feature:last-child {
    border-bottom: none
}

.property-single .property-info-w .property-section .property-section-header {
    padding: 20px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    color: #111;
    font-size: .99rem
}

.property-single .property-info-w .property-section .property-section-header:before {
    content: "";
    background-color: #047bf8;
    width: 7px;
    height: 7px;
    left: -63px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.property-single .property-info-w .property-section .property-section-header .filter-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    padding: 4px 5px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.07);
    color: rgba(0, 0, 0, 0.4);
    font-size: 10px;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
    z-index: 3
}

.property-single .property-info-w .property-section .property-section-header .filter-toggle i {
    display: inline-block;
    vertical-align: middle
}

.property-single .property-info-w .property-section .property-section-header .filter-toggle:hover {
    background-color: #111;
    color: #fff
}

.property-single .property-info-w .property-section .property-section-body {
    padding: 40px 0px;
    font-size: .99rem;
    font-weight: 300
}

.property-single .property-info-w .property-section .property-section-body #map {
    border: 0;
    height: 450px;
    width: 100%;
    max-width: 100%
}

.property-single .property-info-w .property-section .property-section-body ul {
    display: flex;
    flex-wrap: wrap
}

.property-single .property-info-w .property-section .property-section-body ul li {
    flex: 0 0 50%;
    margin-bottom: 10px;
    display: flex
}

.property-single .property-info-w .property-section .property-section-body ul li [class^=icon-] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 20px;
    flex: 0 0 20px
}

.property-single .property-info-w .property-section .property-section-body ul li span {
    display: inline-block;
    vertical-align: middle;
    flex: 1
}

.property-single .property-info-w .property-section .property-section-body .property-note {
    padding: 20px;
    background-color: #FBF9F3;
    color: #383328;
    font-size: .81rem;
    margin: 20px 0px
}

.property-single .property-info-w .property-section .property-section-body .property-note:last-child {
    margin-bottom: 0px
}

.property-single .property-info-w .property-section .property-section-body .property-note h6 {
    font-size: .81rem
}

.property-single .property-info-w .property-section .property-section-body .property-note p:last-child {
    margin-bottom: 0px
}

.animated-modal {
    max-width: 550px;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.7s
}

.animated-modal .modal-title,
.animated-modal .input-group,
.animated-modal .btn,
.animated-modal .all-wrapper .fc-button,
.all-wrapper .animated-modal .fc-button {
    will-change: opacity;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.4s
}

.fancybox-slide--current .animated-modal .modal-title,
.fancybox-slide--current .animated-modal .input-group,
.fancybox-slide--current .animated-modal .btn,
.fancybox-slide--current .animated-modal .all-wrapper .fc-button,
.all-wrapper .fancybox-slide--current .animated-modal .fc-button {
    opacity: 1
}

.fancybox-slide--current .animated-modal .modal-title {
    transition-delay: 0.1s
}

.fancybox-slide--current .animated-modal .input-group,
.fancybox-slide--current .animated-modal .btn,
.fancybox-slide--current .animated-modal .all-wrapper .fc-button,
.all-wrapper .fancybox-slide--current .animated-modal .fc-button {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

body.rentals-wrapper .all-wrapper {
    background-color: #fff
}

body.rentals-wrapper .select2-container--default .select2-selection--single,
body.rentals-wrapper .select2-container--default .select2-selection--multiple {
    cursor: pointer;
    border-width: 1px
}

body.rentals-wrapper .select2-dropdown {
    background-color: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: 0 5px 50px rgba(4, 123, 248, 0.3);
    padding: 10px 15px
}

body.rentals-wrapper .select2-dropdown:before {
    content: "";
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: 0px;
    left: 10px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

body.rentals-wrapper .select2-results__option {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 6px 15px;
    margin: 5px 0px;
    border-radius: 6px
}

body.rentals-wrapper .select2-results__option:last-child {
    border-bottom: none
}

body.rentals-wrapper .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #047bf8;
    color: #fff
}

body.rentals-wrapper .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #047bf8;
    color: #fff
}

.footer-w {
    color: #868686;
    background-image: linear-gradient(to bottom, #fff, #fff);
    font-weight: 300;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.footer-w .footer-i {
    padding-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: top;
    flex: 1;
    max-width: 50%;
    margin: 0px auto;
    padding: 50px 2rem 2rem;
    text-align: center
}

.footer-w .footer-i .heading-big {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.75rem;
    letter-spacing: 3px
}

.footer-w .footer-i .heading-small {
    color: #047bf8;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .72rem;
    margin-bottom: 20px
}

.footer-w .footer-i ul {
    list-style-type: square;
    color: #047bf8
}

.footer-w .footer-i ul li {
    color: #868686
}

.footer-w .footer-i ul.social-links {
    margin: 0px;
    padding: 0px
}

.footer-w .footer-i ul.social-links li {
    display: inline-block;
    margin-right: 15px
}

.footer-w .footer-i ul.social-links li a {
    display: inline-block;
    vertical-align: middle
}

.footer-w .footer-i ul.social-links li a:hover {
    text-decoration: none
}

.footer-w .footer-i ul.social-links li a i {
    font-size: 50px
}

.footer-w .footer-i ul.social-links li a .icon--facebook {
    color: #0d509a
}

.footer-w .footer-i ul.social-links li a .icon--twitter {
    color: #2fafff
}

.footer-w .deep-footer {
    text-align: center;
    padding: 20px;
    font-size: .72rem;
    margin-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.badge i {
    vertical-align: middle
}

.badge .padded {
    padding: 0.5rem 1rem
}

@media (max-width: 1650px) {

    body,
    body.auth-wrapper .all-wrapper {
        padding: 40px
    }

    .content-panel {
        padding: 2rem;
        flex: 0 0 350px
    }

    .content-panel.compact {
        flex: 0 0 300px;
        padding: 2rem 1rem
    }

    .content-box {
        padding: 2rem
    }
}

@media (max-width: 1550px) {

    body,
    body.auth-wrapper .all-wrapper {
        padding: 20px
    }

    .menu-side-w ul.main-menu {
        padding: 1.5rem 1rem
    }

    .menu-side-w ul.main-menu>li .icon-w {
        padding-left: 1rem;
        width: 75px
    }

    .menu-side-w ul.sub-menu {
        padding-left: 37px
    }

    .menu-side-w {
        width: 260px
    }

    .menu-side-w .logged-user-menu ul {
        padding-left: 30px;
        padding-right: 30px
    }

    .support-index .support-ticket-content-w .ticket-reply .ticket-reply-info .badge {
        position: absolute;
        top: -10px;
        right: 0px
    }
}

@media (max-width: 1400px) {
    .menu-side-w ul.main-menu>li .icon-w {
        padding-left: 10px;
        width: 65px
    }

    .menu-side-w {
        width: 230px
    }

    .menu-side-w .side-menu-magic {
        padding: 30px 20px
    }

    .menu-side-w .logged-user-menu ul {
        padding-left: 15px;
        padding-right: 15px
    }

    .menu-side-w ul.sub-menu {
        padding-left: 30px
    }

    .menu-top-image-w ul.main-menu>li .icon-w {
        padding-left: 20px
    }

    .menu-top-image-w ul.main-menu>li span {
        padding-right: 20px
    }

    .full-chat-w .chat-content-w .chat-message .chat-message-content {
        max-width: 320px
    }

    .support-index .support-ticket-content-w .ticket-reply .ticket-reply-content {
        margin-left: 0px
    }

    .support-index .support-ticket-content-w .support-ticket-content {
        padding-right: 30px;
        padding-left: 20px
    }

    .support-index .support-ticket-content-w.folded-info .support-ticket-content {
        padding-right: 20px
    }

    .support-index .support-tickets {
        flex: 0 0 400px
    }

    .support-index .st-foot {
        font-size: .72rem
    }

    .support-index .st-foot .value+.label {
        margin-left: 10px
    }

    .support-index .support-tickets {
        margin-right: 15px;
        padding-right: 15px
    }
}

@media (min-width: 1350px) {
    .menu-position-top.menu-w.menu-layout-compact ul.main-menu>li .icon-w {
        font-size: 1.5rem
    }

    .menu-position-top.menu-w.menu-layout-compact ul.main-menu>li span {
        font-size: 1.1rem
    }
}

@media (max-width: 1350px) {
    .top-bar .fs-extra-info {
        display: none
    }

    .menu-side-w .logo-w {
        padding: 1.5rem 1rem
    }

    .menu-top-w .menu-top-i .logo-w {
        padding: 0rem 1rem;
        width: 50px
    }

    .menu-top-w .menu-top-i ul.main-menu {
        padding-left: 0px
    }

    .support-index .support-tickets {
        flex: 0 0 390px
    }
}

@media (min-width: 1100px) and (max-width: 1350px) {
    .content-panel {
        flex: 0 0 300px;
        padding: 1.5rem
    }

    .padded {
        padding: 0.5rem 1rem
    }

    .content-box {
        padding: 1.5rem
    }

    .activity-boxes-w .activity-avatar {
        margin-right: 1rem;
        width: 40px
    }

    .activity-boxes-w .activity-time {
        flex: 0 0 90px
    }

    .activity-boxes-w .activity-box-w:before {
        left: 65px
    }

    .activity-boxes-w .activity-box-w:after {
        left: 70px
    }

    .profile-tile .profile-tile-box {
        width: 95px
    }

    .profile-tile .pt-avatar-w img {
        width: 50px
    }

    .profile-tile .profile-tile-meta {
        padding-left: 15px
    }
}

@media (max-width: 1250px) {

    .element-box,
    .invoice-w,
    .big-error-w,
    .invoice-w,
    .big-error-w {
        padding: 1rem 1.5rem
    }

    .element-box .os-tabs-controls,
    .invoice-w .os-tabs-controls,
    .big-error-w .os-tabs-controls,
    .invoice-w .os-tabs-controls,
    .big-error-w .os-tabs-controls {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    body,
    body.auth-wrapper .all-wrapper {
        padding: 0px
    }

    .content-w,
    .menu-side-w,
    .all-wrapper {
        border-radius: 0px !important
    }

    .menu-side-w .logged-user-menu {
        left: 0px;
        right: 0px
    }

    .support-index .support-ticket-content-w .support-ticket-info {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 250px;
        box-shadow: 0px 20px 60px rgba(4, 123, 248, 0.3);
        background-color: #fff;
        background-image: none;
        display: none
    }

    .support-index .support-ticket-content-w .support-ticket-content .show-ticket-info {
        display: block
    }

    .support-index .support-ticket-content-w.force-show-folded-info .support-ticket-info {
        display: block
    }

    .support-index .support-ticket-content-w .support-ticket-content {
        padding-right: 20px;
        padding-left: 20px
    }

    .support-index .support-ticket-content-w.folded-info .support-ticket-content {
        padding: 10px 20px
    }
}

@media (max-width: 1150px) {
    .ae-content {
        padding: 0px
    }

    .aec-full-message-w {
        margin-bottom: 0px
    }

    .ae-content-w {
        background-image: none;
        background-color: #fff
    }

    .aec-full-message-w .more-messages {
        top: -32px;
        background-color: #fff;
        padding: 3px 5px;
        border-radius: 4px;
        color: #047bf8
    }

    .ae-list-w {
        flex: 0 0 300px
    }

    .ae-list-w .ae-list .aei-image {
        display: none
    }

    .layout-w {
        transition: all 0.6s ease
    }

    .content-box:after {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background: rgba(4, 36, 113, 0.6);
        content: "";
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s ease
    }

    .content-panel {
        max-width: 400px;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        background-color: #fff;
        background-image: linear-gradient(-90deg, #EFF2F9 8%, #fff 90%);
        z-index: 4;
        border: none;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: all 0.6s ease;
        visibility: hidden;
        z-index: 11
    }

    .content-panel.compact {
        max-width: 320px
    }

    .content-panel .content-panel-close {
        display: block
    }

    .content-panel.color-scheme-dark {
        background-color: #293145;
        background-image: linear-gradient(-90deg, #293145, #293145)
    }

    body.color-scheme-dark .content-panel {
        background-color: #293145;
        background-image: linear-gradient(-90deg, #293145, #293145)
    }

    .content-panel-toggler {
        display: block
    }

    .content-i,
    .with-side-panel .content-i {
        display: block
    }

    .content-i .content-box,
    .with-side-panel .content-i .content-box {
        display: block
    }

    .content-panel-active .content-panel {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        visibility: visible;
        box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.4)
    }

    .content-panel-active .layout-w {
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px)
    }

    .content-panel-active .content-box:after {
        opacity: 1;
        visibility: visible
    }
}

@media (max-width: 1024px) {
    .invoice-w {
        padding: 50px
    }

    .ae-list-w {
        flex: 0 0 230px
    }

    .ae-list-w .ae-list .ae-item {
        padding: 15px
    }

    .table th,
    .table td {
        padding: 0.7rem 0.5rem
    }

    .content-w {
        border-radius: 0px !important
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .top-bar .logo-w {
        display: none
    }

    .top-bar .fs-extra-info {
        display: none
    }

    .element-wrapper {
        padding-bottom: 2rem
    }

    .element-balances {
        justify-content: space-between
    }

    .top-bar {
        padding: 0px
    }

    .top-bar>ul {
        white-space: nowrap
    }

    .top-bar>ul li a {
        padding: 15px 10px;
        margin: 0px 10px
    }

    .top-bar.with-overflow {
        overflow: visible
    }

    .nav.upper.nav-tabs .nav-link {
        margin-right: 0.7rem;
        padding-bottom: 10px;
        font-size: .72rem
    }

    .display-type {
        content: "tablet"
    }

    .content-box {
        padding: 1.5rem
    }

    .padded {
        padding: 0.3rem 0.8rem
    }

    .element-box,
    .invoice-w,
    .big-error-w,
    .invoice-w,
    .big-error-w {
        padding: 1rem 1rem
    }

    .element-box .os-tabs-controls,
    .invoice-w .os-tabs-controls,
    .big-error-w .os-tabs-controls,
    .invoice-w .os-tabs-controls,
    .big-error-w .os-tabs-controls {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .layout-w {
        flex-direction: row
    }

    .user-profile .up-header {
        font-size: 2.5rem
    }

    .user-profile .up-sub-header {
        font-size: 1rem
    }

    .todo-app-w .todo-sidebar {
        padding: 30px;
        flex: 0 0 280px
    }

    .todo-app-w .todo-sidebar .todo-sidebar-section {
        padding: 10px
    }

    .todo-app-w .todo-content {
        padding: 30px
    }

    .menu-w ul.main-menu {
        width: 100%;
        text-align: center
    }

    .menu-w ul.main-menu>li {
        flex: 1
    }

    .menu-w ul.main-menu>li>a {
        display: block
    }
}

@media (max-width: 890px) {
    .property-single .property-info-w {
        flex-direction: column
    }

    .property-single .property-info-w>.property-info-side {
        display: none
    }

    .property-single .property-info-w .property-info-main-side {
        display: block
    }

    .property-single .property-info-w .property-info-main .property-price {
        position: relative;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        text-align: right;
        border-bottom: 0
    }

    .property-single .property-info-w .property-section:not(:target) .property-section-header.body-toggle+.property-section-body {
        display: none
    }
}

@media (max-width: 768px) {
    .menu-w {
        display: none !important
    }

    .menu-mobile {
        display: block
    }

    .menu-mobile .menu-and-user {
        position: absolute;
        z-index: 100;
        width: 100%;
        background-color: inherit
    }

    .property-section ul {
        flex-direction: column;
        flex: 1
    }

    .footer-w .footer-i {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .layout-w {
        flex-direction: column
    }

    .floated-customizer-btn {
        display: none
    }

    .hidden-mobile {
        display: none !important
    }

    .element-balances {
        flex-wrap: wrap
    }

    .element-balances .balance {
        border: none !important
    }

    .cell-with-media {
        text-align: center
    }

    .cell-with-media img {
        margin-bottom: 5px
    }

    .cell-with-media img+span {
        margin-left: 0px !important
    }

    .element-wrapper .element-actions {
        float: none;
        margin-bottom: 20px
    }

    .element-wrapper .element-actions.actions-only {
        float: right;
        margin-bottom: 0
    }

    .el-tablo.smaller .value {
        font-size: 1.26rem;
        margin-top: 3px
    }

    .display-type {
        content: "phone"
    }

    .ae-list-w {
        flex: 1 1 230px
    }

    .ae-content-w {
        display: none
    }

    .nav.upper.nav-tabs .nav-link {
        margin-right: 0.7rem;
        padding-bottom: 10px;
        font-size: .72rem
    }

    .padded {
        padding: 1rem
    }

    .user-profile .up-head-w .up-social {
        top: 5px;
        right: 10px
    }

    .user-profile .up-head-w .up-social a {
        font-size: 24px
    }

    .user-profile .up-main-info {
        padding-bottom: 10%
    }

    .user-profile .up-header {
        font-size: 1.75rem;
        margin-bottom: 5px;
        padding-bottom: 5px
    }

    .user-profile .up-sub-header {
        font-size: 1rem
    }

    .user-profile .up-controls {
        text-align: center
    }

    .user-profile .up-controls .value-pair {
        margin-bottom: 1rem
    }

    .user-profile .up-controls .text-right {
        text-align: center !important
    }

    .content-panel-toggler {
        display: none
    }

    .element-info .element-search {
        margin-top: 1rem
    }

    .element-box .os-tabs-controls,
    .invoice-w .os-tabs-controls,
    .big-error-w .os-tabs-controls,
    .invoice-w .os-tabs-controls,
    .big-error-w .os-tabs-controls {
        display: block;
        margin-left: -1rem;
        margin-right: -1rem
    }

    .element-box .os-tabs-controls .nav+.nav,
    .invoice-w .os-tabs-controls .nav+.nav,
    .big-error-w .os-tabs-controls .nav+.nav,
    .invoice-w .os-tabs-controls .nav+.nav,
    .big-error-w .os-tabs-controls .nav+.nav {
        margin-top: 1rem
    }

    .element-box.el-tablo,
    .el-tablo.invoice-w,
    .el-tablo.big-error-w {
        text-align: center
    }

    .invoice-w .infos {
        display: block
    }

    .invoice-w .infos .info-2 {
        text-align: left;
        padding-top: 30px
    }

    .invoice-heading {
        margin-bottom: 2rem;
        margin-top: 4rem
    }

    .invoice-body {
        display: block
    }

    .invoice-body .invoice-desc {
        margin-bottom: 2rem
    }

    .invoice-footer {
        display: block;
        text-align: center
    }

    .invoice-footer .invoice-logo {
        margin-bottom: 1rem
    }

    .controls-above-table .form-control {
        width: 110px;
        display: inline-block
    }

    .controls-above-table .btn,
    .controls-above-table .all-wrapper .fc-button,
    .all-wrapper .controls-above-table .fc-button {
        margin-bottom: 0.5rem
    }

    .layout-w {
        display: block
    }

    .content-w,
    .menu-side .content-w {
        display: block
    }

    .content-i {
        display: block
    }

    .content-i .content-box {
        display: block;
        padding: 15px
    }

    .content-i .content-panel {
        padding: 30px 15px;
        border-left: none;
        display: block;
        width: auto
    }

    .big-error-w {
        padding: 1rem
    }

    .element-wrapper {
        padding-bottom: 1.5rem
    }

    .element-wrapper.compact {
        padding-bottom: 1rem
    }

    .element-box,
    .invoice-w,
    .big-error-w {
        padding: 1rem
    }

    canvas {
        max-width: 100%
    }

    table {
        max-width: 100%
    }

    .invoice-w {
        padding: 30px
    }

    .breadcrumb {
        margin-bottom: 1rem
    }

    .menu-mobile ul.main-menu>li .icon-w {
        font-size: 4vh
    }

    .menu-mobile ul.main-menu>li .icon-w+span {
        padding-left: 0;
        font-size: 3vh
    }
}

@media (min-height: 700px) and (min-width: 768px) {
    .modal-dialog.modal-centered {
        top: 50%;
        -webkit-transform: translate(0, -80%);
        transform: translate(0, -80%);
        margin: 0px auto
    }

    .modal.show .modal-dialog.modal-centered {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin: 0px auto
    }
}

@media (max-width: 426px) {
    .property-single .property-info-w {
        padding: 0 5px
    }

    .property-single .property-info-w .property-info-main-side {
        border: 0;
        flex: 1;
        max-width: none
    }

    .property-single .property-info-w .property-info-main-side .btn,
    .property-single .property-info-w .property-info-main-side .all-wrapper .fc-button,
    .all-wrapper .property-single .property-info-w .property-info-main-side .fc-button {
        margin-bottom: 5px
    }

    .property-single .property-info-w .property-info-main {
        border-left: 0;
        padding: 1rem
    }

    .property-single .property-info-w .property-info-main .property-features-highlight {
        flex-wrap: wrap
    }

    .property-single .property-info-w .property-info-main .property-features-highlight .feature {
        flex: 0 0 50%
    }

    .property-single .property-info-w .property-info-main .item-features:before {
        left: calc(-1rem - 4px)
    }
}

@media (max-width: 321px) {

    .property-info-main-side .side-action-contact .btn,
    .property-info-main-side .side-action-contact .all-wrapper .fc-button,
    .all-wrapper .property-info-main-side .side-action-contact .fc-button {
        margin-bottom: 5px !important
    }

    .property-info-main-side .side-action-contact .badge {
        display: block;
        width: 100%;
        margin-bottom: 5px
    }
}

#contactModal .users-list-w .user-w .user-name {
    padding-left: 20px;
    flex: 1
}

#contactModal .users-list-w .user-w .user-title {
    font-size: 1.8rem;
    margin-bottom: 4px
}

#contactModal .users-list-w .user-w .user-role {
    display: flex;
    font-size: .63rem;
    text-transform: initial;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.35rem
}

#contactModal .users-list-w .user-w .user-role i {
    color: #334152;
    margin: 0.4rem 1rem 0.4rem 0.5rem
}

#contactModal .users-list-w .user-w .user-role span {
    flex: 1
}

.table.table-padded .bolder {
    font-weight: 500;
    font-size: .99rem
}

.table.table-padded .bigger {
    font-size: 1.8rem
}

.property-info-main .item-features .item-awards * {
    vertical-align: middle
}

.property-info-main .item-features .feature-info {
    margin-left: 5px
}

.property-info-main .item-features .icon-clevacances {
    font-size: 1.25rem
}

.property-info-side .side-action-contact {
    text-align: center;
    padding: 30px 40px
}

.property-info-side .side-action-contact .btn,
.property-info-side .side-action-contact .all-wrapper .fc-button,
.all-wrapper .property-info-side .side-action-contact .fc-button {
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 12px 20px;
    max-width: 400px
}

.property-info-side .side-action-contact .btn span,
.property-info-side .side-action-contact .all-wrapper .fc-button span,
.all-wrapper .property-info-side .side-action-contact .fc-button span {
    margin-right: 10px
}

.property-info-side .side-action-contact .btn i[class^=icon-],
.property-info-side .side-action-contact .all-wrapper .fc-button i[class^=icon-],
.all-wrapper .property-info-side .side-action-contact .fc-button i[class^=icon-] {
    font-size: 10px;
    margin-right: 0px
}

.property-info-main-side {
    display: none
}

.property-info-main-side .side-action-contact {
    text-align: center
}

.property-info-main-side .side-action-contact .btn,
.property-info-main-side .side-action-contact .all-wrapper .fc-button,
.all-wrapper .property-info-main-side .side-action-contact .fc-button {
    margin: 0 auto;
    max-width: 400px
}

.property-section-header.body-toggle {
    cursor: pointer
}

ul {
    list-style: none
}

.popover {
    z-index: 100
}

@font-face {
    font-family: 'webfont';
    src: url("/build/fonts/webfont.eot");
    src: url("/build/fonts/webfont.eot#iefix") format("embedded-opentype"), url("/build/fonts/webfont.ttf") format("truetype"), url("/build/fonts/webfont.woff") format("woff"), url("/build/fonts/webfont.svg#webfont") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'webfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-clevacances:before {
    content: "\e900";
    color: #f95e24;
    display: inline-block;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon-tags2:before {
    content: "\e04c"
}

.icon-tag2:before {
    content: "\e055"
}

.icon-tags3:before {
    content: "\ea40"
}

.icon-key-left-3:before {
    content: "\e900"
}

.icon-key-left-2:before {
    content: "\e901"
}

.icon-key-left-2-filled:before {
    content: "\e902"
}

.icon-clipboard2:before {
    content: "\e92b"
}

.icon-clipboard-list:before {
    content: "\e988"
}

.icon-note-list:before {
    content: "\e9d0"
}

.icon-notebook-list:before {
    content: "\e9d2"
}

.icon-mail-envelope:before {
    content: "\e903"
}

.icon-mail-envelope2:before {
    content: "\e904"
}

.icon-mail-envelope-open:before {
    content: "\e905"
}

.icon-mail-envelope-open2:before {
    content: "\e906"
}

.icon-mail-envelope-closed:before {
    content: "\e907"
}

.icon-mail-envelope-closed2:before {
    content: "\e908"
}

.icon-sunglasses:before {
    content: "\e923"
}

.icon-compass8:before {
    content: "\ea00"
}

.icon-price-tag:before {
    content: "\ea41"
}

.icon-at-symbol:before {
    content: "\e924"
}

.icon-beverage:before {
    content: "\e925"
}

.icon-block:before {
    content: "\e926"
}

.icon-buoy:before {
    content: "\e927"
}

.icon-credit-card3:before {
    content: "\e928"
}

.icon-heart3:before {
    content: "\e929"
}

.icon-location-park:before {
    content: "\e92a"
}

.icon-stethoscope:before {
    content: "\e92d"
}

.icon-translate:before {
    content: "\e92f"
}

.icon-dots-three-horizontal:before {
    content: "\e930"
}

.icon-dots-three-vertical:before {
    content: "\e931"
}

.icon-calendar3:before {
    content: "\e932"
}

.icon-camera:before {
    content: "\e933"
}

.icon-check2:before {
    content: "\e935"
}

.icon-clock3:before {
    content: "\e936"
}

.icon-credit-card4:before {
    content: "\e937"
}

.icon-heart-outlined:before {
    content: "\e93c"
}

.icon-heart4:before {
    content: "\e93d"
}

.icon-info-with-circle:before {
    content: "\e941"
}

.icon-lifebuoy2:before {
    content: "\e944"
}

.icon-line-graph:before {
    content: "\e945"
}

.icon-link:before {
    content: "\e946"
}

.icon-old-phone:before {
    content: "\e94c"
}

.icon-phone2:before {
    content: "\e94d"
}

.icon-facebook3:before {
    content: "\e96c"
}

.icon-meditation:before {
    content: "\ea3b"
}

.icon-cooking:before {
    content: "\ea3c"
}

.icon-signs:before {
    content: "\e9eb"
}

.icon-calendar:before {
    content: "\ea05"
}

.icon-hot-drink:before {
    content: "\ea06"
}

.icon-calendar:before {
    content: "\ea0d"
}

.icon-atm:before {
    content: "\ea0e"
}

.icon-racquet:before {
    content: "\ea13"
}

.icon-bed:before {
    content: "\ea14"
}

.icon-bus:before {
    content: "\ea15"
}

.icon-hammock:before {
    content: "\ea16"
}

.icon-pool:before {
    content: "\ea17"
}

.icon-gas-station:before {
    content: "\ea18"
}

.icon-shower:before {
    content: "\ea19"
}

.icon-bike:before {
    content: "\ea1a"
}

.icon-golf:before {
    content: "\ea1b"
}

.icon-karate:before {
    content: "\ea1c"
}

.icon-arrow-and-bow:before {
    content: "\ea1d"
}

.icon-shower2:before {
    content: "\ea1e"
}

.icon-towel:before {
    content: "\ea20"
}

.icon-pointer:before {
    content: "\ea21"
}

.icon-chef-hat:before {
    content: "\ea22"
}

.icon-microwave-oven:before {
    content: "\ea23"
}

.icon-island:before {
    content: "\ea24"
}

.icon-cup:before {
    content: "\ea25"
}

.icon-martini-glass:before {
    content: "\ea26"
}

.icon-shirt:before {
    content: "\ea27"
}

.icon-euro:before {
    content: "\ea28"
}

.icon-invoice:before {
    content: "\ea29"
}

.icon-slider:before {
    content: "\ea2a"
}

.icon-browser:before {
    content: "\ea2b"
}

.icon-review:before {
    content: "\ea2d"
}

.icon-feedback:before {
    content: "\ea2e"
}

.icon-testimonials:before {
    content: "\ea2f"
}

.icon-feedback:before {
    content: "\ea30"
}

.icon-jar-of-beer:before {
    content: "\ea31"
}

.icon-stairs:before {
    content: "\ea32"
}

.icon-hood:before {
    content: "\ea33"
}

.icon-measuring-tape:before {
    content: "\ea34"
}

.icon-fire-extinguisher:before {
    content: "\ea35"
}

.icon-grill:before {
    content: "\ea36"
}

.icon-microwave:before {
    content: "\ea37"
}

.icon-fridge:before {
    content: "\ea38"
}

.icon-towel2:before {
    content: "\ea3a"
}

.icon-paw:before {
    content: "\f1b0"
}

.icon-calendar-check-o:before {
    content: "\f274"
}

.icon-heart2:before {
    content: "\f004"
}

.icon-star:before {
    content: "\f005"
}

.icon-star-o:before {
    content: "\f006"
}

.icon-check:before {
    content: "\f00c"
}

.icon-road2:before {
    content: "\f018"
}

.icon-tags:before {
    content: "\f02c"
}

.icon-calendar2:before {
    content: "\f073"
}

.icon-facebook-square:before {
    content: "\f082"
}

.icon-heart-o:before {
    content: "\f08a"
}

.icon-credit-card2:before {
    content: "\f09d"
}

.icon-globe:before {
    content: "\f0ac"
}

.icon-building-o:before {
    content: "\f0f7"
}

.icon-hospital-o:before {
    content: "\f0f8"
}

.icon-h-square:before {
    content: "\f0fd"
}

.icon-mobile2:before {
    content: "\f10b"
}

.icon-mobile-phone:before {
    content: "\f10b"
}

.icon-flag-checkered:before {
    content: "\f11e"
}

.icon-info2:before {
    content: "\f129"
}

.icon-calendar-o:before {
    content: "\f133"
}

.icon-fire-extinguisher2:before {
    content: "\f134"
}

.icon-ellipsis-h:before {
    content: "\f141"
}

.icon-ellipsis-v:before {
    content: "\f142"
}

.icon-eur:before {
    content: "\f153"
}

.icon-euro2:before {
    content: "\f153"
}

.icon-moon-o:before {
    content: "\f186"
}

.icon-wheelchair:before {
    content: "\f193"
}

.icon-building:before {
    content: "\f1ad"
}

.icon-sliders:before {
    content: "\f1de"
}

.icon-wifi:before {
    content: "\f1eb"
}

.icon-bicycle:before {
    content: "\f206"
}

.icon-ship:before {
    content: "\f21a"
}

.icon-facebook-official:before {
    content: "\f230"
}

.icon-calendar-plus-o:before {
    content: "\f271"
}

.icon-calendar-minus-o:before {
    content: "\f272"
}

.icon-calendar-times-o:before {
    content: "\f273"
}

.icon-credit-card-alt:before {
    content: "\f283"
}

.icon-address-card-o:before {
    content: "\f2bc"
}

.icon-vcard-o:before {
    content: "\f2bc"
}

.icon-id-badge:before {
    content: "\f2c1"
}

.icon-drivers-license-o:before {
    content: "\f2c3"
}

.icon-id-card-o:before {
    content: "\f2c3"
}

.icon-thermometer:before {
    content: "\f2c7"
}

.icon-thermometer-4:before {
    content: "\f2c7"
}

.icon-thermometer-full:before {
    content: "\f2c7"
}

.icon-thermometer-3:before {
    content: "\f2c8"
}

.icon-thermometer-three-quarters:before {
    content: "\f2c8"
}

.icon-thermometer-2:before {
    content: "\f2c9"
}

.icon-thermometer-half:before {
    content: "\f2c9"
}

.icon-thermometer-1:before {
    content: "\f2ca"
}

.icon-thermometer-quarter:before {
    content: "\f2ca"
}

.icon-thermometer-0:before {
    content: "\f2cb"
}

.icon-thermometer-empty:before {
    content: "\f2cb"
}

.icon-shower3:before {
    content: "\f2cc"
}

.icon-bath:before {
    content: "\f2cd"
}

.icon-bathtub:before {
    content: "\f2cd"
}

.icon-s15:before {
    content: "\f2cd"
}

.icon-uniF11C:before {
    content: "\f11c"
}

.icon-uniF102:before {
    content: "\f102"
}

.icon-uniF18F:before {
    content: "\f18f"
}

.icon-uniF15B:before {
    content: "\f15b"
}

.icon-uniF12D:before {
    content: "\f12d"
}

.icon-uniF164:before {
    content: "\f164"
}

.icon-uniF189:before {
    content: "\f189"
}

.icon-uniF148:before {
    content: "\f148"
}

.icon-uniF12F:before {
    content: "\f12f"
}

.icon-uniF158:before {
    content: "\f158"
}

.icon-uniF14F:before {
    content: "\f14f"
}

.icon-uniF1AA:before {
    content: "\f1aa"
}

.icon-uniF13C:before {
    content: "\f13c"
}

.icon-uniF19C:before {
    content: "\f19c"
}

.icon-uniF17A:before {
    content: "\f17a"
}

.icon-uniF133:before {
    content: "\f135"
}

.icon-uniF168:before {
    content: "\f168"
}

.icon-uniF12A:before {
    content: "\f12a"
}

.icon-uniF167:before {
    content: "\f167"
}

.icon-uniF127:before {
    content: "\f127"
}

.icon-uniF160:before {
    content: "\f160"
}

.icon-uniF16E:before {
    content: "\f16e"
}

.icon-uniF13B:before {
    content: "\f13b"
}

.icon-uniF15D:before {
    content: "\f15d"
}

.icon-uniF176:before {
    content: "\f176"
}

.icon-uniF1B7:before {
    content: "\f1b7"
}

.icon-uniF130:before {
    content: "\f130"
}

.icon-uniF14C:before {
    content: "\f14c"
}

.icon-uniF103:before {
    content: "\f103"
}

.icon-uniF1AE:before {
    content: "\f1ae"
}

.icon-uniF1AF:before {
    content: "\f1af"
}

.icon-uniF1AB:before {
    content: "\f1ab"
}

.icon-uniF1A5:before {
    content: "\f1a5"
}

.icon-uniF157:before {
    content: "\f157"
}

.icon-uniF156:before {
    content: "\f156"
}

.icon-uniF114:before {
    content: "\f114"
}

.icon-uniF117:before {
    content: "\f117"
}

.icon-uniF1BA:before {
    content: "\f1ba"
}

.icon-uniF13D:before {
    content: "\f13d"
}

.icon-uniF152:before {
    content: "\f152"
}

.icon-uniF184:before {
    content: "\f184"
}

.icon-uniF12B:before {
    content: "\f12b"
}

.icon-uniF1B1:before {
    content: "\f1b1"
}

.icon-uniF19E:before {
    content: "\f19e"
}

.icon-uniF188:before {
    content: "\f188"
}

.icon-uniF122:before {
    content: "\f122"
}

.icon-uniF194:before {
    content: "\f194"
}

.icon-uniF134:before {
    content: "\f136"
}

.icon-uniF17D:before {
    content: "\f17d"
}

.icon-uniF14A:before {
    content: "\f14a"
}

.icon-uniF183:before {
    content: "\f183"
}

.icon-uniF111:before {
    content: "\f111"
}

.icon-uniF153:before {
    content: "\f154"
}

.icon-uniF10D:before {
    content: "\f10d"
}

.icon-uniF147:before {
    content: "\f147"
}

.icon-uniF196:before {
    content: "\f196"
}

.icon-uniF1AD:before {
    content: "\f1b2"
}

.icon-uniF1B6:before {
    content: "\f1b6"
}

.icon-uniF19F:before {
    content: "\f19f"
}

.icon-uniF113:before {
    content: "\f113"
}

.icon-uniF115:before {
    content: "\f115"
}

.icon-uniF16F:before {
    content: "\f16f"
}

.icon-uniF166:before {
    content: "\f166"
}

.icon-uniF123:before {
    content: "\f123"
}

.icon-uniF18D:before {
    content: "\f18d"
}

.icon-uniF1B3:before {
    content: "\f1b3"
}

.icon-uniF132:before {
    content: "\f132"
}

.icon-uniF14D:before {
    content: "\f14d"
}

.icon-uniF1BE:before {
    content: "\f1be"
}

.icon-uniF16D:before {
    content: "\f16d"
}

.icon-uniF10B:before {
    content: "\f10c"
}

.icon-uniF165:before {
    content: "\f165"
}

.icon-uniF1B5:before {
    content: "\f1b5"
}

.icon-uniF19D:before {
    content: "\f19d"
}

.icon-uniF1A9:before {
    content: "\f1a9"
}

.icon-uniF16C:before {
    content: "\f16c"
}

.icon-uniF17B:before {
    content: "\f17b"
}

.icon-uniF190:before {
    content: "\f190"
}

.icon-uniF154:before {
    content: "\f155"
}

.icon-uniF17C:before {
    content: "\f17c"
}

.icon-uniF175:before {
    content: "\f175"
}

.icon-uniF1B4:before {
    content: "\f1b4"
}

.icon-uniF170:before {
    content: "\f170"
}

.icon-uniF135:before {
    content: "\f137"
}

.icon-uniF195:before {
    content: "\f195"
}

.icon-uniF10F:before {
    content: "\f10f"
}

.icon-uniF129:before {
    content: "\f12c"
}

.icon-uniF118:before {
    content: "\f118"
}

.icon-uniF11B:before {
    content: "\f11b"
}

.icon-uniF104:before {
    content: "\f104"
}

.icon-uniF19B:before {
    content: "\f19b"
}

.icon-uniF137:before {
    content: "\f138"
}

.icon-uniF179:before {
    content: "\f179"
}

.icon-uniF1A1:before {
    content: "\f1a1"
}

.icon-uniF112:before {
    content: "\f112"
}

.icon-uniF1A2:before {
    content: "\f1a2"
}

.icon-uniF1A0:before {
    content: "\f1a0"
}

.icon-uniF108:before {
    content: "\f108"
}

.icon-uniF13E:before {
    content: "\f13e"
}

.icon-uniF173:before {
    content: "\f173"
}

.icon-uniF1BB:before {
    content: "\f1bb"
}

.icon-uniF15F:before {
    content: "\f15f"
}

.icon-uniF182:before {
    content: "\f182"
}

.icon-uniF199:before {
    content: "\f199"
}

.icon-uniF13F:before {
    content: "\f13f"
}

.icon-uniF12E:before {
    content: "\f12e"
}

.icon-uniF107:before {
    content: "\f107"
}

.icon-uniF10E:before {
    content: "\f10e"
}

.icon-uniF171:before {
    content: "\f171"
}

.icon-uniF150:before {
    content: "\f150"
}

.icon-uniF1B2:before {
    content: "\f1b8"
}

.icon-uniF193:before {
    content: "\f197"
}

.icon-uniF1AC:before {
    content: "\f1ac"
}

.icon-uniF131:before {
    content: "\f131"
}

.icon-uniF1A6:before {
    content: "\f1a6"
}

.icon-uniF126:before {
    content: "\f126"
}

.icon-uniF124:before {
    content: "\f124"
}

.icon-uniF10A:before {
    content: "\f10a"
}

.icon-uniF191:before {
    content: "\f191"
}

.icon-uniF161:before {
    content: "\f161"
}

.icon-uniF100:before {
    content: "\f100"
}

.icon-uniF178:before {
    content: "\f178"
}

.icon-uniF17F:before {
    content: "\f17f"
}

.icon-uniF101:before {
    content: "\f101"
}

.icon-uniF106:before {
    content: "\f106"
}

.icon-uniF13A:before {
    content: "\f13a"
}

.icon-uniF155:before {
    content: "\f159"
}

.icon-uniF18C:before {
    content: "\f18c"
}

.icon-uniF15A:before {
    content: "\f15a"
}

.icon-uniF146:before {
    content: "\f146"
}

.icon-uniF15C:before {
    content: "\f15c"
}

.icon-uniF187:before {
    content: "\f187"
}

.icon-uniF18E:before {
    content: "\f18e"
}

.icon-uniF18A:before {
    content: "\f18a"
}

.icon-uniF144:before {
    content: "\f144"
}

.icon-uniF192:before {
    content: "\f192"
}

.icon-uniF174:before {
    content: "\f174"
}

.icon-uniF180:before {
    content: "\f180"
}

.icon-uniF116:before {
    content: "\f116"
}

.icon-uniF16B:before {
    content: "\f16b"
}

.icon-uniF1A7:before {
    content: "\f1a7"
}

.icon-uniF1A4:before {
    content: "\f1a4"
}

.icon-uniF143:before {
    content: "\f143"
}

.icon-uniF1B9:before {
    content: "\f1b9"
}

.icon-uniF185:before {
    content: "\f185"
}

.icon-uniF197:before {
    content: "\f19a"
}

.icon-uniF16A:before {
    content: "\f16a"
}

.icon-uniF186:before {
    content: "\f18b"
}

.icon-uniF172:before {
    content: "\f172"
}

.icon-uniF162:before {
    content: "\f162"
}

.icon-uniF1BC:before {
    content: "\f1bc"
}

.icon-uniF145:before {
    content: "\f149"
}

.icon-uniF18B:before {
    content: "\f1a3"
}

.icon-uniF125:before {
    content: "\f125"
}

.icon-uniF159:before {
    content: "\f15e"
}

.icon-uniF19A:before {
    content: "\f1a8"
}

.icon-uniF119:before {
    content: "\f119"
}

.icon-uniF181:before {
    content: "\f181"
}

.icon-uniF169:before {
    content: "\f169"
}

.icon-uniF128:before {
    content: "\f128"
}

.icon-uniF136:before {
    content: "\f139"
}

.icon-uniF177:before {
    content: "\f177"
}

.icon-uniF11F:before {
    content: "\f11f"
}

.icon-uniF14E:before {
    content: "\f14e"
}

.icon-uniF149:before {
    content: "\f14b"
}

.icon-uniF142:before {
    content: "\f151"
}

.icon-uniF12C:before {
    content: "\f140"
}

.icon-uniF1BD:before {
    content: "\f1bd"
}

.icon-uniF139:before {
    content: "\f163"
}

.icon-uniF120:before {
    content: "\f120"
}

.icon-uniF163:before {
    content: "\f17e"
}

.icon-uniF1A3:before {
    content: "\f1bf"
}

.icon-uniF11A:before {
    content: "\f11a"
}

.icon-uniF11E:before {
    content: "\f121"
}

.icon-uniF15E:before {
    content: "\f1c0"
}

.icon-uniF140:before {
    content: "\f1c1"
}

.icon-uniF17E:before {
    content: "\f1c2"
}

.icon-uniF105:before {
    content: "\f105"
}

.icon-uniF121:before {
    content: "\f1c3"
}

.icon-uniF1A8:before {
    content: "\f1c4"
}

.icon-uniF1B0:before {
    content: "\f1c5"
}

.icon-uniF109:before {
    content: "\f109"
}

.icon-uniF141:before {
    content: "\f1c6"
}

.icon-uniF138:before {
    content: "\f1c7"
}

.icon-uniF14B:before {
    content: "\f1c8"
}

.icon-uniF1B8:before {
    content: "\f1c9"
}

.icon-uniF151:before {
    content: "\f1ca"
}

.icon-uniF11D:before {
    content: "\f11d"
}

.icon-uniF10C:before {
    content: "\f1cb"
}

.icon-uniE939:before {
    content: "\e948"
}

.icon-uniE93A:before {
    content: "\e964"
}

.icon-double-chat:before {
    content: "\e980"
}

.icon-home3:before {
    content: "\e9d6"
}

.icon-sun-stroke:before {
    content: "\e95c"
}

.icon-sun-fill:before {
    content: "\e95d"
}

.icon-moon-stroke:before {
    content: "\e95e"
}

.icon-moon-fill:before {
    content: "\e95f"
}

.icon-sun:before {
    content: "\e960"
}

.icon-sun2:before {
    content: "\e962"
}

.icon-Celsius:before {
    content: "\e965"
}

.icon-Fahrenheit:before {
    content: "\e966"
}

.icon-forbid:before {
    content: "\e967"
}

.icon-sound:before {
    content: "\e968"
}

.icon-connection:before {
    content: "\e96f"
}

.icon-coin-euro:before {
    content: "\e970"
}

.icon-credit-card:before {
    content: "\e971"
}

.icon-phone:before {
    content: "\e973"
}

.icon-mobile:before {
    content: "\e9a9"
}

.icon-eye:before {
    content: "\e9da"
}

.icon-star-empty:before {
    content: "\e9de"
}

.icon-star-full:before {
    content: "\ea07"
}

.icon-heart:before {
    content: "\ea08"
}

.icon-man-woman:before {
    content: "\ea09"
}

.icon-plus:before {
    content: "\ea0f"
}

.icon-minus:before {
    content: "\ea10"
}

.icon-cross:before {
    content: "\ea3d"
}

.icon-checkmark:before {
    content: "\ea3e"
}

.icon-checkmark2:before {
    content: "\ea3f"
}

.icon-facebook:before {
    content: "\ea90"
}

.icon-facebook2:before {
    content: "\ea91"
}

.icon-home:before {
    content: "\e008"
}

.icon-big-arrow-right:before {
    content: "\e976"
}

.icon-arrow-right-bold:before {
    content: "\e9bb"
}

.icon-arrow-left-bold:before {
    content: "\e9c5"
}

.icon-arrow-left:before {
    content: "\e9cd"
}

.icon-arrow-right:before {
    content: "\e9cf"
}

.icon-card:before {
    content: "\50"
}

.icon-checkmark3:before {
    content: "\53"
}

.icon-device-mobile:before {
    content: "\24"
}

.icon-meter:before {
    content: "\e022"
}

.icon-photo:before {
    content: "\e031"
}

.icon-photo-group:before {
    content: "\e032"
}

.icon-star8:before {
    content: "\e046"
}

.icon-view-list:before {
    content: "\e05b"
}

.icon-uniE976:before {
    content: "\e9d8"
}

.icon-uniE977:before {
    content: "\e9db"
}

.icon-uniE978:before {
    content: "\e9dc"
}

.icon-bed2:before {
    content: "\e9dd"
}

.icon-uniE97A:before {
    content: "\e9df"
}

.icon-uniE97B:before {
    content: "\e9e0"
}

.icon-tv:before {
    content: "\e9e1"
}

.icon-uniE97D:before {
    content: "\e9e2"
}

.icon-uniE989:before {
    content: "\e9e3"
}

.icon-uniE98B:before {
    content: "\e9e4"
}

.icon-uniE99E:before {
    content: "\e9e5"
}

.icon-uniE9A8:before {
    content: "\e9e6"
}

.icon-uniE9A9:before {
    content: "\e9e7"
}

.icon-uniE9AC:before {
    content: "\e9e8"
}

.icon-uniE9AD:before {
    content: "\e9e9"
}

.icon-uniE9AE:before {
    content: "\e9ea"
}

.icon-uniE9B2:before {
    content: "\e9ec"
}

.icon-uniE9B3:before {
    content: "\e9ed"
}

.icon-uniE9BF:before {
    content: "\e9ee"
}

.icon-uniE9FC:before {
    content: "\e9fc"
}

.icon-uniEA11:before {
    content: "\ea12"
}

.icon-uniEA1F:before {
    content: "\ea1f"
}

.icon-uniEA2C:before {
    content: "\ea2c"
}

.icon-uniEA56:before {
    content: "\ea56"
}

.icon-uniEA5A:before {
    content: "\ea5a"
}

.icon-uniEA5C:before {
    content: "\ea5c"
}

.icon-uniEA5D:before {
    content: "\ea5d"
}

.icon-uniEA5E:before {
    content: "\ea5e"
}

.icon-uniEA64:before {
    content: "\ea64"
}

.icon-uniEA65:before {
    content: "\ea65"
}

.icon-uniEA6A:before {
    content: "\ea6a"
}

.icon-uniEA6B:before {
    content: "\ea6b"
}

.icon-uniEA6F:before {
    content: "\ea6f"
}

.icon-uniEA76:before {
    content: "\ea76"
}

.icon-uniEA77:before {
    content: "\ea77"
}

.icon-uniEA78:before {
    content: "\ea78"
}

.icon-uniEA79:before {
    content: "\ea79"
}

.icon-uniEA7A:before {
    content: "\ea7a"
}

.icon-uniEA7B:before {
    content: "\ea7b"
}

.icon-uniEA84:before {
    content: "\ea84"
}

.icon-star5:before {
    content: "\f007"
}

.icon-star_empty:before {
    content: "\f008"
}

.icon-ticket2:before {
    content: "\f145"
}

.icon-bicycle2:before {
    content: "\e9ef"
}

.icon-bus2:before {
    content: "\e9f0"
}

.icon-star6:before {
    content: "\e9f1"
}

.icon-starempty:before {
    content: "\e9f2"
}

.icon-people:before {
    content: "\e002"
}

.icon-user-follow:before {
    content: "\e003"
}

.icon-user-following:before {
    content: "\e004"
}

.icon-user-unfollow:before {
    content: "\e005"
}

.icon-user5:before {
    content: "\e006"
}

.icon-social-twitter:before {
    content: "\e009"
}

.icon-screen-smartphone:before {
    content: "\e010"
}

.icon-magic-wand:before {
    content: "\e017"
}

.icon-graduation:before {
    content: "\e019"
}

.icon-credit-card6:before {
    content: "\e025"
}

.icon-handbag:before {
    content: "\e035"
}

.icon-compass:before {
    content: "\e045"
}

.icon-support3:before {
    content: "\e056"
}

.icon-equalizer:before {
    content: "\e06c"
}

.icon-ban:before {
    content: "\e07c"
}

.icon-location-pin2:before {
    content: "\e096"
}

.icon-star7:before {
    content: "\e09b"
}

.icon-uniE616:before {
    content: "\e616"
}

.icon-uniE617:before {
    content: "\e617"
}

.icon-uniE618:before {
    content: "\e618"
}

.icon-uniE666:before {
    content: "\e666"
}

.icon-square-ruler:before {
    content: "\e6db"
}

.icon-uniE741:before {
    content: "\e741"
}

.icon-uniE74B:before {
    content: "\e74b"
}

.icon-uniF03C:before {
    content: "\f03c"
}

.icon-uniF045:before {
    content: "\f045"
}

.icon-facebook4:before {
    content: "\e95a";
    color: #3b5998
}

.icon-twitter:before {
    content: "\e95b";
    color: #1da1f2
}

.icon-tree2:before {
    content: "\e97a"
}

.icon-thermometer2:before {
    content: "\e97b"
}

.icon-shopping-cart3:before {
    content: "\e97c"
}

.icon-3d_rotation:before {
    content: "\e84d"
}

.icon-alarm:before {
    content: "\e855"
}

.icon-schedule:before {
    content: "\e8b5"
}

.icon-accessible:before {
    content: "\e97d"
}

.icon-alarm_on:before {
    content: "\e858"
}

.icon-flag:before {
    content: "\e153"
}

.icon-beach_access:before {
    content: "\eb3e"
}

.icon-phone3:before {
    content: "\e0cd"
}

.icon-chat2:before {
    content: "\e0b7"
}

.icon-chat_bubble:before {
    content: "\e0ca"
}

.icon-chat_bubble_outline:before {
    content: "\e0cb"
}

.icon-child_friendly:before {
    content: "\eb42"
}

.icon-close:before {
    content: "\e5cd"
}

.icon-photo_library:before {
    content: "\e413"
}

.icon-payment:before {
    content: "\e8a1"
}

.icon-directions_bike:before {
    content: "\e52f"
}

.icon-directions_boat:before {
    content: "\e532"
}

.icon-directions_bus:before {
    content: "\e530"
}

.icon-directions_car:before {
    content: "\e531"
}

.icon-directions_railway:before {
    content: "\e534"
}

.icon-directions_run:before {
    content: "\e566"
}

.icon-directions_transit:before {
    content: "\e535"
}

.icon-directions_walk:before {
    content: "\e536"
}

.icon-not_interested:before {
    content: "\e033"
}

.icon-do_not_disturb_alt:before {
    content: "\e611"
}

.icon-remove_circle:before {
    content: "\e15c"
}

.icon-done:before {
    content: "\e876"
}

.icon-done_all:before {
    content: "\e877"
}

.icon-error:before {
    content: "\e000"
}

.icon-error_outline:before {
    content: "\e001"
}

.icon-euro_symbol:before {
    content: "\e97e"
}

.icon-ev_station:before {
    content: "\e56d"
}

.icon-insert_invitation:before {
    content: "\e24f"
}

.icon-event_available:before {
    content: "\e614"
}

.icon-event_busy:before {
    content: "\e615"
}

.icon-event_seat:before {
    content: "\e97f"
}

.icon-favorite:before {
    content: "\e87d"
}

.icon-favorite_border:before {
    content: "\e87e"
}

.icon-hearing:before {
    content: "\e023"
}

.icon-hot_tub:before {
    content: "\eb46"
}

.icon-language2:before {
    content: "\e894"
}

.icon-local_airport:before {
    content: "\e53d"
}

.icon-local_bar:before {
    content: "\e540"
}

.icon-local_cafe:before {
    content: "\e541"
}

.icon-local_gas_station:before {
    content: "\e546"
}

.icon-shopping_cart:before {
    content: "\e8cc"
}

.icon-local_mall:before {
    content: "\e54c"
}

.icon-theaters:before {
    content: "\e8da"
}

.icon-local_parking:before {
    content: "\e54f"
}

.icon-location_city:before {
    content: "\e7f1"
}

.icon-room:before {
    content: "\e8b4"
}

.icon-map:before {
    content: "\e55b"
}

.icon-nature:before {
    content: "\e406"
}

.icon-nature_people:before {
    content: "\e407"
}

.icon-phone_iphone:before {
    content: "\e325"
}

.icon-pool2:before {
    content: "\eb48"
}

.icon-school:before {
    content: "\e80c"
}

.icon-security:before {
    content: "\e32a"
}

.icon-smoke_free:before {
    content: "\eb4a"
}

.icon-smoking_rooms:before {
    content: "\eb4b"
}

.icon-star_border:before {
    content: "\e83a"
}

.icon-subway:before {
    content: "\e56f"
}

.icon-thumb_down:before {
    content: "\e8db"
}

.icon-thumb_up:before {
    content: "\e8dc"
}

.icon-thumbs_up_down:before {
    content: "\e8dd"
}

.icon-train:before {
    content: "\e570"
}

.icon-tram:before {
    content: "\e571"
}

.icon-translate2:before {
    content: "\e8e2"
}

.icon-trending_down:before {
    content: "\e8e3"
}

.icon-trending_up:before {
    content: "\e8e5"
}

.icon-tune:before {
    content: "\e429"
}

.icon-verified_user:before {
    content: "\e8e8"
}

.icon-wc:before {
    content: "\e63d"
}

.icon-alert-circle:before {
    content: "\e981"
}

.icon-alert-triangle:before {
    content: "\e982"
}

.icon-at-sign:before {
    content: "\e983"
}

.icon-book:before {
    content: "\e984"
}

.icon-book-open:before {
    content: "\e985"
}

.icon-briefcase:before {
    content: "\e986"
}

.icon-calendar4:before {
    content: "\e987"
}

.icon-check-circle:before {
    content: "\e989"
}

.icon-check-square:before {
    content: "\e98a"
}

.icon-clock4:before {
    content: "\e98b"
}

.icon-credit-card5:before {
    content: "\e98c"
}

.icon-facebook5:before {
    content: "\e98e"
}

.icon-heart5:before {
    content: "\e98f"
}

.icon-help-circle:before {
    content: "\e990"
}

.icon-info4:before {
    content: "\e991"
}

.icon-life-buoy:before {
    content: "\e992"
}

.icon-link2:before {
    content: "\e993"
}

.icon-list:before {
    content: "\e994"
}

.icon-map-pin:before {
    content: "\e995"
}

.icon-menu:before {
    content: "\e996"
}

.icon-moon5:before {
    content: "\e997"
}

.icon-package:before {
    content: "\e998"
}

.icon-phone4:before {
    content: "\e999"
}

.icon-pocket:before {
    content: "\e99a"
}

.icon-settings:before {
    content: "\e99b"
}

.icon-shield:before {
    content: "\e99c"
}

.icon-sliders2:before {
    content: "\e99d"
}

.icon-smartphone:before {
    content: "\e99e"
}

.icon-star4:before {
    content: "\e99f"
}

.icon-sunrise:before {
    content: "\e9a0"
}

.icon-sunset:before {
    content: "\e9a1"
}

.icon-thumbs-down:before {
    content: "\e9a2"
}

.icon-thumbs-up:before {
    content: "\e9a3"
}

.icon-trending-down:before {
    content: "\e9a4"
}

.icon-trending-up:before {
    content: "\e9a5"
}

.icon-tv2:before {
    content: "\e9a6"
}

.icon-user2:before {
    content: "\e9a7"
}

.icon-user-check:before {
    content: "\e9a8"
}

.icon-user-minus:before {
    content: "\e9aa"
}

.icon-user-plus:before {
    content: "\e9ab"
}

.icon-user-x:before {
    content: "\e9ac"
}

.icon-users2:before {
    content: "\e9ad"
}

.icon-watch:before {
    content: "\e9ae"
}

.icon-wifi3:before {
    content: "\e9af"
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: local("Rubik Light"), local("Rubik-Light"), url(https://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7Fqj2mT8WDm7Q.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: local("Rubik Light"), local("Rubik-Light"), url(https://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7Fqj2md8WA.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: local("Rubik"), local("Rubik-Regular"), url(https://fonts.gstatic.com/s/rubik/v7/iJWKBXyIfDnIV7nPrXyi0A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: local("Rubik"), local("Rubik-Regular"), url(https://fonts.gstatic.com/s/rubik/v7/iJWKBXyIfDnIV7nBrXw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: local("Rubik Medium"), local("Rubik-Medium"), url(https://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7EyjmmT8WDm7Q.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: local("Rubik Medium"), local("Rubik-Medium"), url(https://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7Eyjmmd8WA.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}