/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

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

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

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

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 3px 12px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 12px;
    top: 50%;
    color: #333;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 25px;
    margin-left: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 4px 0 0 0;
    border-left: 1px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: #cfd7df
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: rgba(0, 0, 0, 0)
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: 0
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: rgba(77, 77, 77, 0)
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #333;
    font-family: inherit;
    font-size: inherit;
    line-height: 20px;
    -webkit-font-smoothing: inherit
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #ccc;
    padding: 6px 12px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15)
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin-left: 10px;
    background: #efefef;
    color: #333;
    border: 0 solid rgba(0, 0, 0, 0)
}

.selectize-control.multi .selectize-input .active {
    background: #efefef
}

.selectize-control.multi .selectize-input>div.active {
    color: #333;
    border: 0 solid rgba(0, 0, 0, 0)
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #808080;
    background: #fff;
    border: 0 solid rgba(77, 77, 77, 0)
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none !important
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #fff;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(255, 237, 40, 0.4);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
    padding: 3px 12px
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #777;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5f5f5;
    color: #fff
}

.selectize-dropdown .active.create {
    color: #262626
}

.selectize-dropdown .create {
    color: rgba(51, 51, 51, 0.5)
}

.selectize-dropdown.dropdown-up {
    border: 1px solid #d0d0d0;
    border-bottom: 0 none
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 215px
}

.selectize-dropdown label {
    display: block !important;
    width: 100%;
    line-height: 42px !important;
    padding: 0 10px !important
}

.chat-container .multi .selectize-dropdown-content div {
    padding: 0 0 !important
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #333 transparent transparent transparent;
    cursor: pointer
}

.selectize-control.multi .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #333 transparent transparent transparent;
    cursor: pointer
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #333 transparent
}

.selectize-control.rtl.single .selectize-input:after {
    left: 17px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fff
}

.selectize-dropdown,
.selectize-dropdown.form-control {
    height: auto;
    padding: 0;
    margin: 2px 0 0 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

.selectize-dropdown .optgroup-header {
    font-size: 12px;
    line-height: 1.42857143
}

.selectize-dropdown .optgroup:first-child:before {
    display: none
}

.selectize-dropdown .optgroup:before {
    content: ' ';
    display: block;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    margin-left: -12px;
    margin-right: -12px
}

.selectize-dropdown-content {
    padding: 5px 0
}

.selectize-dropdown-header {
    padding: 6px 12px
}

.selectize-input {
    min-height: 34px
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.selectize-input.dropdown-active::before {
    display: none
}

.selectize-input.focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.has-error .selectize-input {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .selectize-input:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.selectize-control.multi .selectize-input.has-items {
    padding-left: 9px;
    padding-right: 9px
}

.selectize-control.multi .selectize-input>div {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 13px
}

.form-control.selectize-control {
    padding: 0;
    height: auto;
    border: 0;
    background: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype')
}

.ui-timepicker-container {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box
}

.ui-timepicker {
    box-sizing: content-box;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0 1px
}

.ui-timepicker-viewport {
    padding-right: 0 !important;
    box-sizing: content-box;
    display: block;
    height: 205px;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden
}

.ui-timepicker-standard {
    font-size: 1.1em;
    background-color: #FFF;
    color: #222;
    margin: 0;
    padding: 8px
}

.ui-timepicker-standard a {
    border: 1px solid transparent;
    color: #222;
    display: block;
    padding: .2em .4em;
    text-decoration: none
}

.ui-timepicker-standard .ui-menu-item {
    margin: 0;
    padding: 0
}

.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.ui-timepicker-hidden {
    display: none
}

.ui-timepicker-no-scrollbar .ui-timepicker {
    border: 0
}

.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.xdsoft_monthpicker button {
    background-color: #fff !important
}

.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: 0
}

.xdsoft_datetimepicker button {
    border: none !important
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.xdsoft_noselect::selection {
    background: transparent
}

.xdsoft_noselect::-moz-selection {
    background: transparent
}

.xdsoft_datetimepicker.xdsoft_inline {
    width: 100%;
    display: inline-block;
    position: static;
    box-shadow: none;
    padding: 5px 37px 0 37px
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.xdsoft_today_button {
    display: none !important
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    display: none;
    width: 100%;
    float: left
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: .5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle;
    display: none;
    border-radius: 4px
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
    border-top-width: 0
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1.0
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(18, 52, 77, 0.06), 0 2px 18px 0 rgba(18, 52, 77, 0.16);
    border-radius: 4px;
    border: 1px solid #ebeff3;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
    right: -2px;
    margin-top: 3px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
    right: -4px;
    margin-top: 3px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    background: #f5f7f9
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
    padding: 5px 10px 5px 5px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: rgb(58, 101, 172, 0.7);
    color: #fff;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 87px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px;
    margin-top: 12px;
    margin-bottom: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: rgb(58, 101, 172, 0.7);
    font-weight: 700 color:#000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option .xdsoft_current {
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: .2;
    -ms-filter: "alpha(opacity=20)"
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000;
    background: rgb(58, 101, 172, 0.7);
    box-shadow: none
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
    background: rgb(58, 101, 172, 0.7);
    color: #fff !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc
}

.xdsoft_scrollbar>.xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto
}

.xdsoft_scroller_box {
    position: relative
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
    border: 1px solid #333;
    background: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #000;
    background: #007fff
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #c50
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000 !important;
    background: #007fff !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333
}

.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
    background: #333 !important
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #ddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: "museo-sans", "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
    background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0)
}

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0, #FFF 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #FFF));
    background: -webkit-linear-gradient(top, #f4f8fa 0, #FFF 73%);
    background: -o-linear-gradient(top, #f4f8fa 0, #FFF 73%);
    background: -ms-linear-gradient(top, #f4f8fa 0, #FFF 73%);
    background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0)
}

.chat-container .iti {
    position: relative;
    display: inline-block
}

.chat-container .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.chat-container .iti__hide {
    display: none
}

.chat-container .iti__v-hide {
    visibility: hidden
}

.chat-container .iti input,
.chat-container .iti input[type=text],
.chat-container .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.chat-container .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
    height: 45px
}

.chat-container .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.chat-container .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.chat-container .iti__arrow--up {
    border-top: 0;
    border-bottom: 4px solid #555
}

.chat-container .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.chat-container .iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media(max-width:500px) {
    .chat-container .iti__country-list {
        white-space: normal
    }
}

.chat-container .iti__flag-box {
    display: inline-block;
    width: 20px
}

.chat-container .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC
}

.chat-container .iti__country {
    padding: 5px 10px;
    outline: 0
}

.chat-container .iti__dial-code {
    color: #999
}

.chat-container .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05)
}

.chat-container .iti__flag-box,
.chat-container .iti__country-name,
.chat-container .iti__dial-code {
    vertical-align: middle
}

.chat-container .iti__flag-box,
.chat-container .iti__country-name {
    margin-right: 6px
}

.chat-container .iti--allow-dropdown input,
.chat-container .iti--allow-dropdown input[type=text],
.chat-container .iti--allow-dropdown input[type=tel],
.chat-container .iti--separate-dial-code input,
.chat-container .iti--separate-dial-code input[type=text],
.chat-container .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.chat-container .iti--allow-dropdown .iti__flag-container,
.chat-container .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.chat-container .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.chat-container .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05)
}

.chat-container .iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.chat-container .iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.chat-container .iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.chat-container .iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.chat-container .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05)
}

.chat-container .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.chat-container .iti--container {
    position: absolute !important;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.chat-container .iti--container:hover {
    cursor: pointer
}

.chat-container .iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.chat-container .iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.chat-container .iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.chat-container .iti__flag {
    width: 20px
}

.chat-container .iti__flag.iti__be {
    width: 18px
}

.chat-container .iti__flag.iti__ch {
    width: 15px
}

.chat-container .iti__flag.iti__mc {
    width: 19px
}

.chat-container .iti__flag.iti__ne {
    width: 18px
}

.chat-container .iti__flag.iti__np {
    width: 13px
}

.chat-container .iti__flag.iti__va {
    width: 15px
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .chat-container .iti__flag {
        background-size: 5652px 15px
    }
}

.chat-container .iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.chat-container .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.chat-container .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.chat-container .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.chat-container .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.chat-container .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.chat-container .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.chat-container .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.chat-container .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.chat-container .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.chat-container .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.chat-container .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.chat-container .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.chat-container .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.chat-container .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.chat-container .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.chat-container .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.chat-container .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.chat-container .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.chat-container .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.chat-container .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.chat-container .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.chat-container .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.chat-container .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.chat-container .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.chat-container .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.chat-container .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.chat-container .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.chat-container .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.chat-container .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.chat-container .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.chat-container .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.chat-container .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.chat-container .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.chat-container .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.chat-container .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.chat-container .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.chat-container .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.chat-container .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.chat-container .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.chat-container .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.chat-container .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.chat-container .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.chat-container .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.chat-container .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.chat-container .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.chat-container .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.chat-container .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.chat-container .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.chat-container .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.chat-container .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.chat-container .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.chat-container .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.chat-container .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.chat-container .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.chat-container .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.chat-container .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.chat-container .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.chat-container .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.chat-container .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.chat-container .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.chat-container .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.chat-container .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.chat-container .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.chat-container .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.chat-container .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.chat-container .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.chat-container .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.chat-container .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.chat-container .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.chat-container .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.chat-container .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.chat-container .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.chat-container .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.chat-container .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.chat-container .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.chat-container .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.chat-container .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.chat-container .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.chat-container .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.chat-container .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.chat-container .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.chat-container .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.chat-container .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.chat-container .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.chat-container .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.chat-container .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.chat-container .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.chat-container .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.chat-container .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.chat-container .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.chat-container .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.chat-container .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.chat-container .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.chat-container .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.chat-container .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.chat-container .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.chat-container .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.chat-container .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.chat-container .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.chat-container .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.chat-container .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.chat-container .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.chat-container .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.chat-container .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.chat-container .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.chat-container .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.chat-container .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.chat-container .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.chat-container .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.chat-container .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.chat-container .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.chat-container .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.chat-container .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.chat-container .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.chat-container .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.chat-container .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.chat-container .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.chat-container .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.chat-container .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.chat-container .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.chat-container .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.chat-container .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.chat-container .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.chat-container .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.chat-container .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.chat-container .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.chat-container .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.chat-container .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.chat-container .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.chat-container .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.chat-container .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.chat-container .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.chat-container .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.chat-container .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.chat-container .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.chat-container .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.chat-container .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.chat-container .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.chat-container .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.chat-container .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.chat-container .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.chat-container .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.chat-container .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.chat-container .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.chat-container .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.chat-container .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.chat-container .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.chat-container .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.chat-container .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.chat-container .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.chat-container .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.chat-container .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.chat-container .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.chat-container .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.chat-container .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.chat-container .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.chat-container .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.chat-container .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.chat-container .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.chat-container .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.chat-container .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.chat-container .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.chat-container .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.chat-container .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.chat-container .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.chat-container .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.chat-container .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.chat-container .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.chat-container .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.chat-container .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.chat-container .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.chat-container .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.chat-container .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.chat-container .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.chat-container .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.chat-container .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.chat-container .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.chat-container .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.chat-container .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.chat-container .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.chat-container .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.chat-container .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.chat-container .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.chat-container .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.chat-container .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.chat-container .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.chat-container .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.chat-container .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.chat-container .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.chat-container .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.chat-container .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.chat-container .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.chat-container .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.chat-container .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.chat-container .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.chat-container .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.chat-container .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.chat-container .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.chat-container .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.chat-container .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.chat-container .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.chat-container .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.chat-container .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.chat-container .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.chat-container .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.chat-container .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.chat-container .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.chat-container .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.chat-container .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.chat-container .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.chat-container .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.chat-container .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.chat-container .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.chat-container .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.chat-container .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.chat-container .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.chat-container .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.chat-container .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.chat-container .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.chat-container .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.chat-container .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.chat-container .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.chat-container .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.chat-container .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.chat-container .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.chat-container .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.chat-container .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.chat-container .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.chat-container .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.chat-container .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.chat-container .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.chat-container .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.chat-container .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.chat-container .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.chat-container .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.chat-container .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.chat-container .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.chat-container .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.chat-container .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0
}

.chat-container .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.chat-container .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.chat-container .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.chat-container .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.chat-container .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.chat-container .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.chat-container .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.chat-container .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.chat-container .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.chat-container .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.chat-container .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.chat-container .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.chat-container .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.chat-container .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.chat-container .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.chat-container .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.chat-container .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.chat-container .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.chat-container .iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url("../../imgs/flags.png");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .chat-container .iti__flag {
        background-image: url("../../imgs/flags@2x.png")
    }
}

.chat-container .iti__flag.iti__np {
    background-color: transparent
}

.chat-container .iti__no-result-found {
    height: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #475867;
    margin: 4px 21px 6px 21px
}

.chat-container ::-webkit-input-placeholder {
    opacity: .70;
    color: gray !important
}

.chat-container ::-moz-placeholder {
    opacity: .70;
    color: gray !important
}

.chat-container :-ms-input-placeholder {
    opacity: .70;
    color: gray !important
}

.chat-container :-moz-placeholder {
    opacity: .70;
    color: gray !important
}

.chat-container div,
.chat-container span,
.chat-container h1,
.chat-container h2,
.chat-container h3,
.chat-container h4,
.chat-container h5,
.chat-container h6,
.chat-container p,
.chat-container blockquote,
.chat-container pre,
.chat-container a,
.chat-container abbr,
.chat-container acronym,
.chat-container address,
.chat-container big,
.chat-container cite,
.chat-container code,
.chat-container del,
.chat-container dfn,
.chat-container em,
.chat-container img,
.chat-container ins,
.chat-container kbd,
.chat-container q,
.chat-container s,
.chat-container samp,
.chat-container small,
.chat-container strike,
.chat-container strong,
.chat-container sub,
.chat-container sup,
.chat-container tt,
.chat-container var,
.chat-container b,
.chat-container u,
.chat-container i,
.chat-container center,
.chat-container dl,
.chat-container dt,
.chat-container dd,
.chat-container ol,
.chat-container ul,
.chat-container li,
.chat-container fieldset,
.chat-container form,
.chat-container label,
.chat-container legend,
.chat-container table,
.chat-container caption,
.chat-container tbody,
.chat-container tfoot,
.chat-container thead,
.chat-container tr,
.chat-container th,
.chat-container td,
.chat-container article,
.chat-container aside,
.chat-container canvas,
.chat-container details,
embed,
.chat-container figure,
.chat-container figcaption,
.chat-container footer,
.chat-container header,
.chat-container hgroup,
.chat-container menu,
.chat-container nav,
.chat-container output,
.chat-container ruby,
.chat-container section,
.chat-container summary,
.chat-container time,
.chat-container mark,
.chat-container audio,
.chat-container video,
.mobile-chat-container div,
.mobile-chat-container span,
.mobile-chat-container h1,
.mobile-chat-container h2,
.mobile-chat-container h3,
.mobile-chat-container h4,
.mobile-chat-container h5,
.mobile-chat-container h6,
.mobile-chat-container p,
.mobile-chat-container blockquote,
.mobile-chat-container pre,
.mobile-chat-container a,
.mobile-chat-container abbr,
.mobile-chat-container acronym,
.mobile-chat-container address,
.mobile-chat-container big,
.mobile-chat-container cite,
.mobile-chat-container code,
.mobile-chat-container del,
.mobile-chat-container dfn,
.mobile-chat-container em,
.mobile-chat-container img,
.mobile-chat-container ins,
.mobile-chat-container kbd,
.mobile-chat-container q,
.mobile-chat-container s,
.mobile-chat-container samp,
.mobile-chat-container small,
.mobile-chat-container strike,
.mobile-chat-container strong,
.mobile-chat-container sub,
.mobile-chat-container sup,
.mobile-chat-container tt,
.mobile-chat-container var,
.mobile-chat-container b,
.mobile-chat-container u,
.mobile-chat-container i,
.mobile-chat-container center,
.mobile-chat-container dl,
.mobile-chat-container dt,
.mobile-chat-container dd,
.mobile-chat-container ol,
.mobile-chat-container ul,
.mobile-chat-container li,
.mobile-chat-container fieldset,
.mobile-chat-container form,
.mobile-chat-container label,
.mobile-chat-container legend,
.mobile-chat-container table,
.mobile-chat-container caption,
.mobile-chat-container tbody,
.mobile-chat-container tfoot,
.mobile-chat-container thead,
.mobile-chat-container tr,
.mobile-chat-container th,
.mobile-chat-container td,
.mobile-chat-container article,
.mobile-chat-container aside,
.mobile-chat-container canvas,
.mobile-chat-container details,
embed,
.mobile-chat-container figure,
.mobile-chat-container figcaption,
.mobile-chat-container footer,
.mobile-chat-container header,
.mobile-chat-container hgroup,
.mobile-chat-container menu,
.mobile-chat-container nav,
.mobile-chat-container output,
.mobile-chat-container ruby,
.mobile-chat-container section,
.mobile-chat-container summary,
.mobile-chat-container time,
.mobile-chat-container mark,
.mobile-chat-container audio,
.mobile-chat-container video {
    overflow-x: initial;
    overflow-y: initial;
    color: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    line-height: normal;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
}

.chat-container .joe-faq-body div,
.chat-container .joe-faq-body span,
.chat-container .joe-faq-body h1,
.chat-container .joe-faq-body h2,
.chat-container .joe-faq-body h3,
.chat-container .joe-faq-body h4,
.chat-container .joe-faq-body h5,
.chat-container .joe-faq-body h6,
.chat-container .joe-faq-body p,
.chat-container .joe-faq-body blockquote,
.chat-container .joe-faq-body pre,
.chat-container .joe-faq-body a,
.chat-container .joe-faq-body abbr,
.chat-container .joe-faq-body acronym,
.chat-container .joe-faq-body address,
.chat-container .joe-faq-body big,
.chat-container .joe-faq-body cite,
.chat-container .joe-faq-body code,
.chat-container .joe-faq-body del,
.chat-container .joe-faq-body dfn,
.chat-container .joe-faq-body em,
.chat-container .joe-faq-body img,
.chat-container .joe-faq-body ins,
.chat-container .joe-faq-body kbd,
.chat-container .joe-faq-body q,
.chat-container .joe-faq-body s,
.chat-container .joe-faq-body samp,
.chat-container .joe-faq-body small,
.chat-container .joe-faq-body strike,
.chat-container .joe-faq-body strong,
.chat-container .joe-faq-body sub,
.chat-container .joe-faq-body sup,
.chat-container .joe-faq-body tt,
.chat-container .joe-faq-body var,
.chat-container .joe-faq-body b,
.chat-container .joe-faq-body u,
.chat-container .joe-faq-body i,
.chat-container .joe-faq-body center,
.chat-container .joe-faq-body dl,
.chat-container .joe-faq-body dt,
.chat-container .joe-faq-body dd,
.chat-container .joe-faq-body ol,
.chat-container .joe-faq-body ul,
.chat-container .joe-faq-body li,
.chat-container .joe-faq-body fieldset,
.chat-container .joe-faq-body form,
.chat-container .joe-faq-body label,
.chat-container .joe-faq-body legend,
.chat-container .joe-faq-body table,
.chat-container .joe-faq-body caption,
.chat-container .joe-faq-body tbody,
.chat-container .joe-faq-body tfoot,
.chat-container .joe-faq-body thead,
.chat-container .joe-faq-body tr,
.chat-container .joe-faq-body th,
.chat-container .joe-faq-body td,
.chat-container .joe-faq-body article,
.chat-container .joe-faq-body aside,
.chat-container .joe-faq-body canvas,
.chat-container .joe-faq-body details,
embed,
.chat-container .joe-faq-body figure,
.chat-container .joe-faq-body figcaption,
.chat-container .joe-faq-body footer,
.chat-container .joe-faq-body header,
.chat-container .joe-faq-body hgroup,
.chat-container .joe-faq-body menu,
.chat-container .joe-faq-body nav,
.chat-container .joe-faq-body output,
.chat-container .joe-faq-body ruby,
.chat-container .joe-faq-body section,
.chat-container .joe-faq-body summary,
.chat-container .joe-faq-body time,
.chat-container .joe-faq-body mark,
.chat-container .joe-faq-body audio,
.chat-container .joe-faq-body video,
.mobile-chat-container .joe-faq-body div,
.mobile-chat-container .joe-faq-body span,
.mobile-chat-container .joe-faq-body h1,
.mobile-chat-container .joe-faq-body h2,
.mobile-chat-container .joe-faq-body h3,
.mobile-chat-container .joe-faq-body h4,
.mobile-chat-container .joe-faq-body h5,
.mobile-chat-container .joe-faq-body h6,
.mobile-chat-container .joe-faq-body p,
.mobile-chat-container .joe-faq-body blockquote,
.mobile-chat-container .joe-faq-body pre,
.mobile-chat-container .joe-faq-body a,
.mobile-chat-container .joe-faq-body abbr,
.mobile-chat-container .joe-faq-body acronym,
.mobile-chat-container .joe-faq-body address,
.mobile-chat-container .joe-faq-body big,
.mobile-chat-container .joe-faq-body cite,
.mobile-chat-container .joe-faq-body code,
.mobile-chat-container .joe-faq-body del,
.mobile-chat-container .joe-faq-body dfn,
.mobile-chat-container .joe-faq-body em,
.mobile-chat-container .joe-faq-body img,
.mobile-chat-container .joe-faq-body ins,
.mobile-chat-container .joe-faq-body kbd,
.mobile-chat-container .joe-faq-body q,
.mobile-chat-container .joe-faq-body s,
.mobile-chat-container .joe-faq-body samp,
.mobile-chat-container .joe-faq-body small,
.mobile-chat-container .joe-faq-body strike,
.mobile-chat-container .joe-faq-body strong,
.mobile-chat-container .joe-faq-body sub,
.mobile-chat-container .joe-faq-body sup,
.mobile-chat-container .joe-faq-body tt,
.mobile-chat-container .joe-faq-body var,
.mobile-chat-container .joe-faq-body b,
.mobile-chat-container .joe-faq-body u,
.mobile-chat-container .joe-faq-body i,
.mobile-chat-container .joe-faq-body center,
.mobile-chat-container .joe-faq-body dl,
.mobile-chat-container .joe-faq-body dt,
.mobile-chat-container .joe-faq-body dd,
.mobile-chat-container .joe-faq-body ol,
.mobile-chat-container .joe-faq-body ul,
.mobile-chat-container .joe-faq-body li,
.mobile-chat-container .joe-faq-body fieldset,
.mobile-chat-container .joe-faq-body form,
.mobile-chat-container .joe-faq-body label,
.mobile-chat-container .joe-faq-body legend,
.mobile-chat-container .joe-faq-body table,
.mobile-chat-container .joe-faq-body caption,
.mobile-chat-container .joe-faq-body tbody,
.mobile-chat-container .joe-faq-body tfoot,
.mobile-chat-container .joe-faq-body thead,
.mobile-chat-container .joe-faq-body tr,
.mobile-chat-container .joe-faq-body th,
.mobile-chat-container .joe-faq-body td,
.mobile-chat-container .joe-faq-body article,
.mobile-chat-container .joe-faq-body aside,
.mobile-chat-container .joe-faq-body canvas,
.mobile-chat-container .joe-faq-body details,
embed,
.mobile-chat-container .joe-faq-body figure,
.mobile-chat-container .joe-faq-body figcaption,
.mobile-chat-container .joe-faq-body footer,
.mobile-chat-container .joe-faq-body header,
.mobile-chat-container .joe-faq-body hgroup,
.mobile-chat-container .joe-faq-body menu,
.mobile-chat-container .joe-faq-body nav,
.mobile-chat-container .joe-faq-body output,
.mobile-chat-container .joe-faq-body ruby,
.mobile-chat-container .joe-faq-body section,
.mobile-chat-container .joe-faq-body summary,
.mobile-chat-container .joe-faq-body time,
.mobile-chat-container .joe-faq-body mark,
.mobile-chat-container .joe-faq-body audio,
.mobile-chat-container .joe-faq-body video {
    font-size: revert;
    line-height: inherit
}

.chat-container .chat-history .other-message sub {
    vertical-align: sub;
    font-size: 10px
}

.chat-container .chat-history .other-message sup {
    vertical-align: super;
    font-size: 10px
}

.chat-container .chat-history .other-message ol {
    padding-left: revert
}

.chat-container .chat-history .other-message ul {
    padding-left: revert !important;
    list-style: circle !important
}

.chat-container .chat-history .other-message li {
    display: list-item !important
}

.chat-container label,
.mobile-chat-container label {
    display: inline
}

.chat-container button {
    outline: 0;
    border: 0;
    color: white;
    font-size: 13px;
    cursor: pointer
}

.chat-container .joe-clearfix:after {
    visibility: hidden;
    display: block !important;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.chat-container a,
.chat-container a:focus,
.chat-container button,
.chat-container button:focus {
    outline: 0
}

.chat-container ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    float: none
}

.chat-container ul li {
    line-height: normal
}

.chat-container .joe-message-list li {
    display: block
}

.bold {
    font-weight: bold
}

.chat-container .online,
.chat-container .offline,
.chat-container .me {
    margin-right: 3px
}

.chat-container .online {
    color: #8bc34a !important
}

.chat-container .joe-text-red {
    color: #d93b3b !important
}

.chat-container .my-message a {
    color: #3c434c
}

.mobile-chat-container {
    background: #355da5;
    position: fixed;
    padding: 7px 10px 10px;
    width: 60px;
    height: 60px;
    display: block;
    bottom: 30px;
    right: 30px;
    color: white;
    font-size: 25px;
    text-align: center;
    z-index: 100000000;
    box-sizing: content-box !important;
    line-height: initial;
    font-family: sans-serif;
    overflow-x: initial;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15), 0 5px 4px 0 rgba(0, 0, 0, 0.26) !important;
    cursor: pointer;
    border-radius: 34px 8px 34px 34px;
    font-family: inherit !important;
    -webkit-font-smoothing: antialiased;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.chat-container {
    border-radius: 12px 12px 12px 12px !important;
    position: fixed;
    width: 200px;
    display: none;
    bottom: 40px;
    right: 40px;
    z-index: 100000000000000000000000;
    overflow-x: initial;
    font-family: inherit !important;
    max-height: 700px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.chat-container .joe-msg-bubble-container,
.mobile-chat-container .joe-msg-bubble-container {
    color: #3c434c
}

@media(max-width:750px) {
    .chat-container {
        width: 200px;
        right: 0;
        bottom: 0;
        max-height: 100%
    }

    .chat-container .title-tag {
        right: 5px !important
    }

    .chat-container .chat-footer,
    .chat-container .chat-header {
        border-radius: 0 0 12px 12px
    }
}

.chat-container .chat-header {
    padding: 0;
    display: block;
    position: relative;
    border-radius: 12px 12px 0 0
}

.chat-container .chat-body {
    position: relative;
    background-image: url('../../imgs/g3_icons/default_bg.png');
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

.chat-container .chat-body .chat-history .joe-message a {
    text-decoration: underline !important
}

.chat-container .chat-history {
    position: relative;
    display: block;
    z-index: 1000;
    padding-top: 0;
    width: 100%;
    height: 320px;
    overflow-y: auto
}

@media(max-width:500px) {

    .chat-container .chat-history .joe-message-list::-webkit-scrollbar,
    .chat-container .joe-faq-body::-webkit-scrollbar,
    .chat-container .fbots-chat-footer-main::-webkit-scrollbar {
        width: 0;
        background: transparent
    }

    .chat-container .chat-history .joe-message-list::-webkit-scrollbar-thumb,
    .chat-container .joe-faq-body::-webkit-scrollbar-thumb,
    .chat-container .fbots-chat-footer-main::-webkit-scrollbar-thumb {
        background: #f00
    }
}

.chat-container .chat-history .joe-message-list::-webkit-scrollbar,
.chat-container .joe-faq-body::-webkit-scrollbar,
.chat-container .fbots-chat-footer-main::-webkit-scrollbar {
    width: .3em;
    height: .3em
}

.chat-container .chat-history .joe-message-list::-webkit-scrollbar-thumb,
.chat-container .joe-faq-body::-webkit-scrollbar-thumb,
.chat-container .fbots-chat-footer-main::-webkit-scrollbar-thumb {
    background: #e2e2e2
}

.chat-container .chat-history .joe-message-list::-webkit-scrollbar-track,
.chat-container .joe-faq-body::-webkit-scrollbar-track,
.chat-container .fbots-chat-footer-main::-webkit-scrollbar-track {
    background: transparent
}

.chat-container .chat-history .joe-message-list,
.chat-container .joe-faq-body {
    scrollbar-face-color: slategray;
    scrollbar-track-color: #b8c0c8
}

.chat-container .chat-history ul {
    list-style: none;
    padding-bottom: 0;
    padding: 5px 10px;
    visibility: visible;
    overflow: hidden
}

.chat-container .chat-history .joe-message-list {
    position: absolute;
    bottom: 0;
    overflow-y: auto;
    max-height: 100%;
    padding: 10px 10px;
    padding-top: 20px;
    width: 100%;
    box-sizing: border-box
}

.chat-container .chat-history .joe-message-group {
    margin-top: 18px;
    margin-bottom: 18px
}

.chat-container .chat-history .joe-message-group li:last-of-type .joe-agent-pic {
    visibility: visible !important
}

.chat-container .chat-history .joe-message {
    margin-bottom: 3px;
    min-width: 10px;
    max-width: 80%;
    position: relative;
    white-space: normal;
    word-wrap: break-word;
    font-weight: 500;
    padding: 12px 15px;
    display: block;
    box-sizing: border-box
}

.chat-container .chat-history .joe-message img {
    cursor: pointer;
    max-width: 100%;
    height: auto !important
}

.chat-container .chat-history .my-message {
    float: right;
    margin-bottom: 3px
}

.chat-container .chat-history .joe-message-group li .my-message .joe-my-message-satus {
    visibility: hidden
}

.chat-container .chat-history .joe-message-group li:last-of-type .my-message .joe-my-message-satus {
    visibility: visible !important
}

.chat-container .chat-history .joe-message-group li:last-of-type .my-message {
    margin-bottom: 20px
}

.chat-container .chat-history .other-message {
    float: left
}

.chat-container .chat-history .other-message .joe-msg-date-time {
    visibility: hidden
}

.chat-container .chat-history .joe-message-group li:first-of-type .other-message:hover .joe-msg-date-time,
.chat-container .chat-history .joe-message-group:hover li:first-of-type .other-message .joe-msg-date-time {
    visibility: visible
}

.chat-container .chat-history .icon-error {
    color: #e23e3c;
    width: 0;
    font-size: 13px;
    height: 0;
    text-align: left;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid white
}

.chat-container .chat-history .fa-warning:before,
.chat-container .chat-history .fa-exclamation-triangle:before {
    content: "\f071";
    margin-left: -6px
}

.chat-container .Slsh-list-items {
    position: absolute;
    display: block;
    bottom: 80px;
    background-color: white;
    width: 80%;
    min-height: 30px;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    margin-left: 5%;
    list-style: none
}

.chat-container .Slsh-list-items li {
    padding: 8px 15px;
    border-top: 1px solid #efefef;
    cursor: pointer
}

.chat-container .Slsh-list-items li:hover {
    background-color: #007fff;
    color: #efefef
}

.chat-container .chat-footer {
    padding-top: 5px;
    font-family: inherit;
    position: relative;
    z-index: 1500
}

.chat-container .chat-footer .fbots-chat-footer-main {
    width: auto;
    display: block;
    vertical-align: middle;
    position: relative;
    overflow: auto
}

.chat-container .input-widget-loader {
    position: absolute;
    width: 100%;
    background-image: url("../../imgs/widget-loader-lg.gif");
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    height: 40px
}

.chat-container .fbots-chat-footer-main .input-widget-loader {
    height: 100%
}

.chat-container .joe-blur-div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: white;
    background: rgba(51, 51, 51, 0.45);
    font-size: 20px;
    top: 0
}

.pull-right {
    float: right
}

.chat-container .shadow-box {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08) !important
}

.chat-container .joe-shadow {
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.34), 0 12px 4px -8px rgba(0, 0, 0, 0.32), 0 4px 20px 0 rgba(0, 0, 0, 0.4)
}

.chat-container .chat-footer input,
.chat-container .chat-footer select {
    padding: 15px 15px
}

.chat-container .chat-footer input[type='text'],
.chat-container .chat-footer input[type='password'] {
    padding: 15px 15px;
    outline: 0;
    border: 0;
    width: 100%;
    height: auto;
    line-height: 18px;
    display: inline-block;
    border-radius: 2px;
    margin: 0;
    box-shadow: none
}

.chat-container .selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: transparent
}

.chat-container .selectize-control .caret-text {
    margin-right: 10px
}

.chat-container .selectize-input>input[placeholder] {
    width: 95% !important
}

.chat-container .sendBtn {
    border-radius: 50px;
    background-color: transparent;
    padding: 0;
    font-size: 0;
    text-align: center;
    color: #3c434c;
    cursor: pointer;
    margin-bottom: 5px;
    border: 0
}

.chat-container .sendBtn img {
    width: 35px
}

.chat-container .loginInput {
    display: block;
    margin: 10px auto
}

.chat-container .submitBtn {
    width: 80%
}

.chat-container .chat-footer ul {
    list-style: none;
    padding: 4px 10px;
    border-radius: 0;
    box-shadow: none;
    margin-left: 0;
    box-sizing: border-box;
    width: 100%;
    z-index: 1100
}

.chat-container .chat-footer ul li {
    list-style: none;
    padding: 10px 0;
    padding-left: 15px;
    font-weight: normal;
    border-radius: 26px
}

.chat-container .chat-footer ul li:hover {
    cursor: pointer;
    padding-left: 15px
}

.chat-container .hide,
.joe-hide {
    display: none !important
}

.chat-container #min,
.chat-container #min:hover {
    cursor: pointer;
    height: auto;
    display: inline-block;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    box-sizing: border-box;
    line-height: 9px
}

.chat-container .joe-loader {
    width: 100%;
    height: 25px;
    background-color: transparent;
    background-image: url('../../imgs/g3_icons/loadmoreloader.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: top
}

.chat-container .joe-loader.joe-full {
    position: absolute;
    height: 100%;
    background-position: center center
}

.chat-container .option-to-send {
    vertical-align: middle;
    margin-right: 5px;
    width: 35px;
    border-radius: 50%;
    cursor: pointer
}

.chat-container .option-to-send:hover {
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.34), 0 12px 4px -8px rgba(0, 0, 0, 0.32), 0 4px 20px 0 rgba(0, 0, 0, 0.4)
}

.chat-container #alert-text {
    color: #d93b3b !important;
    position: absolute;
    text-align: center;
    left: 8px;
    top: -1px
}

.chat-container #success-alert {
    color: rgba(74, 168, 164, 0.80) !important;
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    color: #333
}

.chat-container #success-alert span {
    background: #e6efec
}

.chat-container #alert-text span,
.chat-container #success-alert span {
    border: 0 solid;
    padding: 6px 8px;
    border-radius: 4px
}

.chat-container .optionBtn,
.chat-container .joe-faq-fdbk-btn {
    border-radius: 21px;
    display: inline-block;
    box-shadow: 2px 1px 5px 0 rgba(24, 50, 71, 0.2);
    background-color: #fff;
    padding: 6px 15px;
    cursor: pointer;
    border: 2px solid #fff;
    margin: 5px 8px;
    width: fit-content;
    color: #333
}

.chat-container .joe-radio-list-btn div.optionBtn {
    width: 108px
}

.chat-container .selectize-dropdown-content .active {
    background-color: #ebeef0 !important;
    color: #000;
    border-radius: 4px !important
}

.selectize-dropdown [data-selectable].active {
    border-radius: 2px
}

.chat-container .selectize-dropdown-content {
    overflow-x: auto;
    padding: 8px;
    font-weight: 500
}

.chat-container .selectize-dropdown [data-selectable] {
    padding: 11px 10px;
    font-size: 14px;
    overflow-wrap: break-word
}

.chat-container .chat-footer select {
    padding: 5px;
    margin: 5px 4px 1px 1px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0
}

.chat-container .chat-footer .joe-select {
    display: inline !important;
    width: auto !important;
    height: auto !important
}

.chat-container #unread-ctr {
    position: absolute;
    border-radius: 30px;
    right: 20px;
    margin-top: -30px;
    animation: shake 1.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    animation-iteration-count: 7
}

#joe-bubble-unread {
    position: absolute !important;
    color: white;
    border-radius: 50%;
    right: -23px;
    top: 23px;
    height: 13px;
    width: 13px;
    margin-top: -30px;
    font-size: 9px;
    background-color: #0ab4c2;
    text-align: center;
    padding-top: 0;
    line-height: 15px
}

.chat-container .joe-icon {
    cursor: pointer;
    margin-left: 20px;
    position: relative;
    text-align: right;
    vertical-align: middle;
    height: auto;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    font-size: 12px
}

.chat-container .joe-icon i,
.chat-container .joe-icon span {
    line-height: 18px;
    opacity: .8
}

.chat-container .joe-icon:hover i,
.chat-container .joe-icon:hover span {
    line-height: 18px;
    opacity: 1
}

.chat-container .joe-icon:hover {
    opacity: 1 !important
}

.chat-container .chat-header {
    position: relative;
    z-index: 1500;
    box-shadow: none !important
}

.chat-container .chat-header .fbots-chat-header-title {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.chat-container .chat-header .fbots-chat-header-title .title-chat {
    margin: 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0
}

.chat-container .chat-header .fbots-chat-header-subtitle .title-chat {
    letter-spacing: 0;
    margin: 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.chat-container .chat-header label {
    color: #fff
}

.chat-container .title-chat {
    font-size: 18px;
    font-weight: bold;
    display: block;
    letter-spacing: .9px;
    position: relative;
    word-break: break-word
}

.chat-container .title-subtitle-container {
    color: #fff;
    width: 80%
}

.chat-container .fbots-chat-header-subtitle .title-chat {
    font-size: 12px;
    font-weight: 400
}

.chat-container .chat-header ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0
}

.chat-container .chat-header ul li {
    position: relative;
    vertical-align: middle;
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 20px !important;
    padding-bottom: 0 !important;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 20px !important
}

.chat-container .chat-header.lg-header ul li {
    padding-bottom: 0 !important
}

.chat-container .chat-header ul a li .joe-dropdown {
    position: absolute;
    z-index: 10;
    right: 0;
    margin-top: 10px;
    padding: 5px 0;
    border-radius: 0 0 4px 4px;
    display: none
}

.chat-container .chat-header ul li .joe-dropdown li {
    padding: 5px;
    margin: 0;
    text-align: left;
    border-top: 1px solid #efefef;
    white-space: nowrap
}

.chat-container .chat-header ul li .joe-dropdown li:first-child {
    border-top: 0
}

.chat-container i.fa-check:before {
    content: '\2714';
    font-weight: 400
}

.text-center {
    text-align: center
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0)
    }
}

.chat-container .chat-body .joe-chat-body-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-image: url('../../imgs/opacity-bg.png')
}

.joe-chat-full-body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000000000;
    background-image: url('../../imgs/opacity-bg.png');
    top: 0
}

.chat-container .joe-text-div {
    margin: 5px 0;
    color: #3c434c
}

.chat-container .chat-body .joe-end-chat-alert {
    color: #000;
    display: block;
    background-color: white;
    border: 1px solid #efefef;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.34), 0 12px 4px -8px rgba(0, 0, 0, 0.32), 0 4px 20px 0 rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    width: 80%;
    margin: auto;
    margin-top: 30%;
    padding: 10px 15px
}

@media(max-width:500px) {
    .chat-container .chat-body .joe-end-chat-alert {
        margin-top: 10%
    }
}

@media(min-width:1024px) {
    .chat-container .joe-faq-items:hover {
        background-color: #f5f7f9;
        cursor: pointer
    }

    .chat-container .joe-radio-list-btn div:hover {
        background-image: none;
        background: #fff;
        -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
        border: 2px solid #3a65ac;
        color: #3a65ac
    }

    .chat-container .joe-radio-list-btn div:hover label {
        color: #3a65ac
    }

    .chat-container .carousel-multi-select-btn:hover {
        border: 1px solid #3a65ac;
        color: #3a65ac
    }
}

.chat-container .joe-star-rating {
    color: #ccc;
    direction: rtl
}

.chat-container .joe-star-rating i:hover,
.chat-container .joe-star-rating i:hover~i {
    color: #f1ed06;
    cursor: pointer
}

.chat-container .joe-star-active {
    color: #f1ed06
}

.chat-container .joe-red-alert-text {
    color: #f16f2a
}

.chat-container .joe-textarea {
    display: inline;
    outline: 0;
    width: 80%;
    height: 65px;
    font-family: inherit;
    border: 1px solid #0ab4c2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    border-radius: 5px;
    font-size: 12px
}

.chat-container .joe-chat-yes-btn,
.chat-container .joe-chat-no-btn,
.chat-container .joe-btn {
    background-color: #3c434c;
    border: 0;
    outline: 0;
    display: inline-block;
    width: 70px;
    padding: 8px 8px;
    color: #183247;
    font-weight: 600;
    margin-top: 4px;
    margin-left: 1px;
    cursor: pointer;
    border: 1px solid rgba(24, 50, 71, 0.3);
    margin: 8px 0
}

.chat-container .joe-btn {
    position: relative;
    overflow: hidden
}

.chat-container .joe-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, .5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%
}

.chat-container .joe-btn:focus:not(:active)::after {
    animation: ripple 1s ease-out
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1
    }

    20% {
        transform: scale(25, 25);
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: scale(40, 40)
    }
}

.chat-container .joe-chat-yes-btn:hover,
.chat-container .joe-chat-no-btn:hover,
.chat-container .joe-btn:hover {
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15)
}

.joe-full-overlay-cross-btn,
.chat-container .joe-overlay-cross-btn {
    color: #fff;
    text-align: center;
    width: 25px;
    font-size: 20px;
    cursor: pointer;
    margin-right: -10px
}

.chat-container input[type=radio].with-font,
.chat-container input[type=checkbox].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    transition: 0s ease
}

.chat-container input[type=radio].with-font~label:before,
.chat-container input[type=checkbox].with-font~label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #3c434c;
    width: 1.4em;
    cursor: pointer;
    transition: 0s ease
}

.chat-container input[type=radio].with-font:hover~label:before,
.chat-container input[type=checkbox].with-font:hover~label:before {
    content: "";
    font-size: 1.2em;
    letter-spacing: 5px;
    cursor: pointer
}

.chat-container input[type=checkbox].with-font~label:before {
    content: "\f096"
}

.chat-container input[type=checkbox].with-font:checked~label:before {
    content: "\f046"
}

.chat-container [type=radio]:not(:checked)+label:before {
    border-radius: 0;
    border: 0;
    transition: 0s ease
}

.chat-container [type=radio]+label:after,
.chat-container [type=radio]+label:before {
    margin: 0;
    transition: 0s ease
}

.chat-container [type=radio]:checked+label:after {
    border-radius: 0;
    border: 0;
    background-color: transparent;
    transition: 0s ease
}

.chat-container [type=radio]:checked+label:before {
    border-radius: 0;
    border: 0;
    transition: 0s ease
}

.chat-container .joe-radio-list-btn label {
    cursor: pointer
}

.chat-container .joe-radio-list-btn {
    max-width: 80%;
    padding: 10px 20px;
    border: 0 solid #3c434c;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    word-break: break-word
}

.chat-container .joe-radio-list-btn div {
    border-radius: 21px;
    display: inline-block;
    box-shadow: 2px 1px 5px 0 rgba(24, 50, 71, 0.2);
    background-color: #fff;
    padding: 6px 15px;
    cursor: pointer;
    border: 2px solid #fff;
    margin: 5px 8px;
    width: fit-content
}

.chat-container .tick-selected {
    display: inline-block;
    height: 5px;
    width: 12px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-40deg);
    margin-bottom: 3px;
    margin-right: 8px
}

.chat-container .tick-unselected {
    display: inline-block;
    height: 5px;
    width: 12px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-color: #cfd7df;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-40deg);
    margin-bottom: 3px;
    margin-right: 8px
}

.chat-container .joe-radio-list-btn div:last-child {
    margin-bottom: 5px
}

.chat-container [type=radio]:checked+label,
.chat-container [type=radio]:not(:checked)+label {
    font-weight: 600;
    position: relative;
    padding-left: 0;
    line-height: normal;
    font-size: 14px;
    height: auto;
    display: inline-block;
    top: 0
}

.chat-container [type=radio]+label:after,
.chat-container [type=radio]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease
}

.chat-container .joe-chat-icon-header {
    background-color: #efefef;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), -2px 0 0 rgba(0, 0, 0, 0.03), 2px 0 0 rgba(0, 0, 0, 0.03), 0 2px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 0
}

.chat-container .text-box-wrp {
    margin-bottom: 0;
    box-shadow: none
}

.chat-container .joe-chat-icon-header ul {
    display: block;
    padding: 0 5px;
    margin: 0;
    list-style: none
}

.chat-container .joe-chat-icon-header ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    padding: 2px 5px;
    color: gray;
    cursor: pointer;
    font-size: 15px
}

.chat-container .joe-chat-icon-header ul a,
.chat-container .joe-chat-icon-header ul a:focus,
.chat-container .joe-chat-icon-header ul a:active,
.chat-container .joe-chat-icon-header ul a:hover {
    text-decoration: none;
    color: inherit
}

.chat-container .joe-chat-icon-header .joe-fb-icon,
.chat-container .joe-fb-icon {
    color: cornflowerblue
}

.chat-container .joe-chat-icon-header .joe-wa-icon,
.chat-container .joe-wa-icon {
    color: #00ba00
}

@media(min-width:500px) {

    .chat-container .joe-chat-icon-header .joe-wa-icon,
    .chat-container .joe-wa-icon {
        display: none
    }
}

.joe-helper,
.chat-container .joe-helper {
    display: inline-block;
    height: 85%;
    vertical-align: middle
}

.chat-container .joe-img-palceholder-div {
    min-width: 120px;
    max-width: 100%;
    min-height: 60px;
    background-image: url("/assets/imgs/img-Icon.gif");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center center;
    text-align: center
}

img.joe-typing {
    width: initial !important
}

.chat-container .joe-msg-hovertext,
.mobile-chat-container .joe-msg-hovertext {
    position: relative;
    background-color: white;
    padding: 14px 20px;
    color: white;
    text-align: left;
    border-radius: 25px 25px 4px 25px !important;
    box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.26)
}

.chat-container .joe-msg-hovertext::after,
.mobile-chat-container .joe-msg-hovertext::after {
    content: " ";
    position: absolute;
    top: 100%;
    right: 15px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent transparent
}

.chat-container .chat-history table.joe-table {
    width: 100%;
    table-layout: fixed;
    font-size: 12px;
    padding: 0;
    border-collapse: collapse;
    background-color: white;
    margin-bottom: 10px
}

.chat-container .chat-history .joe-table tr {
    border-bottom: 1px solid #efefef;
    padding: 0
}

.chat-container .chat-history .joe-table th,
.chat-container .chat-history .joe-table td {
    padding: 3px 10px;
    color: rgba(0, 15, 9, 0.78)
}

.chat-container .chat-history .joe-table th {
    padding: 8px 4px
}

.chat-container .chat-history .joe-table th,
.chat-container .chat-history .joe-table td {
    word-break: keep-all;
    word-wrap: break-word
}

.chat-container .chat-history .joe-table td a {
    color: rgba(0, 15, 9, 0.78)
}

.chat-container .joe-card {
    border-radius: 5px
}

.chat-container .status-pending {
    color: goldenrod
}

.chat-container .status-done {
    color: limegreen
}

.chat-container .status-cancelled {
    color: slategray
}

.chat-container .joe-button-0 {
    position: relative;
    padding: 5px 20px;
    margin: auto;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    background-color: #3498db;
    border-bottom: 5px solid #2980b9;
    text-shadow: 0 -2px #2980b9;
    cursor: pointer;
    transition: all .1s;
    -webkit-transition: all .1s
}

.chat-container .joe-button-0:hover,
.chat-container .joe-button-0:focus {
    text-decoration: none;
    color: #fff
}

.chat-container .joe-button-0:active {
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    border-bottom: 1px solid
}

.chat-container .joe-slider-container {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    position: relative;
    padding-top: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: 0;
    font-family: 'open sans', sans-serif;
    padding-left: 32px
}

.chat-container .joe-slider_wrapper {
    overflow: visible;
    position: relative;
    height: auto;
    top: auto
}

.chat-container .joe-bdrds-5 {
    border-radius: 5px
}

.chat-container .joe-image_slider {
    position: relative;
    height: auto;
    list-style: none;
    overflow: visible;
    float: left;
    padding: 0;
    margin: 0
}

.chat-container .joe-image_slider .joe-listitem {
    position: relative;
    width: 223px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15)
}

.chat-container .bg-white {
    background-color: white
}

.chat-container .joe-image_slider .joe-listitem img {
    width: 100%
}

.chat-container .joe-flip {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    zoom: 1
}

.chat-container .joe-round-btn {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0
}

.chat-container .joe-round-btn i {
    line-height: 35px;
    font-size: 20px
}

.chat-container .joe-round-btn:hover {
    overflow: visible
}

.chat-container .my-message .broken_file {
    width: 60px;
    height: 60px;
    background-image: url('/assets/imgs/broken_file.png');
    background-repeat: no-repeat;
    background-size: cover
}

.chat-container .my-message .file_upload_failure {
    width: 60px;
    height: 60px;
    background-image: url('/assets/imgs/g3_icons/file_upload_failure.svg');
    background-repeat: no-repeat;
    background-size: contain
}

.chat-container .joe-file-btn {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    border-radius: 0;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box
}

.chat-container .joe-img-btn {
    background-image: url("../../imgs/png/photo-camera.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0
}

.chat-container .joe-send-btn {
    background-image: url("../../imgs/g3_icons/send_icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 22px;
    top: 32px
}

.chat-container .art-feedback {
    position: absolute;
    bottom: 0;
    background-color: #f5f7f9;
    width: 91%;
    border: 1px solid #ebeff3;
    border-radius: 8px;
    margin: 16px
}

.chat-container .joe-menu-btn {
    vertical-align: middle;
    display: inline-block;
    width: 34px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-align: right;
    font-size: 18px;
    position: relative;
    padding: 0
}

.chat-container img.joe-flip {
    float: right
}

.chat-container .joe-nvgt {
    position: absolute;
    top: 20px;
    height: 35px;
    width: 23px;
    opacity: .6;
    cursor: pointer
}

.chat-container .joe-nvgt:hover {
    opacity: 1
}

.chat-container .joe-prev {
    background: #000 url('/assets/imgs/g3_icons/left_arrow.svg') no-repeat center;
    background-size: 25px;
    background-position: left;
    left: 0;
    top: 40%
}

.chat-container .joe-next {
    background: #000 url('/assets/imgs/g3_icons/right_arrow-white.svg') no-repeat center;
    background-size: 25px;
    right: 0;
    top: 40%
}

.chat-container .joe-card {
    border-radius: 2px
}

.chat-container .slider-card-content-section {
    padding: 3px 8px;
    text-align: center;
    word-break: break-all
}

.chat-container .joe-slider-card-title {
    font-size: 14px;
    color: #183247;
    font-weight: bold
}

.chat-container .joe-slider-card-subtitle {
    font-size: 12px;
    color: #183247 !important;
    font-weight: 500
}

.chat-container .joe-slider-card-desc {
    font-size: 12px;
    color: #183247 !important
}

.chat-container .joe-slider-card-desc.block-with-text {
    overflow-y: auto !important;
    overflow-x: hidden !important
}

.chat-container .joe-padd-tb-5 {
    padding: 2px 0
}

.chat-container .joe-quickReplyList {
    border-radius: 18px;
    margin: 3px;
    color: #000;
    display: inline-block;
    cursor: pointer;
    padding: 8px;
    font-weight: 500;
    width: 42%;
    text-align: center
}

.chat-container .joe-quickReplyList:hover {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15)
}

.chat-container .joe-popup-close-btn,
.mobile-chat-container .joe-popup-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2147483647;
    width: 11px;
    height: 11px;
    -webkit-appearance: none;
    line-height: 18px;
    border-radius: 100%;
    box-shadow: none;
    opacity: .4
}

.chat-container .joe-popup-close-btn:hover,
.mobile-chat-container .joe-popup-close-btn:hover {
    opacity: 1
}

.chat-container .joe-popup-close-btn img,
.mobile-chat-container .joe-popup-close-btn img {
    width: 12px
}

.joe-menu-list-items::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 10px;
    margin-left: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent transparent
}

.chat-container .selectize-input {
    border-top: 0;
    border-left: none;
    border-right: 0;
    box-shadow: none;
    border-radius: 0
}

.chat-container .selectize-input.focus {
    border-top: 0;
    border-left: none;
    border-right: 0;
    box-shadow: none;
    border-radius: 0
}

.chat-container .chat-header .fa-stack-2x {
    font-size: 2em !important
}

.chat-container .fa-stack {
    line-height: 2em !important
}

.chat-container .fa-stack-1x {
    line-height: inherit
}

.chat-container .v-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.chat-container .block-with-text {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 4.8em;
    text-align: left;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    word-wrap: break-word
}

.chat-container .block-with-text:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0
}

.chat-container .block-with-text:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: .2em
}

.chat-container hr {
    border: 0;
    height: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 40px;
    display: none
}

.chat-container hr:first-child {
    border: 0;
    height: 0;
    border-top: 0;
    border-bottom: 0;
    display: none
}

.chat-container .joe-new-btn {
    border: 0;
    outline: 0;
    padding: 10px;
    border-radius: 20px
}

.chat-container .joe-input-shadow {
    border-bottom: 1px solid #3c434c;
    outline: 0;
    font-size: 16px
}

.popup-map {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: +5555;
    border: solid 4px #269abc;
    display: none
}

.popup-title {
    width: 100%;
    height: 40px;
    background-color: #269abc;
    color: white;
    font-weight: bold
}

.pop-cancelbtn {
    background-color: #c7254e;
    cursor: pointer
}

.map-container {
    width: 100%;
    height: 350px;
    background-color: #efefef;
    color: white;
    padding: 5px
}

div.pac-container.joe-pac {
    position: fixed !important;
    z-index: 1000000000000000 !important;
    margin-top: -180px;
    top: auto !important;
    bottom: 80px;
    border-radius: 5px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.34), 0 12px 4px -8px rgba(0, 0, 0, 0.32), 0 4px 20px 0 rgba(0, 0, 0, 0.4)
}

.joe-pac .pac-item {
    border-top: 0
}

.joe-pac .pac-matched {
    color: #0ab4c2;
    font-weight: normal
}

.chat-container .fa-inverse {
    color: #FFF
}

.mobile-chat-container.joe-fb-messenger {
    background-image: url("../../imgs/messenger-chat.png");
    background-size: 85%;
    background-position: center center;
    background-repeat: no-repeat
}

.chat-container .h-divide .text-devide-ul {
    list-style-type: none;
    display: table;
    width: 100%;
    margin: 15px 0
}

.chat-container .h-divide .text-devide-ul .text-devide-li:first-child,
.chat-container .h-divide .text-devide-ul .text-devide-li:last-child {
    width: auto
}

.chat-container .h-divide .text-devide-ul .text-devide-li {
    display: table-cell;
    width: 30%;
    vertical-align: middle
}

.chat-container .h-divide .d-line-left {
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(246, 246, 246, 1) 16%, rgba(153, 153, 153, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(246, 246, 246, 1) 16%, rgba(153, 153, 153, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(246, 246, 246, 1) 16%, rgba(153, 153, 153, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(246, 246, 246, 1) 16%, rgba(153, 153, 153, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(246, 246, 246, 1) 16%, rgba(153, 153, 153, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999', GradientType=1)
}

.chat-container .h-divide .d-line-right {
    display: block;
    height: 1px;
    background: rgba(153, 153, 153, 1);
    background: -moz-linear-gradient(left, rgba(153, 153, 153, 1) 0, rgba(246, 246, 246, 1) 84%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(153, 153, 153, 1) 0, rgba(246, 246, 246, 1) 84%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(153, 153, 153, 1) 0, rgba(246, 246, 246, 1) 84%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(153, 153, 153, 1) 0, rgba(246, 246, 246, 1) 84%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(153, 153, 153, 1) 0, rgba(246, 246, 246, 1) 84%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#ffffff', GradientType=1)
}

.chat-container .h-divide span.date {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .5px;
    color: #999
}

.chat-container .h-divide .line {
    display: block;
    height: 1px;
    border-bottom: 1px dotted !important
}

.chat-container hr:first-child {
    display: none
}

.chat-container .joe-agent-pic {
    float: left;
    width: 30px;
    margin-right: 5px;
    border-radius: 50% 4px 50% 50%;
    border: 1px solid #cfd7df;
    overflow: hidden;
    height: 30px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat
}

.chat-container .joe-agent-pic img {
    border-radius: 0
}

.chat-container .fa-comments:before,
.mobile-chat-container .fa-comments:before,
.chat-container .chat-header .fa-ellipsis-v:before,
.chat-container .chat-header .fa-minus:before,
.chat-container .chat-header .fa-times:before {
    content: " "
}

.chat-container .fa-comments,
.mobile-chat-container .fa-comments,
.chat-container .chat-header .fa-ellipsis-v,
.chat-container .chat-header .fa-minus,
.chat-container .chat-header .fa-times,
.chat-container .chat-header .joe-icon span {
    color: #6acad5;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center
}

.chat-container .chat-header .joe-icon span {
    float: left;
    width: 100%
}

.chat-container .chat-header .fa-comments,
.mobile-chat-container .fa-comments {
    background-image: url("../../imgs/g3_icons/chat_logo.svg");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 24px 24px
}

.chat-container .chat-header .left-icon {
    float: left;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center
}

.chat-container .chat-header .header-top {
    display: flex
}

.chat-container .chat-header .header-bottom {
    display: flex;
    margin-top: 12px
}

.chat-container .chat-header .right-brand-icon {
    margin-left: auto;
    height: 40px;
    width: 40px
}

.chat-container #widget-header {
    padding: 15px 18px
}

.chat-container .chat-header .right-icon {
    float: left;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    background-size: contain;
    border-radius: 50% 50% 50% 50%;
    border: 2px solid rgba(255, 255, 255, .3)
}

.chat-container .chat-header .fa-comments {
    background-size: 24px 24px
}

.chat-container .fa-ellipsis-v,
.chat-container .chat-header .joe-icon.fa-ellipsis-v {
    background-image: url("../../imgs/g3_icons/more.svg");
    width: 100% !important;
    background-position: center
}

.chat-container .fa-minus,
.chat-container .chat-header .joe-icon span.minus {
    background-image: url("../../imgs/g3_icons/minimize.svg")
}

.chat-container .fa-times,
.chat-container .chat-header .joe-icon span.close {
    background-image: url("../../imgs/g3_icons/close.svg")
}

.chat-container .joe-more-articels {
    padding-right: 15px;
    background-size: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #2c5cc5
}

.chat-container .joe-open-tab {
    background-image: url("../../imgs/g3_icons/new_window-white.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    height: 20px;
    width: 20px;
    float: right;
    cursor: pointer;
    opacity: .4
}

.chat-container .joe-open-tab:hover {
    opacity: 1
}

.chat-container .joe-back-arrow {
    background-image: url("../../imgs/g3_icons/back_arrow.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    height: 25px;
    width: 25px;
    float: left;
    cursor: pointer
}

.chat-container .typing-container {
    position: relative;
    padding: 15px 25px !important
}

.chat-container .typing-container .circle {
    position: absolute;
    display: inline-block;
    height: 5px;
    width: 5px;
    margin: 3px;
    border-radius: 50%;
    animation: wave 1.5s infinite ease-in-out;
    top: 0;
    margin: 12px;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    background-color: #fff !important
}

.chat-container .typing-container .circle:first-child {
    left: 0
}

.chat-container .typing-container .circle:nth-child(2) {
    left: 10px;
    animation-delay: .10s
}

.chat-container .typing-container .circle:last-child {
    left: 20px;
    animation-delay: .20s
}

.chat-container input:focus>.chat-footer {
    background: blue
}

.chat-container .joe-faq-item-full {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow: hidden;
    border-radius: 12px
}

.chat-container .joe-faq-inner-container {
    height: 100%;
    background: white
}

.chat-container .joe-faq-header {
    height: 102px;
    box-sizing: border-box;
    padding: 10px 20px;
    overflow: hidden
}

.chat-container .joe-faq-body {
    color: #000;
    height: calc(100% - 100px);
    font-size: 14px;
    overflow: auto;
    box-sizing: border-box;
    overflow-wrap: break-word
}

.chat-container .joe-faq-body div,
.chat-container .joe-faq-body pre {
    white-space: normal !important
}

.chat-container .article-container {
    clear: both;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
    color: #12344d;
    margin-left: 30px;
    margin-bottom: 30px;
    min-width: 10px;
    max-width: 80%
}

.chat-container .article-container .article-icon {
    margin-top: 3px;
    height: 12px;
    width: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-image: url("../../imgs/g3_icons/nav-knowledge-base.svg")
}

.chat-container .feedback-box-wrp .tick-mark {
    position: absolute;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-image: url("../../imgs/g3_icons/tick_mark.svg");
    margin: 12px 10px 2px
}

.chat-container .joe-faq-body a {
    text-decoration: underline
}

.chat-container .joe-faq-body img,
.chat-container .joe-faq-body video,
.chat-container .joe-faq-body iframe {
    max-width: 100% !important;
    height: auto !important
}

.chat-container .joe-faq-items {
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    background-position: right 15px center;
    background-size: 12px;
    font-size: 13px;
    color: #12344d
}

.chat-container .faq-item {
    border-bottom: 1px solid #ebeff3;
    padding: 16px 0;
    color: #12344d;
    display: flex
}

.chat-container .faq-item .joe-faq-item-text {
    width: 100%;
    word-break: break-word
}

.chat-container .joe-faq-body ul {
    list-style: initial;
    padding-left: 15px
}

.chat-container .joe-faq-body table,
.chat-container .joe-faq-body th,
.chat-container .joe-faq-body td {
    border: 1px solid !important;
    border-collapse: collapse;
    padding: 2px !important
}

.chat-container .joe-fdbk-message {
    display: block;
    margin: 5px 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #183247;
    text-align: center
}

.chat-container .tmo-feedback-div {
    margin: 10px;
    text-align: center
}

.chat-container .fbots-chat-footer-main {
    -webkit-animation-name: fbots-fadeIn;
    animation-name: fbots-fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.chat-container .joe-faq-item-full .joe-faq-inner-container {
    -webkit-animation-name: fbot-slideInRight;
    animation-name: fbot-slideInRight;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial
}

.chat-container .joe-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.chat-container .joe-slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@keyframes wave {

    0%,
    50% {
        top: 0
    }

    25% {
        top: -7px
    }
}

@keyframes transformMsg {
    0% {
        transform: translateY(8px);
        opacity: 0
    }

    100% {
        transform: translateY(0px);
        opacity: 1
    }
}

@keyframes fbots-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fbot-slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.chat-container .online,
.chat-container .offline,
.chat-container .me {
    font-size: 10px
}

.chat-container .online {
    color: #8bc34a
}

.chat-container .offline {
    color: #e38968
}

.color-main {
    color: #333
}

.default-color {
    color: #333
}

.joe-color-white-main {
    color: white !important
}

.other-message a {
    color: #333
}

.mobile-chat-container {
    color: white;
    padding: 17px;
    width: 24px;
    height: 24px
}

.chat-container {
    background-color: #f5f7f9;
    font-family: 'Open Sans', Sans-serif;
    overflow: visible
}

@media(max-width:500px) {
    .chat-container {
        width: 200px;
        right: 0
    }
}

.chat-container .joe-round-btn i {
    color: white;
    display: none
}

.chat-container .joe-file-btn i {
    color: #757575;
    line-height: 25px
}

.chat-container .joe-img-btn {
    background-image: url("/assets/imgs/photo-camera-white.png");
    display: none
}

.chat-container .joe-send-btn {
    background-image: url("/assets/imgs/g3_icons/send_icon.svg");
    box-shadow: none !important;
    display: none
}

.chat-container .chat-body {
    position: relative
}

@media(max-width:500px) {
    .chat-container .chat-history::-webkit-scrollbar {
        width: 0;
        background: transparent
    }

    .chat-container .chat-history::-webkit-scrollbar-thumb {
        background: #f00
    }
}

.chat-container .chat-history ul {
    padding: 5px 10px
}

.chat-container .chat-history .joe-message {
    color: white;
    line-height: 1.38;
    font-size: 13px;
    border-radius: 4px;
    padding: 12px 20px
}

.chat-container .chat-history .joe-message a {
    display: initial;
    background: 0
}

.chat-container .chat-history .my-message {
    color: #000 !important;
    background-color: white;
    border-radius: 20px 4px 4px 20px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08)
}

.chat-container .chat-history .joe-message-group li:first-of-type .my-message {
    border-radius: 20px 20px 4px 20px
}

.chat-container .chat-history .my-message .joe-my-message-satus {
    position: absolute;
    margin-bottom: -30px;
    padding-top: 10px;
    text-align: right;
    margin-right: 0;
    margin-top: 5px;
    width: max-content;
    right: 0;
    color: #999
}

.chat-container .chat-history .other-message {
    background: #355da5;
    color: #fff;
    border-radius: 4px 20px 20px 4px;
    box-shadow: none !important
}

.chat-container .chat-history .animate-msg {
    animation-name: transformMsg;
    animation-iteration-count: 1;
    animation-duration: .2s
}

.chat-container .chat-history .joe-message-group li:last-of-type .other-message {
    border-radius: 4px 20px 20px 20px !important
}

.chat-container .chat-history .joe-message-group:last-of-type li:last-of-type .other-message {
    box-shadow: none !important
}

.chat-container .chat-history .other-message .joe-agent-name {
    position: absolute;
    color: #999;
    margin-top: -30px;
    margin-left: -15px;
    margin-bottom: -6px;
    font-size: 12px;
    font-weight: 100 !important;
    visibility: hidden;
    width: 250px
}

.chat-container .chat-history .joe-message-group li:first-of-type .other-message .joe-agent-name {
    visibility: visible !important
}

.chat-container .chat-history .other-message .joe-agent-name span {
    font-size: 12px;
    font-weight: 400 !important
}

.chat-container .joe-typing {
    color: #fff;
    border-radius: 4px 20px 20px 20px !important
}

.chat-container .chat-footer {
    padding-bottom: 20px;
    border-radius: 0 0 12px 12px
}

.font-sm {
    font-size: 10px !important
}

.font-1x {
    font-size: 12px !important
}

.font-2x {
    font-size: 14px !important
}

.font-3x {
    font-size: 16px !important
}

.color-white {
    color: white
}

.shadow-box,
.chat-container .shadow-box {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15)
}

.chat-container .shadow-box {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), -2px 0 0 rgba(0, 0, 0, 0.03), 2px 0 0 rgba(0, 0, 0, 0.03), 0 2px 0 rgba(0, 0, 0, 0.12)
}

.chat-container .chat-footer input {
    font-weight: 500;
    font-size: 13px
}

.chat-container .chat-footer input::placeholder {
    font-weight: 500
}

.chat-container .chat-footer input[type='text'],
.chat-container .chat-footer input[type='password'] {
    font-family: inherit;
    border-bottom: 0 solid #333;
    font-size: 14px;
    color: #183247;
    background: transparent;
    font-weight: 500;
    box-shadow: none;
    box-sizing: border-box
}

.chat-container .chat-footer .selectize-input input[type='text'] {
    color: #333
}

.chat-container .multi .selectize-input {
    width: 85%
}

.chat-container .lt-grsy {
    color: #999
}

.chat-container .lt-blck {
    color: #333
}

.chat-container #listOptions input,
.chat-container #listOptions div,
.chat-container #listOptions label {
    font-size: 12px
}

.chat-container .selectize-input,
.selectize-control.single .selectize-input.input-active {
    border-bottom: 0 solid #333
}

.chat-container .selectize-control.single .selectize-input:after {
    background-image: url('/assets/imgs/g3_icons/selectize_down_arrow.svg');
    background-repeat: no-repeat;
    height: 54px;
    width: 54px;
    top: 0;
    right: -10px
}

.chat-container .selectize-control .selectize-input:after {
    border-style: none;
    background-image: url('/assets/imgs/g3_icons/selectize_down_arrow.svg');
    background-repeat: no-repeat;
    height: 54px;
    width: 54px;
    top: 0;
    right: -10px
}

.chat-container .selectize-control.multi .selectize-input.dropdown-active:after {
    background-image: url('/assets/imgs/g3_icons/selectize_up_arrow.svg');
    background-repeat: no-repeat;
    border-style: none;
    height: 54px;
    width: 54px;
    top: 0;
    right: -10px
}

.chat-container .selectize-control.single .selectize-input.dropdown-active:after {
    background-image: url('/assets/imgs/g3_icons/selectize_up_arrow.svg');
    background-repeat: no-repeat;
    border-style: none;
    height: 54px;
    width: 54px;
    top: 0;
    right: -10px
}

.chat-container .chat-history .my-message .multi-message {
    display: inline-block;
    background: #ebeff3;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 4px 4px;
    font-weight: 400;
    min-width: 30px
}

.chat-container label {
    color: #333;
    font-size: 13px
}

.chat-container .chat-footer ul {
    background-color: white
}

.chat-container .chat-footer ul li {
    font-size: 14px;
    border-bottom: 1px solid #efefef
}

.chat-container .chat-footer ul li:hover {
    background-color: #3a65ac;
    color: #333
}

.chat-container #min,
.chat-container #min:hover {
    background-color: transparent;
    font-size: inherit
}

.chat-container .option-to-send {
    background-color: #3a65ac;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(74, 168, 164, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(74, 168, 164, 0.6)
}

.chat-container #alert-text {
    color: #efefef
}

.chat-container .title-tag {
    left: 38%;
    position: absolute;
    color: #999;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -5px
}

.chat-container .title-tag.in {
    right: 5px !important;
    bottom: 0 !important
}

.chat-container .title-tag a,
.chat-container .title-tag a:hover {
    color: #0e0e51 !important
}

.chat-container .title-tag a span {
    color: #999 !important;
    font-weight: 100
}

.chat-container .optionBtn,
.chat-container .joe-faq-fdbk-btn {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    font-weight: 600
}

.chat-container .optionBtn:hover,
.chat-container .joe-faq-fdbk-btn:hover {
    background-image: none;
    background: #fff
}

.chat-container .selectize-dropdown {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08) !important;
    left: -5px !important;
    box-shadow: none;
    border-radius: 4px !important;
    border: none !important;
    margin: 0 3px !important;
    box-sizing: content-box;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px !important
}

.selectize-dropdown [data-selectable] .highlight {
    background: 0;
    color: #647a8e !important
}

.chat-container .selectize-control>div {
    font-size: 12px;
    color: #333
}

.chat-container .chat-footer a,
.chat-container .chat-footer a:hover {
    text-decoration: none;
    color: #3a65ac
}

.chat-container .chat-footer select {
    background-color: transparent;
    color: #333;
    border: 1px solid #333;
    font-size: 12px;
    font-weight: normal;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(60, 67, 76, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(60, 67, 76, 0.6)
}

.chat-container .chat-footer select option {
    color: black
}

.chat-container #unread-ctr {
    color: #333;
    font-size: 14px;
    margin-top: -30px;
    display: none
}

#joe-bubble-unread {
    font-size: 8px;
    background-color: #d03601;
    margin-top: -30px;
    border: 1px solid white
}

.chat-container #unread-ctr strong {
    font-size: 9.5px
}

.chat-container .chat-header {
    border-radius: 12px 12px 0 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), #355da5)
}

.chat-container .right-icon-container {
    margin-left: auto
}

.chat-container .chat-header ul li {
    color: #fff
}

.chat-container .chat-header ul li.joe-icon {
    color: rgba(255, 255, 255, 0.8);
    padding: 18px 0 !important
}

.chat-container .chat-header ul li.joe-icon:hover {
    color: #fff !important
}

.chat-container .chat-header ul li label {
    color: #fff
}

.chat-container .chat-header ul a li .joe-dropdown {
    background-color: white;
    color: black
}

.chat-container .chat-header ul a:focus li {
    background-color: gray
}

.chat-container .chat-header ul li .joe-dropdown li {
    color: black;
    background-color: white
}

.chat-container .chat-header ul li .joe-dropdown li:hover {
    color: #efefef;
    background-color: #3a65ac
}

.chat-container i.fa-check:before {
    color: #333 !important
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0)
    }
}

.chat-container .selectize-control {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
    height: 48px;
    margin: 10px 16px !important;
    border: 2px solid #fff
}

.chat-container .fdbk-opt {
    text-align: center
}

.chat-container .selectize-control:focus-within {
    border: 2px solid #3a65ac
}

.chat-container .joe-border-red {
    border: 2px solid red !important
}

.chat-container .text-box-wrp {
    border: 2px solid #fff;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
    height: 48px;
    margin: 17px 16px 5px 16px
}

.chat-container .feedback-box-wrp {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
    height: 40px;
    margin: 10px 16px
}

.chat-container .str-pad {
    height: 50px;
    margin-top: 15px
}

.chat-container .chat-footer .joe-star-rating {
    color: #ccc
}

.chat-container input[type=radio].with-font~label:before,
.chat-container input[type=checkbox].with-font~label:before {
    font-size: 1.2em
}

.chat-container .sendBtn img {
    border-radius: 50%;
    background-color: #3a65ac;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(74, 168, 164, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(74, 168, 164, 0.6)
}

#joe-menu-dropdown.Slsh-list-items ul li {
    color: #333
}

#joe-menu-dropdown.Slsh-list-items ul li:hover {
    background: #577cb8
}

.chat-container .active {
    background: #577cb8
}

.chat-container .joe-agent-pic img {
    background-color: transparent !important;
    color: white;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 0
}

.chat-container .joe-agent-pic {
    visibility: hidden
}

.chat-container .joe-quickReplyList,
.chat-container .joe-chat-yes-btn,
.chat-container .joe-chat-no-btn,
.chat-container .joe-btn {
    background-color: #fff;
    border-radius: 18px
}

.chat-container .joe-nvgt {
    height: 35px;
    width: 35px;
    cursor: pointer
}

.chat-container .joe-prev {
    background-color: #3a65ac;
    border-radius: 50%;
    background-position: 4px center
}

.chat-container .joe-next {
    background-color: #3a65ac;
    border-radius: 50%;
    background-position: 7px center
}

.chat-container .joe-msg-hovertext,
.mobile-chat-container .joe-msg-hovertext {
    background-color: #3a65ac;
    color: white
}

.chat-container .h-divide span.text {
    font-weight: 600;
    font-size: 12px
}

.chat-container .h-divide .line {
    display: block;
    height: 1px;
    border-bottom: 1px dotted !important;
    width: 100%;
    color: #3a65ac
}

.chat-container .chat-history .joe-message-list::-webkit-scrollbar-thumb {
    background: #e2e2e2
}

.chat-container .lt-grsy {
    color: #999
}

.chat-container .lt-blck {
    color: #333
}

.chat-container .joe-chat-icon-header {
    margin-bottom: 0;
    box-shadow: none;
    text-align: right;
    background-color: transparent
}

.chat-container .joe-chat-icon-header ul li {
    margin: 5px 4px;
    font-size: 14px;
    padding: 6px 8px;
    box-shadow: inset 0 0 0 1px #dadce0;
    border-radius: 8px;
    cursor: pointer;
    background-image: linear-gradient(to top, #fafafa, #fff);
    color: #1a73e8
}

div.chat-container .fbots-red-color {
    color: red
}

.chat-container .file-upload-btn {
    cursor: pointer;
    margin: 5px auto !important;
    width: 90%;
    height: 40px;
    border-radius: 26px;
    background-color: #fff;
    border: 1px solid rgba(24, 50, 71, 0.3) !important
}

.chat-container .chat-footer .file-upload-btn input {
    cursor: pointer
}

.chat-container .file-upload-btn:hover {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15)
}

.chat-container .file-upload-icon {
    padding: 0 5px;
    position: relative;
    top: 5px !important;
    height: 16px;
    width: 20px;
    background-image: url('../../imgs/g3_icons/upload_file.svg');
    background-repeat: no-repeat;
    display: inline-block
}

.chat-container .file-upload-text {
    margin: 11px 5px !important;
    display: inline-block;
    color: #183247 !important;
    font-size: 14px !important;
    font-weight: 600
}

.chat-container .image-preview-container {
    margin: 16px 16px 5px 16px;
    width: 91%;
    float: left;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08)
}

.chat-container .file-preview {
    text-align: center;
    padding: 10px !important;
    float: left
}

.chat-container .file-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: 0;
    width: inherit;
    text-align: left;
    width: 175px;
    line-height: 20px
}

.chat-container .file-mtdt {
    display: flex;
    flex-direction: column;
    width: 150px;
    padding-left: 12px;
    color: #12344d
}

.chat-container .file-mtdt-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: 0;
    max-width: 100%;
    text-align: left;
    line-height: 20px
}

.chat-container .file-message {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 -8px
}

.chat-container .file-desc {
    top: 5px;
    position: relative
}

.chat-container .uploaded-file-wrapper {
    width: 240px;
    background: #ebeff3;
    border-radius: 8px;
    height: 48px;
    padding: 8px;
    display: flex;
    align-items: center
}

.chat-container .file-icon-wrapper {
    height: 48px;
    width: 48px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.chat-container .file-icon {
    background-image: url('../../imgs/g3_icons/file_preview.svg');
    height: 16px;
    width: 14px;
    background-repeat: no-repeat;
    background-size: contain
}

.chat-container .file-download-icon,
.chat-container .user-file-download-icon {
    background-image: url('../../imgs/g3_icons/file_download.svg');
    height: 15px;
    width: 15px;
    cursor: pointer
}

.chat-container .file-preview-icon {
    background-image: url('../../imgs/g3_icons/file_preview.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin: 3px 10px !important
}

.chat-container .file-preview-head {
    background: #ebeff3;
    width: 230px;
    height: 130px;
    border: 1px solid #ddd !important;
    border-radius: 4px 4px 0 0;
    border-bottom: none !important
}

.chat-container .file-preview-img {
    background-image: url(../../imgs/g3_icons/file_preview.svg);
    background-repeat: no-repeat;
    width: 48px;
    height: 53px;
    margin: 40px auto !important
}

.chat-container .file-preview-footer {
    background: #fff;
    color: #1f384d;
    border: 1px solid #ddd !important;
    border-radius: 0 0 4px 4px;
    width: 230px;
    padding: 10px 0 !important;
    display: flex
}

.chat-container .file-preview-container {
    margin: 16px 16px 5px 16px !important;
    width: 91%;
    float: left;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08)
}

.chat-container .image-preview {
    max-height: 220px;
    margin: 10px !important;
    border-radius: 5px;
    height: auto;
    float: left;
    max-width: 250px;
    object-fit: contain;
    min-height: 30px
}

.selected-date-send-button {
    height: 20px;
    width: 80%
}

.chat-container .file-preview-send-button {
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-image: url('../../imgs/g3_icons/send_icon.svg');
    float: right;
    position: absolute;
    bottom: 25px;
    right: 25px
}

.chat-container .multi-dropdown-send-btn {
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-image: url('../../imgs/g3_icons/send_icon.svg');
    float: right;
    position: absolute;
    bottom: 15px;
    right: 15px
}

.chat-container .align-send-btn {
    bottom: 21px
}

.chat-container .file-preview-cancel-button {
    cursor: pointer;
    height: 18px;
    width: 18px;
    float: left;
    margin-left: -20px !important;
    background-repeat: no-repeat;
    background-image: url('../../imgs/g3_icons/file_cancel_icon.svg');
    top: 3px !important
}

.ui-timepicker-container {
    z-index: 10000000000 !important;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08) !important;
    background-color: #fff;
    border-radius: 8px;
    font-size: 15px
}

.ui-menu .ui-menu-item:hover {
    background-color: #ebeef0 !important;
    color: #000
}

.ui-timepicker-standard .ui-menu-item {
    padding: 0;
    line-height: 29px;
    border-radius: 4px
}

.chat-container .timepicker {
    border-radius: 4px;
    border: 0;
    outline: 0;
    width: 86%;
    height: 22px
}

.chat-container .timepicker:focus {
    outline: 0
}

.chat-container .time-picker-container {
    margin: 10px 16px;
    height: 52px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08)
}

.chat-container .str-rtng {
    display: flex;
    justify-content: center
}

.chat-container .star {
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('../../imgs/g3_icons/star.svg');
    height: 27px;
    width: 27px;
    padding: 4px 4px
}

.chat-container .highlight-star {
    background-repeat: no-repeat;
    background-image: url('../../imgs/g3_icons/star_hover.svg') !important
}

.chat-container .rtng-txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: fixed;
    opacity: .8;
    color: #183247;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    width: 240px
}

.chat-container .fdbk-msg {
    font-weight: 400;
    font-size: 12px;
    color: #333;
    padding: 10px 40px;
    border-top: 4px solid #00a886;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.chat-container .chat-head {
    background: #355da5;
    border-radius: 12px 12px 0 0
}

.chat-container .xdsoft_datetimepicker .xdsoft_datepicker.active {
    background: #fff !important;
    color: #000 !important
}

.chat-container .xdsoft_datetimepicker .xdsoft_prev {
    position: absolute;
    right: 25px
}

.chat-container .xdsoft_datetimepicker .xdsoft_next {
    background-image: url("../../imgs/g3_icons/calender_right.svg");
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
    background-size: contain;
    margin: 20px 6px
}

.chat-container .xdsoft_datetimepicker .xdsoft_prev {
    background-image: url("../../imgs/g3_icons/calender_left.svg");
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
    background-size: contain;
    margin: 20px 10px
}

.chat-container .xdsoft_datetimepicker .xdsoft_label {
    background-color: #f5f7f9;
    border-radius: 4px
}

.chat-container .xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #fff;
    border: 0;
    text-align: center;
    font-size: 13px;
    padding: 10px 7px;
    font-weight: 400;
    border-radius: 4px
}

.chat-container .selected-date-container {
    display: none;
    padding: 3px 25px 10px 25px;
    border-top: 1px solid #ebeff3;
    border-bottom: 1px solid #ebeff3;
    background-color: #f5f7f9;
    color: #12344d;
    font-size: 14px;
    font-weight: 500
}

.chat-container .selected-date-label {
    color: #475867;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px
}

.chat-container .footer-section-btn-container {
    text-align: center
}

.chat-container .selected-date-display-box {
    padding: 0 10px !important;
    width: 278.37px;
    border: 1px solid #cfd7df;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: inset 0 1px 2px 0 rgba(24, 50, 71, 0.05)
}

.chat-container .datepicker-pad {
    height: 312px;
    margin-bottom: 10px
}

.chat-container .datepicker-btn-container {
    display: flex;
    justify-content: center
}

.chat-container .upload-file-text {
    float: left;
    line-height: 48px;
    margin-left: 18px;
    font-size: 14px;
    color: #a6a6a6
}

.chat-container .datepicker-btn {
    cursor: pointer;
    width: 271px;
    line-height: 33px;
    height: 33px;
    border-radius: 100px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px
}

.chat-container .datepicker-btn:hover {
    box-shadow: 2px 1px 5px 0 rgba(24, 50, 71, 0.2)
}

.chat-container .chat-footer .datepicker-container input {
    padding: 8px 10px !important;
    width: 278.37px;
    border: 1px solid #cfd7df;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: inset 0 1px 2px 0 rgba(24, 50, 71, 0.05);
    outline: 0
}

.chat-container .datepicker-container {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08) !important;
    background-color: #fff;
    margin: 16px;
    border-radius: 8px;
    margin-bottom: 3px !important
}

.chat-container .qck-rply-lst {
    margin: 0 15px 0 15px;
    padding: 0 10px;
    border-radius: 4px
}

.chat-container .carousel-selected {
    border: 1px solid #3a65ac;
    color: #3a65ac
}

.chat-container .nio-selected label {
    color: #3a65ac
}

.chat-container .footer-section-container {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(18, 52, 77, 0.06);
    padding: 16px;
    margin: 17px 16px 5px 16px
}

.chat-container .footer-section-container .carousel-cancel-btn,
.nio-cancel-btn {
    box-sizing: border-box;
    height: 32px;
    width: 130px;
    border: 1px solid #3a65ac;
    border-radius: 21px;
    color: #3a65ac;
    background: #fff
}

.chat-container .footer-section-container .carousel-cancel-btn:hover,
.chat-container .footer-section-container .nio-cancel-btn:hover {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15)
}

.chat-container .footer-section-container .carousel-submit-btn,
.nio-submit-btn {
    box-sizing: border-box;
    height: 32px;
    width: 130px;
    border: 1px solid #3a65ac;
    border-radius: 21px;
    background-color: #3a65ac;
    margin-left: 13px
}

.chat-container .footer-section-container .carousel-submit-btn:hover,
.chat-container .footer-section-container .nio-submit-btn:hover {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15)
}

.chat-container .carousel-multi-select-btn:after {
    content: none
}

.chat-container .footer-section-container .nio-cancel-btn {
    box-sizing: border-box;
    height: 32px;
    width: 130px;
    border: 1px solid #3a65ac;
    border-radius: 21px;
    color: #3a65ac;
    background: #fff
}

.chat-container .footer-section-container .nio-submit-btn {
    box-sizing: border-box;
    height: 32px;
    width: 130px;
    border: 1px solid #3a65ac;
    border-radius: 21px;
    background-color: #3a65ac;
    margin-left: 13px
}

.chat-container .item-selected-count {
    color: #12344d;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px
}

.mobile-chat-container,
.chat-container .option-to-send,
.chat-container .sendBtn img,
.chat-container .joe-agent-pic img,
.chat-container .joe-chat-yes-btn,
.chat-container .joe-chat-no-btn,
.chat-container .joe-prev,
.chat-container .joe-next,
.chat-container .joe-msg-hovertext,
.mobile-chat-container .joe-msg-hovertext,
.chat-container .typing-container .circle,
.chat-container .joe-quickReplyList {
    background-color: #3a65ac
}

.chat-container .active,
#joe-menu-dropdown.Slsh-list-items ul li:hover,
.chat-container .chat-footer ul li:hover,
.chat-container .chat-header ul li .joe-dropdown li:hover,
.chat-container .chat-history .other-message {
    background-color: #3a65ac
}

.chat-container .chat-head,
.chat-container .joe-faq-header-container,
.chat-container .datepicker-btn {
    background-color: #3a65ac
}

.chat-container .h-divide span.text,
.chat-container .selectize-dropdown [data-selectable].active .highlight,
.chat-container .optionBtn:hover,
.chat-container .joe-faq-fdbk-btn:hover {
    color: #3a65ac
}

.chat-container .selectize-control:focus-within,
.chat-container .image-preview-container,
.chat-container .file-preview-container,
.chat-container .time-picker-container,
.chat-container .optionBtn:hover,
.chat-container .joe-faq-fdbk-btn:hover {
    border: 2px solid #3a65ac
}

.chat-container .text-box-wrp:focus-within {
    border: 2px solid #fff
}

.chat-container .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.chat-container .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.chat-container .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current,
.chat-container .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: rgb(58, 101, 172, 0.7)
}

.chat-container .chat-header,
.chat-container .joe-faq-header {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), #3a65ac)
}

.chat-container .h-divide span.text,
.chat-container .h-divide .line,
.chat-container .chat-footer a,
.chat-container .chat-footer a:hover {
    color: #3a65ac
}

.chat-container .h-divide .line {
    border-bottom: 1px dotted #3a65ac
}

.chat-container .color-main,
.chat-container .default-color,
.chat-container .datepicker-btn,
.chat-container .chat-header joe-icon:hover,
.chat-container .chat-header .title-subtitle-container label,
.chat-container .joe-chat-yes-btn,
.chat-container .joe-chat-no-btn,
.chat-container .joe-quickReplyList,
.chat-container .xdsoft_datetimepicker {
    color: #fff
}

.chat-container .xdsoft_calendar td.xdsoft_current {
    color: #000
}

.chat-container .xdsoft_datetimepicker .xdsoft_calendar td:hover {
    background: #f5f7f9
}

.chat-container .chat-header .header-bottom {
    margin-top: 5px
}

.chat-container .checkbox-container {
    display: block;
    position: relative;
    padding-left: 40px !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chat-container .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.chat-container .checkbox-container .checkmark {
    display: inline;
    position: absolute;
    top: 14px;
    left: 14px;
    height: 14px;
    width: 14px;
    border: 1px solid #3a65ac;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: inset 0 1px 2px 0 rgba(24, 50, 71, 0.1)
}

.chat-container .checkbox-container:hover input~.checkmark {
    background-color: #f1f1f1
}

.chat-container .checkbox-container input:checked~.checkmark {
    background-color: #3a65ac
}

.chat-container .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.chat-container .checkbox-container input:checked~.checkmark:after {
    display: inline
}

.chat-container .checkbox-container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.chat-container .joe-input-errorMessage {
    font-size: 12px;
    color: #d72d30;
    position: absolute;
    top: 0
}

.chat-container .joe-input-unsupportedFileError {
    display: flex
}

.chat-container .joe-input-fileSizeError {
    display: flex
}

.post_message_error_span {
    display: inline-flex;
    width: max-content
}

.chat-container .retry_button {
    color: #2c5cc5;
    cursor: pointer
}

.info_icon_chat_container {
    position: relative
}

.chat-container .small_margin_right {
    margin-right: 3px
}

.chat-container .chat-footer .iti {
    display: block
}

.chat-container .chat-footer .iti__arrow {
    margin-left: 16px;
    width: 13px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(../../imgs/g3_icons/arrow_down.svg);
    background-position: 0 5px;
    padding-right: 6px;
    box-sizing: content-box;
    border-right: 1px solid #a5a5a5;
    border-top: 0;
    border-bottom: 0
}

.chat-container .chat-footer .iti__arrow--up {
    width: 13px;
    height: 20px;
    background-image: url('../../imgs/g3_icons/arrow_up.svg');
    background-position: 0 3px
}

.chat-container .chat-footer .iti__dial-code {
    color: #6a6a6a;
    width: 35px
}

.chat-container .chat-footer .iti__selected-dial-code {
    float: right;
    font-size: 14px;
    margin-left: 8px
}

.chat-container .chat-footer .iti__selected-flag .iti__flag {
    margin-left: 6px
}

.chat-container .chat-footer .iti--separate-dial-code .iti__selected-flag {
    background-color: white;
    justify-content: space-between;
    outline: 0 none
}

.chat-container .chat-footer .iti--separate-dial-code .iti__selected-flag:hover,
.chat-container .chat-footer .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #fbfbfb
}

.chat-container .chat-footer .iti~#alert-text {
    left: 12px;
    top: -17px
}

.chat-container .chat-footer .iti__flag-box,
.chat-container .chat-footer .iti__country-name {
    color: #12344d;
    margin-right: 12px
}

.chat-container .chat-footer .iti--container {
    top: auto !important;
    bottom: 100%;
    left: auto !important;
    padding: 0;
    margin: 0 0 8px -3px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
    border: 0;
    background: #FFF;
    border-radius: 8px;
    width: calc(100% - 32px)
}

.chat-container .chat-footer .iti__country-list {
    position: relative;
    border: 0 none;
    border-radius: inherit;
    padding: 8px 12px;
    -webkit-overflow-scrolling: touch
}

.chat-container .chat-footer .iti-search-by-country-container {
    padding: 8px 12px
}

.chat-container .chat-footer .iti-search-by-country,
.chat-container .chat-footer .iti-search-by-country:hover,
.chat-container .chat-footer .iti-search-by-country:focus {
    height: 32px;
    border-radius: 4px;
    border: 1px solid #cfd7df;
    outline: 0 none;
    padding: 6px 4px 6px 30px;
    background: #FFF url('../../imgs/g3_icons/search.svg') no-repeat 8px center;
    width: 100%
}

.chat-container .chat-footer .iti__country {
    border-bottom: 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    color: black;
    outline: 0;
    padding: 8px 10px
}

.chat-container .chat-footer .iti__country-name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.chat-container .chat-footer .iti__active {
    background-color: #e5f2fd
}

.chat-container .chat-footer .iti ul li:hover {
    color: inherit;
    padding-left: 10px
}

.chat-container .chat-footer .iti ul li.iti__highlight {
    background-color: #ebeff3
}

.chat-container .chat-footer .iti__divider {
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
    margin-bottom: 1px;
    padding: 0
}

.chat-container .notification-box {
    background: #fff;
    box-shadow: 0 2px 4px rgba(18, 52, 77, 0.06), 0px 2px 16px rgba(18, 52, 77, 0.16);
    border-radius: 4px
}

.chat-container .notification-line-orange {
    height: 4px;
    background: #f48928;
    border-radius: 4px 4px 0 0
}

.chat-container .notification-line-blue {
    height: 4px;
    background: #2c5cc5;
    border-radius: 4px 4px 0 0
}

.chat-container .notification-body {
    padding: 18px
}

.chat-container .notification-content {
    display: flex
}

.chat-container .notification-icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center
}

.chat-container .notification-text {
    float: left;
    font-weight: 400;
    font-size: 14px;
    margin-left: 14px
}

.chat-container .notification-placeholder {
    position: relative
}

.chat-container .notification-container {
    position: absolute;
    bottom: -12px;
    margin: 16px;
    width: -webkit-fill-available;
    width: -moz-available
}

.chat-container .refresh-btn {
    width: 107px;
    height: 32px;
    background: #0f1f3e;
    color: #fff;
    border-radius: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    cursor: pointer
}

.chat-container .refresh-text {
    margin-left: 5px
}